Skip to content

Instantly share code, notes, and snippets.

-- 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")
@xgorn
xgorn / spx-tracker.js
Last active April 18, 2026 08:52
Shopee Express Resi Tracker
// 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, */*",
@xgorn
xgorn / novelfire-epub-gen.user.js
Created June 2, 2026 09:27
Generate epub from novelfire (supports auto translate).
// ==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
@xgorn
xgorn / asurascans-pdf-downloader.user.js
Created June 9, 2026 06:38
Download asurascans chapter as pdf to read it offline
// ==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
@xgorn
xgorn / asurascans-cbz-downloader.user.js
Created June 11, 2026 02:24
Download chapter as cbz to read it offline
// ==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