-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game detector
37 lines (31 loc) · 1.14 KB
/
Game detector
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
--// Break in
if game.PlaceId == 4620170611 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/output-1.lua"))()
end
if game.PlaceId == 3851622790 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/output-1.lua"))()
end
--// Plates of fate
if game.PlaceId == 4783966408 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/fates.lua"))()
end
--// Scp 3008
if game.PlaceId == 2768379856 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/Protected.lua"))()
end
--// Arsenal
if game.PlaceId == 286090429 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/Protected%20(5).lua"))()
end
--// Hood customs
if game.PlaceId == 9825515356 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/hood%20customs"))()
end
--// Dahood modded
if game.PlaceId == 5602055394 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/modded.lua"))()
end
--// Dahood
if game.PlaceId == 2788229376 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/Firoxus/-/main/hood.lua"))()
end