1
0
Files
mirrorhack/scripts/loader.lua
T
2026-07-31 02:18:13 +00:00

18 lines
841 B
Lua

--[[
_ _ _
__ | |___ _ __ __| |__ _ ___ __ _ __ _(_) ___ __ _
\ \| |__ \| '_ \ / _` |__` |/ _ |__` |__` | |/ _ ' _` |
> |__) | |_) | | | | | | (_) | | | | | | | | | | |
/_/|_|___/|_.__/|_| |_| |_|\___/ |_| |_|_|_| |_| |_|
mirrorhack | universal loader
]]
if game.GameId == 4827308727 then
loadstring(game:HttpGet("https://git.nfa.re/tul/mirrorhack/raw/branch/main/games/havoc.lua"))()
elseif game.GameId == 8307114974 then
loadstring(game:HttpGet("https://git.nfa.re/tul/mirrorhack/raw/branch/main/games/operation-one.lua"))()
elseif game.GameId == 5091490171 then
loadstring(game:HttpGet("https://git.nfa.re/tul/mirrorhack/raw/branch/main/games/jailbird.lua"))()
end