-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoaderAll
More file actions
30 lines (21 loc) · 1.05 KB
/
LoaderAll
File metadata and controls
30 lines (21 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
if game.GameId == 140239261 then --Meepcity
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/Meepcity"))()
end
if game.GameId == 920587237 then --Adopt me
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/AdoptMe"))()
end
if game.GameId == 263761432 then --Horrific Housing
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/HorrificHouse"))()
end
if game.GameId == 210851291 then --Build a Boat
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/BuildABoat"))()
end
if game.GameId == 3954160997 then --Construction
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/ConstructionSimulator"))()
end
if game.GameId == 2440500124 then --Doors
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/Doors"))()
end
if game.GameId == 3875092591 then --Control Army
loadstring(game:HttpGet("https://raw.githubusercontent.com/yLegendzz/Scripts/main/ControlArmy"))()
end