Skip to content

Instantly share code, notes, and snippets.

View Dominicthe1's full-sized avatar

B.I.G Dominicthe1

View GitHub Profile
@Dominicthe1
Dominicthe1 / B. I . G HUB
Created November 9, 2025 06:04
B. I . G HUB by Jeru
local Games = loadstring(game:HttpGet("https://gist.githubusercontent.com/Dominicthe1/6ec8dc11592a2c846234cd97e8cb037c/raw/070502e06ef2c1577ff300c911e08974155b3809/AnimeFightScriptJeru"))()
local URL = Games[game.PlaceId]
if URL then
loadstring(game:HttpGet(URL))()
end
@Dominicthe1
Dominicthe1 / AFscript
Last active November 9, 2025 10:55
Anime Fighter Script By Jeru
-- 🧹 Cleanup old hub to prevent overlaps
if getgenv().BIG_HUB_RUNNING then
warn("⚠️ Restarting hub: cleaning up old instance...")
getgenv().BIG_HUB_RUNNING = false
task.wait(1)
end
getgenv().BIG_HUB_RUNNING = true
-- Services
local Players = game:GetService("Players")