-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.lua
More file actions
12 lines (12 loc) · 779 Bytes
/
loader.lua
File metadata and controls
12 lines (12 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
if game.PlaceId == 13890902087 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/screengui/bytehub/refs/heads/main/Byte%20Hub/MathBoxing.lua",true))()
elseif game.PlaceId == 10476933477 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/screengui/bytehub/refs/heads/main/Strong%20Ninja%20Simulator%20Modded.lua",true))()
elseif game.PlaceId == 6741970382 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/screengui/bytehub/refs/heads/main/zombielab.lua",true))()
elseif game.PlaceId == 15686049105 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/screengui/bytehub/refs/heads/main/Byte%20Hub/Longest_flag_wins.lua",true))()
else
print("Not Supported")
game.Players.LocalPlayer:Kick("Game is not supported")
end