-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.lua
More file actions
37 lines (30 loc) · 1.62 KB
/
loader.lua
File metadata and controls
37 lines (30 loc) · 1.62 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
31
32
33
34
35
36
37
-- loader
local gslist = {2685347741, 4078003854, 4383092793, 6036368776, 0252702151, 7780343561, 10252702151}
local function check_game(id)
for i, v in next, gslist do
if id == v then
return true
end
end
return false
end
if check_game(game.PlaceId) == true then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/Ghost%20Sim.lua"))()
elseif game.PlaceId == 10761096679 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/unEqual.luau"))()
elseif game.PlaceId == 8781849572 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Scripts/main/Star%20Sim.lua"))()
elseif game.PlaceId == 8288069630 then
loadstring(game:HttpGet(
"https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/Stone%20Mining%20sim.lua"))()
elseif game.PlaceId == 1224212277 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/MadCityAutoXP.lua"))()
elseif game.PlaceId == 6918802270 then
loadstring(game:HttpGet("https://github.com/GSstarGamer/Roblox-Exploits/raw/main/Project%20New%20World.luaU"))()
elseif game.PlaceId == 13390606619 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/pooptyc.lua"))()
elseif game.PlaceId == 8425128940 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/AnimeWarriorsSim2.lua"))()
else
loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/Roblox-Exploits/main/Ghost%20Sim-Uni.lua"))()
end