G

Untitled

public
Guest Dec 20, 2023 Never 394
Clone
Plaintext paste1.txt 201 lines (189 loc) | 8.15 KB
1
getgenv().SecureMode = true
2
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
3
local Window = Rayfield:CreateWindow({
4
Name = "Free Hub",
5
LoadingTitle = "Good day! Good morning! Good evening! Good night!",
6
LoadingSubtitle = "by derelicthomie",
7
ConfigurationSaving = {
8
Enabled = false,
9
FolderName = nil, -- Create a custom folder for your hub/game
10
FileName = "Free Hub"
11
},
12
Discord = {
13
Enabled = true,
14
Invite = "WWqUhNvHDt", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
15
RememberJoins = true -- Set this to false to make them join the discord every time they load it up
16
},
17
KeySystem = false, -- Set this to true to use our key system
18
KeySettings = {
19
Title = "Untitled",
20
Subtitle = "Key System",
21
Note = "No method of obtaining the key is provided",
22
FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
23
SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
24
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
25
Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
26
}
27
})
28
29
if game.PlaceId == 4924922222 then -- Brookhaven
30
local Tab = Window:CreateTab("Brookhaven", 4483362458) -- Title, Image
31
local Section = Tab:CreateSection("Scripts")
32
local Button = Tab:CreateButton({
33
Name = "Ice Hub",
34
Callback = function()
35
loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
36
end,
37
})
38
local Button = Tab:CreateButton({
39
Name = "Juanko Mods",
40
Callback = function()
41
loadstring(game:HttpGet("https://pastefy.app/tIiioko4/raw"))()
42
end,
43
})
44
end
45
46
if game.PlaceId == 5712833750 then -- Animal Simulator
47
local Tab = Window:CreateTab("Animal Simulator", 4483362458) -- Title, Image
48
local Section = Tab:CreateSection("Scripts")
49
local Button = Tab:CreateButton({
50
Name = "Rip Hub",
51
Callback = function()
52
loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/AnimalSimulator.lua"))()
53
end,
54
})
55
end
56
57
if game.PlaceId == 13772394625 then -- Blade Ball
58
local Tab = Window:CreateTab("Blade Ball", 525701437) -- Title, Image
59
local Section = Tab:CreateSection("Scripts")
60
local Button = Tab:CreateButton({
61
Name = "Berserk Hub",
62
Callback = function()
63
loadstring(game:HttpGet("https://raw.githubusercontent.com/samirayt/Op-Hub-X-Berserk-Hub/main/Op%20Hub%20X%20Berserk%20Hub"))()
64
end,
65
})
66
local Button = Tab:CreateButton({
67
Name = "Zxc Hub",
68
Callback = function()
69
loadstring(game:HttpGet("https://pastebin.com/raw/PVGTNTTb"))()
70
end,
71
})
72
end
73
74
if game.PlaceId == 2753915549 then -- Blox Fruits
75
local Tab = Window:CreateTab("Blox Fruits", 4483362458) -- Title, Image
76
local Section = Tab:CreateSection("Scripts")
77
local Button = Tab:CreateButton({
78
Name = "Mango Hub",
79
Callback = function()
80
getgenv().WaterMark = true loadstring(game:HttpGet("https://gitlab.com/L1ZOT/mango-hub/-/raw/main/Mango-Bloxf-Fruits-Beta"))()
81
end,
82
})
83
local Button = Tab:CreateButton({
84
Name = "Fai Fao Hub",
85
Callback = function()
86
loadstring(game:HttpGet("https://pastebin.com/raw/PVGTNTTb"))()
87
end,
88
})
89
local Button = Tab:CreateButton({
90
Name = "OMG Hub",
91
Callback = function()
92
loadstring(game:HttpGet("https://raw.githubusercontent.com/Omgshit/Scripts/main/MainLoader.lua"))()
93
end,
94
})
95
end
96
97
if game.PlaceId == 286090429 then -- Arsenal
98
local Tab = Window:CreateTab("Arsenal", 4483362458) -- Title, Image
99
local Section = Tab:CreateSection("Scripts")
100
local Button = Tab:CreateButton({
101
Name = "Server Script",
102
Callback = function()
103
loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/Arsenal", true))()
104
end,
105
})
106
local Button = Tab:CreateButton({
107
Name = "Hameware (Ban Risk)",
108
Callback = function()
109
loadstring(game:HttpGet("https://rawscripts.net/raw/Arsenal-Hameware-5463", true))()
110
end,
111
})
112
end
113
114
if game.PlaceId == 4353458311 then -- Copyrighted Artists
115
local Tab = Window:CreateTab("Copyrighted Artists", 525701437) -- Title, Image
116
local Section = Tab:CreateSection("Scripts")
117
local Button = Tab:CreateButton({
118
Name = "Some Script",
119
Callback = function()
120
loadstring(game:HttpGet("https://raw.githubusercontent.com/AmericanDisgrace/xvo/master/scripts/Copyrighted%20Artists.lua"))()
121
end,
122
})
123
end
124
125
if game.PlaceId == 14561998168 then -- Heaven Stand
126
local Tab = Window:CreateTab("Heaven Stand", 525701437) -- Title, Image
127
local Section = Tab:CreateSection("Scripts")
128
local Button = Tab:CreateButton({
129
Name = "SmellLikeHacker Hub",
130
Callback = function()
131
loadstring(game:HttpGet("https://raw.githubusercontent.com/SmellLikeHacker/MyEdit/main/Hub"))()
132
end,
133
})
134
end
135
136
if game.PlaceId == 142823291 then -- Murder Mystery 2
137
local Tab = Window:CreateTab("Murder Mystery 2", 4483362458) -- Title, Image
138
local Section = Tab:CreateSection("Scripts")
139
local Button = Tab:CreateButton({
140
Name = "Era Hub",
141
Callback = function()
142
loadstring(game:HttpGet("https://raw.githubusercontent.com/Eblan19/875578/main/dolbaeb9867"))()
143
end,
144
})
145
local Button = Tab:CreateButton({
146
Name = "Lunar Hub",
147
Callback = function()
148
loadstring(game:HttpGet("https://raw.githubusercontent.com/vwSaraa/LunarHub/main/mm2"))()
149
end,
150
})
151
end
152
153
if game.PlaceId == 537413528 then -- Build A Boat For Tresure
154
local Tab = Window:CreateTab("Build A Boat For Tresure", 4483362458) -- Title, Image
155
local Section = Tab:CreateSection("Scripts")
156
local Button = Tab:CreateButton({
157
Name = "StupidProAArsenal Hub",
158
Callback = function()
159
loadstring(game:HttpGet('https://raw.githubusercontent.com/StupidProAArsenal/main/main/ueiq', true))()
160
end,
161
})
162
local Button = Tab:CreateButton({
163
Name = "Vynixius Hub",
164
Callback = function()
165
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Build%20A%20Boat%20For%20Treasure/Script.lua"))()
166
end,
167
})
168
end
169
170
if game.PlaceId == 13775256536 then -- Toilet Tower Defense
171
local Tab = Window:CreateTab("Toilet Tower Defense", 4483362458) -- Title, Image
172
local Section = Tab:CreateSection("Scripts")
173
local Button = Tab:CreateButton({
174
Name = "Legend Handles Hub",
175
Callback = function()
176
loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/toilet3/main/Tower5"))()
177
end,
178
})
179
end
180
181
if game.PlaceId == 662417684 then -- Lucky Blocks Battlegrounds
182
local Tab = Window:CreateTab("Lucky Blocks Battlegrounds", 4483362458) -- Title, Image
183
local Section = Tab:CreateSection("Scripts")
184
local Button = Tab:CreateButton({
185
Name = "Free Hub",
186
Callback = function()
187
loadstring(game:HttpGet("https://raw.githubusercontent.com/FreeeScripts/FREEHub/main/Script", true))()
188
end,
189
})
190
end
191
192
if game.PlaceId == 920587237 then -- Adopt Me
193
local Tab = Window:CreateTab("Adopt Me", 4483362458) -- Title, Image
194
local Section = Tab:CreateSection("Scripts")
195
local Button = Tab:CreateButton({
196
Name = "Diamond Hub (KEY FOR SCRIPT: DH_26commingsoon)",
197
Callback = function()
198
loadstring(game:HttpGet("https://raw.githubusercontent.com/BloxiYT/Diamond/main/AdoptMe"))()
199
end,
200
})
201
end