This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Garden Horizons Hub | |
| -- Script by Noah Nabas | |
| -- Updated by Noid | |
| local Players = game:GetService("Players") | |
| local RS = game:GetService("ReplicatedStorage") | |
| local player = Players.LocalPlayer | |
| -- Remotes | |
| local BuyRemote = RS:WaitForChild("RemoteEvents"):WaitForChild("PurchaseShopItem") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // full credit: https://github.com/AyGemuy/api-wudysoft/blob/801b4b5bfda05c9f89481a393f425fccb4f0f827/pages/api/tools/cek-resi/spx.js | |
| const axios = require("axios"); | |
| const resi = "SPXID1234567890"; | |
| async function fetchResi(resi) { | |
| const url = `https://spx.co.id/shipment/order/open/order/get_order_info?spx_tn=${resi}&language_code=id`; | |
| const hdr = { | |
| accept: "application/json, text/plain, */*", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Novelfire EPUB generator | |
| // @namespace http://xgorn.com/ | |
| // @version 2026-06-02 | |
| // @description Generate epub from novelfire (supports auto translate). | |
| // @author Noid | |
| // @match https://novelfire.net/book/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=novelfire.net | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdn.jsdelivr.net/npm/jszip@3.2.0/dist/jszip.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Asurascans PDF Downloader | |
| // @namespace http://xgorn.com/ | |
| // @version 0.0.1 | |
| // @description Download asurascans chapter as pdf to read it offline | |
| // @author Noid | |
| // @include /^https:\/\/asurascans\.com\/comics\/[^\/]+\/?$/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=asurascans.com | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Asurascans CBZ Downloader | |
| // @namespace http://xgorn.com/ | |
| // @version 0.0.1 | |
| // @description Download chapter as cbz to read it offline | |
| // @author Noid | |
| // @include /^https:\/\/asurascans\.com\/comics\/[^\/]+\/?$/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=asurascans.com | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdn.jsdelivr.net/npm/jszip@3.2.0/dist/jszip.min.js |
OlderNewer