-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest.lua
More file actions
85 lines (57 loc) · 4.83 KB
/
Copy pathtest.lua
File metadata and controls
85 lines (57 loc) · 4.83 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
if game.PlaceId == 8750997647 then -- Tapping Legends X
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/TappingLegendsX.lua'))()
elseif game.PlaceId == 8267733039 then -- Specter 2 [LOBBY]
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Specter2"))()
elseif game.PlaceId == 8417221956 then -- Specter 2 [INGAME]
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Specter2"))()
elseif game.PlaceId == 3851622790 or game.PlaceId == 4620170611 then -- Break In [LOBBY]
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/BreakIn.lua"))()
elseif game.PlaceId == 8540346411 then -- Rebirth Champions X
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Rebirth-ChampionX.lua'))()
elseif game.PlaceId == 9274997956 then -- Anime Journey
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Anime-Journey.lua'))()
elseif game.PlaceId == 3956818381 then -- Ninja Legends
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/NinjaLegends.lua'))()
elseif game.PlaceId == 4036494886 then -- Gun Simulator
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/GunSimulator.lua'))()
elseif game.PlaceId == 3101667897 then -- Legends Of Speed
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Legends-Of-Speed.lua'))()
elseif game.PlaceId == 2248408710 then -- Destruction Simulator
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Destruction-Simulator.lua"))()
elseif game.PlaceId == 3823781113 then -- Saber Simulator
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/SaberSimulator.lua"))()
elseif game.PlaceId == 1962086868 then -- Tower Of Hell
loadstring(game:HttpGet(('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Tower_Of_Hell.lua')))()
elseif game.PlaceId == 662417684 then -- Lucky Block
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Lucky-Block.lua"))()
elseif game.PlaceId == 263761432 then -- Horrific Housing
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/HorrificHousing.lua"))()
elseif game.PlaceId == 8992150289 then -- Anime Sword Simulator
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Anime-Sword-Simulator.lua'))()
elseif game.PlaceId == 318978013 then -- Kick Off
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/KickOff.lua'))()
elseif game.PlaceId == 9249776514 then -- Givenchy Beauty House
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Givenchy-Beauty-House.lua'))()
elseif game.PlaceId == 9129288160 then -- Tommy Play
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/TommyPlay.lua'))()
elseif game.PlaceId == 7830918930 then -- Gucci Town
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Gucci-Town.lua'))()
elseif game.PlaceId == 7797478022 then -- Broken Bones Simulator
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Broken-Bones-Simulator.lua'))()
elseif game.PlaceId == 9604473769 then -- Tate McRae Concert Experience
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Tate-McRae-Concert-Experience.lua"))()
elseif game.PlaceId == 9426082120 then -- Samsung Superstar Galaxy
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Samsung-Superstar-Galaxy.lua"))()
elseif game.PlaceId == 8209480473 then -- Spotify Island
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Spotify-Island.lua"))()
elseif game.PlaceId == 9230434873 then -- Logitech Song Breaker Awards
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Logitech-Song-Breaker-Awards.lua"))()
elseif game.PlaceId == 8523408215 then -- Alo Sanctuary
loadstring(game:HttpGet(('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Alo-Sanctuary.lua')))()
elseif game.PlaceId == 8528736393 then -- Beatland
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Beatland-Script.lua"))()
elseif game.PlaceId == 5490351219 then -- Clicker Madness
loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/ClickerMadness.lua'))()
elseif game.PlaceId == 7335851129 then -- Roblox Pro League
loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Roblox-Pro-League.lua"))()
end