· 7 years ago · Sep 26, 2018, 07:40 PM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local ScreenGui = Instance.new("ScreenGui")
5local TextButton = Instance.new("TextButton")
6local Frame = Instance.new("Frame")
7local TOPK3K = Instance.new("TextButton")
8local PureHub = Instance.new("TextButton")
9local JailBreak = Instance.new("TextButton")
10local TextLabel = Instance.new("TextLabel")
11local TextLabel_2 = Instance.new("TextLabel")
12local Frame_2 = Instance.new("Frame")
13local Frame1 = Instance.new("Frame")
14local Frame_3 = Instance.new("Frame")
15local WalkSpeed = Instance.new("TextButton")
16local JumpPower = Instance.new("TextButton")
17local TextLabel_3 = Instance.new("TextLabel")
18local TextButton_2 = Instance.new("TextButton")
19--Properties:
20ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("CoreGui")
21
22TextButton.Parent = ScreenGui
23TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
24TextButton.BackgroundTransparency = 0.5
25TextButton.Position = UDim2.new(0, 0, 0.438485801, 0)
26TextButton.Size = UDim2.new(0, 89, 0, 41)
27TextButton.Font = Enum.Font.SourceSans
28TextButton.Text = "Open JospGUI"
29TextButton.TextColor3 = Color3.new(1, 1, 1)
30TextButton.TextSize = 14
31
32Frame.Parent = ScreenGui
33Frame.Active = true
34Frame.BackgroundColor3 = Color3.new(0, 0, 0)
35Frame.BackgroundTransparency = 0.5
36Frame.Position = UDim2.new(0.174481183, 0, 0.141955838, 0)
37Frame.Selectable = true
38Frame.Size = UDim2.new(0, 204, 0, 264)
39Frame.Visible = false
40
41TOPK3K.Name = "TOPK3K"
42TOPK3K.Parent = Frame
43TOPK3K.BackgroundColor3 = Color3.new(1, 1, 1)
44TOPK3K.BackgroundTransparency = 0.30000001192093
45TOPK3K.Position = UDim2.new(0.0862458572, 0, 0.127724409, 0)
46TOPK3K.Size = UDim2.new(0, 167, 0, 50)
47TOPK3K.Font = Enum.Font.SourceSans
48TOPK3K.Text = "TOPK3K"
49TOPK3K.TextColor3 = Color3.new(0, 0.333333, 1)
50TOPK3K.TextSize = 14
51TOPK3K.MouseButton1Down:connect(function()
52-- edited by bork so it works with proto XD
53local s = Instance.new ("Sound", workspace)
54s.SoundId = 'rbxassetid://198856346'
55s:Play()
56
57local topkek = {}
58topkek.patch = '1.0.5a'
59topkek.data = {}
60topkek.commandbase = {}
61topkek.navigation = {}
62topkek.banmgr = {}
63topkek.lplr = game:GetService('Players').LocalPlayer
64
65topkek.tools = {}
66topkek.tools.gui = {}
67topkek.tools.util = {}
68topkek.tools.animator = {}
69
70topkek.windows = {}
71topkek.windows.lplr = {}
72topkek.windows.server = {}
73topkek.windows.players = {}
74topkek.windows.destruction = {}
75topkek.windows.scripts = {}
76topkek.windows.misc = {}
77
78topkek.misc = {}
79
80local NewGuiPart1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
81 NewGuiPart1.Name = "4.0"
82 -------
83 local NewGuiPart2 = Instance.new("Frame")
84 NewGuiPart2.Active = true
85 NewGuiPart2.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
86 NewGuiPart2.BorderSizePixel = 0
87 NewGuiPart2.Name = "Main"
88 NewGuiPart2.Position = UDim2.new(0, 300, 0, 50)
89 NewGuiPart2.Selectable = true
90 NewGuiPart2.Size = UDim2.new(0, 470, 0, 395)
91 NewGuiPart2.Visible = false
92 NewGuiPart2.ClipsDescendants = true
93 NewGuiPart2.Draggable = true
94 NewGuiPart2.Parent = NewGuiPart1
95 -------
96 local NewGuiPart3 = Instance.new("Frame")
97 NewGuiPart3.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
98 NewGuiPart3.BorderSizePixel = 0
99 NewGuiPart3.Name = "Topbar"
100 NewGuiPart3.Position = UDim2.new(0, 150, 0, 0)
101 NewGuiPart3.Size = UDim2.new(0, 320, 0, 30)
102 NewGuiPart3.Parent = NewGuiPart2
103 -------
104 local NewGuiPart4 = Instance.new("TextLabel")
105 NewGuiPart4.BackgroundTransparency = 1
106 NewGuiPart4.Name = "PlayerName"
107 NewGuiPart4.Position = UDim2.new(0, -140, 0, 0)
108 NewGuiPart4.Size = UDim2.new(0.5, 0, 1, 0)
109 NewGuiPart4.Visible = false
110 NewGuiPart4.ZIndex = 4
111 NewGuiPart4.Font = Enum.Font.Arcade
112 NewGuiPart4.FontSize = Enum.FontSize.Size18
113 NewGuiPart4.Text = "Player1"
114 NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
115 NewGuiPart4.TextXAlignment = Enum.TextXAlignment.Left
116 NewGuiPart4.Parent = NewGuiPart3
117 -------
118 local NewGuiPart5 = Instance.new("Frame")
119 NewGuiPart5.BackgroundTransparency = 1
120 NewGuiPart5.Name = "Controllers"
121 NewGuiPart5.Position = UDim2.new(1, -128, 0, 3)
122 NewGuiPart5.Size = UDim2.new(0, 125, 1, -6)
123 NewGuiPart5.Parent = NewGuiPart3
124 -------
125 local NewGuiPart6 = Instance.new("TextButton")
126 NewGuiPart6.Active = true
127 NewGuiPart6.AutoButtonColor = false
128 NewGuiPart6.BackgroundColor3 = Color3.new(0.552941, 0.105882, 0.105882)
129 NewGuiPart6.BorderSizePixel = 0
130 NewGuiPart6.Name = "Exit"
131 NewGuiPart6.Position = UDim2.new(1, -24, 0, 0)
132 NewGuiPart6.Selectable = true
133 NewGuiPart6.Size = UDim2.new(0, 24, 0, 24)
134 NewGuiPart6.Style = Enum.ButtonStyle.Custom
135 NewGuiPart6.FontSize = Enum.FontSize.Size14
136 NewGuiPart6.Text = ""
137 NewGuiPart6.Parent = NewGuiPart5
138 -------
139 local NewGuiPart7 = Instance.new("TextButton")
140 NewGuiPart7.Active = true
141 NewGuiPart7.AutoButtonColor = false
142 NewGuiPart7.BackgroundColor3 = Color3.new(0.780392, 0.34902, 0)
143 NewGuiPart7.BorderSizePixel = 0
144 NewGuiPart7.Name = "Hide"
145 NewGuiPart7.Position = UDim2.new(1, -50, 0, 0)
146 NewGuiPart7.Selectable = true
147 NewGuiPart7.Size = UDim2.new(0, 24, 0, 24)
148 NewGuiPart7.Style = Enum.ButtonStyle.Custom
149 NewGuiPart7.FontSize = Enum.FontSize.Size14
150 NewGuiPart7.Text = ""
151 NewGuiPart7.Parent = NewGuiPart5
152 -------
153 local NewGuiPart8 = Instance.new("TextLabel")
154 NewGuiPart8.BackgroundTransparency = 1
155 NewGuiPart8.Name = "IsFE"
156 NewGuiPart8.Size = UDim2.new(0, 65, 1, 0)
157 NewGuiPart8.FontSize = Enum.FontSize.Size18
158 NewGuiPart8.Text = "Not FE"
159 NewGuiPart8.TextColor3 = Color3.new(0.333333, 0.666667, 0)
160 NewGuiPart8.TextStrokeTransparency = 0.69999998807907
161 NewGuiPart8.TextXAlignment = Enum.TextXAlignment.Right
162 NewGuiPart8.Parent = NewGuiPart5
163 -------
164 local NewGuiPart9 = Instance.new("TextLabel")
165 NewGuiPart9.BackgroundTransparency = 1
166 NewGuiPart9.Name = "Stella"
167 NewGuiPart9.Position = UDim2.new(0, -150, 0, 0)
168 NewGuiPart9.Size = UDim2.new(1, 150, 1, 0)
169 NewGuiPart9.ZIndex = 2
170 NewGuiPart9.Font = Enum.Font.Arcade
171 NewGuiPart9.FontSize = Enum.FontSize.Size18
172 NewGuiPart9.Text = "[Stella]"
173 NewGuiPart9.TextColor3 = Color3.new(0.054902, 0.0745098, 0.498039)
174 NewGuiPart9.Parent = NewGuiPart3
175 -------
176 local NewGuiPart10 = Instance.new("Frame")
177 NewGuiPart10.BackgroundTransparency = 1
178 NewGuiPart10.Name = "Holder"
179 NewGuiPart10.Position = UDim2.new(0, 150, 0, 30)
180 NewGuiPart10.Size = UDim2.new(0, 320, 0, 365)
181 NewGuiPart10.Parent = NewGuiPart2
182 -------
183 local NewGuiPart11 = Instance.new("Frame")
184 NewGuiPart11.BackgroundTransparency = 1
185 NewGuiPart11.Name = "Home"
186 NewGuiPart11.Size = UDim2.new(1, 0, 1, 0)
187 NewGuiPart11.Parent = NewGuiPart10
188 -------
189 local NewGuiPart12 = Instance.new("TextLabel")
190 NewGuiPart12.BackgroundTransparency = 1
191 NewGuiPart12.BorderSizePixel = 0
192 NewGuiPart12.Name = "Title1"
193 NewGuiPart12.Position = UDim2.new(0, 30, 0, 3)
194 NewGuiPart12.Selectable = true
195 NewGuiPart12.Size = UDim2.new(1, -30, 0, 40)
196 NewGuiPart12.Font = Enum.Font.SourceSansBold
197 NewGuiPart12.FontSize = Enum.FontSize.Size42
198 NewGuiPart12.Text = "T0PK3K 4.0"
199 NewGuiPart12.TextColor3 = Color3.new(1, 1, 1)
200 NewGuiPart12.TextStrokeTransparency = 0.5
201 NewGuiPart12.TextXAlignment = Enum.TextXAlignment.Left
202 NewGuiPart12.Parent = NewGuiPart11
203 -------
204 local NewGuiPart13 = Instance.new("TextLabel")
205 NewGuiPart13.BackgroundTransparency = 1
206 NewGuiPart13.BorderSizePixel = 0
207 NewGuiPart13.Name = "Title2"
208 NewGuiPart13.Position = UDim2.new(0.600000024, 5, 0, -5)
209 NewGuiPart13.Size = UDim2.new(0.400000006, 0, 1, 0)
210 NewGuiPart13.Font = Enum.Font.SourceSansBold
211 NewGuiPart13.FontSize = Enum.FontSize.Size18
212 NewGuiPart13.Text = "by nosyliam"
213 NewGuiPart13.TextColor3 = Color3.new(1, 1, 1)
214 NewGuiPart13.TextStrokeTransparency = 0.5
215 NewGuiPart13.TextXAlignment = Enum.TextXAlignment.Left
216 NewGuiPart13.TextYAlignment = Enum.TextYAlignment.Bottom
217 NewGuiPart13.Parent = NewGuiPart12
218 -------
219 local NewGuiPart14 = Instance.new("Frame")
220 NewGuiPart14.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
221 NewGuiPart14.BorderColor3 = Color3.new(0.32549, 0, 0)
222 NewGuiPart14.Name = "Container"
223 NewGuiPart14.Position = UDim2.new(0, 16, 0, 50)
224 NewGuiPart14.Size = UDim2.new(1, -30, 0, 250)
225 NewGuiPart14.Parent = NewGuiPart11
226 -------
227 local NewGuiPart15 = Instance.new("TextLabel")
228 NewGuiPart15.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
229 NewGuiPart15.BorderSizePixel = 0
230 NewGuiPart15.Name = "Message"
231 NewGuiPart15.Position = UDim2.new(0, 15, 0, 305)
232 NewGuiPart15.Size = UDim2.new(1, -30, 0, 25)
233 NewGuiPart15.Font = Enum.Font.Highway
234 NewGuiPart15.FontSize = Enum.FontSize.Size14
235 NewGuiPart15.Text = "Server Message: variable is gay"
236 NewGuiPart15.TextColor3 = Color3.new(0.886275, 0.886275, 0.886275)
237 NewGuiPart15.TextStrokeTransparency = 0.69999998807907
238 NewGuiPart15.Parent = NewGuiPart11
239 -------
240 local NewGuiPart16 = Instance.new("TextBox")
241 NewGuiPart16.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
242 NewGuiPart16.BorderColor3 = Color3.new(0.32549, 0, 0)
243 NewGuiPart16.Name = "Command"
244 NewGuiPart16.Position = UDim2.new(0, 15, 0, 335)
245 NewGuiPart16.Size = UDim2.new(1, -30, 0, 20)
246 NewGuiPart16.Font = Enum.Font.Code
247 NewGuiPart16.FontSize = Enum.FontSize.Size12
248 NewGuiPart16.Text = "Press ; to enter a command"
249 NewGuiPart16.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
250 NewGuiPart16.TextStrokeTransparency = 0.80000001192093
251 NewGuiPart16.TextTransparency = 0.30000001192093
252 NewGuiPart16.Parent = NewGuiPart10
253 -------
254 local NewGuiPart17 = Instance.new("Frame")
255 NewGuiPart17.BackgroundTransparency = 1
256 NewGuiPart17.Name = "Template"
257 NewGuiPart17.Size = UDim2.new(1, 0, 1, 0)
258 NewGuiPart17.Visible = false
259 NewGuiPart17.ZIndex = 2
260 NewGuiPart17.Parent = NewGuiPart10
261 -------
262 local NewGuiPart18 = Instance.new("ScrollingFrame")
263 NewGuiPart18.Active = true
264 NewGuiPart18.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
265 NewGuiPart18.BorderColor3 = Color3.new(0.32549, 0, 0)
266 NewGuiPart18.Name = "Container"
267 NewGuiPart18.Position = UDim2.new(0, 15, 0, 10)
268 NewGuiPart18.Selectable = true
269 NewGuiPart18.Size = UDim2.new(1, -30, 0, 320)
270 NewGuiPart18.ZIndex = 2
271 NewGuiPart18.BottomImage = "rbxassetid://368504177"
272 NewGuiPart18.CanvasSize = UDim2.new(0, 0, 0, 0)
273 NewGuiPart18.MidImage = "rbxassetid://368504177"
274 NewGuiPart18.ScrollBarThickness = 5
275 NewGuiPart18.TopImage = "rbxassetid://368504177"
276 NewGuiPart18.ClipsDescendants = true
277 NewGuiPart18.Parent = NewGuiPart17
278 -------
279 local NewGuiPart19 = Instance.new("Frame")
280 NewGuiPart19.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
281 NewGuiPart19.BackgroundTransparency = 1
282 NewGuiPart19.BorderColor3 = Color3.new(0.32549, 0, 0)
283 NewGuiPart19.Name = "Navigator"
284 NewGuiPart19.Position = UDim2.new(0, 16, 0, 10)
285 NewGuiPart19.Size = UDim2.new(1, -30, 0, 60)
286 NewGuiPart19.Visible = false
287 NewGuiPart19.Parent = NewGuiPart10
288 -------
289 local NewGuiPart20 = Instance.new("Frame")
290 NewGuiPart20.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
291 NewGuiPart20.BorderColor3 = Color3.new(0.32549, 0, 0)
292 NewGuiPart20.Name = "NavMain"
293 NewGuiPart20.Position = UDim2.new(0, 22, 0, 0)
294 NewGuiPart20.Size = UDim2.new(1, -44, 0, 60)
295 NewGuiPart20.Parent = NewGuiPart19
296 -------
297 local NewGuiPart21 = Instance.new("TextButton")
298 NewGuiPart21.Active = true
299 NewGuiPart21.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
300 NewGuiPart21.BorderSizePixel = 0
301 NewGuiPart21.Name = "NavLeft"
302 NewGuiPart21.Selectable = true
303 NewGuiPart21.Size = UDim2.new(0, 17, 1, 0)
304 NewGuiPart21.Style = Enum.ButtonStyle.Custom
305 NewGuiPart21.FontSize = Enum.FontSize.Size14
306 NewGuiPart21.Text = ""
307 NewGuiPart21.Parent = NewGuiPart19
308 -------
309 local NewGuiPart22 = Instance.new("TextButton")
310 NewGuiPart22.Active = true
311 NewGuiPart22.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
312 NewGuiPart22.BorderSizePixel = 0
313 NewGuiPart22.Name = "NavRight"
314 NewGuiPart22.Position = UDim2.new(1, -17, 0, 0)
315 NewGuiPart22.Selectable = true
316 NewGuiPart22.Size = UDim2.new(0, 17, 1, 0)
317 NewGuiPart22.Style = Enum.ButtonStyle.Custom
318 NewGuiPart22.FontSize = Enum.FontSize.Size14
319 NewGuiPart22.Text = ""
320 NewGuiPart22.Parent = NewGuiPart19
321 -------
322 local NewGuiPart23 = Instance.new("Frame")
323 NewGuiPart23.Active = true
324 NewGuiPart23.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
325 NewGuiPart23.BorderSizePixel = 0
326 NewGuiPart23.Name = "Navigation"
327 NewGuiPart23.Size = UDim2.new(0, 150, 1, 0)
328 NewGuiPart23.ZIndex = 2
329 NewGuiPart23.Parent = NewGuiPart2
330 -------
331 local NewGuiPart24 = Instance.new("Frame")
332 NewGuiPart24.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
333 NewGuiPart24.BorderSizePixel = 0
334 NewGuiPart24.Name = "Topbar"
335 NewGuiPart24.Size = UDim2.new(1, 0, 0, 30)
336 NewGuiPart24.ZIndex = 3
337 NewGuiPart24.Parent = NewGuiPart23
338 -------
339 local NewGuiPart25 = Instance.new("ScrollingFrame")
340 NewGuiPart25.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
341 NewGuiPart25.BorderSizePixel = 0
342 NewGuiPart25.Name = "Scroll"
343 NewGuiPart25.Position = UDim2.new(0, 0, 0, 30)
344 NewGuiPart25.Selectable = true
345 NewGuiPart25.Size = UDim2.new(1, 0, 1, -30)
346 NewGuiPart25.ZIndex = 3
347 NewGuiPart25.BottomImage = "rbxassetid://368504177"
348 NewGuiPart25.MidImage = "rbxassetid://368504177"
349 NewGuiPart25.ScrollBarThickness = 6
350 NewGuiPart25.TopImage = "rbxassetid://368504177"
351 NewGuiPart25.ClipsDescendants = true
352 NewGuiPart25.Parent = NewGuiPart23
353 -------
354 local NewGuiPart26 = Instance.new("Frame")
355 NewGuiPart26.BackgroundTransparency = 1
356 NewGuiPart26.Name = "Composite1"
357 NewGuiPart26.Position = UDim2.new(-1, 0, 0.5, -50)
358 NewGuiPart26.Size = UDim2.new(0, 50, 0, 100)
359 NewGuiPart26.ClipsDescendants = true
360 NewGuiPart26.Parent = NewGuiPart1
361 -------
362 local NewGuiPart27 = Instance.new("TextLabel")
363 NewGuiPart27.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
364 NewGuiPart27.BorderSizePixel = 0
365 NewGuiPart27.Name = "Label"
366 NewGuiPart27.Size = UDim2.new(2, 0, 1, 0)
367 NewGuiPart27.Font = Enum.Font.SourceSansBold
368 NewGuiPart27.FontSize = Enum.FontSize.Size96
369 NewGuiPart27.Text = "T"
370 NewGuiPart27.TextColor3 = Color3.new(1, 1, 1)
371 NewGuiPart27.Parent = NewGuiPart26
372 -------
373 local NewGuiPart28 = Instance.new("Frame")
374 NewGuiPart28.BackgroundTransparency = 1
375 NewGuiPart28.Name = "Composite2"
376 NewGuiPart28.Position = UDim2.new(1, 0, 0.5, -50)
377 NewGuiPart28.Size = UDim2.new(0, 50, 0, 100)
378 NewGuiPart28.ClipsDescendants = true
379 NewGuiPart28.Parent = NewGuiPart1
380 -------
381 local NewGuiPart29 = Instance.new("TextLabel")
382 NewGuiPart29.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
383 NewGuiPart29.BorderSizePixel = 0
384 NewGuiPart29.Name = "Label"
385 NewGuiPart29.Position = UDim2.new(-1, 0, 0, 0)
386 NewGuiPart29.Size = UDim2.new(2, 0, 1, 0)
387 NewGuiPart29.Font = Enum.Font.SourceSansBold
388 NewGuiPart29.FontSize = Enum.FontSize.Size96
389 NewGuiPart29.Text = "T"
390 NewGuiPart29.TextColor3 = Color3.new(1, 1, 1)
391 NewGuiPart29.Parent = NewGuiPart28
392 -------
393 local NewGuiPart30 = Instance.new("Frame")
394 NewGuiPart30.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
395 NewGuiPart30.Name = "Solid"
396 NewGuiPart30.Position = UDim2.new(0.5, -50, 0.5, -50)
397 NewGuiPart30.Visible = false
398 NewGuiPart30.ClipsDescendants = true
399 NewGuiPart30.Parent = NewGuiPart1
400 -------
401 local NewGuiPart31 = Instance.new("TextLabel")
402 NewGuiPart31.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
403 NewGuiPart31.BorderSizePixel = 0
404 NewGuiPart31.Name = "Label"
405 NewGuiPart31.Size = UDim2.new(1, 0, 1, 0)
406 NewGuiPart31.Font = Enum.Font.SourceSansBold
407 NewGuiPart31.FontSize = Enum.FontSize.Size96
408 NewGuiPart31.Text = "T"
409 NewGuiPart31.TextColor3 = Color3.new(1, 1, 1)
410 NewGuiPart31.Parent = NewGuiPart30
411
412
413
414topkek.center = game.Players.LocalPlayer.PlayerGui["4.0"].Main
415topkek.holder = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder
416topkek.topbar = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar
417topkek.template = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Template
418topkek.navigator = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Navigator
419
420AllowHovers = false
421PlayerChatHook, UpdateBanlist = nil
422cmd = {}
423
424--// data //--
425topkek.data.windows = {
426 'Home',
427 'LocalPlayer',
428 'Server',
429 'Players',
430 'Destruction',
431 'Scripts',
432 'Catalog',
433 'Music',
434 'Hats',
435 'Faces',
436 'Settings',
437 'Commands',
438 'Banlist',
439}
440
441color3 = function(r,g,b)
442 return Color3.new(r/255, g/255, b/255)
443end
444--// doggo dropdown //--
445-- thanks krystal
446GUI = {
447 TextBox = {
448 Settings = {
449 Font = Enum.Font.SourceSans;
450 FontSize = Enum.FontSize.Size14;
451 };
452 Color = {
453 Main = Color3.fromRGB(5,8,11);
454 Border = Color3.fromRGB(27,42,53);
455 Text = Color3.fromRGB(199,199,199);
456 };
457 New = function(Position, Size, Parent, ...)
458 local arguments = {...};
459
460 local TextBox = Instance.new("TextBox", Parent);
461 TextBox.BackgroundColor3 = GUI.DropDown.Color.Main;
462 TextBox.BorderColor3 = GUI.DropDown.Color.Border;
463 TextBox.Font = GUI.TextBox.Settings.Font;
464 TextBox.FontSize = GUI.TextBox.Settings.FontSize;
465 TextBox.TextColor3 = GUI.TextBox.Color.Text;
466 TextBox.Position = Position;
467 TextBox.Size = Size;
468 if #arguments then
469 if arguments[1] then
470 TextBox.Text = tostring(arguments[1]);
471 else
472 TextBox.Text = "";
473 end
474 end
475 return TextBox;
476 end;
477 };
478 DropDown = {
479 Settings = {
480 ScrollerAmount = 5; --A scroller will appear at this amount.
481 ScrollBarThickness = 6;
482 };
483 Gfx = {
484 Scroller = "rbxassetid://606572419";
485 };
486 Color = {
487 Main = color3(107, 36, 36);
488 Secondary = color3(113, 39, 39);
489 Border = color3(127, 44, 44);
490 Text = Color3.fromRGB(199,199,199);
491 };
492 New = function(Position, Size, Parent, ...)
493 local vValue = {};
494 local arguments = {...};
495 local vSelected = Instance.new("StringValue");
496 vSelected.Value = "nil";
497
498 if arguments then
499 if type(arguments) == "table" then
500 for i=1,#(arguments) do
501 if type(arguments[i]) == "table" then
502 for f=1,#(arguments[i]) do
503 table.insert(vValue, tostring((arguments[i])[f]));
504 end
505 else
506 table.insert(vValue, tostring(arguments[i]));
507 end
508 end
509 vSelected.Value = (vValue[1]);
510 end
511 end
512
513 local Main = Instance.new("TextButton", Parent);
514 Main.BackgroundColor3 = GUI.DropDown.Color.Main;
515 Main.BorderColor3 = GUI.DropDown.Color.Border;
516 Main.Position = Position;
517 Main.Size = Size;
518 Main.TextColor3 = GUI.DropDown.Color.Text;
519 Main.FontSize = Enum.FontSize.Size14;
520 Main.TextStrokeTransparency = 0.5;
521 Main.TextXAlignment = Enum.TextXAlignment.Left;
522 Main.Font = Enum.Font.SourceSans;
523 Main.Text = " "..tostring(vSelected.Value);
524 Main.ZIndex = 3
525
526 local Icon = Instance.new("TextLabel", Main);
527 Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY;
528 Icon.BackgroundColor3 = GUI.DropDown.Color.Secondary;
529 Icon.BorderColor3 = GUI.DropDown.Color.Border;
530 Icon.Position = UDim2.new(1,-2,1,-2);
531 Icon.Size = UDim2.new(-1,4,-1,4);
532 Icon.TextColor3 = GUI.DropDown.Color.Text;
533 Icon.FontSize = Enum.FontSize.Size14;
534 Icon.TextStrokeTransparency = 0.5;
535 Icon.Font = Enum.Font.SourceSans;
536 Icon.Text = "V"
537 Icon.ZIndex = 4
538
539 local Holder, Search;
540 local ClearHolder = function()
541 if Holder then
542 Holder:ClearAllChildren();
543 Holder.Size = UDim2.new(1,0,0,0);
544 Holder.Visible = false;
545 if Search then
546 Search.Visible = false;
547 end
548 end
549 end;
550
551 local CreateButton;
552 local RefreshDropDown = function()
553 if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
554 if not Holder or not Holder:IsA("Frame") then
555 Holder = nil; Search = nil;
556 Holder = Instance.new("Frame",Main);
557 Holder.Size = UDim2.new(1,0,0,0);
558 Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
559 Holder.BorderColor3 = GUI.DropDown.Color.Border;
560 Holder.Visible = false;
561 Holder.ZIndex = 3
562 end
563 elseif #vValue > (GUI.DropDown.Settings.ScrollerAmount) then
564 if not Holder or not Holder:IsA("ScrollingFrame") then
565 Holder = nil; Search = nil;
566 Search = GUI.TextBox.New(UDim2.new(0,0,0,0),UDim2.new(1,0,0,Main.AbsoluteSize.Y),Main);
567 Search.Visible = false;
568 Search.ZIndex = 4
569 Search.Changed:connect(function(p)
570 if p == "Text" then
571 CreateButton(Search.Text);
572 end
573 end)
574 Holder = Instance.new("ScrollingFrame",Main);
575 Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
576 Holder.BorderColor3 = GUI.DropDown.Color.Border;
577 Holder.TopImage = GUI.DropDown.Gfx.Scroller;
578 Holder.MidImage = GUI.DropDown.Gfx.Scroller;
579 Holder.BottomImage = GUI.DropDown.Gfx.Scroller;
580 Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * (GUI.DropDown.Settings.ScrollerAmount-1));
581 Holder.Position = UDim2.new(0,0,0,Main.AbsoluteSize.Y)
582 Holder.ScrollBarThickness = GUI.DropDown.Settings.ScrollBarThickness;
583 Holder.Visible = false;
584 Holder.ZIndex = 3;
585 end
586 end
587 if #vValue == 1 and vSelected.Value ~= vValue[1] then
588 vSelected.Value = vValue[1];
589 elseif #vValue == 0 then
590 vSelected.Value = "nil";
591 warn("Table amount is nil.");
592 end
593 Main.Text = " "..tostring(vSelected.Value);
594 --ClearHolder();
595 end;
596
597 local Debounce = false;
598 CreateButton = function(searches)
599 if Debounce == false then
600 Debounce = true;
601 ClearHolder()
602 Holder.Visible = true;
603 local Searched = 0;
604 if #vValue > 0 then
605 for i=1,#vValue do
606 if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "") then
607 Searched = Searched + 1;
608 end
609 end
610 for i=1,#vValue do
611 if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "" and Searched > 0) or searches == nil or searches == "" or Searched <= 0 then
612 local Select = Instance.new("TextButton", Holder);
613 Select.BackgroundColor3 = GUI.DropDown.Color.Main;
614 Select.BorderColor3 = GUI.DropDown.Color.Border;
615 Select.BackgroundTransparency = 1;
616 Select.BorderSizePixel = 0;
617 Select.Position = Position;
618 if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
619 Select.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y);
620 else
621 Select.Size = UDim2.new(1,-(GUI.DropDown.Settings.ScrollBarThickness),0,Main.AbsoluteSize.Y);
622 end
623 Select.Position = UDim2.new(0,0,0,(Main.AbsoluteSize.Y) * (#Holder:GetChildren() - 1))
624 Select.TextColor3 = GUI.DropDown.Color.Text;
625 Select.FontSize = Enum.FontSize.Size14;
626 Select.TextStrokeTransparency = 0.5;
627 Select.Font = Enum.Font.SourceSans;
628 Select.Text = tostring(vValue[i]);
629 Select.ZIndex = 3
630 Select.MouseButton1Click:connect(function()
631 vSelected.Value = vValue[i];
632 ClearHolder();
633 RefreshDropDown();
634 end)
635 if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
636 Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * i);
637 elseif Holder:IsA("ScrollingFrame") then
638 Search.Visible = true;
639 if #Holder:GetChildren() >= 1 then
640 Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
641 Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());--GUI.DropDown.Settings.ScrollerAmount);
642 if #Holder:GetChildren() >= GUI.DropDown.Settings.ScrollerAmount then
643 Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * GUI.DropDown.Settings.ScrollerAmount);
644 Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
645 end
646 elseif #Holder:GetChildren() < 1 then
647 Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
648 Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
649 end
650 end
651 end
652 end
653 end
654 Debounce = false;
655 end
656 end;
657
658 RefreshDropDown();
659
660 Main.MouseButton1Click:connect(function()
661 CreateButton()
662 if #vValue >= GUI.DropDown.Settings.ScrollerAmount and Search ~= nil then
663 Search:CaptureFocus();
664 Search.Text = "";
665 end
666 end)
667
668 topkek.lplr:GetMouse().Button1Down:connect(function()
669 ClearHolder()
670 end)
671
672 return {
673 Update = function()
674 RefreshDropDown();
675 end;
676 GetValue = function()
677 RefreshDropDown();
678 return vValue;
679 end;
680 GetSelected = function()
681 RefreshDropDown();
682 return vSelected.Value;
683 end;
684 SetTable = function(F)
685 vValue = F;
686 RefreshDropDown();
687 end;
688 Changed = function(F)
689 vSelected.Changed:connect(function()
690 ypcall(function()
691 F(vSelected.Value);
692 end)
693 end)
694 return "ChangedEvent Hooked";
695 end;
696 AddValue = function(obj)
697 local Type = type(obj);
698 if Type == "table" then
699 for i=1,#obj do
700 table.insert(vValue, obj[i])
701 end
702 elseif Type == "string" or Type == "number" or Type == "boolean" then
703 table.insert(vValue, obj)
704 end
705 RefreshDropDown();
706 end;
707 RemoveValue = function(obj)
708 local Type = type(obj);
709 if Type == "table" then
710 for i=1,#vValue do
711 for f=1,#obj do
712 if tostring(obj[f]) == tostring(vValue[i]) then
713 table.remove(vValue,i)
714 end
715 end
716 end
717 else
718 for i=1,#vValue do
719 if tostring(obj) == tostring(vValue[i]) then
720 table.remove(vValue,i)
721 end
722 end
723 end
724 RefreshDropDown();
725 end;
726 ClearValue = function()
727 vValue = {};
728 RefreshDropDown();
729 end;
730 }
731 end;
732 };
733};
734--// util //--
735function topkek.tools.util.Object(o, p)
736 local a, b = pcall(function()
737 Instance.new(o)
738 end)
739 if not a then
740 return
741 end
742 local obj = Instance.new(o)
743 for prop, val in pairs(p) do
744 pcall(function()
745 obj[prop] = val
746 end)
747 end
748 return obj
749end
750
751function topkek.tools.util.getContainer(n)
752 if game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder:FindFirstChild(n) then
753 return game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder[n]
754 else
755 print("menu not found; returning template")
756 return topkek.holder['Template']
757 end
758end
759
760function topkek.tools.util.play(id)
761 local mu = Instance.new("Sound", game:GetService('Workspace'))
762 mu.Volume = 1
763 mu.Looped = true
764 mu.Pitch = 1
765 mu.SoundId = "rbxassetid://"..tostring(id)
766 mu:Play()
767end
768
769function topkek.tools.util.getTorso(plr) --r15 compatibility lole
770 if plr.Character then
771 if plr.Character:FindFirstChild('UpperTorso') then
772 return plr.Character.UpperTorso
773 elseif plr.Character:FindFirstChild('Torso') then
774 return plr.Character.Torso
775 else
776 return nil
777 end
778 end
779end
780
781function topkek.tools.util.recurseRemove(x,type_)
782 local function recurse(x)
783 for i, v in pairs(x:GetChildren()) do
784 pcall(function()
785 if v:IsA(type_) then
786 v:Destroy()
787 end
788 if #(v:GetChildren())>0 then
789 recurse(v)
790 end
791 end)
792 end
793 end
794 recurse(x)
795end
796
797function topkek.tools.util.recurseFunc(type_,func)
798 local function recurse(x)
799 for i, v in pairs(x:GetChildren()) do
800 pcall(function()
801 if v:IsA(type_) then
802 func(v)
803 end
804 if #(v:GetChildren())>0 then
805 recurse(v)
806 end
807 end)
808 end
809 end
810 recurse(game)
811end
812function topkek.tools.util.trowel()
813 local T = Instance.new('Tool', game.Players.LocalPlayer.Backpack)
814 T.Name = 'Custom Trowel'
815
816 local p = Instance.new('Part')
817 p.Name = 'Handle'
818 p.Size = Vector3.new(1,4.4,1)
819 p.Parent = T
820
821 local specialMesh = Instance.new('SpecialMesh')
822 specialMesh.MeshId = 'rbxasset://fonts/trowel.mesh'
823 specialMesh.MeshType = 'FileMesh'
824 specialMesh.TextureId = 'rbxasset://textures/TrowelTexture.png'
825 specialMesh.Parent = T.Handle
826
827 local sound = Instance.new'Sound'
828 sound.Name = 'build'
829 sound.SoundId = 'rbxasset://sounds//bass.wav'
830 sound.Volume = 1
831 sound.Parent = T.Handle
832
833 local brickHeight = 100
834 local trowelSpeed = 0.05
835 local brickWidth = 500
836 local mouseConnection
837
838 function newBrick(CF, P, color)
839 local brick = Instance.new('Part')
840 brick.BrickColor = color
841 brick.CFrame = CF * CFrame.new(P + brick.Size / 2)
842 brick.Parent = game.Workspace
843 brick:MakeJoints()
844 brick.Material = 'Neon'
845 brick.Name = 'DeleteMe'
846 return brick, P + brick.Size
847 end
848
849 function genBrick(cFrame)
850 local randBrickColor = BrickColor.Random()
851 assert(brickWidth > 0)
852
853 local yPos = 0
854
855 while yPos < brickHeight do
856 local vPos
857 local X = -brickWidth / 2
858 while X < brickWidth / 2 do
859 local brick
860 brick, vPos = newBrick(cFrame, Vector3.new(X, yPos, 0), randBrickColor)
861 X = vPos.x
862 wait(trowelSpeed)
863 end
864 yPos = vPos.y
865 end
866 end
867
868 function calcPos(vec)
869 if (math.abs(vec.x) > math.abs(vec.z)) then
870 if vec.x > 0 then
871 return Vector3.new(1, 0, 0)
872 else
873 return Vector3.new(-1, 0, 0)
874 end
875 else
876 if (vec.z > 0) then
877 return Vector3.new(0, 0, 1)
878 else
879 return Vector3.new(0, 0, -1)
880 end
881 end
882 end
883
884 T.Enabled = true
885
886 T.Activated:connect(function()
887 if T.Enabled and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') then
888 T.Enabled = false
889 T.Handle.build:Play()
890 genBrick(CFrame.new(game.Players.LocalPlayer.Character.Humanoid.TargetPoint, game.Players.LocalPlayer.Character.Humanoid.TargetPoint + calcPos((game.Players.LocalPlayer.Character.Humanoid.TargetPoint - game.Players.LocalPlayer.Character.Head.Position).unit)))
891 T.Enabled = true
892 end
893 end)
894
895 T.Equipped:connect(function()
896 mouseConnection = game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
897 if (key == 'r') then
898 for i,v in next, workspace:children'' do
899 if (v.Name == 'DeleteMe') then
900 v:Destroy()
901 end
902 end
903 end
904 end)
905 end)
906
907 T.Unequipped:connect(function()
908 mouseConnection:disconnect()
909 end)
910end
911function topkek.tools.util.recurseSet(type_,prop,val)
912 local function recurse(x)
913 for i, v in pairs(x:GetChildren()) do
914 pcall(function()
915 if v:IsA(type_) then
916 v[prop]=val
917 end
918 if #(v:GetChildren())>0 then
919 recurse(v)
920 end
921 end)
922 end
923 end
924 recurse(game)
925end
926function topkek.tools.util.recurseUltimate(d)
927 topkek.tools.util.recurseDecal(d)
928 topkek.tools.util.recurseParticles(d)
929end
930function topkek.tools.util.recurseDecal(img)
931 img = 'rbxassetid://' .. img
932 local function skybox(x)
933 local sky = Instance.new("Sky",game.Lighting)
934 local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
935 for i,v in pairs(fcs) do
936 sky["Skybox"..v]=x
937 end
938 end
939
940 local function decal(p, b)
941 local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
942 for i, v in pairs(sides) do
943 local a = Instance.new("Decal", p)
944 a.Texture = b
945 a.Face = v
946 end
947 end
948
949 local function recurse(x)
950 for i, v in pairs(x:GetChildren()) do
951 pcall(function() -- 'error occured, no output from Lua' LOLE
952 if v:IsA("BasePart") then
953 decal(v, img)
954 end
955 if #(v:GetChildren())>0 then
956 recurse(v)
957 end
958 end)
959 end
960 end
961
962 recurse(game)
963 skybox(img)
964end
965function topkek.tools.util.recurseParticles(img)--topkek2.0 code tbh
966 img = 'rbxassetid://' .. img
967 local function skybox(x)
968 local sky = Instance.new("Sky",game.Lighting)
969 local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
970 for i,v in pairs(fcs) do
971 sky["Skybox"..v]=x
972 end
973 end
974 local function particle(p, b)
975 local a = Instance.new("ParticleEmitter", p)
976 a.Rate = 500
977 a.Lifetime = NumberRange.new(20, 30)
978 a.VelocitySpread = 200
979 a.Texture = b
980 end
981
982 local function recurse(x)
983 for i, v in pairs(x:GetChildren()) do
984 pcall(function() -- 'error occured, no output from Lua' LOLE
985 if v:IsA("BasePart") then
986 particle(v, img)
987 end
988 if #(v:GetChildren())>0 then
989 recurse(v)
990 end
991 end)
992 end
993 end
994
995 recurse(game)
996 skybox(img)
997end
998function topkek.tools.util.recurseSetObj(obj,type_,prop,val)
999 local function recurse(x)
1000 for i, v in pairs(x:GetChildren()) do
1001 pcall(function()
1002 if v:IsA(type_) then
1003 v[prop]=val
1004 end
1005 if #(v:GetChildren())>0 then
1006 recurse(v)
1007 end
1008 end)
1009 end
1010 end
1011 recurse(obj)
1012end
1013function topkek.tools.util.doPlayers(cval, func)
1014 local plrs = {}
1015 if cval == 'All' then
1016 plrs = game:GetService('Players'):GetPlayers()
1017 else
1018 plrs = {game:GetService('Players'):FindFirstChild(cval)}
1019 end
1020 for i, v in pairs(plrs) do
1021 func(v)
1022 end
1023end
1024function topkek.tools.util.scalePlayer(sc,plr)
1025 local pchar = plr.Character
1026 if pchar:FindFirstChild("UpperTorso") then
1027 warn("Player [" ..plr.Name.. "] is R15.")
1028 return
1029 end
1030 local function scale(chr,scl)
1031
1032 for _,v in pairs(pchar:GetChildren()) do
1033 if v:IsA("Hat") then
1034 v:Clone()
1035 v.Parent = game.Lighting
1036 end
1037 end
1038
1039 local Head = chr['Head']
1040 local Torso = chr['Torso']
1041 local LA = chr['Left Arm']
1042 local RA = chr['Right Arm']
1043 local LL = chr['Left Leg']
1044 local RL = chr['Right Leg']
1045 local HRP = chr['HumanoidRootPart']
1046
1047 wait(0.1)
1048
1049 Head.formFactor = 3
1050 Torso.formFactor = 3
1051 LA.formFactor = 3
1052 RA.formFactor = 3
1053 LL.formFactor = 3
1054 RL.formFactor = 3
1055 HRP.formFactor = 3
1056
1057 Head.Size = Vector3.new(scl * 2, scl, scl)
1058 Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
1059 LA.Size = Vector3.new(scl, scl * 2, scl)
1060 RA.Size = Vector3.new(scl, scl * 2, scl)
1061 LL.Size = Vector3.new(scl, scl * 2, scl)
1062 RL.Size = Vector3.new(scl, scl * 2, scl)
1063 HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
1064
1065 local Motor1 = Instance.new('Motor6D', Torso)
1066 Motor1.Part0 = Torso
1067 Motor1.Part1 = Head
1068 Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
1069 Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
1070 Motor1.Name = "Neck"
1071
1072 local Motor2 = Instance.new('Motor6D', Torso)
1073 Motor2.Part0 = Torso
1074 Motor2.Part1 = LA
1075 Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
1076 Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
1077 Motor2.Name = "Left Shoulder"
1078
1079 local Motor3 = Instance.new('Motor6D', Torso)
1080 Motor3.Part0 = Torso
1081 Motor3.Part1 = RA
1082 Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
1083 Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
1084 Motor3.Name = "Right Shoulder"
1085
1086 local Motor4 = Instance.new('Motor6D', Torso)
1087 Motor4.Part0 = Torso
1088 Motor4.Part1 = LL
1089 Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
1090 Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
1091 Motor4.Name = "Left Hip"
1092
1093 local Motor5 = Instance.new('Motor6D', Torso)
1094 Motor5.Part0 = Torso
1095 Motor5.Part1 = RL
1096 Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
1097 Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
1098 Motor5.Name = "Right Hip"
1099
1100 local Motor6 = Instance.new('Motor6D', HRP)
1101 Motor6.Part0 = HRP
1102 Motor6.Part1 = Torso
1103 Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
1104 Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
1105
1106 end
1107
1108 scale(pchar, sc)
1109
1110 for _,v in pairs(game.Lighting:GetChildren()) do
1111 if v:IsA("Hat") then
1112 v.Parent = pchar
1113 end
1114 end
1115end
1116function topkek.tools.util.applyFace(id)
1117 local Char = topkek.lplr.Character
1118 if(Char)then
1119 local Type = id
1120 local Meme=id
1121 local BBG_SIZE=Char.Head.Size.X*1.25;
1122 local STUD_VECTOR_1=Char.Head.Size.Z/4;
1123 local STUD_VECTOR_2=Char.Head.Size.Z;
1124 local bbg=Char:FindFirstChild'BBGMEME'or Instance.new('BillboardGui',Char);
1125 bbg.StudsOffset=Vector3.new(0,STUD_VECTOR_1,STUD_VECTOR_2);
1126 bbg.Size=UDim2.new(BBG_SIZE,0,BBG_SIZE);
1127 bbg.Adornee=Char.Head;
1128 bbg.Name='BBGMEME';
1129 local img=bbg:FindFirstChild'Meme'or Instance.new('ImageLabel',bbg);
1130 img.BackgroundTransparency=1;
1131 img.Image="rbxassetid://"..Meme;
1132 img.Size=UDim2.new(1,0,1,0)
1133 img.Name='Meme';
1134 for i,v in next,Char:children()do
1135 if(v.className=='Hat')then
1136 v=v:FindFirstChild'Handle';
1137 if(v)then
1138 v.Transparency=0
1139 end;
1140 end;
1141 end;
1142 end;
1143end;
1144function topkek.tools.util.weenieHutJunior(plr)
1145 plr=plr.Character
1146 Shaft=Instance.new("Part", plr)
1147 Shaft.Name='Shaft'
1148 Shaft.Size=Vector3.new(1, 2.5, 1)
1149 Shaft.TopSurface=0
1150 Shaft.BottomSurface=0
1151 Shaft.CanCollide=true
1152 Cyln=Instance.new("CylinderMesh", Shaft)
1153 Cyln.Scale=Vector3.new(0.5,0.7,0.5)
1154 Instance.new("Weld", plr)
1155 plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
1156 plr.Weld.Part1=plr.Shaft
1157 plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
1158 Shaft.BrickColor=BrickColor.new("Pastel brown")
1159 Tip=Instance.new("Part", plr)
1160 Tip.Name='Tip'
1161 Tip.TopSurface=0
1162 Tip.BottomSurface=0
1163 Tip.Size=Vector3.new(1, 1, 1)
1164 Tip.CanCollide=true
1165 Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
1166 Cyln2=Instance.new("SpecialMesh", Tip)
1167 Cyln2.MeshType='Sphere'
1168 Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
1169 Instance.new("Weld", plr).Name='Weld2'
1170 plr.Weld2.Part0=plr.Shaft
1171 plr.Weld2.Part1=plr.Tip
1172 plr.Weld2.C0=CFrame.new(0,-.9,0)
1173 Tip.BrickColor=BrickColor.new("Pink")
1174 -----
1175 Ball1=Instance.new("Part", plr)
1176 Ball1.Name='Ball1'
1177 Ball1.Size=Vector3.new(1, 1, 1)
1178 Ball1.TopSurface=0
1179 Ball1.BottomSurface=0
1180 Cyln3=Instance.new("SpecialMesh", Ball1)
1181 Cyln3.MeshType='Sphere'
1182 Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
1183 Instance.new("Weld", plr).Name='Weld3'
1184 plr.Weld3.Part0=plr.Shaft
1185 plr.Weld3.Part1=plr.Ball1
1186 plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
1187 Ball1.BrickColor=BrickColor.new("Pastel brown")
1188 -----
1189 Ball2=Instance.new("Part", plr)
1190 Ball2.Name='Ball2'
1191 Ball2.Size=Vector3.new(1, 1, 1)
1192 Ball2.TopSurface=0
1193 Ball2.BottomSurface=0
1194 Cyln3=Instance.new("SpecialMesh", Ball2)
1195 Cyln3.MeshType='Sphere'
1196 Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
1197 Instance.new("Weld", plr).Name='Weld4'
1198 plr.Weld4.Part0=plr.Shaft
1199 plr.Weld4.Part1=plr.Ball2
1200 plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
1201 Ball2.BrickColor=BrickColor.new("Pastel brown")
1202end
1203--// banmgr //--
1204topkek.banmgr.isPrivate = false
1205topkek.banmgr.whitelist = {}
1206topkek.banmgr.bans = {}
1207function topkek.banmgr.executeKick(z)
1208 local function doKick()
1209 if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
1210 z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
1211 local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
1212 spawn(function()
1213 repeat wait()
1214 if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
1215 SP.Position = z.Character.HumanoidRootPart.Position
1216 end
1217 until not game:GetService('Players'):FindFirstChild(z.Name)
1218 end)
1219 z.Character.Torso.Anchored = true
1220 end
1221 end
1222 repeat
1223 doKick()
1224 wait()
1225 until not z
1226end
1227function topkek.banmgr.loadFromFile()
1228 -- todo: read file
1229 topkek.settings.get()
1230 topkek.banmgr.bans = topkek.settingsTable['Bans']
1231end
1232function topkek.banmgr.addHardBan(p)
1233 -- todo: write file
1234 table.insert(topkek.banmgr.bans, p.Name)
1235 topkek.settings.get()
1236 table.insert(topkek.settingsTable['Bans'], p.Name)
1237 topkek.settings.write()
1238 print("Hardbanned " .. p.Name)
1239 UpdateBanlist()
1240 topkek.banmgr.executeKick(p)
1241 topkek.banmgr.loadFromFile()
1242end
1243function topkek.banmgr.addSoftBan(p)
1244 table.insert(topkek.banmgr.bans, p.Name)
1245 topkek.banmgr.executeKick(p)
1246end
1247function topkek.banmgr.plrBanned(p)
1248 for x, m in pairs(topkek.banmgr.bans) do
1249 if m == p.Name then
1250 return true
1251 end
1252 end
1253 return false
1254end
1255function topkek.banmgr.doWhitelist(p)
1256 print(p .. " whitelisted")
1257 table.insert(topkek.banmgr.whitelist, p)
1258end
1259function topkek.banmgr.unwhitelist(p)
1260 for x, m in pairs(topkek.banmgr.whitelist) do
1261 if m == p then
1262 print(m .. " unwhitelisted")
1263 table.remove(topkek.banmgr.whitelist, x)
1264 if game:GetService('Players'):FindFirstChild(p) then
1265 topkek.banmgr.executeKick(game:GetService('Players')[p])
1266 end
1267 end
1268 end
1269end
1270function topkek.banmgr.plrWhitelisted(p)
1271 for x, m in pairs(topkek.banmgr.whitelist) do
1272 if m == p.Name then
1273 return true
1274 end
1275 end
1276 return false
1277end
1278function topkek.banmgr.makePrivate()
1279 topkek.banmgr.isPrivate = true
1280 for i, v in pairs(game:GetService('Players'):GetPlayers()) do
1281 if not topkek.banmgr.plrWhitelisted(v) and v ~= topkek.lplr then
1282 spawn(function()
1283 topkek.banmgr.executeKick(v)
1284 end)
1285 end
1286 end
1287end
1288function topkek.banmgr.unprivate()
1289 topkek.banmgr.isPrivate = false
1290end
1291function topkek.banmgr.init()
1292 topkek.banmgr.loadFromFile()
1293 game:GetService('Players').PlayerAdded:connect(function(p)
1294 if topkek.banmgr.plrBanned(p) or (topkek.banmgr.isPrivate and not topkek.banmgr.plrWhitelisted(p)) then
1295 print("Player " .. p.Name .. " is banned (or private on)! Kicking now.")
1296 topkek.banmgr.executeKick(p)
1297 end
1298 end)
1299end
1300--// settings //--
1301topkek.settings = {}
1302topkek.settingsTable = {}
1303function topkek.settings.write()
1304 --writefile("testplzignore.lua", "", game:GetService('HttpService'):JSONEncode(topkek.settingsTable))
1305end
1306function topkek.settings.get()
1307if game.Players.LocalPlayer.Character then
1308 print("No settings! Making new ...")
1309 topkek.settingsTable = {
1310 ['Bans'] = {
1311
1312 },
1313 ['Themes'] = {
1314 {Primary = {0,0,0}, Secondary = {0,0,0}, Tertiary = {0,0,0}}
1315 };
1316 }
1317 topkek.settings.write()
1318 return topkek.settingsTable
1319 else
1320 local lset = game:GetService('HttpService'):JSONDecode(set)
1321 topkek.settingsTable = lset
1322 return lset
1323end
1324end
1325--// shortcuts //--
1326tk = {}
1327tk.ob = topkek.tools.util.Object
1328tk.dp = topkek.tools.util.doPlayers
1329tk.rcm = topkek.tools.util.recurseRemove
1330tk.rcs = topkek.tools.util.recurseSet
1331tk.rcf = topkek.tools.util.recurseFunc
1332tk.rco = topkek.tools.util.recurseSetObj
1333tk.play = topkek.tools.util.play
1334tk.gt = topkek.tools.util.getTorso
1335--// gui //--
1336-- copying this from topkek3.0 because i'm
1337-- too lazy to rewrite my lib
1338topkek.tools.gui.seperation = 12
1339function topkek.tools.gui:addLeftIcon(parent, img, sz)
1340 topkek.tools.util.Object('ImageLabel', {
1341 Parent = parent;
1342 BackgroundTransparency = 1;
1343 Position = UDim2.new(0, 2, 0, 2);
1344 Size = UDim2.new(0, sz, 0, sz);
1345 Image = img;
1346 })
1347end
1348function topkek.tools.gui:makeContainer(n)
1349 local temp = topkek.template:Clone()
1350 temp.Name = n
1351 temp.Parent = topkek.holder
1352 temp.Container.Visible = false
1353end
1354function topkek.tools.gui:hookContainer(o, ncan, sepr, stt)
1355 if not o:IsA("ScrollingFrame") and (not ncan) then
1356 return nil
1357 elseif o:IsA("ScrollingFrame") then
1358 o.CanvasSize = UDim2.new(0, 0, 0, 0)
1359 end
1360
1361 local self = {}
1362 self.main = o
1363 self.drawX = 0
1364 self.drawY = stt or topkek.tools.gui.seperation/2
1365 self.drawHeight = 0
1366 self.sepr = sepr or topkek.tools.gui.seperation
1367
1368 function self:drawButton(sz, txt, func, ysz, cbgd)
1369 local xposOffset = 0
1370 local xposScale = self.drawX
1371 local xszOffset = 0
1372 local xszScale = sz
1373 if not (self.drawX == 0) then
1374 xszOffset = -5
1375 if sz + self.drawX > 0.998 then
1376 xszOffset = -10
1377 end
1378 elseif sz == 1 then
1379 local bzz = 4
1380 if ncan then
1381 bzz = 0
1382 end
1383 xszOffset = -(self.sepr) - bzz
1384 xposOffset = self.sepr/2
1385 else
1386 xszOffset = -4 + -(self.sepr/2)
1387 xposOffset = self.sepr/2
1388 end
1389 if not ysz then ysz = 20 end
1390 local obj = topkek.tools.util.Object("TextButton", {
1391 Parent = self.main;
1392 BackgroundColor3 = cbgd or Color3.new(163/255, 57/255, 57/255);
1393 BorderSizePixel = 0;
1394 Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1395 Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1396 Font = 'SourceSans';
1397 FontSize = 'Size14';
1398 Text = txt;
1399 TextSize = 14;
1400 TextColor3 = Color3.new(199/255, 199/255, 199/255);
1401 })
1402 obj.MouseButton1Down:connect(function()
1403 spawn(func)
1404 end)
1405 if ysz > self.drawHeight then
1406 self.drawHeight = ysz
1407 end
1408 self.drawX = self.drawX + sz
1409 if self.drawX > 0.998 then
1410 self.drawY = self.drawY + 3 + self.drawHeight
1411 self.drawX = 0
1412 self.drawHeight = 0
1413 if (not ncan) then
1414 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1415 end
1416 end
1417 return obj
1418 end
1419
1420 function self:GetChildren()
1421 return self.main:GetChildren()
1422 end
1423
1424 function self:getDrawY()
1425 return self.drawY
1426 end
1427
1428 function self:setDrawY(y)
1429 self.drawY = y
1430 end
1431
1432 function self:drawTextBox(sz, txt, ysz, cbgd)
1433 local xposOffset = 0
1434 local xposScale = self.drawX
1435 local xszOffset = 0
1436 local xszScale = sz
1437 if not (self.drawX == 0) then
1438 xszOffset = -5
1439 if sz + self.drawX > 0.998 then
1440 xszOffset = -10
1441 end
1442 elseif sz == 1 then
1443 xszOffset = -(self.sepr) - 5
1444 xposOffset = self.sepr/2
1445 else
1446 xszOffset = -4 + -(self.sepr/2)
1447 xposOffset = self.sepr/2
1448 end
1449 if not ysz then ysz = 20 end
1450 local obj = topkek.tools.util.Object("TextBox", {
1451 Parent = self.main;
1452 BackgroundColor3 = cbgd or color3(153, 52, 52);
1453 BorderSizePixel = 0;
1454 Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1455 Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1456 Font = 'SourceSans';
1457 FontSize = 'Size14';
1458 Text = txt;
1459 TextSize = 14;
1460 TextColor3 = Color3.new(199/255, 199/255, 199/255);
1461 })
1462 if ysz > self.drawHeight then
1463 self.drawHeight = ysz
1464 end
1465 self.drawX = self.drawX + sz
1466 if self.drawX > 0.998 then
1467 self.drawY = self.drawY + 3 + self.drawHeight
1468 self.drawX = 0
1469 self.drawHeight = 0
1470 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1471 end
1472 return obj
1473 end
1474
1475 function self:drawImage(sz, img, ysz)
1476 local xposOffset = 0
1477 local xposScale = self.drawX
1478 local xszOffset = 0
1479 local xszScale = sz
1480 if not (self.drawX == 0) then
1481 xszOffset = -5
1482 if sz + self.drawX > 0.998 then
1483 xszOffset = -12
1484 end
1485 elseif sz == 1 then
1486 xszOffset = -(self.sepr) - 5
1487 xposOffset = self.sepr/2
1488 else
1489 xszOffset = -5 + -(self.sepr/2)
1490 xposOffset = self.sepr/2
1491 end
1492 if not ysz then ysz = 20 end
1493 local obj = topkek.tools.util.Object("ImageLabel", {
1494 Parent = self.main;
1495 BackgroundTransparency = 1;
1496 BorderColor3 = Color3.new(27, 42, 53);
1497 BorderSizePixel = 0;
1498 Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1499 Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1500 Image = img;
1501 })
1502 if ysz > self.drawHeight then
1503 self.drawHeight = ysz
1504 end
1505 self.drawX = self.drawX + sz
1506 if self.drawX > 0.998 then
1507 self.drawY = self.drawY + 3 + self.drawHeight
1508 self.drawX = 0
1509 self.drawHeight = 0
1510 if (not ncan) then
1511 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1512 end
1513 end
1514 return obj
1515 end
1516
1517 function self:drawText(sz, txt, ysz)
1518 local xposOffset = 0
1519 local xposScale = self.drawX
1520 local xszOffset = 0
1521 local xszScale = sz
1522 if not (self.drawX == 0) then
1523 xszOffset = -5
1524 if sz + self.drawX > 0.998 then
1525 xszOffset = -10
1526 end
1527 elseif sz == 1 then
1528 local bzz = 5
1529 if ncan then
1530 bzz = 0
1531 end
1532 xszOffset = -(self.sepr) - bzz
1533 xposOffset = self.sepr/2
1534 else
1535 xszOffset = -4 + -(self.sepr/2)
1536 xposOffset = self.sepr/2
1537 end
1538 if not ysz then ysz = 20 end
1539 local obj = topkek.tools.util.Object("TextLabel", {
1540 Parent = self.main;
1541 BackgroundColor3 = Color3.new(148/255, 51/255, 51/255);
1542 BorderSizePixel = 0;
1543 Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1544 Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1545 Font = 'SourceSans';
1546 FontSize = 'Size14';
1547 Text = txt;
1548 TextSize = 14;
1549 TextColor3 = Color3.new(199/255, 199/255, 199/255);
1550
1551 })
1552 if ysz > self.drawHeight then
1553 self.drawHeight = ysz
1554 end
1555 self.drawX = self.drawX + sz
1556 if self.drawX > 0.998 then
1557 self.drawY = self.drawY + 3 + self.drawHeight
1558 self.drawX = 0
1559 self.drawHeight = 0
1560 if (not ncan) then
1561 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1562 end
1563 end
1564 return obj
1565 end
1566
1567
1568 function self:drawScrollingContainer(ysz)
1569 local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
1570 local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
1571 local obj = topkek.tools.util.Object("ScrollingFrame", {
1572 Parent = self.main;
1573 BackgroundColor3 = color3(117, 42, 42);
1574 BorderSizePixel = 0;
1575 Position = pos;
1576 Size = sz;
1577 BottomImage = 'rbxassetid://368504177';
1578 MidImage = 'rbxassetid://368504177';
1579 TopImage = 'rbxassetid://368504177';
1580 ScrollBarThickness = 5;
1581 })
1582
1583 self.drawY = self.drawY + 5 + ysz
1584 self.drawX = 0
1585 self.drawHeight = 0
1586 if (not ncan) then
1587 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1588 end
1589 return topkek.tools.gui:hookContainer(obj, false, 10, 3)
1590 end
1591
1592 function self:drawContainer(xsz, ysz, xz, tz, sep)
1593 local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
1594 local pos = UDim2.new(tz or 0, self.sepr/2, 0, self.drawY)
1595 local obj = topkek.tools.util.Object("Frame", {
1596 Parent = self.main;
1597 BackgroundColor3 = color3(117, 42, 42);
1598 BorderSizePixel = 0;
1599 Position = pos;
1600 Size = sz;
1601 })
1602 if not xz then
1603 self.drawY = self.drawY + 5 + ysz
1604 end
1605 self.drawX = 0
1606 self.drawHeight = 0
1607 if (not ncan) then
1608 self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1609 end
1610 return topkek.tools.gui:hookContainer(obj, sep or 12, 5)
1611 end
1612
1613 function self:addSpacing()
1614 self.drawY = self.drawY + 3
1615 end
1616
1617 function self:center()
1618 local a,c,b=
1619 self.main.Position.X.Scale,
1620 self.main.Position.X.Offset,self.main.Size.Y.Offset
1621 self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
1622 end
1623
1624 return self
1625end
1626
1627--//anim//--
1628topkek.tools.animator.animateTo = function(source, dest)
1629 -- holder2holder:
1630 -- invis holder
1631 -- clone holder; vis
1632 -- move holder to right
1633 -- vis dest container
1634 -- tween clone holder left
1635 -- tween dest holder right
1636 print("nav",source,dest)
1637 topkek.holder.Visible = false
1638 local hclone = topkek.holder:Clone()
1639 hclone.Parent = topkek.center
1640 hclone.Name = 'animclone'
1641 hclone.Visible = true
1642 topkek.holder.Position = UDim2.new(-1, 0, 0, 30)
1643 source.Visible = false
1644 dest.Visible = true
1645 dest.Container.Visible = true
1646 dest.Container.ZIndex = 1
1647 dest.ZIndex = 1
1648 topkek.holder.Visible = true
1649 topkek.holder:TweenPosition(UDim2.new(0, 150, 0, 30), "Out", "Quad", 0.3)
1650 hclone:TweenPosition(UDim2.new(1, 0, 0, 30), "Out", "Quad", 0.3)
1651 wait(0.3)
1652end
1653topkek.tools.animator.initialAnimation = function()
1654 -- initanim:
1655 -- join both composites
1656 -- delete composites; vis solid
1657 -- tween solid to nav topbar
1658 -- copy topbar plrname; move outside region
1659 -- tween in clone topbar
1660 -- delete clone and solid; vis topbar
1661 -- tween down topbar
1662 -- tween holder out
1663 local function abspos(x)
1664 return UDim2.new(0, x.AbsolutePosition.X, 0, x.AbsolutePosition.Y)
1665 end
1666 local function abssz(x)
1667 return UDim2.new(0, x.AbsoluteSize.X, 0, x.AbsoluteSize.Y)
1668 end
1669 local holder = topkek.holder
1670 local nav = topkek.navigator
1671 local topnav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation.Topbar
1672 local topbar = topkek.topbar
1673 local pname = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar.PlayerName:Clone()
1674 local solid = game.Players.LocalPlayer.PlayerGui["4.0"].Solid
1675 topkek.center.Size = UDim2.new(0, 150, 0, 30)
1676 game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:TweenPosition(UDim2.new(0.5, -50, 0.5, -50), 'Out', 'Quad', 0.5)
1677 game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:TweenPosition(UDim2.new(0.5, 0, 0.5, -50), 'Out', 'Quad', 0.5)
1678 wait(0.52)
1679 solid.Visible = true
1680 game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:Destroy()
1681 game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:Destroy()
1682 wait(3)
1683 solid.Label:TweenPosition(UDim2.new(0, 0, 1.5, 0), 'Out', 'Quad', 0.5)
1684 solid:TweenSizeAndPosition(abssz(topnav), abspos(topnav), 'Out', 'Linear', 0.6)
1685 wait(0.52)
1686 solid.Label:Destroy()
1687 wait(0.12)
1688 topkek.center.Visible = true
1689 topnav.Visible = true
1690 solid:Destroy()
1691 pname.Position = UDim2.new(0, -170, 0, 0)
1692 pname.Parent = topnav
1693 pname.Visible = true
1694 pname:TweenPosition(UDim2.new(0, 10, 0, 0), 'Out', 'Quad', 0.2)
1695 wait(0.25)
1696 topkek.center:TweenSize(UDim2.new(0, 150, 0, 395), 'Out', 'Quad', 0.3)
1697 spawn(topkek.navigation.buildNavigator)
1698 wait(0.35)
1699 topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'In', 'Quad', 0.3)
1700 wait(0.35)
1701 topbar.PlayerName.Visible = true
1702 pname:Destroy()
1703 AllowHovers = true
1704end
1705--//nav//--
1706topkek.navigation.currentContainer = topkek.tools.util.getContainer('Home')
1707topkek.navigation.windowState = 0
1708topkek.navigation.gotoContainer = function(cont)
1709 topkek.tools.animator.animateTo(topkek.navigation.currentContainer, cont)
1710 topkek.navigation.currentContainer = cont
1711end
1712topkek.navigation.buildNavigator = function()
1713 local nav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation
1714 local hook = topkek.tools.gui:hookContainer(nav.Scroll, false)
1715 local btns = {}
1716 for l, x in pairs(topkek.data.windows) do
1717 local container = topkek.tools.util.getContainer(x)
1718 local btn = hook:drawButton(1, x, function() topkek.navigation.gotoContainer(container) end, 25)
1719 local ZPos = btn.Position
1720 btn.Position = btn.Position - UDim2.new(0, 0, 0, 5)
1721 btn:TweenPosition(ZPos, 'Out', 'Bounce', 0.2)
1722 btn.LayoutOrder = l
1723 btn.ZIndex = 4
1724 local OPos = btn.Position
1725 btn.MouseEnter:connect(function()
1726 if AllowHovers == false then
1727 return
1728 end
1729 for i, v in pairs(btns) do
1730 if v[1] ~= btn then
1731 v[1]:TweenPosition(v[2], 'Out', 'Quad', 0.1)
1732 end
1733 end
1734 btn:TweenPosition(OPos + UDim2.new(0, 3, 0, 0), 'Out', 'Quad', 0.1)
1735 end)
1736 btn.MouseLeave:connect(function()
1737 btn:TweenPosition(OPos, 'Out', 'Quad', 0.1)
1738 end)
1739 table.insert(btns, {btn, OPos})
1740 wait()
1741 end
1742end
1743topkek.navigation.buildTopbar = function()
1744 local top = topkek.topbar
1745 local FELabel = top.Controllers.IsFE
1746 top.PlayerName.Text = topkek.lplr.Name
1747 if game:GetService('Workspace').FilteringEnabled == true then
1748 FELabel.Text = "FE Game"
1749 FELabel.TextColor3 = BrickColor.new("Bright red").Color
1750 else
1751 FELabel.Text = "Not FE"
1752 FELabel.TextColor3 = BrickColor.new("Bright green").Color
1753 end
1754 top.Controllers.Hide.MouseButton1Down:connect(function()
1755 if topkek.navigation.windowState == 0 then
1756 topkek.navigation.windowState = 1
1757 topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.2)
1758 else
1759 topkek.navigation.windowState = 0
1760 topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'Out', 'Quint', 0.2)
1761 end
1762 end)
1763 top.Controllers.Exit.MouseButton1Down:connect(function()
1764 topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.3)
1765 wait(0.31)
1766 topkek.center:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 'Quint', 0.3)
1767 PlayerChatHook:disconnect()
1768 end)
1769
1770end
1771topkek.navigation.initCommandBar = function()
1772 DistributedCmdBar, cmd = topkek.holder.Command, {}
1773 --weathered-down version of my cmdscript for topkek
1774cmd = {}
1775
1776-- ** defines ** --
1777cmd.service = (function(a) return game:service(a) end)
1778cmd.gplayers = (function() return cmd.service'Players':GetPlayers() end)
1779cmd.players = cmd.service('Players')
1780cmd.localplayer = cmd.players.LocalPlayer
1781
1782cmd.prefix = ';'
1783cmd.hidden = '/'
1784
1785cmd.commands = {}
1786cmd.util = {}
1787cmd.interface = {}
1788
1789cmd.admins = {}
1790cmd.noclip = false
1791
1792-- ** util ** --
1793cmd.util.pos = function(str, pos)
1794 local increment = 1
1795 for spc in str:gmatch("[^ ]+") do
1796 if increment == pos then
1797 return spc
1798 end
1799 increment = increment + 1
1800 end
1801 return ''
1802end
1803cmd.util.pstr = function(str, re_enc)
1804 str = string.lower(str)
1805 local players = {}
1806 if re_enc == true then
1807 if str == 'me' then
1808 return {game.Players.LocalPlayer}
1809 end
1810 if str == 'all' then
1811 return game.Players:GetPlayers()
1812 end
1813 if str == 'others' then
1814 for i, v in pairs(game.Players:GetPlayers()) do
1815 if v ~= cmd.localplayer then
1816 table.insert(players, v)
1817 end
1818 end
1819 end
1820 for i, v in pairs(game.Players:GetPlayers()) do
1821 if string.lower(v.Name):sub(1, #str) == str then
1822 table.insert(players, v)
1823 end
1824 end
1825 return players
1826 else
1827 for seper in str:gmatch("[^,]+") do
1828 for i, v in pairs(cmd.util.pstr(seper, true)) do
1829 table.insert(players, v)
1830 end
1831 end
1832 return players
1833 end
1834end
1835cmd.util.parse = function(str, fmt)
1836 local args = {}
1837 local encountered = 0
1838 local position = 1
1839 for form in fmt:gmatch("[^%%]+") do
1840 if position == 1 then
1841 args['command'] = cmd.util.pos(str, position)
1842 end
1843 if form == 'inf' then
1844 args[position] = str:sub(encountered, #str)
1845 end
1846 if form == 'int' then
1847 local fetch = cmd.util.pos(str, position)
1848 if tonumber(fetch) == nil then
1849 return nil
1850 end
1851 args[position] = {'integer', data = fetch}
1852 end
1853 if form == 'str' then
1854 local fetch = cmd.util.pos(str, position)
1855 args[position] = {'string', data = fetch}
1856 end
1857 if form == 'plrs' then
1858 args[position] = cmd.util.pstr(cmd.util.pos(str, position), false)
1859 end
1860 encountered = encountered + ((#cmd.util.pos(str, position)) + 1)
1861 position = position + 1
1862 end
1863 return args
1864end
1865cmd.util.isadmin = function(p)
1866 if p == cmd.localplayer.Name then
1867 return true
1868 else
1869 for i, v in pairs(cmd.admins) do
1870 if v == p.Name then
1871 return true
1872 end
1873 end
1874 return false
1875 end
1876end
1877cmd.util.BombVest = function(Players)
1878 -- modified by nosyliam
1879 local TickWait = 1
1880 local Dead = false
1881 local BeltPositions = { }
1882 local ExplodeSounds = { }
1883
1884 for ___, player in pairs(Players) do
1885 pcall(function()
1886 local Me = player
1887 local Char = Me.Character
1888 local Torso = Char.Torso
1889 local Color = "Medium stone gray"
1890 local Dead = false
1891
1892
1893 local Position = Vector3.new(0,100,0)
1894 local function NewPart(Parent)
1895 local Part = Instance.new("Part", Parent)
1896 Part.CanCollide = false
1897 Part.FormFactor = "Custom"
1898 Part.Position = Position
1899 Part.TopSurface = "Smooth"
1900 Part.BottomSurface = "Smooth"
1901 Part.BrickColor = BrickColor.new(Color)
1902 Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
1903 return Part
1904 end
1905
1906 local Model = Char:FindFirstChild("Bomb")
1907 if Model then Model:Destroy() end
1908
1909 Model = Instance.new("Model", Char)
1910 Model.Name = "Bomb"
1911
1912 local Belt = NewPart(Model)
1913 Belt.Size = Vector3.new(2.2,0.5,1.2)
1914 table.insert(BeltPositions, Belt)
1915 local Weld = Instance.new("Weld", Belt)
1916 Weld.Part0 = Belt
1917 Weld.Part1 = Torso
1918 Weld.C0 = CFrame.new(0,1.1,0)
1919 local Light = Instance.new("PointLight", Belt)
1920 Light.Range = 15
1921 Light.Brightness = 5
1922 Light.Color = Color3.new(1,0,0)
1923 local Beep = Instance.new("Sound", Belt)
1924 Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
1925 local ExplodeSound = Instance.new("Sound", Belt)
1926 ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
1927 ExplodeSound.Pitch = 2.8
1928 ExplodeSound.Volume = 3
1929 table.insert(ExplodeSounds, ExplodeSound)
1930
1931 local Back = NewPart(Model)
1932 Back.Size = Vector3.new(1.5,1.5,0.5)
1933 local Weld = Instance.new("Weld", Back)
1934 Weld.Part0 = Back
1935 Weld.Part1 = Torso
1936 Weld.C0 = CFrame.new(0,0.1,-0.75)
1937
1938 local StrapLeft = NewPart(Model)
1939 StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
1940 local Weld = Instance.new("Weld", StrapLeft)
1941 Weld.Part0 = StrapLeft
1942 Weld.Part1 = Torso
1943 Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
1944
1945 local BuckleLeft = NewPart(Model)
1946 BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
1947 local Weld = Instance.new("Weld", BuckleLeft)
1948 Weld.Part0 = BuckleLeft
1949 Weld.Part1 = Torso
1950 Weld.C0 = CFrame.new(0.65,0.1,0.5)
1951
1952 local StrapRight = NewPart(Model)
1953 StrapRight.Size = Vector3.new(0.2,0.5,1.6)
1954 local Weld = Instance.new("Weld", StrapRight)
1955 Weld.Part0 = StrapRight
1956 Weld.Part1 = Torso
1957 Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
1958
1959 local BuckleRight = NewPart(Model)
1960 BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
1961 local Weld = Instance.new("Weld", BuckleRight)
1962 Weld.Part0 = BuckleRight
1963 Weld.Part1 = Torso
1964 Weld.C0 = CFrame.new(-0.65,0.1,0.5)
1965
1966
1967 coroutine.wrap(function()
1968 repeat
1969 wait(TickWait)
1970 Light.Enabled = not Light.Enabled
1971 Beep:Play()
1972 until Dead == true
1973 end)()
1974 end)
1975 end
1976
1977 local Tool = Instance.new("HopperBin", cmd.localplayer.Backpack)
1978 Tool.Name = "Bomb Vest"
1979
1980 Tool.Selected:connect(function(Mouse)
1981 TickWait = 0.3
1982 Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
1983
1984 Mouse.Button1Down:connect(function()
1985 if Dead == false then
1986 Dead = true
1987 for i, Belt in pairs(BeltPositions) do
1988 coroutine.wrap(function()
1989 pcall(function() ExplodeSounds[i]:Play() end)
1990 wait(1.4)
1991 local Explosion = Instance.new("Explosion", workspace)
1992 Explosion.Position = Belt.Position
1993 Explosion.BlastPressure = 100000
1994 Explosion.DestroyJointRadiusPercent = 0.7
1995 Explosion.ExplosionType = "CratersAndDebris"
1996 Explosion.BlastRadius = 50
1997 Explosion.Hit:connect(function(Part, Distance)
1998 Part.Anchored = false
1999 if Distance <= 10 then
2000 Part:BreakJoints()
2001 end
2002 end)
2003 end)()
2004 end
2005 end
2006 end)
2007 end)
2008
2009 Tool.Deselected:connect(function()
2010 TickWait = 1
2011 end)
2012end
2013cmd.util.hulk = function(p)
2014 function giant(p, size)
2015 local pchar = p.Character
2016 if pchar then
2017 local function scale(chr,scl)
2018
2019 for _,v in pairs(pchar:GetChildren()) do
2020 if v:IsA("Hat") then
2021 v:Clone()
2022 v.Parent = game.Lighting
2023 end
2024 end
2025
2026 local Head = chr['Head']
2027 local Torso = chr['Torso']
2028 local LA = chr['Left Arm']
2029 local RA = chr['Right Arm']
2030 local LL = chr['Left Leg']
2031 local RL = chr['Right Leg']
2032 local HRP = chr['HumanoidRootPart']
2033
2034 wait(0.1)
2035
2036 Head.formFactor = 3
2037 Torso.formFactor = 3
2038 LA.formFactor = 3
2039 RA.formFactor = 3
2040 LL.formFactor = 3
2041 RL.formFactor = 3
2042 HRP.formFactor = 3
2043
2044 Head.Size = Vector3.new(scl * 2, scl, scl)
2045 Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
2046 LA.Size = Vector3.new(scl, scl * 2, scl)
2047 RA.Size = Vector3.new(scl, scl * 2, scl)
2048 LL.Size = Vector3.new(scl, scl * 2, scl)
2049 RL.Size = Vector3.new(scl, scl * 2, scl)
2050 HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
2051
2052 local Motor1 = Instance.new('Motor6D', Torso)
2053 Motor1.Part0 = Torso
2054 Motor1.Part1 = Head
2055 Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
2056 Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
2057 Motor1.Name = "Neck"
2058
2059 local Motor2 = Instance.new('Motor6D', Torso)
2060 Motor2.Part0 = Torso
2061 Motor2.Part1 = LA
2062 Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2063 Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2064 Motor2.Name = "Left Shoulder"
2065
2066 local Motor3 = Instance.new('Motor6D', Torso)
2067 Motor3.Part0 = Torso
2068 Motor3.Part1 = RA
2069 Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2070 Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2071 Motor3.Name = "Right Shoulder"
2072
2073 local Motor4 = Instance.new('Motor6D', Torso)
2074 Motor4.Part0 = Torso
2075 Motor4.Part1 = LL
2076 Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2077 Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2078 Motor4.Name = "Left Hip"
2079
2080 local Motor5 = Instance.new('Motor6D', Torso)
2081 Motor5.Part0 = Torso
2082 Motor5.Part1 = RL
2083 Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2084 Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2085 Motor5.Name = "Right Hip"
2086
2087 local Motor6 = Instance.new('Motor6D', HRP)
2088 Motor6.Part0 = HRP
2089 Motor6.Part1 = Torso
2090 Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
2091 Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
2092
2093 end
2094
2095 scale(pchar, size)
2096 pchar.Humanoid.WalkSpeed = 15 * size
2097
2098 for _,v in pairs(game.Lighting:GetChildren()) do
2099 if v:IsA("Hat") then
2100 v.Parent = pchar
2101 end
2102 end
2103 end
2104 end
2105
2106 local plr = p
2107 giant(plr, 3)
2108 for i, v in pairs(plr.Character:GetChildren()) do
2109 if v:IsA("BasePart") then
2110 v.Touched:connect(function(p)
2111 if p.Size.X<30 then
2112 p.Anchored = false
2113 p:BreakJoints()
2114 end
2115 end)
2116 end
2117 end
2118
2119 local csize = 3
2120
2121 local sgui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
2122 local base = Instance.new("Frame", sgui)
2123 base.BackgroundTransparency = 1
2124 base.Size = UDim2.new(0, 110, 0, 200)
2125 base.Position = UDim2.new(1, -120, 1, -180)
2126 local indicator = Instance.new("TextLabel", base)
2127 indicator.Size = UDim2.new(1, 0, 0, 25)
2128 indicator.TextColor3 = Color3.new(1, 1, 1)
2129 indicator.BackgroundTransparency = 0
2130 indicator.FontSize = Enum.FontSize.Size18
2131 indicator.Font = Enum.Font.SourceSans
2132 indicator.Text = "Current Size: 3"
2133 local PlusOne = Instance.new("TextButton", base)
2134 PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
2135 PlusOne.Position = UDim2.new(0, 0, 0, 40)
2136 PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
2137 PlusOne.BorderSizePixel = 2
2138 PlusOne.Font = Enum.Font.SourceSansBold
2139 PlusOne.FontSize = Enum.FontSize.Size24
2140 PlusOne.Text = "+1 Size"
2141 local MinusOne = Instance.new("TextButton", base)
2142 MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
2143 MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
2144 MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
2145 MinusOne.Text = "-1 Size"
2146 MinusOne.BorderSizePixel = 2
2147 MinusOne.Font = Enum.Font.SourceSansBold
2148 MinusOne.FontSize = Enum.FontSize.Size24
2149
2150 PlusOne.MouseButton1Down:connect(function()
2151 csize = csize + 1
2152 giant(plr, csize)
2153 indicator.Text = "Current Size: "..tostring(csize)
2154 end)
2155
2156 MinusOne.MouseButton1Down:connect(function()
2157 csize = csize - 1
2158 giant(plr, csize)
2159 indicator.Text = "Current Size: "..tostring(csize)
2160 end)
2161end
2162cmd.util.R15 = function()
2163 rcode=[[local function Init()
2164 wait()
2165 local function ConChar(P)
2166 Character = P.Character
2167
2168 local R15Model = Instance.new("Model")
2169 R15Model.Name = "R15Model"
2170 R15Model.Parent = Character
2171
2172 local function CreateLimb(Name,Color,Size,Transparency,ConnectToLimb,MotorName,C0,C1,MeshId)
2173 local Part = Instance.new("Part")
2174 Part.FormFactor = "Custom"
2175 Part.Size = Size
2176 Part.BrickColor = Color
2177 Part.CanCollide = false
2178 Part.Name = Name
2179 Part.Transparency = (Transparency == 0.001 and 0 or Transparency)
2180 Part.TopSurface = "Smooth"
2181 Part.BottomSurface = "Smooth"
2182
2183 local Motor = Instance.new("Motor6D")
2184 Motor.C0 = C0
2185 Motor.C1 = C1
2186 Motor.Part0 = ConnectToLimb
2187 Motor.Part1 = Part
2188 Motor.Name = MotorName
2189 Motor.MaxVelocity = 0.1
2190 Motor.Parent = ConnectToLimb
2191
2192 if MeshId then
2193 local Mesh = Instance.new("SpecialMesh")
2194 Mesh.MeshType = "FileMesh"
2195 Mesh.MeshId = MeshId
2196 Mesh.Scale = Vector3.new(0.99,0.99,0.99)
2197 Mesh.Parent = Part
2198 end
2199
2200 if MeshId and Transparency == 0.001 then
2201 local ShirtTexturePart = Instance.new("Part")
2202 ShirtTexturePart.FormFactor = "Custom"
2203 ShirtTexturePart.Size = Size
2204 ShirtTexturePart.BrickColor = Color
2205 ShirtTexturePart.CanCollide = false
2206 ShirtTexturePart.Name = "ShirtTexturePart"
2207 ShirtTexturePart.Transparency = Transparency
2208 ShirtTexturePart.TopSurface = "Smooth"
2209 ShirtTexturePart.BottomSurface = "Smooth"
2210
2211 local Mesh = Instance.new("SpecialMesh")
2212 Mesh.MeshType = "FileMesh"
2213 Mesh.MeshId = MeshId
2214 Mesh.Parent = ShirtTexturePart
2215
2216 local Weld = Instance.new("Weld")
2217 Weld.Part0 = Part
2218 Weld.Part1 = ShirtTexturePart
2219 Weld.Parent = ShirtTexturePart
2220
2221 ShirtTexturePart.Parent = Part
2222 end
2223 Part.Parent = R15Model
2224 return Part
2225 end
2226
2227
2228 local HumanoidRootPart = CreateLimb("HumanoidRootPart",BrickColor.new("Medium stone grey"),Vector3.new(1,1,1),1,Character.HumanoidRootPart,"RootConnector",CFrame.new(),CFrame.new(0,0.7,0))
2229 local LowerTorso = CreateLimb("LowerTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,HumanoidRootPart,"Root",CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941715")
2230 local UpperTorso = CreateLimb("UpperTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,LowerTorso,"Waist",CFrame.new(0, 0.404105991, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941468")
2231 local Head = CreateLimb("Head",BrickColor.new("Bright yellow"),Vector3.new(1,1,1),0,UpperTorso,"Neck",CFrame.new(0, 1.26949596, 0.0428609997, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.635110021, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941905")
2232 local LeftUpperArm = CreateLimb("LeftUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.672, 1),0.001,UpperTorso,"LeftShoulder",CFrame.new(-1.50177097, 0.924546003, 0, 1, 0, -0, 0, 0.999044001, 0.0437170006, 0, -0.0437170006, 0.999044001),CFrame.new(0, 0.336115986, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938468")
2233 local LeftLowerArm = CreateLimb("LeftLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,LeftUpperArm,"LeftElbow",CFrame.new(0, -0.336115986, 0, 1, 0, 0, 0, 0.999044001, -0.0437170006, 0, 0.0437170006, 0.999044001),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938971")
2234 local LeftHand = CreateLimb("LeftHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,LeftLowerArm,"LeftWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939233")
2235 local RightUpperArm = CreateLimb("RightUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.671, 1),0.001,UpperTorso,"RightShoulder",CFrame.new(1.50049305, 0.923726022, 0, 1, 0, -0, 0, 0.999041617, 0.0437709838, 0, -0.0437709838, 0.999041617),CFrame.new(0, 0.335705996, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940113")
2236 local RightLowerArm = CreateLimb("RightLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,RightUpperArm,"RightElbow",CFrame.new(0, -0.335705996, 0, 1, 0, 0, 0, 0.999041617, -0.0437709838, 0, 0.0437709838, 0.999041617),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940356")
2237 local RightHand = CreateLimb("RightHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,RightLowerArm,"RightWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940548")
2238 local LeftUpperLeg = CreateLimb("LeftUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"LeftHip",CFrame.new(-0.457044005, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939645")
2239 local LeftLowerLeg = CreateLimb("LeftLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,LeftUpperLeg,"LeftKnee",CFrame.new(0, -0.387418985, 0, 1, 9.95820074e-007, 9.13360125e-008, -9.99999997e-007, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939489")
2240 local LeftFoot = CreateLimb("LeftFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,LeftLowerLeg,"LeftAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939912")
2241 local RightUpperLeg = CreateLimb("RightUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"RightHip",CFrame.new(0.451141, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940976")
2242 local RightLowerLeg = CreateLimb("RightLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,RightUpperLeg,"RightKnee",CFrame.new(0, -0.387418985, 0, 1, 0, -0, 0, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940802")
2243 local RightFoot = CreateLimb("RightFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,RightLowerLeg,"RightAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941196")
2244
2245 --if Character:WaitForChild("Head"):WaitForChild("Mesh").MeshId ~= "" then
2246 -- Head.MeshId = Character.Head.Mesh.MeshId
2247 --end
2248
2249 Character:WaitForChild("Animate").Disabled = false
2250 local Anim = game:GetObjects("rbxassetid://401967017")[1]; print("aobj", tostring(Anim))
2251 for i, v in pairs(Anim:GetChildren()) do
2252 v.Parent = script
2253 end
2254 script.Parent = Character
2255
2256 local function Clear(Name,Alternative,ColorParts)
2257 local Part = Character:WaitForChild(Name)
2258 Part.Transparency = (Name == "Head" and 0.99 or 1)
2259 local function ChildAdded(Ins)
2260 delay(0.05,function()
2261 if Ins.Name == "face" then
2262 if Alternative:FindFirstChild("face") then Alternative:FindFirstChild("face"):Destroy() end
2263 Ins.Parent = Alternative
2264 elseif Ins:IsA("Motor6D") and string.sub(Ins.Name,1,5) ~= "Fake_" then
2265 Ins.Name = "Fake_"..Ins.Name
2266 elseif Ins.Name == "HeadWeld" then
2267 delay(0.05,function()
2268 Ins.Parent = Head
2269 Ins.Part0 = Head
2270 Ins.C1 = CFrame.new(0,0,0.05) * Ins.C1
2271 end)
2272 elseif not Ins:IsA("Weld") then
2273 Ins:Destroy()
2274 end
2275 end)
2276 end
2277 for _,Sub in pairs(Part:GetChildren()) do
2278 ChildAdded(Sub)
2279 end
2280 Part.ChildAdded:connect(ChildAdded)
2281
2282 local function Color()
2283 for _,Sub in pairs(ColorParts) do
2284 Sub.BrickColor = Part.BrickColor
2285 local TexturePart = Sub:FindFirstChild("ShirtTexturePart")
2286 if TexturePart then
2287 TexturePart.BrickColor = Part.BrickColor
2288 end
2289 end
2290 end
2291 Color()
2292 Part.Changed:connect(Color)
2293 end
2294
2295 Clear("HumanoidRootPart",HumanoidRootPart,{HumanoidRootPart})
2296 Clear("Head",Head,{Head})
2297 Clear("Torso",nil,{LowerTorso,UpperTorso})
2298 Clear("Left Arm",nil,{LeftLowerArm,LeftUpperArm,LeftHand})
2299 Clear("Right Arm",nil,{RightLowerArm,RightUpperArm,RightHand})
2300 Clear("Left Leg",nil,{LeftLowerLeg,LeftUpperLeg,LeftFoot})
2301 Clear("Right Leg",nil,{RightLowerLeg,RightUpperLeg,RightFoot})
2302
2303 local ShirtUsed = false
2304 local function ChildAdded(Ins)
2305 if Ins:IsA("Hat") and string.sub(Ins.Name,1,7) ~= "Scaled_" then
2306 delay(0.05,function()
2307 local Mesh = Ins:WaitForChild("Handle"):WaitForChild("Mesh")
2308 Ins.AttachmentPos = Ins.AttachmentPos
2309 Mesh.Scale = Mesh.Scale
2310 Ins.Name = "Scaled_"..Ins.Name
2311 end)
2312 elseif Ins:IsA("Shirt") then
2313 ShirtUsed = true
2314 LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2315 UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2316 LeftLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2317 LeftUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2318 LeftHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2319 RightLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2320 RightUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2321 RightHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
2322 elseif Ins:IsA("Pants") then
2323 LeftUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2324 LeftLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2325 LeftFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2326 RightUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2327 RightLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2328 RightFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2329 if LowerTorso.ShirtTexturePart.Mesh.TextureId == "" then
2330 LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2331 UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
2332 end
2333 end
2334 end
2335
2336 for _,Sub in pairs(Character:GetChildren()) do
2337 ChildAdded(Sub)
2338 end
2339 Character.ChildAdded:connect(ChildAdded)
2340 loadstring(Anim.Source)()
2341 end
2342 ConChar(game:service'Players'.LocalPlayer)
2343 end
2344
2345 Init()]]
2346 spawn(function() loadstring(rcode)() end)
2347end
2348cmd.util.size = function(p, size)
2349 -- omfg thanks var
2350 local pchar = p.Character
2351 local function scale(chr,scl)
2352
2353 for _,v in pairs(pchar:GetChildren()) do
2354 if v:IsA("Hat") then
2355 v:Clone()
2356 v.Parent = game.Lighting
2357 end
2358 end
2359
2360 local Head = chr['Head']
2361 local Torso = chr['Torso']
2362 local LA = chr['Left Arm']
2363 local RA = chr['Right Arm']
2364 local LL = chr['Left Leg']
2365 local RL = chr['Right Leg']
2366 local HRP = chr['HumanoidRootPart']
2367
2368 wait(0.1)
2369
2370 Head.formFactor = 3
2371 Torso.formFactor = 3
2372 LA.formFactor = 3
2373 RA.formFactor = 3
2374 LL.formFactor = 3
2375 RL.formFactor = 3
2376 HRP.formFactor = 3
2377
2378 Head.Size = Vector3.new(scl * 2, scl, scl)
2379 Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
2380 LA.Size = Vector3.new(scl, scl * 2, scl)
2381 RA.Size = Vector3.new(scl, scl * 2, scl)
2382 LL.Size = Vector3.new(scl, scl * 2, scl)
2383 RL.Size = Vector3.new(scl, scl * 2, scl)
2384 HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
2385
2386 local Motor1 = Instance.new('Motor6D', Torso)
2387 Motor1.Part0 = Torso
2388 Motor1.Part1 = Head
2389 Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
2390 Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
2391 Motor1.Name = "Neck"
2392
2393 local Motor2 = Instance.new('Motor6D', Torso)
2394 Motor2.Part0 = Torso
2395 Motor2.Part1 = LA
2396 Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2397 Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2398 Motor2.Name = "Left Shoulder"
2399
2400 local Motor3 = Instance.new('Motor6D', Torso)
2401 Motor3.Part0 = Torso
2402 Motor3.Part1 = RA
2403 Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2404 Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2405 Motor3.Name = "Right Shoulder"
2406
2407 local Motor4 = Instance.new('Motor6D', Torso)
2408 Motor4.Part0 = Torso
2409 Motor4.Part1 = LL
2410 Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2411 Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
2412 Motor4.Name = "Left Hip"
2413
2414 local Motor5 = Instance.new('Motor6D', Torso)
2415 Motor5.Part0 = Torso
2416 Motor5.Part1 = RL
2417 Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2418 Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
2419 Motor5.Name = "Right Hip"
2420
2421 local Motor6 = Instance.new('Motor6D', HRP)
2422 Motor6.Part0 = HRP
2423 Motor6.Part1 = Torso
2424 Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
2425 Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
2426
2427 end
2428
2429 scale(pchar, size)
2430
2431 for _,v in pairs(game.Lighting:GetChildren()) do
2432 if v:IsA("Hat") then
2433 v.Parent = pchar
2434 end
2435 end
2436end
2437cmd.util.checktable = function(t, v)
2438 for i, __ in pairs(t) do
2439 if __ == v then
2440 return true
2441 end
2442 end
2443 return false
2444end
2445cmd.util.nextrgb = function(r, g, b)
2446 local ar, ag, ab = r, g, b
2447 if r == 255 and g < 255 and b == 0 then
2448 ag = g + 8.5
2449 end
2450 if g == 255 and r > 0 and b == 0 then
2451 ar = r - 8.5
2452 end
2453 if g == 255 and b < 255 and r == 0 then
2454 ab = b + 8.5
2455 end
2456 if b == 255 and g > 0 and r == 0 then
2457 ag = g - 8.5
2458 end
2459 if b == 255 and r < 255 and g == 0 then
2460 ar = r + 8.5
2461 end
2462 if r == 255 and b > 0 and g == 0 then
2463 ab = b - 8.5
2464 end
2465 return {ar, ag, ab}
2466end
2467-- ** interface ** --
2468game:GetService('UserInputService').InputBegan:connect(function(inp)
2469 if inp.UserInputType == Enum.UserInputType.Keyboard then
2470 if inp.KeyCode == Enum.KeyCode.Semicolon then
2471 DistributedCmdBar:CaptureFocus()
2472 end
2473 end
2474end)
2475
2476-- ** commands ** --
2477cmd.commands.store = {}
2478cmd.commands.fmtstore = {}
2479
2480cmd.commands.register = function(cmdz, fmt, func)
2481 cmd.commands.store[cmdz] = (function(str) coroutine.wrap(function() pcall(function() func(cmd.util.parse(str, fmt)) end) end)() end)
2482 cmd.commands.fmtstore[cmdz] = fmt
2483end
2484
2485cmd.commands.run = function(str)
2486 local cmdz = cmd.util.pos(str, 1)
2487 if not cmd.commands.store[cmdz] then
2488 return nil
2489 else
2490 cmd.commands.store[cmdz](str)
2491 end
2492end
2493
2494-- // actual commands // --
2495
2496cmd.commands.register('kill', 'cmd%plrs', function(args)
2497 for i, v in pairs(args[2]) do
2498 v.Character.Humanoid.Health = 0
2499 end
2500end)
2501
2502cmd.commands.register('clone', 'cmd%plrs', function(args)
2503 for i, v in pairs(args[2]) do
2504 v.Character.Archivable = true
2505 local clone = v.Character:Clone()
2506 clone.Parent = game.Workspace
2507 clone:MoveTo(v.Character.Torso.Position)
2508 end
2509end)
2510
2511cmd.commands.register('damage', 'cmd%plrs%int', function(args)
2512 for i, v in pairs(args[2]) do
2513 v.Character.Humanoid:TakeDamage(args[3].data)
2514 end
2515end)
2516
2517cmd.commands.register('freeze', 'cmd%plrs', function(args)
2518 for i, v in pairs(args[2]) do
2519 v.Character.Torso.Anchored = true
2520 end
2521end)
2522
2523cmd.commands.register('thaw', 'cmd%plrs', function(args)
2524 for i, v in pairs(args[2]) do
2525 v.Character.Torso.Anchored = false
2526 end
2527end)
2528Fly = false;
2529cmd.commands.register('fly', 'cmd', function(args)
2530 if Fly == true then
2531 Fly = false
2532 return
2533 end
2534 Fly = true
2535 local mouse=game.Players.LocalPlayer:GetMouse''
2536 localplayer=game.Players.LocalPlayer
2537 game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
2538 local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
2539 local speed=0
2540 local keys={a=false,d=false,w=false,s=false}
2541 local e1
2542 local e2
2543 local function start()
2544 local pos = Instance.new("BodyPosition",torso)
2545 local gyro = Instance.new("BodyGyro",torso)
2546 pos.Name="EPIXPOS"
2547 pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
2548 pos.position = torso.Position
2549 gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2550 gyro.cframe = torso.CFrame
2551 repeat
2552 wait()
2553 localplayer.Character.Humanoid.PlatformStand=true
2554 local new=gyro.cframe - gyro.cframe.p + pos.position
2555 if not keys.w and not keys.s and not keys.a and not keys.d then
2556 speed=1
2557 end
2558 if keys.w then
2559 new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
2560 speed=speed+0.01
2561 end
2562 if keys.s then
2563 new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
2564 speed=speed+0.01
2565 end
2566 if keys.d then
2567 new = new * CFrame.new(speed,0,0)
2568 speed=speed+0.01
2569 end
2570 if keys.a then
2571 new = new * CFrame.new(-speed,0,0)
2572 speed=speed+0.01
2573 end
2574 if speed>5 then
2575 speed=5
2576 end
2577 pos.position=new.p
2578 if keys.w then
2579 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
2580 elseif keys.s then
2581 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
2582 else
2583 gyro.cframe = workspace.CurrentCamera.CoordinateFrame
2584 end
2585 until not Fly
2586 if gyro then gyro:Destroy() end
2587 if pos then pos:Destroy() end
2588 flying=false
2589 localplayer.Character.Humanoid.PlatformStand=false
2590 speed=0
2591 end
2592 e1=mouse.KeyDown:connect(function(key)
2593 if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
2594 if key=="w" then
2595 keys.w=true
2596 elseif key=="s" then
2597 keys.s=true
2598 elseif key=="a" then
2599 keys.a=true
2600 elseif key=="d" then
2601 keys.d=true
2602 end
2603 end)
2604 e2=mouse.KeyUp:connect(function(key)
2605 if key=="w" then
2606 keys.w=false
2607 elseif key=="s" then
2608 keys.s=false
2609 elseif key=="a" then
2610 keys.a=false
2611 elseif key=="d" then
2612 keys.d=false
2613 end
2614 end)
2615 start()
2616end)
2617cmd.commands.register('tp', 'cmd%plrs%plrs', function(args)
2618 local players = args[2]
2619 local target = args[3][1]
2620 for i, player in pairs(args[2]) do
2621 player.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
2622 end
2623end)
2624
2625cmd.commands.register('naked', 'cmd%plrs', function(args)
2626 for i, v in pairs(args[2]) do
2627 v:ClearCharacterAppearance()
2628 end
2629end)
2630cmd.commands.register('sgod', 'cmd%plrs', function(args)
2631 for i, v in pairs(args[2]) do
2632 v.Character.Humanoid.MaxHealth = 999999999
2633 v.Character.Humanoid.Health = 999999999
2634 end
2635end)
2636
2637cmd.commands.register('ws', 'cmd%plrs%int', function(args)
2638 for i, v in pairs(args[2]) do
2639 v.Character.Humanoid.WalkSpeed = args[3].data
2640 end
2641end)
2642
2643cmd.commands.register('lag', 'cmd%plrs', function(args)
2644 for i, v in pairs(args[2]) do
2645 coroutine.wrap(function()
2646 for i = 1, 200 do
2647 ypcall(function()
2648 coroutine.wrap(function()
2649 for i = 1, 1000 do
2650 Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
2651 end
2652 end)()
2653 end)
2654 wait()
2655 end
2656 end)()
2657 end
2658end)
2659
2660cmd.commands.register('ban', 'cmd%plrs', function(args)
2661 for i, v in pairs(args[2]) do
2662 table.insert(cmd.bans, v.Name)
2663 v.Parent = nil
2664 end
2665end)
2666
2667cmd.commands.register('lagban', 'cmd%plrs', function(args)
2668 for i, v in pairs(args[2]) do
2669 table.insert(cmd.lagbans, v.Name)
2670 coroutine.wrap(function()
2671 for i = 1, 200 do
2672 ypcall(function()
2673 coroutine.wrap(function()
2674 for i = 1, 1000 do
2675 Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
2676 end
2677 end)()
2678 end)
2679 wait()
2680 end
2681 end)()
2682 end
2683end)
2684
2685cmd.commands.register('punish', 'cmd%plrs', function(args)
2686 for i, v in pairs(args[2]) do
2687 v.Character.Parent = game.Lighting
2688 end
2689end)
2690
2691cmd.commands.register('unpunish', 'cmd%plrs', function(args)
2692 for i, v in pairs(args[2]) do
2693 v.Character.Parent = game.Workspace
2694 end
2695end)
2696
2697cmd.commands.register('respawn', 'cmd%plrs', function(args)
2698 for i, v in pairs(args[2]) do
2699 local a1 = Instance.new("Model", game.Workspace)
2700 local a2 = Instance.new("Part", game.Workspace)
2701 a2.CanCollide = true
2702 a2.Anchored = true
2703 a2.CFrame = CFrame.new(10000, 10000, 10000)
2704 a2.Name = "Torso"
2705 local a3 = Instance.new("Humanoid", a1)
2706 a3.MaxHealth=100;a3.Health=100
2707 v.Character = a1
2708 a3.Health=0
2709 end
2710end)
2711
2712cmd.commands.register('shutdown', 'cmd', function(args)
2713 for i, v in pairs(cmd.service('Players'):GetPlayers()) do
2714 v.Parent = nil
2715 end
2716end)
2717
2718cmd.commands.register('music', 'cmd%int', function(args)
2719 local a = Instance.new("Sound")
2720 a.SoundId = "rbxassetid://" .. tostring(args[2].data)
2721 a.Looped = true
2722 a.Volume = 1
2723 a.Parent = game.Workspace
2724 a:Play()
2725
2726end)
2727
2728cmd.commands.register('sit', 'cmd%plrs', function(args)
2729 for i, v in pairs(args[2]) do
2730 v.Character.Humanoid.Sit = true
2731 end
2732end)
2733
2734cmd.commands.register('jump', 'cmd%plrs', function(args)
2735 for i, v in pairs(args[2]) do
2736 v.Character.Humanoid.Jump = true
2737 end
2738end)
2739
2740cmd.commands.register('stun', 'cmd%plrs', function(args)
2741 for i, v in pairs(args[2]) do
2742 v.Character.Humanoid.PlatformStand = true
2743 end
2744end)
2745
2746cmd.commands.register('unstun', 'cmd%plrs', function(args)
2747 for i, v in pairs(args[2]) do
2748 v.Character.Humanoid.PlatformStand = false
2749 end
2750end)
2751
2752cmd.commands.register('loopstate', 'cmd%int', function(args)
2753 coroutine.resume(coroutine.create(function()
2754 repeat
2755 ypcall(function() cmd.localplayer.Character.Humanoid:ChangeState(args[2].data) end)
2756 wait(0)
2757 until cmd.localplayer.Character.Humanoid == nil
2758 end))
2759end)
2760
2761cmd.commands.register('invis', 'cmd%plrs', function(args)
2762 for i, v in pairs(args[2]) do
2763 local function dloop(o)
2764 for i, v in pairs(o:GetChildren()) do
2765 pcall(function() v.Transparency = 1 end)
2766 dloop(v)
2767 end
2768 end
2769 dloop(v.Character)
2770 end
2771end)
2772
2773cmd.commands.register('vis', 'cmd%plrs', function(args)
2774 for i, v in pairs(args[2]) do
2775 local function dloop(o)
2776 for i, v in pairs(o:GetChildren()) do
2777 pcall(function() v.Transparency = 0 end)
2778 dloop(v)
2779 end
2780 end
2781 v.Character.HumanoidRootPart.Transparency = 1
2782 dloop(v.Character)
2783 end
2784end)
2785
2786cmd.commands.register('nuke', 'cmd%plrs', function(args)
2787 for i, v in pairs(args[2]) do
2788 if v.Character then
2789 local nuke = Instance.new("Part", game.Workspace)
2790 nuke.Anchored = true
2791 nuke.CanCollide = false
2792 nuke.FormFactor = "Symmetric"
2793 nuke.Shape = "Ball"
2794 nuke.Size = Vector3.new(1,1,1)
2795 nuke.BrickColor = BrickColor.new("New Yeller")
2796 nuke.Transparency = 0.5
2797 nuke.Reflectance = 0.2
2798 nuke.TopSurface = 0
2799 nuke.BottomSurface = 0
2800 nuke.Touched:connect(function (hit)
2801 if hit and hit.Parent then
2802 local boom = Instance.new("Explosion", game.Workspace)
2803 boom.Position = hit.Position
2804 boom.BlastRadius = 11
2805 boom.BlastPressure = math.huge
2806 end
2807 end)
2808 local CF = v.Character.Torso.CFrame
2809 nuke.CFrame = CF
2810 for i = 1,333 do
2811 nuke.Size = nuke.Size + Vector3.new(3,3,3)
2812 nuke.CFrame = CF
2813 wait(1/44)
2814 end
2815 nuke:Destroy()
2816 end
2817 end
2818end)
2819
2820cmd.commands.register('explode', 'cmd%plrs', function(args)
2821 for i, v in pairs(args[2]) do
2822 Instance.new("Explosion", v.Character.Torso).Position = v.Character.Torso.Position
2823 end
2824end)
2825
2826cmd.commands.register('hat', 'cmd%plrs%int', function(args)
2827 for i, v in pairs(args[2]) do
2828 cmd.service('InsertService'):LoadAsset(args[3].data):GetChildren()[1].Parent = v.Character
2829 end
2830end)
2831
2832cmd.commands.register('chat', 'cmd%plrs%inf', function(args)
2833 for i, v in pairs(args[2]) do
2834 game:GetService('Chat'):Chat(v.Character, args[3], 1)
2835 end
2836end)
2837
2838cmd.commands.register('god', 'cmd%plrs', function(args)
2839 for i, v in pairs(args[2]) do
2840 v.Character.Humanoid.MaxHealth = math.huge
2841 v.Character.Humanoid.Health = math.huge
2842 end
2843end)
2844
2845cmd.commands.register('ungod', 'cmd%plrs', function(args)
2846 for i, v in pairs(args[2]) do
2847 v.Character.Humanoid.Health = 100
2848 v.Character.Humanoid.MaxHealth = 100
2849 end
2850end)
2851
2852cmd.commands.register('rh', 'cmd%plrs', function(args)
2853 for i, v in pairs(args[2]) do
2854 v.Character.Humanoid.Parent = nil
2855 end
2856end)
2857
2858cmd.commands.register('fire', 'cmd%plrs', function(args)
2859 for i, v in pairs(args[2]) do
2860 Instance.new('Fire', v.Character.Torso)
2861 end
2862end)
2863
2864cmd.commands.register('insane', 'cmd%plrs', function(args)
2865 for x, m in pairs(args[2]) do
2866 for i,v in pairs(m.Character.Torso:GetChildren()) do
2867 if v:IsA("Motor6D") then
2868 coroutine.wrap(function()
2869 while v do
2870 v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
2871 wait()
2872 end
2873 end)()
2874 end
2875 end
2876 end
2877end)
2878
2879cmd.commands.register('admin', 'cmd%plrs',function(args)
2880 for i, v in pairs(args[2]) do
2881 --table.insert(cmd.admins, v.Name)
2882 v.Chatted:connect(function(msg)
2883 if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
2884 cmd.commands.run(msg:sub(2, #msg))
2885 end
2886 end)
2887 end
2888end)
2889
2890cmd.commands.register('nosound', 'cmd', function(args)
2891 local function dx(o)
2892 for i, v in pairs(o:GetChildren()) do
2893 if v:IsA("Sound") then
2894 v:Stop()
2895 end
2896 dx(v)
2897 end
2898 end
2899 dx(game.Workspace)
2900end)
2901
2902cmd.commands.register('duck', 'cmd%plrs', function(args)
2903 for _,p in pairs(args[2]) do
2904 local pchar = p.Character
2905 for i,v in pairs(pchar.Torso:GetChildren()) do
2906 if v:IsA("Decal") then
2907 v:Destroy()
2908 end
2909 end
2910 for i,v in pairs(pchar:GetChildren()) do
2911 if v:IsA("Hat") then
2912 v:Destroy()
2913 end
2914 end
2915 local duck = Instance.new("SpecialMesh", pchar.Torso)
2916 duck.MeshType = "FileMesh"
2917 duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
2918 duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
2919 duck.Scale = Vector3.new(5, 5, 5)
2920 pchar.Head.Transparency = 1
2921 pchar["Left Arm"].Transparency = 1
2922 pchar["Right Arm"].Transparency = 1
2923 pchar["Left Leg"].Transparency = 1
2924 pchar["Right Leg"].Transparency = 1
2925 pchar.Head.face.Transparency = 1
2926 end
2927end)
2928
2929cmd.commands.register('shrek', 'cmd%plrs', function(args)
2930 for i, v in pairs(args[2]) do
2931 local pchar = v.Character
2932 for i,v in pairs(pchar:GetChildren()) do
2933 if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
2934 v:Destroy()
2935 end
2936 end
2937 for i,v in pairs(pchar.Head:GetChildren()) do
2938 if v:IsA("Decal") or v:IsA("SpecialMesh") then
2939 v:Destroy()
2940 end
2941 end
2942
2943 local mesh = Instance.new("SpecialMesh", pchar.Head)
2944 mesh.MeshType = "FileMesh"
2945 pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
2946 pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
2947 pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
2948
2949 local Shirt = Instance.new("Shirt", v.Character)
2950 local Pants = Instance.new("Pants", v.Character)
2951
2952 Shirt.ShirtTemplate = "rbxassetid://133078194"
2953 Pants.PantsTemplate = "rbxassetid://133078204"
2954 end
2955end)
2956
2957cmd.commands.register('nograv', 'cmd%plrs', function(args)
2958 for i, v in pairs(args[2]) do
2959 for x, m in pairs(v.Character:GetChildren()) do
2960 if m:IsA("BasePart") then
2961 local bf = Instance.new("BodyForce", m)
2962 bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
2963 end
2964 if m:IsA("Hat") then
2965 if m:findFirstChild("Handle") then
2966 local bf = Instance.new("BodyForce", m.Handle)
2967 bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
2968 end
2969 end
2970 end
2971 end
2972end)
2973
2974cmd.commands.register('loopheal', 'cmd%plrs', function(args)
2975 for i, v in pairs(args[2]) do
2976 coroutine.wrap(function()
2977 while wait() do
2978 if v.Character.Humanoid then
2979 v.Character.Humanoid.Health = 1000
2980 v.Character.Humanoid.MaxHealth = 1000
2981 end
2982 end
2983 end)()
2984 end
2985end)
2986
2987cmd.commands.register('hulk', 'cmd%plrs', function(args)
2988 for i, v in pairs(args[2]) do
2989 cmd.util.hulk(v)
2990 end
2991end)
2992
2993cmd.commands.register('sky', 'cmd%int', function(args)
2994 local ID = args[2].data
2995 local sky = Instance.new("Sky", game.Lighting)
2996 sky.SkyboxBk = "rbxassetid://" .. ID
2997 sky.SkyboxDn = "rbxassetid://" .. ID
2998 sky.SkyboxFt = "rbxassetid://" .. ID
2999 sky.SkyboxLf = "rbxassetid://" .. ID
3000 sky.SkyboxRt = "rbxassetid://" .. ID
3001 sky.SkyboxUp = "rbxassetid://" .. ID
3002end)
3003
3004cmd.commands.register('bombs', 'cmd%plrs', function(args)
3005 cmd.util.BombVest(args[2])
3006end)
3007
3008cmd.commands.register('control', 'cmd%plrs', function(args)
3009 -- variable
3010 local pchar = args[2][1].Character
3011 local char = cmd.localplayer.Character
3012 pchar.Humanoid.PlatformStand = true
3013 local w = Instance.new("Weld", pchar.Torso)
3014 w.Part0 = pchar.Torso
3015 w.Part1 = pchar.Torso
3016 local w2 = Instance.new("Weld", pchar.Head)
3017 w2.Part0 = pchar.Head
3018 w2.Part1 = pchar.Head
3019 local w3 = Instance.new("Weld", pchar:findFirstChild("Right Arm"))
3020 w3.Part0 = pchar:findFirstChild("Right Arm")
3021 w3.Part1 = pchar:findFirstChild("Right Arm")
3022 local w4 = Instance.new("Weld", pchar:findFirstChild("Left Arm"))
3023 w4.Part0 = pchar:findFirstChild("Left Arm")
3024 w4.Part1 = pchar:findFirstChild("Left Arm")
3025 local w5 = Instance.new("Weld", pchar:findFirstChild("Right Leg"))
3026 w5.Part0 = pchar:findFirstChild("Right Leg")
3027 w5.Part1 = pchar:findFirstChild("Right Leg")
3028 local w6 = Instance.new("Weld", pchar:findFirstChild("Left Leg"))
3029 w6.Part0 = pchar:findFirstChild("Left Leg")
3030 w6.Part1 = pchar:findFirstChild("Left Leg")
3031 char.Head.face:Destroy()
3032 for i,v in pairs(pchar:GetChildren()) do
3033 if v:IsA("BasePart") then
3034 v.CanCollide = false
3035 end
3036 end
3037 for i,v in pairs(char:GetChildren()) do
3038 if v:IsA("BasePart") then
3039 v.Transparency = 1
3040 elseif v:IsA("Hat") then
3041 v:Destroy()
3042 end
3043 end
3044 pchar.Parent = char
3045 repeat
3046 pchar.Humanoid.PlatformStand = true
3047 wait()
3048 until char.Parent == nil
3049end)
3050
3051cmd.commands.register('rtag', 'cmd%inf', function(args)
3052 local len = 10; local player = cmd.localplayer
3053 local bb = Instance.new("BillboardGui")
3054 bb.Parent = player.Character.Head
3055 bb.Adornee = player.Character.Head
3056 bb.AlwaysOnTop = true
3057 bb.Enabled = true
3058 bb.Size = UDim2.new(len, 0, 1.5, 0)
3059 bb.Name = "tag"
3060 bb.StudsOffset = Vector3.new(0, 3, 0)
3061 --local fr = Instance.new("Frame")
3062 --fr.Parent = bb
3063 --fr.Size = UDim2.new(1, 0, 1, 0)
3064 --fr.Style = Enum.FrameStyle.RobloxRound
3065 local tl = Instance.new("TextLabel")
3066 tl.Parent = bb
3067 tl.BackgroundTransparency = 1
3068 tl.TextScaled = true
3069 tl.TextColor3 = Color3.new(255/255, 255/255, 255/255)
3070 tl.Size = UDim2.new(1, 0, 1, 0)
3071 tl.Text = args[2]
3072 tl.Name = "trutag"
3073 tl.Visible = true
3074 tl.ZIndex = 2
3075 coroutine.wrap(function()
3076 local r, g, b = 255, 0, 0
3077 repeat
3078 tl.TextColor3 = Color3.new(r/255, g/255, b/255)
3079 local bo = cmd.util.nextrgb(r, g, b)
3080 r = bo[1]; g = bo[2]; b = bo[3];
3081 wait()
3082 until bb == nil
3083 end)()
3084end)
3085
3086cmd.commands.register('smoke', 'cmd%plrs', function(args)
3087 for i, v in pairs(args[2]) do
3088 Instance.new('Smoke', v.Character.Torso)
3089 end
3090end)
3091
3092cmd.commands.register('btools', 'cmd%plrs', function(args)
3093 for i, p in pairs(args[2]) do
3094 local a = Instance.new("HopperBin")
3095 a.BinType = "GameTool"
3096 a.Parent = p.Backpack
3097 local a = Instance.new("HopperBin")
3098 a.BinType = "Clone"
3099 a.Parent = p.Backpack
3100 local a = Instance.new("HopperBin")
3101 a.BinType = "Hammer"
3102 a.Parent = p.Backpack
3103 end
3104end)
3105
3106con = nil;
3107cmd.commands.register('noclip', 'cmd', function(args)
3108 cmd.noclip = false
3109 con = game:GetService('RunService').Stepped:connect(function()
3110 if cmd.noclip == true then
3111 con:disconnect()
3112 else
3113 cmd.localplayer.Character.Torso.CanCollide = false
3114 cmd.localplayer.Character.Head.CanCollide = false
3115 end
3116 end)
3117end)
3118
3119cmd.commands.register('clip', 'cmd', function(args)
3120 cmd.noclip = true
3121end)
3122
3123cmd.commands.register('gear', 'cmd%plrs%int', function(args)
3124 local gear = game:GetService("InsertService"):LoadAsset(args[3].data):GetChildren()[1]
3125 if not gear then return end
3126 for i, v in pairs(args[2]) do
3127 gear:Clone().Parent = v.Backpack
3128 end
3129end)
3130
3131cmd.commands.register('kick', 'cmd%plrs', function(args)
3132 for i, v in pairs(args[2]) do
3133 v.Parent = nil
3134 end
3135end)
3136
3137cmd.commands.register('r15', 'cmd', function(args)
3138 cmd.util.R15()
3139end)
3140
3141cmd.commands.register('char', 'cmd%plrs%str', function(args)
3142 if tonumber(args[3].data) ~= nil then
3143 args[3].data = tonumber(args[3].data)
3144 else
3145 args[3].data = cmd.players:GetUserIdFromNameAsync(args[3].data)
3146 end
3147 for i, v in pairs(args[2]) do
3148 v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=' .. args[3].data
3149 pcall(function() v.Character.Humanoid.Health = 0 end)
3150 end
3151end)
3152
3153cmd.commands.register('noob', 'cmd%plrs', function(args)
3154 for i, v in pairs(args[2]) do
3155 v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=4'
3156 pcall(function() v.Character.Humanoid.Health = 0 end)
3157 end
3158end)
3159
3160cmd.commands.register('ff', 'cmd%plrs', function(args)
3161 for i, v in pairs(args[2]) do
3162 Instance.new("ForceField", v.Character)
3163 end
3164end)
3165
3166cmd.commands.register('unff', 'cmd%plrs', function(args)
3167 for i, v in pairs(args[2]) do
3168 for x, m in pairs(v.Character:GetChildren()) do
3169 if m:IsA("ForceField") then
3170 m.Parent = nil
3171 end
3172 end
3173 end
3174end)
3175
3176cmd.commands.register('guest', 'cmd%plrs', function(args)
3177 for i, v in pairs(args[2]) do
3178 v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=1'
3179 pcall(function() v.Character.Humanoid.Health = 0 end)
3180 end
3181end)
3182
3183cmd.commands.register('giraffe', 'cmd%plrs', function(args)
3184 for i, v in pairs(args[2]) do
3185 local char=v.Character
3186 local h=char.Head
3187 local tor=char.Torso
3188 tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
3189 local fn=Instance.new("Part",char)
3190 fn.Size=Vector3.new(1,5.5,1)
3191 fn.Name="FakeNeck"
3192 fn.Anchored=false
3193 fn.CanCollide=false
3194 if char:FindFirstChild("Body Colors") then
3195 fn.BrickColor=char["Body Colors"].HeadColor
3196 end
3197 local cm=Instance.new("CylinderMesh",fn)
3198 local we=Instance.new("Weld",h)
3199 we.Part0=h
3200 we.Part1=fn
3201 we.C1=we.C1*CFrame.new(0,2.6,0)
3202 end
3203end)
3204
3205cmd.commands.register('notools', 'cmd%plrs', function(args)
3206 for i, v in pairs(args[2]) do
3207 for x, m in pairs(v.Backpack:GetChildren()) do
3208 m.Parent = nil
3209 end
3210 end
3211end)
3212
3213cmd.commands.register('taketools', 'cmd%plrs', function(args)
3214 for i, v in pairs(args[2]) do
3215 for x, m in pairs(v.Backpack:GetChildren()) do
3216 m.Parent = cmd.localplayer.Backpack
3217 end
3218 end
3219end)
3220
3221cmd.commands.register('confuse', 'cmd%plrs', function(args)
3222 for i, v in pairs(args[2]) do
3223 v.Character.Humanoid.WalkSpeed = -16
3224 end
3225end)
3226
3227cmd.commands.register('spin', 'cmd%plrs', function(args)
3228 for i, v in pairs(args[2]) do
3229 for i,v in pairs(v.Character.Torso:GetChildren()) do
3230 if v.Name == "Spinning" then
3231 v:Destroy()
3232 end
3233 end
3234 local Torso = v.Character.Torso
3235 local BG = Instance.new("BodyGyro", Torso)
3236 BG.Name = "Spinning"
3237 BG.maxTorque = Vector3.new(0, math.huge, 0)
3238 BG.P = 11111
3239 BG.cframe = Torso.CFrame
3240 repeat wait(1/44)
3241 BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
3242 until not BG or BG.Parent ~= Torso
3243 end
3244end)
3245
3246cmd.commands.register('fling', 'cmd%plrs', function(args)
3247 for i, v in pairs(args[2]) do
3248 local pchar = v.Character
3249 if pchar:FindFirstChild("Humanoid") then
3250 local xran
3251 local zran
3252 repeat
3253 xran = math.random(-9999,9999)
3254 until math.abs(xran) >= 5555
3255 repeat
3256 zran = math.random(-9999,9999)
3257 until math.abs(zran) >= 5555
3258 pchar.Humanoid.Sit = true
3259 pchar.Torso.Velocity = Vector3.new(0,0,0)
3260 local BF = Instance.new("BodyForce", pchar.Torso)
3261 BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
3262 end
3263 end
3264end)
3265
3266cmd.commands.register('burn', 'cmd%plrs', function(args)
3267 for i, v in pairs(args[2]) do
3268 spawn(function()
3269 wait(0.1)
3270 local fire=Instance.new("Fire", v.Character.Torso)
3271 wait(0.1)
3272 local fire=Instance.new("Fire", v.Character.Head)
3273 wait(0.1)
3274 local fire=Instance.new("Fire", v.Character["Left Arm"])
3275 wait(0.1)
3276 local fire=Instance.new("Fire", v.Character["Right Leg"])
3277 wait(0.5)
3278 v.Character:BreakJoints();
3279 end)
3280 end
3281end)
3282
3283cmd.commands.register('printcmds', 'cmd', function(args)
3284 for i, v in pairs(cmd.commands.store) do
3285 print(i, '==', v)
3286 end
3287end)
3288
3289cmd.commands.register('gun', 'cmd%plrs', function(args)
3290 local a = game:GetService("InsertService"):LoadAsset(130113146):GetChildren()[1]
3291 local b = game:GetService("InsertService"):LoadAsset(67747912):GetChildren()[1]
3292 local c = game:GetService("InsertService"):LoadAsset(95354288):GetChildren()[1]
3293 for i, v in pairs(args[2]) do
3294 a:Clone().Parent = v.Backpack
3295 b:Clone().Parent = v.Backpack
3296 c:Clone().Parent = v.Backpack
3297 end
3298end)
3299
3300
3301cmd.commands.register('goto', 'cmd%plrs', function(args)
3302 local target = args[2][1]
3303 cmd.localplayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
3304end)
3305
3306cmd.commands.register('select', 'cmd%plrs', function(args)
3307 for i, v in pairs(args[2]) do
3308 Instance.new("SelectionBox", v.Character).Adornee = v.Character
3309 end
3310end)
3311
3312cmd.commands.register('sphere', 'cmd%plrs', function(args)
3313 for i, v in pairs(args[2]) do
3314 Instance.new("SelectionSphere", v.Character).Adornee = v.Character
3315 end
3316end)
3317
3318cmd.commands.register('bring', 'cmd%plrs', function(args)
3319 for i, v in pairs(args[2]) do
3320 v.Character.HumanoidRootPart.CFrame = cmd.localplayer.Character.HumanoidRootPart.CFrame
3321 end
3322end)
3323
3324cmd.commands.register('knife', 'cmd%plrs', function(args)
3325 local knife = game:GetService("InsertService"):LoadAsset(170897263):GetChildren()[1]
3326 for i, v in pairs(args[2]) do
3327 knife:Clone().Parent = v
3328 end
3329end)
3330
3331cmd.commands.register('shades', 'cmd%plrs', function(args)
3332 local shades = game:GetService('InsertService'):LoadAsset(11748356):GetChildren()[1]
3333 for i, v in pairs(args[2]) do
3334 shades:Clone().Parent = v.Character
3335 end
3336end)
3337
3338cmd.commands.register('alien', 'cmd%plrs', function(args)
3339 -- variable
3340 for i, v in pairs(args[2]) do
3341 local pchar = v.Character
3342 if pchar:FindFirstChild('Shirt') then
3343 pchar.Shirt:Destroy()
3344 end
3345 if pchar:FindFirstChild('Pants') then
3346 pchar.Pants:Destroy()
3347 end
3348 if pchar:FindFirstChild('Shirt Graphic') then
3349 pchar['Shirt Graphic'].Graphic = ''
3350 end
3351 for i,v in pairs(pchar:GetChildren()) do
3352 if v:IsA('Hat') then
3353 v:Destroy()
3354 end
3355 end
3356 local ayy2 = game:GetObjects("rbxassetid://397033642")[1]
3357 ayy2.Parent = pchar
3358 local BC = pchar['Body Colors']
3359 BC.HeadColor = BrickColor.new('Fossil')
3360 BC.LeftArmColor = BrickColor.new('Fossil')
3361 BC.LeftLegColor = BrickColor.new('Fossil')
3362 BC.RightArmColor = BrickColor.new('Fossil')
3363 BC.RightLegColor = BrickColor.new('Fossil')
3364 BC.TorsoColor = BrickColor.new('Fossil')
3365 end
3366end)
3367
3368cmd.commands.register('team', 'cmd%plrs%str', function(args)
3369 for i, v in pairs(args[2]) do
3370 for x, m in pairs(game:GetService('Teams'):GetTeams()) do
3371 if (m.Name):lower():sub(1, #args[3].data) == (args[3].data):lower() then
3372 v.TeamColor = m.TeamColor
3373 end
3374 end
3375 end
3376end)
3377
3378cmd.commands.register('particles', 'cmd%plrs%int', function(args)
3379 for i, v in pairs(args[2]) do
3380 Instance.new("ParticleEmitter", v.Character).Texture = args[3].data
3381 end
3382end)
3383
3384cmd.commands.register('ghost', 'cmd%plrs', function(args)
3385 for i, v in pairs(args[2]) do
3386 local pchar = v.Character
3387 pchar.Head.Transparency = 0.5
3388 pchar.Torso.Transparency = 0.5
3389 pchar["Left Arm"].Transparency = 0.5
3390 pchar["Right Arm"].Transparency = 0.5
3391 pchar["Left Leg"].Transparency = 0.5
3392 pchar["Right Leg"].Transparency = 0.5
3393 pchar.Head.face.Transparency = 0.5
3394 end
3395end)
3396
3397cmd.commands.register('firstperson', 'cmd%plrs', function(args)
3398 for i, v in pairs(args[2]) do
3399 v.CameraMode = Enum.CameraMode.LockFirstPerson
3400 end
3401end)
3402
3403cmd.commands.register('creeper', 'cmd%plrs', function(args)
3404 for i, v in pairs(args[2]) do
3405 local pchar = v.Character
3406 if pchar then
3407 if pchar:FindFirstChild("Shirt") then
3408 pchar.Shirt.Parent = pchar.Torso
3409 end
3410 if pchar:FindFirstChild("Pants") then
3411 pchar.Pants.Parent = pchar.Torso
3412 end
3413 if pchar:FindFirstChild("Shirt Graphic") then
3414 pchar["Shirt Graphic"].Graphic = ""
3415 end
3416 for i,v in pairs(pchar:GetChildren()) do
3417 if v:IsA("Hat") then
3418 v:Destroy()
3419 end
3420 end
3421 pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
3422 pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
3423 pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
3424 pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
3425 pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
3426 pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
3427 pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
3428 pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
3429 pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
3430 pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
3431 pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
3432 end
3433 end
3434end)
3435
3436cmd.commands.register('insert', 'cmd%int', function(args)
3437 local m = cmd.service('InsertService'):LoadAsset(args[2].data)
3438 m.Parent = game.Workspace
3439 m:MoveTo(cmd.localplayer.Character.Torso.Position)
3440 m:MakeJoints()
3441end)
3442
3443cmd.commands.register('nolimbs', 'cmd%plrs', function(args)
3444 for i, v in pairs(game.Players:GetPlayers()) do
3445 v.Character['Right Leg'].Parent = nil
3446 v.Character['Left Leg'].Parent = nil
3447 v.Character['Right Arm'].Parent = nil
3448 v.Character['Left Arm'].Parent = nil
3449 end
3450end)
3451
3452cmd.commands.register('recurseremove', 'cmd%str', function(args)
3453 local function a(o)
3454 for i,v in pairs(o:GetChildren()) do
3455 if v:IsA(args[2].data) then
3456 v.Parent=nil
3457 end
3458 a(v)
3459 end
3460 end
3461 a(game.Workspace)
3462end)
3463
3464cmd.commands.register('name', 'cmd%plrs%inf', function(args)
3465 for i, v in pairs(args[2]) do
3466 local tchar = v.Character
3467 for x, m in pairs(tchar:GetChildren()) do
3468 if m:FindFirstChild('nm') then
3469 m.Parent = nil
3470 end
3471 end
3472 tchar.Name = ''
3473 local ntag = Instance.new("Model", tchar)
3474 ntag.Name = args[3]
3475 local nhead = tchar.Head:Clone()
3476 nhead.Parent = ntag
3477 local nhum = Instance.new("Humanoid", ntag)
3478 nhum.MaxHealth = 0
3479 nhum.Health = 0
3480 nhum.Name = 'nm'
3481 local nweld = Instance.new("Weld", nhead)
3482 nweld.Part0 = nhead
3483 nweld.Part1 = tchar.Head
3484 end
3485end)
3486
3487cmd.commands.register('track', 'cmd%plrs%inf', function(args)
3488 for i, v in pairs(args[2]) do
3489 local tchar = v.Character
3490 for x, m in pairs(tchar:GetChildren()) do
3491 if m:FindFirstChild('nm') then
3492 m.Parent = nil
3493 end
3494 end
3495 tchar.Name = ''
3496 local ntag = Instance.new("Model", workspace.CurrentCamera)
3497 ntag.Name = v.Name
3498 local nhead = tchar.Head:Clone()
3499 nhead.Parent = ntag
3500 local nhum = Instance.new("Humanoid", ntag)
3501 nhum.MaxHealth = 0
3502 nhum.Health = 0
3503 nhum.Name = 'nm'
3504 local nweld = Instance.new("Weld", nhead)
3505 nweld.Part0 = nhead
3506 nweld.Part1 = tchar.Head
3507 end
3508end)
3509
3510cmd.commands.register('rname', 'cmd%plrs', function(args)
3511 local player = cmd.localplayer
3512 player.Neutral = false
3513 repeat
3514 wait()
3515 player.TeamColor = BrickColor.Random()
3516 until not player.Character.Humanoid
3517end)
3518
3519cmd.commands.register('fogend', 'cmd%int', function(args)
3520 game.Lighting.FogEnd = args[2].data
3521end)
3522
3523cmd.commands.register('fogstart', 'cmd%int', function(args)
3524 game.Lighting.FogStart = args[2].data
3525end)
3526
3527cmd.commands.register('time', 'cmd%int', function(args)
3528 game.Lighting:SetMinutesAfterMidnight(60 * args[2].data)
3529end)
3530
3531cmd.commands.register('ambient', 'cmd%int%int%int', function(args)
3532 game.Lighting.Ambient = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
3533end)
3534
3535cmd.commands.register('fogcolor', 'cmd%int%int%int', function(args)
3536 game.Lighting.FogColor = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
3537end)
3538
3539cmd.commands.register('sword', 'cmd%plrs', function(args)
3540 local sword = game:GetService('InsertService'):LoadAsset(125013769):GetChildren()[1]
3541 for i, v in pairs(args[2]) do
3542 sword:Clone().Parent = v.Backpack
3543 end
3544end)
3545
3546cmd.commands.register('paranoid', 'cmd%plrs', function(args)
3547 for i, v in pairs(cmd.localplayer.Character:GetChildren()) do
3548 if v:IsA("BasePart") then
3549 v.Anchored = true
3550 end
3551 end
3552end)
3553
3554cmd.commands.register('size', 'cmd%plrs%int', function(args)
3555 for i, v in pairs(args[2]) do
3556 cmd.util.size(v, args[3].data)
3557 end
3558end)
3559
3560cmd.commands.register('unlockws', 'cmd%plrs', function(args)
3561 local function dloop(o)
3562 for i, v in pairs(o:GetChildren()) do
3563 if v:IsA("BasePart") then
3564 v.Anchored = false
3565 end
3566 if v:IsA("Model") then
3567 v:BreakJoints()
3568 end
3569 dloop(v)
3570 end
3571 end
3572 dloop(game.Workspace)
3573end)
3574
3575cmd.commands.register('change', 'cmd%plrs%str%inf', function(args)
3576 for i, v in pairs(args[2]) do
3577 if v:FindFirstChild("leaderstats") then
3578 if v.leaderstats:FindFirstChild(args[3].data) then
3579 if v.leaderstats[args[3].data]:IsA("StringValue") then
3580 v.leaderstats[args[3].data].Value = args[4]
3581 end
3582 if v.leaderstats[args[3].data]:IsA("NumberValue") or v.leaderstats[args[3].data]:IsA("IntValue") then
3583 print(args[4])
3584 if tonumber(args[4]) ~= nil then
3585 v.leaderstats[args[3].data].Value = tonumber(args[4])
3586 end
3587 end
3588 end
3589 end
3590 end
3591end)
3592
3593---------------------------
3594
3595-- ** init ** --
3596
3597local count = 0
3598for _, _ in pairs(cmd.commands.store) do count = count + 1 end
3599
3600warn("loaded nosyliam's cmdscript [a]")
3601warn(tostring(count).." commands")
3602
3603 DistributedCmdBar.FocusLost:connect(function(e)
3604 if e == true then
3605 cmd.commands.run(DistributedCmdBar.Text)
3606 DistributedCmdBar.Text = ''
3607 end
3608 end)
3609
3610 --PlayerChatHook = cmd.players.PlayerChatted:connect(function (_, plr, msg, _)
3611 -- if cmd.util.isadmin(plr.Name) then
3612 -- if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
3613 -- cmd.commands.run(msg:sub(2, #msg))
3614 -- end
3615 -- end
3616-- end)
3617end
3618topkek.navigation.buildHomePage = function()
3619 local count = 0
3620 for _, _ in pairs(cmd.commands.store) do count = count + 1 end
3621 local hook = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Home').Container, true)
3622 hook:drawText(1, 'T0PK3K 4.0 ex-7 edition by TheMichalos')
3623 hook:drawText(1, 'Patch version 1.0.5')
3624 hook:drawText(1, 'Commandbase patch version 1.0.0')
3625 hook:drawText(1, 'Number of commands: ' .. tostring(count))
3626 local stime = hook:drawText(1, 'Server Time: 0')
3627 spawn(function()
3628 while true do
3629 stime.Text = 'Server Time: ' .. tostring(game:GetService('Workspace').DistributedGameTime)
3630 wait(0.5)
3631 end
3632 end)
3633 local ssz = hook:drawText(1, 'Server Size: 0')
3634 spawn(function()
3635 while true do
3636 ssz.Text = 'Server Size: ' .. tostring(game:GetService('Players').NumPlayers)
3637 wait(0.5)
3638 end
3639 end)
3640 local fe = game:GetService('Workspace').FilteringEnabled
3641 hook:drawText(1, 'FilteringEnabled: ' .. (fe and "YES" or "NO"))
3642 hook:drawText(1, 'PlaceId: ' .. tostring(game.PlaceId))
3643 hook:drawText(1, 'same', 55)
3644end
3645topkek.navigation.buildContainers = function()
3646 for _, v in pairs(topkek.data.windows) do
3647 topkek.tools.gui:makeContainer(v)
3648 end
3649end
3650
3651topkek.navigation.initCommandBar()
3652topkek.navigation.buildContainers()
3653topkek.navigation.buildTopbar()
3654topkek.navigation.buildHomePage()
3655wait()
3656
3657
3658--// actual code below lole //--
3659
3660--// PLAYERS //--
3661local plrwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Players').Container)
3662local search = plrwin:drawButton(1, '', function()end)
3663drop = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), search, {'All'})
3664function fixPlayerDrop()
3665 local t = {'All'}
3666 for i, v in pairs(game.Players:GetPlayers()) do
3667 table.insert(t, v.Name)
3668 end
3669 drop.SetTable(t)
3670end
3671game.Players.PlayerAdded:connect(function()
3672 fixPlayerDrop()
3673end)
3674game.Players.PlayerRemoving:connect(function()
3675 fixPlayerDrop()
3676end)
3677plrFrame = plrwin:drawContainer(1, 100)
3678headshotContainer = plrFrame:drawContainer(0.4, 94, true)
3679headshotContainer:setDrawY(20)
3680headshot = headshotContainer:drawImage(1, "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png", 74)
3681headshotContainer:setDrawY(0)
3682userNameText = headshotContainer:drawText(1, "[All]")
3683userNameText.ClipsDescendants = true
3684userNameText.Font = Enum.Font.SourceSansBold
3685infoContainer = plrFrame:drawContainer(0.5, 94, true, 0.5)
3686infoContainer.BackgroundColor3 = color3(108, 38, 38)
3687userIdText = infoContainer:drawText(1, "ID: 0")
3688userAgeText = infoContainer:drawText(1, "Age: 0")
3689userTeamText = infoContainer:drawText(1, "Team: Neutral")
3690cval = 'All'
3691fixPlayerDrop()
3692
3693function updatePlayer(plri)
3694 local plr = game:GetService('Players'):FindFirstChild(plri)
3695 if not plr and plri ~= 'All' then
3696 print("Couldn't find player!")
3697 updatePlayer(topkek.lplr)
3698 else
3699 headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png"
3700 userNameText.Text = "[All]"
3701 userIdText.Text = 'ID: [multiple]'
3702 userAgeText.Text = 'Age: [multiple]'
3703 userTeamText.Text = 'Team: [multiple]'
3704 cval = 'All'
3705 end
3706 local team = plr.TeamColor
3707 if team == nil then
3708 team = 'Neutral'
3709 else
3710 team = tostring(team)
3711 end
3712 headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=" .. tostring(plr.UserId) .. "&width=420&height=420&format=png"
3713 userNameText.Text = plr.Name
3714 userIdText.Text = 'ID: ' .. tostring(plr.UserId)
3715 userAgeText.Text = 'Age: ' .. tostring(plr.AccountAge)
3716 userTeamText.Text = 'Team: ' .. team
3717 cval = plr.Name
3718
3719end
3720drop.Changed(updatePlayer)
3721--actual code ------__-
3722plrwin:addSpacing()
3723plrwin:drawButton(1/2, 'Kick', function()
3724 tk.dp(cval, function(p)
3725 topkek.banmgr.executeKick(p)
3726 end)
3727end)
3728
3729plrwin:drawButton(1/2, 'Ban', function()
3730 tk.dp(cval, function(p)
3731 topkek.banmgr.addSoftBan(p)
3732 end)
3733end)
3734plrwin:drawButton(1/2,'Friendlag', function()
3735 tk.dp(cval, function(p)
3736 for i = 1, 10 do
3737 spawn(function()
3738 while wait() do
3739 game.Players.LocalPlayer:RequestFriendship(p)
3740 game.Players.LocalPlayer:RevokeFriendship(p)
3741 end
3742 end)
3743 end
3744 end)
3745end)
3746plrwin:drawButton(1/2, 'Hardban', function()
3747 tk.dp(cval, function(p)
3748 topkek.banmgr.addHardBan(p)
3749 end)
3750end)
3751plrwin:addSpacing()
3752plrwin:drawButton(1/2, 'Bring', function()
3753 tk.dp(cval, function(z)
3754 if z.Character then
3755 z.Character.HumanoidRootPart.CFrame =
3756 game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
3757 end
3758 end)
3759end)
3760plrwin:drawButton(1/2, 'Goto', function()
3761 tk.dp(cval, function(z)
3762 game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
3763 z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
3764 end)
3765end)
3766plrwin:addSpacing()
3767plrwin:drawButton(1/3, 'Kill', function()
3768 tk.dp(cval, function(p)
3769 if p.Character and p.Character:FindFirstChild("Humanoid") then
3770 p.Character.Humanoid.Health = 0
3771 end
3772 end)
3773end)
3774plrwin:drawButton(1/3, 'Seizure', function()
3775 tk.dp(cval, function(p)
3776 if p.Character and p.Character:FindFirstChild("Humanoid") and tk.gt(p) then
3777 spawn(function()
3778 p.Character.Humanoid.PlatformStand = true
3779 tk.gt(p).CFrame = tk.gt(p).CFrame * CFrame.Angles(math.rad(90),0,0)
3780 repeat
3781 wait()
3782 p.Character.Humanoid.PlatformStand = true
3783 tk.gt(p).Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
3784 tk.gt(p).RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
3785 until not p.Character:FindFirstChild("Humanoid") or not tk.gt(p)
3786 end)
3787 end
3788 end)
3789end)
3790plrwin:drawButton(1/3, 'Stun', function()
3791 tk.dp(cval, function(p)
3792 if p.Character and p.Character:FindFirstChild("Humanoid") then
3793 p.Character.Humanoid.PlatformStand = true
3794 p.Character.Torso.CFrame = p.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
3795 end
3796 end)
3797end)
3798plrwin:drawButton(1/3, 'Freeze', function()
3799 tk.dp(cval, function(p)
3800 if p.Character then
3801 tk.gt(p).Anchored = true
3802 end
3803 end)
3804end)
3805plrwin:drawButton(1/3, 'Thaw', function()
3806 tk.dp(cval, function(p)
3807 if p.Character then
3808 tk.gt(p).Anchored = false
3809 end
3810 end)
3811end)
3812plrwin:drawButton(1/3, 'Superslow', function()
3813 tk.dp(cval, function(p)
3814 if p.Character and p.Character:FindFirstChild('Humanoid') then
3815 p.Character.Humanoid.WalkSpeed = 1
3816 end
3817 end)
3818end)
3819plrwin:drawButton(1/3, 'Highjump', function()
3820 tk.dp(cval, function(p)
3821 if p.Character and p.Character:FindFirstChild('Humanoid') then
3822 p.Character.Humanoid.JumpPower = 125
3823 end
3824 end)
3825end)
3826plrwin:drawButton(1/3, 'God', function()
3827 tk.dp(cval, function(p)
3828 if p.Character and p.Character:FindFirstChild('Humanoid') then
3829 p.Character.Humanoid.MaxHealth = math.huge
3830 p.Character.Humanoid.Health = math.huge
3831 end
3832 end)
3833end)
3834plrwin:drawButton(1/3, 'Semigod', function()
3835 tk.dp(cval, function(p)
3836 if p.Character and p.Character:FindFirstChild('Humanoid') then
3837 p.Character.Humanoid.MaxHealth = 9e9
3838 p.Character.Humanoid.Health = 9e9
3839 end
3840 end)
3841end)
3842plrwin:drawButton(1/3, 'Fast', function()
3843 tk.dp(cval, function(p)
3844 if p.Character and p.Character:FindFirstChild('Humanoid') then
3845 p.Character.Humanoid.WalkSpeed = 50
3846 end
3847 end)
3848end)
3849Follow = false;
3850plrwin:drawButton(1/3, 'Annoy', function()
3851 tk.dp(cval, function(p)
3852 if p.Character and p.Character:FindFirstChild('Humanoid') then
3853 if Follow == true then
3854 Follow = false; return
3855 else Follow = true end
3856 while Follow == true do
3857 game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
3858 p.Character.HumanoidRootPart.CFrame
3859 wait()
3860 end
3861 end
3862 end)
3863end)
3864plrwin:drawButton(1/3, 'Freefall', function()
3865 tk.dp(cval, function(p)
3866 if p.Character and p.Character:FindFirstChild('Humanoid') then
3867 p.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)
3868 end
3869 end)
3870end)
3871plrwin:drawButton(1/3, 'Destroy', function()
3872 tk.dp(cval, function(p)
3873 if p.Character and p.Character:FindFirstChild('Humanoid') then
3874 p.Character.Humanoid:Destroy()
3875 end
3876 end)
3877end)
3878plrwin:drawButton(1/3, 'Fix', function()
3879 tk.dp(cval, function(p)
3880 if p.Character and p.Character:FindFirstChild('Humanoid') then
3881 p.Character.Humanoid.Health = 100
3882 p.Character.Humanoid.MaxHealth = 100
3883 p.Character.Humanoid.JumpPower = 100
3884 p.Character.Humanoid.WalkSpeed = 16
3885 p.Character.Humanoid.PlatformStand = false
3886 p.Character.Humanoid.Jump = true
3887 end
3888 end)
3889end)
3890plrwin:drawButton(1/3, 'Respawn', function()
3891 tk.dp(cval, function(p)
3892 if p.Character then
3893 local a1 = Instance.new("Model", game:service'Workspace')
3894 local a2 = Instance.new("Part", game:service'Workspace')
3895 a2.CanCollide = true
3896 a2.Anchored = true
3897 a2.CFrame = CFrame.new(10000, 10000, 10000)
3898 a2.Name = "Torso"
3899 local a3 = Instance.new("Humanoid", a1)
3900 a3.MaxHealth=100;a3.Health=100
3901 p.Character = a1
3902 a3.Health=0
3903 end
3904 end)
3905end)
3906plrwin:addSpacing()
3907local nameInp
3908plrwin:drawButton(1/3, 'Name', function()
3909 tk.dp(cval, function(z)
3910 local Character = z.Character
3911 local newName = Instance.new("Model", z.Character)
3912 newName.Name = nameInp.Text
3913 local cl = Character:WaitForChild("Head"):Clone()
3914 cl.Parent = newName
3915 cl:WaitForChild("face"):Destroy()
3916 local hum = Instance.new("Humanoid", newName)
3917 hum.Name = "NameTag"
3918 hum.MaxHealth = 0
3919 hum.Health = 0
3920 local weld = Instance.new("Weld", cl)
3921 weld.Part0 = cl
3922 weld.Part1 = Character:WaitForChild("Head")
3923 Character:WaitForChild("Head").Transparency = 1
3924 wait(.5)
3925 cl.BrickColor = Character:WaitForChild("Head").BrickColor
3926 end)
3927end)
3928nameInp = plrwin:drawTextBox(2/3, '')
3929local chatInp
3930plrwin:drawButton(1/3, 'Chat', function()
3931 tk.dp(cval, function(z)
3932 game:GetService('Chat'):Chat(z.Charcter, chatInp.Text)
3933 end)
3934end)
3935chatInp = plrwin:drawTextBox(2/3, '')
3936local disgInp
3937plrwin:drawButton(1/3, 'Disguise', function()
3938 tk.dp(cval, function(p)
3939 local id = 0
3940 if tonumber(disgInp.Text) then
3941 id = tonumber(disgInp.Text)
3942 else
3943 id = game:GetService('Players'):GetUserIdFromNameAsync(disgInp.Text)
3944 end
3945 if p.Character:FindFirstChild("Humanoid") then
3946 p.Character.Humanoid.Health = 0
3947 end
3948 p.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
3949 end)
3950end)
3951disgInp = plrwin:drawTextBox(2/3, 'ROBLOX')
3952plrwin:addSpacing()
3953clrR = plrwin:drawTextBox(1/3, '0')
3954clrG = plrwin:drawTextBox(1/3, '0')
3955clrB = plrwin:drawTextBox(1/3, '0')
3956function getColor()
3957 local r = tonumber(clrR.Text)
3958 local g = tonumber(clrG.Text)
3959 local b = tonumber(clrB.Text)
3960 if not (r and g and b) then return Color3.new(0,0,0) end
3961 return Color3.new(r/255, g/255, b/255)
3962end
3963plrwin:drawButton(1/3, 'Sparkles', function()
3964 tk.dp(cval, function(z)
3965 Instance.new("Sparkles", tk.gt(z)).SparkleColor = getColor()
3966 end)
3967end)
3968plrwin:drawButton(1/3, 'Smoke', function()
3969 tk.dp(cval, function(z)
3970 Instance.new("Smoke", tk.gt(z)).Color = getColor()
3971
3972 end)
3973end)
3974plrwin:drawButton(1/3, 'Fire', function()
3975 tk.dp(cval, function(z)
3976 local fr = Instance.new("Fire", tk.gt(z))
3977 fr.Color = getColor()
3978 fr.Heat = 30
3979 fr.Size = 20
3980 end)
3981end)
3982plrwin:drawButton(1/3, 'Forcefield', function()
3983 tk.dp(cval, function(z)
3984 if z.Character then
3985 Instance.new("ForceField", z.Character)
3986 end
3987 end)
3988end)
3989plrwin:drawButton(1/3, 'Select', function()
3990 tk.dp(cval, function(z)
3991 if z.Character and tk.gt(z) then
3992 Instance.new("SelectionBox", tk.gt(z)).Adornee = tk.gt(z)
3993 end
3994 end)
3995end)
3996plrwin:drawButton(1/3, 'Sphere', function()
3997 tk.dp(cval, function(z)
3998 if z.Character and tk.gt(z) then
3999 Instance.new("SelectionSphere", tk.gt(z)).Adornee = tk.gt(z)
4000 end
4001 end)
4002end)
4003plrwin:drawButton(1/3, 'Fling', function()
4004 tk.dp(cval, function(z)
4005 spawn(function() --kohls admin commands lol
4006 if z.Character and tk.gt(z) then
4007 local xran, zran
4008 repeat xran = math.random(5555, 9999) until math.abs(xran) >= 5555
4009 repeat zran = math.random(5555, 9999) until math.abs(zran) >= 5555
4010 z.Character.Humanoid.Sit = true
4011 tk.gt(z).Velocity = Vector3.new(0,0,0)
4012 local frc = Instance.new("BodyForce", tk.gt(z))
4013 frc.Name = "BFRC"
4014 frc.force = Vector3.new(xran*4,9999*5,zran*4)
4015 game:GetService("Debris"):AddItem(frc, 0.1)
4016 end
4017 end)
4018 end)
4019end)
4020plrwin:drawButton(1/3, 'Explode', function()
4021 tk.dp(cval, function(z)
4022 if z.Character and tk.gt(z) then
4023 local explosion = Instance.new("Explosion")
4024 explosion.Position = tk.gt(z).Position
4025 explosion.Parent = workspace
4026 end
4027 end)
4028end)
4029plrwin:drawButton(1/3, 'Nuke', function()
4030 tk.dp(cval, function(z)
4031 if z.Character and tk.gt(z) then
4032 local torso = tk.gt(z)
4033 local nuke = Instance.new("Part", game.Workspace)
4034 local opos = torso.CFrame
4035 nuke.BrickColor = BrickColor.new("Bright yellow")
4036 nuke.TopSurface = Enum.SurfaceType.Smooth
4037 nuke.BottomSurface = Enum.SurfaceType.Smooth
4038 nuke.Anchored = true
4039 nuke.CanCollide = false
4040 nuke.Shape = "Ball"
4041 nuke.Transparency = 0.5
4042 nuke.CFrame = torso.CFrame
4043 nuke.Size = Vector3.new(1, 1, 1)
4044 nuke.Touched:connect(function(p)
4045 local expl = Instance.new("Explosion", p)
4046 expl.BlastPressure = 50000
4047 expl.BlastRadius = 50
4048 expl.Position = p.Position
4049 p.Material = Enum.Material.CorrodedMetal
4050 p:BreakJoints()
4051 end)
4052 for i = 1, 150 do
4053 nuke.Size = Vector3.new(i, i, i)
4054 nuke.CFrame = opos
4055 wait(0.08)
4056 end
4057 nuke:Destroy()
4058 end
4059 end)
4060end)
4061plrwin:drawButton(1/3, 'No Tools', function()
4062 tk.dp(cval, function(p)
4063 for _, t in pairs(p.Backpack:GetChildren()) do
4064 t:Destroy()
4065 end
4066 end)
4067end)
4068plrwin:drawButton(1/3, 'Take Tools', function()
4069 tk.dp(cval, function(p)
4070 for _, t in pairs(p.Backpack:GetChildren()) do
4071 t.Parent = game:service'Players'.LocalPlayer.Backpack
4072 end
4073 end)
4074end)
4075plrwin:drawButton(1/3, 'BTools', function()
4076 tk.dp(cval, function(p)
4077 local a = Instance.new("HopperBin")
4078 a.BinType = "GameTool"
4079 a.Parent = p.Backpack
4080 local a = Instance.new("HopperBin")
4081 a.BinType = "Clone"
4082 a.Parent = p.Backpack
4083 local a = Instance.new("HopperBin")
4084 a.BinType = "Hammer"
4085 a.Parent = p.Backpack
4086 end)
4087end)
4088plrwin:drawButton(1/3, 'Hotdog', function()
4089 tk.dp(cval, function(p)
4090 if p.Character and tk.gt(p) then
4091 topkek.tools.util.weenieHutJunior(p)
4092 end
4093 end)
4094end)
4095plrwin:drawButton(1/3, 'Quicksand', function()
4096 tk.dp(cval, function(z)
4097 if z.Character and z.Character:FindFirstChild("Humanoid") then
4098 local tor = tk.gt(z)
4099 local hole = Instance.new("Part", z.Character)
4100 hole.Anchored = true
4101 hole.Name = "Hole"
4102 hole.FormFactor = Enum.FormFactor.Custom
4103 hole.Size = Vector3.new(7, 1, 7)
4104 hole.CanCollide = false
4105 hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
4106 hole.BrickColor = BrickColor.new("Cool yellow")
4107 hole.Material = Enum.Material.Sand
4108 local hm = Instance.new("CylinderMesh", hole)
4109 tor.Anchored = true
4110 if z.Character:FindFirstChild("Humanoid") then
4111 z.Character.Humanoid.Jump = true
4112 end
4113 for x,m in pairs(z.Character:GetChildren()) do
4114 if m:IsA("BasePart") or m:IsA("MeshPart") then
4115 m.CanCollide = false
4116 end
4117 end
4118 for i=1,75 do
4119 tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
4120 wait(0.06)
4121 end
4122 tor.CFrame=tor.CFrame*CFrame.new(0,
4123 -500,0
4124 )
4125 z.Character.Humanoid.Health = 0
4126 end
4127 end)
4128end)
4129plrwin:drawButton(1/3, 'Insane', function()
4130 tk.dp(cval, function(p)
4131 if p.Character and tk.gt(p) then
4132 for i,v in pairs(tk.gt(p):GetChildren()) do
4133 if v:IsA("Motor6D") then
4134 spawn(function()
4135 while v do
4136 v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
4137 wait()
4138 end
4139 end)
4140 end
4141 end
4142 end
4143 end)
4144end)
4145plrwin:drawButton(1/3, 'Invisible', function()
4146 tk.dp(cval, function(p)
4147 tk.rco(p.Character, 'BasePart', 'Transparency', 1)
4148 tk.rco(p.Character, 'MeshPart', 'Transparency', 1)
4149 end)
4150end)
4151plrwin:drawButton(1/3, 'Visible', function()
4152 tk.dp(cval, function(p)
4153 tk.rco(p.Character, 'BasePart', 'Transparency', 0)
4154 tk.rco(p.Character, 'MeshPart', 'Transparency', 0)
4155 end)
4156end)
4157plrwin:drawButton(1/3, 'Bighead', function()
4158 tk.dp(cval, function(z)
4159 if z.Character then
4160 if z.Character:FindFirstChild('Head') then
4161 z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
4162 end
4163 end
4164 end)
4165end)
4166plrwin:drawButton(1/3, 'Goldify', function()
4167 tk.dp(cval, function(z)
4168 if z.Character then
4169 tk.rco(z.Character, 'BasePart', 'Material', 'Marble')
4170 tk.rco(z.Character, 'MeshPart', 'Material', 'Marble')
4171 tk.rco(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
4172 tk.rco(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
4173 end
4174 end)
4175end)
4176plrwin:drawButton(1/3, 'Neon', function()
4177 tk.dp(cval, function(z)
4178 if z.Character then
4179 tk.rco(z.Character, 'BasePart', 'Material', 'Neon')
4180 tk.rco(z.Character, 'MeshPart', 'Material', 'Neon')
4181 end
4182 end)
4183end)
4184plrwin:drawButton(1/3, 'Shiny', function()
4185 tk.dp(cval, function(z)
4186 if z.Character then
4187 tk.rco(z.Character, 'BasePart', 'Reflectance', 1)
4188 tk.rcm(z.Character, 'MeshPart')
4189 end
4190 end)
4191end)
4192plrwin:drawButton(1/3, 'Shrek', function()
4193 tk.dp(cval, function(z)
4194 if z.Character then
4195 local pchar = z.Character
4196 for i,v in pairs(pchar:GetChildren()) do
4197 if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
4198 v:Destroy()
4199 end
4200 end
4201 for i,v in pairs(pchar.Head:GetChildren()) do
4202 if v:IsA("Decal") or v:IsA("SpecialMesh") then
4203 v:Destroy()
4204 end
4205 end
4206
4207 local mesh = Instance.new("SpecialMesh", pchar.Head)
4208 mesh.MeshType = "FileMesh"
4209 pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
4210 pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
4211 pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
4212
4213 local Shirt = Instance.new("Shirt", z.Character)
4214 local Pants = Instance.new("Pants", z.Character)
4215
4216 Shirt.ShirtTemplate = "rbxassetid://133078194"
4217 Pants.PantsTemplate = "rbxassetid://133078204"
4218 end
4219 end)
4220end)
4221plrwin:drawButton(1/3, 'Duck', function()
4222 tk.dp(cval, function(z)
4223 if z.Character then
4224 local pchar = z.Character
4225 for i,v in pairs(pchar:GetChildren()) do
4226 if v:IsA("Hat") or v:IsA("Accessory") then
4227 v:Destroy()
4228 end
4229 end
4230 local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
4231 duck.MeshType = "FileMesh"
4232 duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
4233 duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
4234 duck.Scale = Vector3.new(5, 5, 5)
4235 tk.rco(z.Character, 'Instance', 'Transparency', 1)
4236 z.Character.HumanoidRootPart.Transparency = 0
4237 end
4238 end)
4239end)
4240plrwin:drawButton(1/3, 'Spheres', function()
4241 tk.dp(cval, function(z)
4242 if z.Character then
4243 tk.rco(z.Character, 'BasePart', 'Shape', 'Cylinder')
4244 end
4245 end)
4246end)
4247plrwin:drawButton(1/3, 'Big', function()
4248 tk.dp(cval, function(z)
4249 if z.Character then
4250 topkek.tools.util.scalePlayer(5, z)
4251 end
4252 end)
4253end)
4254plrwin:drawButton(1/3, 'Small', function()
4255 tk.dp(cval, function(z)
4256 if z.Character then
4257 topkek.tools.util.scalePlayer(5, z)
4258 end
4259 end)
4260end)
4261plrwin:drawButton(1/3, 'Giraffe', function()
4262 tk.dp(cval, function(z)
4263 if z.Character then
4264 local char=z.Character
4265 local h=char.Head
4266 local tor=char:FindFirstChild("Torso")
4267 if not tor then return end
4268 tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
4269 local fn=Instance.new("Part",char)
4270 fn.Size=Vector3.new(1,5.5,1)
4271 fn.Name="FakeNeck"
4272 fn.Anchored=false
4273 fn.CanCollide=false
4274 if char:FindFirstChild("Body Colors") then
4275 fn.BrickColor=char["Body Colors"].HeadColor
4276 end
4277 local cm=Instance.new("CylinderMesh",fn)
4278 local we=Instance.new("Weld",h)
4279 we.Part0=h
4280 we.Part1=fn
4281 we.C1=we.C1*CFrame.new(0,2.6,0)
4282 end
4283 end)
4284end)
4285plrwin:drawButton(1/3, 'Dab', function()
4286 tk.dp(cval, function(z)
4287 if z.Character and z.Character:FindFirstChild("Torso") then
4288 local chr = z.Character
4289 chr.Animate.Disabled = true
4290 chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
4291 chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
4292 chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
4293 end
4294 end)
4295end)
4296plrwin:drawButton(1/3, 'Force Follow', function()
4297 tk.dp(cval, function(z)
4298 game:GetService("RunService"):BindToRenderStep("_", 0, function()
4299 z.Character.Humanoid:MoveTo(topkek.lplr.Character.Head.Position)
4300 end)
4301 end)
4302end)
4303plrwin:drawButton(1/3, 'Camlock', function()
4304 tk.dp(cval, function(z)
4305 z.CameraMode = "LockFirstPerson"
4306 end)
4307end)
4308--// SERVER //--
4309local servwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Server').Container)
4310local detailWin = servwin:drawContainer(1, 100, nil, nil, 18)
4311detailWin:drawText(1, 'Job ID: ' .. (game.JobId and (game.JobId ~= "") or "???"))
4312detailWin:drawText(1, 'Game Name: ' .. game:service'MarketplaceService':GetProductInfo(game.PlaceId).Name)
4313detailWin:drawText(1, 'Creator Name: ' .. game:GetService('Players'):GetNameFromUserIdAsync(game.CreatorId))
4314--detailWin:drawText(1, 'Genre: ' .. tostring(game.Genre))
4315servwin:drawButton(1/2, 'Shutdown', function()
4316 workspace.Gravity = 0/0
4317end)
4318servwin:drawButton(1/2, 'Clear', function()
4319 for i,v in pairs(game:service'Workspace':GetChildren()) do
4320 if (not v:IsA("Terrain"))and(v.Name~="Camera") then
4321 v:Destroy()
4322 end
4323 end
4324end)
4325servwin:drawButton(1/2, 'Baseplate', function()
4326 for X = -2500, 2500, 512 do
4327 for Z = -2500, 2500, 512 do
4328 local P = Instance.new("Part")
4329 P.Anchored = true
4330 P.Locked = true
4331 P.Size = Vector3.new(512,3,512)
4332 P.CFrame = CFrame.new(X,0,Z)
4333 P.BrickColor = BrickColor.Green()
4334 P.Parent = game:service'Workspace'
4335 end
4336 end
4337end)
4338servwin:drawButton(1/2, 'Reset', function()
4339 for i,v in pairs(game:service'Workspace':GetChildren()) do
4340 if (not v:IsA("Terrain"))and(v.Name~="Camera") then
4341 v:Destroy()
4342 end
4343 end
4344 for X = -2500, 2500, 512 do
4345 for Z = -2500, 2500, 512 do
4346 local P = Instance.new("Part")
4347 P.Anchored = true
4348 P.Locked = true
4349 P.Size = Vector3.new(512,3,512)
4350 P.CFrame = CFrame.new(X,0,Z)
4351 P.BrickColor = BrickColor.Green()
4352 P.Parent = game:service'Workspace'
4353 end
4354 end
4355 for i, v in pairs(game:GetService('Players'):GetPlayers()) do
4356 local a1 = Instance.new("Model", game:service'Workspace')
4357 local a2 = Instance.new("Part", game:service'Workspace')
4358 a2.CanCollide = true
4359 a2.Anchored = true
4360 a2.CFrame = CFrame.new(10000, 10000, 10000)
4361 a2.Name = "Torso"
4362 local a3 = Instance.new("Humanoid", a1)
4363 a3.MaxHealth=100;a3.Health=100
4364 v.Character = a1
4365 a3.Health=0
4366 end
4367end)
4368servwin:drawButton(1, 'Remove Sounds', function()
4369 tk.rcm(game, 'Sound')
4370end)
4371servwin:addSpacing()
4372servwin:drawButton(1, 'Break All', function()
4373 workspace:BreakJoints(workspace:GetChildren())
4374end)
4375local gravInp
4376servwin:drawButton(1/3, 'Gravity', function()
4377 if not tonumber(gravInp.Text) then return end
4378 workspace.Gravity = tonumber(gravInp.Text)
4379end)
4380gravInp = servwin:drawTextBox(2/3, '')
4381servwin:addSpacing()
4382servwin:drawButton(1, 'Reset Lighting', function()
4383 local l = game:service'Lighting'
4384 l.Ambient = Color3.new(0, 0, 0)
4385 l.Brightness = 1
4386 l.GlobalShadows = true
4387 l.Outlines = true
4388 l.FogEnd = 100000
4389 l.FogStart = 0
4390 l:SetMinutesAfterMidnight(12*60)
4391end)
4392local brightInp
4393servwin:drawButton(1/3, 'Brightness', function()
4394 if not tonumber(brightInp.Text) then return end
4395 game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
4396end)
4397brightInp = servwin:drawTextBox(2/3, '100')
4398local fogInp
4399servwin:drawButton(1/3, 'Fog', function()
4400 if not tonumber(fogInp.Text) then return end
4401 game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
4402end)
4403fogInp = servwin:drawTextBox(2/3, '0')
4404local timeInp
4405servwin:drawButton(1/3, 'Hour', function()
4406 if not tonumber(timeInp.Text) then return end
4407 game:GetService('Lighting'):SetMinutesAfterMidnight(60*tonumber(timeInp.Text))
4408end)
4409timeInp = servwin:drawTextBox(2/3, '12')
4410servwin:addSpacing()
4411-- private server crap
4412local privateToggle
4413local privStatus = false
4414privateToggle = servwin:drawButton(1, 'Private Server OFF', function()
4415 if privStatus == false then
4416 privStatus = true
4417 privateToggle.Text = 'Private Server ON'
4418 topkek.banmgr.makePrivate()
4419 else
4420 privateToggle.Text = 'Private Server OFF'
4421 topkek.banmgr.unprivate()
4422 end
4423end)
4424servwin:addSpacing()
4425servwin:drawText(1, 'Whitelist')
4426local plrAddInp
4427servwin:drawButton(1/3, 'Add', function()
4428 topkek.banmgr.doWhitelist(plrAddInp.Text)
4429 ReorderWL()
4430end)
4431plrAddInp = servwin:drawTextBox(2/3, '')
4432wlCont = servwin:drawScrollingContainer(100)
4433function ReorderWL()
4434 local wl = topkek.banmgr.whitelist
4435 for i,v in pairs(wlCont:GetChildren()) do
4436 v:Destroy()
4437 end
4438 wlCont:setDrawY(3)
4439 for i,v in pairs(wl) do
4440 wlCont:drawText(2/3, v)
4441 wlCont:drawButton(1/3, 'Remove', function()
4442 topkek.banmgr.unwhitelist(v)
4443 ReorderWL()
4444 end)
4445 end
4446end
4447ReorderWL()
4448--// LOCALPLAYER //--
4449local lpwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('LocalPlayer').Container)
4450lpwin:drawButton(1, 'Reset Camera', function()
4451 game.Workspace.CurrentCamera:remove()
4452 wait(.1)
4453 game.Workspace.CurrentCamera.CameraSubject = topkek.lplr.Character.Humanoid or
4454 game.Workspace[topkek.lplr.Name].Humanoid
4455 game.Workspace.CurrentCamera.CameraType = "Custom"
4456end)
4457lpwin:drawButton(1, 'Respawn', function()
4458 local a1 = Instance.new("Model", game:service'Workspace')
4459 local a2 = Instance.new("Part", game:service'Workspace')
4460 a2.CanCollide = true
4461 a2.Anchored = true
4462 a2.CFrame = CFrame.new(10000, 10000, 10000)
4463 a2.Name = "Torso"
4464 local a3 = Instance.new("Humanoid", a1)
4465 a3.MaxHealth=100;a3.Health=100
4466 topkek.lplr.Character = a1
4467 a3.Health=0
4468end)
4469lpwin:drawButton(1, 'Rejoin', function()
4470 game:GetService('TeleportService'):Teleport(game.PlaceId)
4471end)
4472lpwin:addSpacing()
4473lpwin:drawButton(1/2, 'God', function()
4474 if topkek.lplr.Character:FindFirstChild("Humanoid") then
4475 topkek.lplr.Character.Humanoid.MaxHealth = math.huge
4476 topkek.lplr.Character.Humanoid.Health = math.huge
4477 end
4478end)
4479lpwin:drawButton(1/2, 'Semigod', function()
4480 if topkek.lplr.Character:FindFirstChild("Humanoid") then
4481 topkek.lplr.Character.Humanoid.MaxHealth = 9e9
4482 topkek.lplr.Character.Humanoid.Health = 9e9
4483 end
4484end)
4485Loopgod = false
4486lpwin:drawButton(1, 'Loopgod', function()
4487 if Loopgod == false then
4488 Loopgod = true
4489 spawn(function()
4490 repeat
4491 topkek.lplr.Character.Humanoid.MaxHealth = math.huge
4492 topkek.lplr.Character.Humanoid.Health = math.huge
4493 wait()
4494 until Loopgod == false
4495 end)
4496 else
4497 Loopgod = false
4498 end
4499end)
4500lpwin:addSpacing()
4501plrwin:addSpacing()
4502local Lev, Clip, Fly
4503lpwin:drawButton(1/2, 'Levitate', function()
4504 if Lev == true then
4505 Lev = false
4506 return
4507 end
4508 Lev = true
4509 repeat
4510 topkek.lplr.Character.Humanoid:ChangeState(10)
4511 wait(0)
4512 until Lev == false
4513end)
4514lpwin:drawButton(1/2, 'Noclip', function()
4515 if Clip == true then
4516 Clip = false
4517 return
4518 end
4519 Clip = true
4520 game:GetService("RunService").Stepped:connect(function()
4521 tk.gt(topkek.lplr).CanCollide = not Clip
4522 topkek.lplr.Character.Head.CanCollide = not Clip
4523 topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
4524 if topkek.lplr.Character.UpperTorso then
4525 topkek.lplr.Character.LowerTorso.CanCollide = not Clip
4526 end
4527 end)
4528 topkek.lplr.Character.HumanoidRootPart.Changed:connect(function()
4529 tk.gt(topkek.lplr).CanCollide = not Clip
4530 topkek.lplr.Character.Head.CanCollide = not Clip
4531 topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
4532 if topkek.lplr.Character.UpperTorso then
4533 topkek.lplr.Character.LowerTorso.CanCollide = not Clip
4534 end
4535 end)
4536end)
4537lpwin:drawButton(1/2, 'Fly', function()
4538 if Fly == true then
4539 Fly = false
4540 return
4541 end
4542 Fly = true
4543 local mouse=game.Players.LocalPlayer:GetMouse''
4544 localplayer=game.Players.LocalPlayer
4545 game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
4546 local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
4547 local speed=0
4548 local keys={a=false,d=false,w=false,s=false}
4549 local e1
4550 local e2
4551 local function start()
4552 local pos = Instance.new("BodyPosition",torso)
4553 local gyro = Instance.new("BodyGyro",torso)
4554 pos.Name="EPIXPOS"
4555 pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
4556 pos.position = torso.Position
4557 gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
4558 gyro.cframe = torso.CFrame
4559 repeat
4560 wait()
4561 localplayer.Character.Humanoid.PlatformStand=true
4562 local new=gyro.cframe - gyro.cframe.p + pos.position
4563 if not keys.w and not keys.s and not keys.a and not keys.d then
4564 speed=1
4565 end
4566 if keys.w then
4567 new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
4568 speed=speed+0.01
4569 end
4570 if keys.s then
4571 new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
4572 speed=speed+0.01
4573 end
4574 if keys.d then
4575 new = new * CFrame.new(speed,0,0)
4576 speed=speed+0.01
4577 end
4578 if keys.a then
4579 new = new * CFrame.new(-speed,0,0)
4580 speed=speed+0.01
4581 end
4582 if speed>5 then
4583 speed=5
4584 end
4585 pos.position=new.p
4586 if keys.w then
4587 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
4588 elseif keys.s then
4589 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
4590 else
4591 gyro.cframe = workspace.CurrentCamera.CoordinateFrame
4592 end
4593 until not Fly
4594 if gyro then gyro:Destroy() end
4595 if pos then pos:Destroy() end
4596 flying=false
4597 localplayer.Character.Humanoid.PlatformStand=false
4598 speed=0
4599 end
4600 e1=mouse.KeyDown:connect(function(key)
4601 if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
4602 if key=="w" then
4603 keys.w=true
4604 elseif key=="s" then
4605 keys.s=true
4606 elseif key=="a" then
4607 keys.a=true
4608 elseif key=="d" then
4609 keys.d=true
4610 end
4611 end)
4612 e2=mouse.KeyUp:connect(function(key)
4613 if key=="w" then
4614 keys.w=false
4615 elseif key=="s" then
4616 keys.s=false
4617 elseif key=="a" then
4618 keys.a=false
4619 elseif key=="d" then
4620 keys.d=false
4621 end
4622 end)
4623 start()
4624end)
4625lpwin:drawButton(1/2, 'Highjump', function()
4626 local thrust = Instance.new("BodyVelocity")
4627 game:GetService('UserInputService').InputBegan:connect(function(i, b)
4628 if i.KeyCode == Enum.KeyCode.Space then
4629 print("Got jump")
4630 coroutine.resume(coroutine.create(function()
4631 thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
4632 thrust.velocity = Vector3.new(0,50,0)
4633 thrust.maxForce = Vector3.new(0,4e+050,0)
4634 wait(0.2)
4635 thrust.Parent = nil
4636 end))
4637 end
4638 end)
4639end)
4640lpwin:addSpacing()
4641local apprInp
4642lpwin:drawButton(1/3, 'Appearance', function()
4643 local id = 0
4644 if tonumber(apprInp.Text) then
4645 id = tonumber(apprInp.Text)
4646 else
4647 id = game:GetService('Players'):GetUserIdFromNameAsync(apprInp.Text)
4648 end
4649 if topkek.lplr.Character:FindFirstChild("Humanoid") then
4650 topkek.lplr.Character.Humanoid.Health = 0
4651 end
4652 topkek.lplr.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
4653end)
4654apprInp = lpwin:drawTextBox(2/3, 'ROBLOX')
4655local teamInp
4656lpwin:drawButton(1/3, 'Team', function()
4657 topkek.lplr.TeamColor = BrickColor.new(teamInp.Text)
4658end)
4659teamInp = lpwin:drawTextBox(2/3, 'Bright red')
4660lpwin:drawButton(1/2, 'Naked', function()
4661 topkek.lplr:ClearCharacterAppearance()
4662end)
4663lpwin:drawButton(1/2, 'Neutral', function()
4664 topkek.lplr.Neutral = true
4665end)
4666lpwin:addSpacing()
4667lpwin:drawButton(1/2, 'Orb', function()
4668 game.Players.LocalPlayer.Character = nil
4669 --lp:Destroy()
4670 local cam = game.Workspace.CurrentCamera
4671 local m = Instance.new("Model", game.Workspace)
4672 m.Name = game.Players.LocalPlayer.Name
4673 local hum = Instance.new("Humanoid", m)
4674 hum.Health = 0
4675 hum.MaxHealth = 0
4676 local orb = Instance.new("Part", m)
4677 orb.Size = Vector3.new(1, 1, 1)
4678 orb.Shape = "Ball"
4679 orb.Name = "Head"
4680 orb.Anchored = true
4681 orb.CanCollide = true
4682 orb.BottomSurface = Enum.SurfaceType.Smooth
4683 orb.TopSurface = Enum.SurfaceType.Smooth
4684 orb.Transparency = 0
4685 spawn(function()
4686 while true do
4687 wait(0.1)
4688 if orb then
4689 orb.BrickColor = BrickColor.Random()
4690 else break end
4691 end
4692 end)
4693 cam.CameraSubject = orb
4694 cam.CameraType = Enum.CameraType.Fixed
4695 game:GetService("RunService").RenderStepped:connect(function()
4696 orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
4697 end)
4698 game.Players.LocalPlayer.Chatted:connect(function(a)
4699 game:GetService("Chat"):Chat(orb, a)
4700 end)
4701end)
4702lpwin:drawButton(1/2, 'Freecam', function()
4703 local cam = game.Workspace.CurrentCamera
4704 cam.CameraType = "Fixed"
4705 cam.CameraSubject = nil
4706 topkek.lplr.Character = nil
4707end)
4708lpwin:drawButton(1/2, 'NoGrav', function()
4709 if topkek.lplr.Character then
4710 for x,m in pairs(topkek.lplr.Character:GetChildren()) do
4711 if m:IsA("BasePart") then
4712 local bf = Instance.new("BodyForce", m)
4713 bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
4714 end
4715 if m:IsA("Hat") or m:IsA("Accessory") then
4716 if m:findFirstChild("Handle") then
4717 local bf = Instance.new("BodyForce", m.Handle)
4718 bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
4719 end
4720 end
4721 end
4722 end
4723end)
4724lpwin:drawButton(1/2, 'Trowel', function()
4725 topkek.tools.util.trowel()
4726end)
4727lpwin:addSpacing()
4728lpwin:drawButton(1/2, 'Fedora', function()
4729 local hats={
4730 98346834,
4731 215751161,
4732 119916949,
4733 72082328,
4734 147180077,
4735 100929604,
4736 63043890,
4737 1285307,
4738 1029025,
4739 334663683,
4740 259423244
4741 }
4742 game:GetObjects("rbxassetid://" .. tostring(hats[math.random(1,#hats)]))[1].Parent = topkek.lplr.Character
4743end)
4744lpwin:drawButton(1/2, 'Rainbow Name', function()
4745 topkek.lplr.Neutral = false
4746 repeat
4747 wait()
4748 topkek.lplr.TeamColor = BrickColor.Random()
4749 until not topkek.lplr.Character.Humanoid
4750end)
4751local tagInp
4752lpwin:drawButton(1/3, 'Tag', function()
4753 local len = 10
4754 local bb = Instance.new("BillboardGui")
4755 bb.Parent = topkek.lplr.Character.Head
4756 bb.Adornee = topkek.lplr.Character.Head
4757 bb.AlwaysOnTop = true
4758 bb.Enabled = true
4759 bb.Size = UDim2.new(len, 0, 1.5, 0)
4760 bb.Name = "tag"
4761 bb.StudsOffset = Vector3.new(0, 3, 0)
4762 --local fr = Instance.new("Frame")
4763 --fr.Parent = bb
4764 --fr.Size = UDim2.new(1, 0, 1, 0)
4765 --fr.Style = Enum.FrameStyle.RobloxRound
4766 local tl = Instance.new("TextLabel")
4767 tl.Parent = bb
4768 tl.Font = Enum.Font.Code
4769 tl.BackgroundTransparency = 1
4770 tl.TextScaled = true
4771 tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
4772 tl.Size = UDim2.new(1, 0, 1, 0)
4773 tl.Text = tagInp.Text
4774 tl.Name = "trutag"
4775 tl.Visible = true
4776 tl.ZIndex = 2
4777end)
4778tagInp = lpwin:drawTextBox(2/3, '')
4779--// SCRIPTS //--
4780--local scriptwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Scripts').Container)
4781--local search = scriptwin:drawTextBox(1,'')
4782--local origy = scriptwin:getDrawY()
4783--scriptwin:addSpacing()
4784--scriptwin:addSpacing()
4785--local scripts = game:GetObjects("rbxassetid://376553985")[1]
4786--local container = {}
4787--function MakeList(condition)
4788-- for i,v in pairs(scriptwin:GetChildren()) do
4789 -- if v.Name == "Script" then
4790 -- v:Destroy()
4791 -- end
4792-- end
4793 --scriptwin:setDrawY(origy)
4794 --for i, v in pairs(scripts:GetChildren()) do
4795 -- if string.find(v.Name:lower(), condition:lower()) or (condition == "") or (condition == " ") then
4796 -- local scr = scriptwin:drawButton(1, v.Name, function()
4797 -- spawn(function() loadstring(v.Source)() end)
4798 -- end, 25)
4799 -- scr.Name = 'Script'
4800 -- end
4801-- end
4802--end
4803--game:GetService("UserInputService").InputChanged:connect(function(inp)
4804-- if inp.UserInputType == Enum.UserInputType.TextInput then
4805 -- if search:IsFocused() then
4806 -- MakeList(search.Text)
4807 -- end
4808 --end
4809--end)
4810--MakeList('')
4811--// DESTRUCTION // --
4812local destwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Destruction').Container)
4813local decals, seldec = destwin:drawScrollingContainer(100)
4814seldec = destwin:drawText(1, 'Selected Decal: None')
4815cursel = nil
4816local decs = {
4817 {'Rain', '574772793'},
4818 {'Robbie', '574773630'},
4819 {'Pepe', '244905904'},
4820 {'Troll Face', '48308661'},
4821 {'Jeff', '109129888'},
4822 {'Shrek', '170539018'},
4823 {'Doge', '133720697'},
4824 {'Dat Boi', '409578848'},
4825}
4826for _, v in pairs(decs) do
4827 local b = decals:drawButton(1, v[1], function()seldec.Text="Selected Decal: " ..v[2] cursel=v[2] end,20)
4828 topkek.tools.gui:addLeftIcon(b,'rbxassetid://'..v[2],20)
4829end
4830destwin:drawButton(1, 'Spam Decal', function()
4831 if cursel ~= nil then
4832 topkek.tools.util.recurseDecal(tonumber(cursel))
4833 end
4834end)
4835destwin:drawButton(1, 'Spam Particles', function()
4836 if cursel ~= nil then
4837 topkek.tools.util.recurseParticles(tonumber(cursel))
4838 end
4839end)
4840destwin:drawButton(1, 'Spam Both', function()
4841 if cursel ~= nil then
4842 topkek.tools.util.recurseUltimate(tonumber(cursel))
4843 end
4844end)
4845destwin:drawButton(1, 'Rollback', function()
4846 tk.rcm(workspace, 'Decal')
4847 tk.rcm(workspace, 'ParticleEmitter')
4848end)
4849destwin:addSpacing()
4850destwin:drawButton(1, '666', function()
4851 for i,v in next,workspace:children''do
4852 if(v:IsA'BasePart')then
4853 me=v;
4854 bbg=Instance.new('BillboardGui',me);
4855 bbg.Name='stuf';
4856 bbg.Adornee=me;
4857 bbg.Size=UDim2.new(2.5,0,2.5,0)
4858 --bbg.StudsOffset=Vector3.new(0,2,0)
4859 tlb=Instance.new'TextLabel';
4860 tlb.Text='666 666 666 666 666 666';
4861 tlb.Font='SourceSansBold';
4862 tlb.FontSize='Size48';
4863 tlb.TextColor3=Color3.new(1,0,0);
4864 tlb.Size=UDim2.new(1.25,0,1.25,0);
4865 tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
4866 tlb.BackgroundTransparency=1;
4867 tlb.Parent=bbg;
4868 end;end;
4869 --coroutine.wrap(function()while wait''do
4870 s=Instance.new'Sound';
4871 s.Parent=workspace;
4872 s.SoundId='rbxassetid://152840862';
4873 s.Pitch=1;
4874 s.Volume=1;
4875 s.Looped=true;
4876 s:play();
4877 --end;end)();
4878 function xds(dd)
4879 for i,v in next,dd:children''do
4880 if(v:IsA'BasePart')then
4881 v.BrickColor=BrickColor.new'Really black';
4882 v.TopSurface='Smooth';
4883 v.BottomSurface='Smooth';
4884 s=Instance.new('SelectionBox',v);
4885 s.Adornee=v;
4886 s.Color=BrickColor.new'Really red';
4887 a=Instance.new('PointLight',v);
4888 a.Color=Color3.new(1,0,0);
4889 a.Range=15;
4890 a.Brightness=5;
4891 f=Instance.new('Fire',v);
4892 f.Size=19;
4893 f.Heat=22;
4894 end;
4895 game.Lighting.TimeOfDay=0;
4896 game.Lighting.Brightness=0;
4897 game.Lighting.ShadowColor=Color3.new(0,0,0);
4898 game.Lighting.Ambient=Color3.new(1,0,0);
4899 game.Lighting.FogEnd=200;
4900 game.Lighting.FogColor=Color3.new(0,0,0);
4901 local dec = 'http://www.roblox.com/asset/?id=19399245';
4902 local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
4903 --coroutine.wrap(function()
4904 --for _,__ in pairs(fac) do
4905 --local ddec = Instance.new("Decal", v)
4906 --ddec.Face = __
4907 --ddec.Texture = dec
4908 --end end)()
4909 if #(v:GetChildren())>0 then
4910 xds(v)
4911 end
4912 end
4913 end
4914 xds(game.Workspace)
4915end)
4916destwin:drawButton(1, 'Troll', function()
4917 topkek.tools.util.recurseUltimate('48308661')
4918 tk.play(154664102)
4919end)
4920destwin:addSpacing()
4921destwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
4922 local materiallist =
4923 {Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
4924 Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
4925 Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
4926 Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
4927 Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
4928 local function r(where)
4929 for _,v in pairs (where:GetChildren()) do
4930 if v:IsA("BasePart") then
4931 spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait() end end) end r(v) end end r(workspace)
4932end)
4933destwin:drawButton(1/2,'Materialize',function()
4934 local function r(where)
4935 for _,v in pairs (where:GetChildren()) do
4936 if v:IsA("BasePart") then
4937 spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait() end end) end r(v) end end r(workspace)
4938end)
4939destwin:drawButton(1/2,'Meshify',function()
4940 local enums={
4941 Enum.MeshType.Head;
4942 Enum.MeshType.Torso;
4943 Enum.MeshType.Wedge;
4944 Enum.MeshType.Brick;
4945 Enum.MeshType.Sphere;
4946 Enum.MeshType.Cylinder;
4947 }
4948 tk.rcf('BasePart',function(o)
4949 local mesh = Instance.new('SpecialMesh', o)
4950 mesh.MeshType = enums[math.random(1,#enums)]
4951 end)
4952end)
4953destwin:drawButton(1/2,'Loop-Meshify',function()
4954 coroutine.wrap(function()
4955 while true do
4956 local enums={
4957 Enum.MeshType.Head;
4958 Enum.MeshType.Torso;
4959 Enum.MeshType.Wedge;
4960 Enum.MeshType.Brick;
4961 Enum.MeshType.Sphere;
4962 Enum.MeshType.Cylinder;
4963 }
4964 tk.rcf('BasePart',function(o)
4965 if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
4966 local mesh = Instance.new('SpecialMesh', o)
4967 mesh.MeshType = enums[math.random(1,#enums)]
4968 end)
4969 wait(0.5)
4970 end
4971 end)()
4972end)
4973destwin:addSpacing()
4974destwin:drawButton(1, 'Rotations', function()
4975 tk.rcf('BasePart', function(o)
4976 o.Rotation = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
4977 end)
4978end)
4979destwin:drawButton(1, 'Collisions', function()
4980 tk.rcf('BasePart', function(o)
4981 o.CanCollide = false
4982 end)
4983end)
4984destwin:drawButton(1, 'Velocity', function()
4985 tk.rcf('BasePart', function(o)
4986 o.Velocity = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
4987 end)
4988end)
4989destwin:drawButton(1, 'Invisiblity', function()
4990 tk.rcf('BasePart', function(o)
4991 o.Transparency = 1
4992 end)
4993end)
4994destwin:drawButton(1, 'BreakJoints', function()
4995 tk.rcf('Model', function(o)
4996 o:BreakJoints()
4997 end)
4998end)
4999destwin:drawButton(1, 'Forces', function()
5000 tk.rcf('BasePart', function(o)
5001 local bf = Instance.new("BodyForce", o)
5002 bf.Force = Vector3.new(math.random(0,180)*5,math.random(0,180)*5,math.random(0,180)*5)
5003 end)
5004end)
5005destwin:drawButton(1, 'Brightness', function()
5006 tk.rcf('BasePart', function(o)
5007 local light = Instance.new("SpotLight", o)
5008 light.Brightness = 9e9
5009 light.Range = 60
5010 end)
5011end)
5012--// CATALOG //--
5013local catwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Catalog').Container)
5014local page, currentkeyword = 1, ""
5015local searchbar, search, makeCatalog, res = 0, 0, 0, {}
5016local searchbar = catwin:drawTextBox(2/3,'')
5017local search = catwin:drawButton(1/3, 'Search', function()
5018 page = 1
5019 currentkeyword = searchbar.Text
5020 makeCatalog(currentkeyword, page)
5021end)
5022local previous = catwin:drawButton(1/2, 'Previous Page', function()
5023 if page > 1 then
5024 page = page - 1
5025 makeCatalog(currentkeyword, page)
5026 end
5027end)
5028local previous = catwin:drawButton(1/2, 'Next Page', function()
5029 if page >= 1 then
5030 page = page + 1
5031 makeCatalog(currentkeyword, page)
5032 end
5033end)
5034local catalog_start = catwin:getDrawY()
5035function split(str,divider)
5036 local found = ""
5037 local results = {}
5038 for i=1,string.len(str) do
5039 if (string.lower(string.sub(str,i,i)) == string.lower(divider)) then
5040 table.insert(results, found)
5041 found = ""
5042 else
5043 found = found..string.sub(str,i,i)
5044 end
5045 end
5046 table.insert(results, found)
5047 return results
5048end
5049function GetName(nm)
5050 local spl = split(nm," ")
5051 local a,b,c,d,e=spl[1] or "",spl[2] or "",spl[3] or "", spl[4] or "", spl[5] or ""
5052 return (a.." "..b.." "..c.." "..d.." "..e)
5053end
5054--function makeCatalog(keyword, page)
5055 --local endpoint = "http://search.roblox.com/catalog/json?Category=6&Keyword="..keyword.."&IncludeNotForSale=false&ResultsPerPage=10&PageNumber="..tostring(page)
5056 --local results = game:HttpGet(endpoint, true)
5057 --local parse = game:GetService('HttpService'):JSONDecode(results)
5058 --for i, v in pairs(res) do
5059 --v:Destroy()
5060 --end
5061 --catwin:setDrawY(catalog_start)
5062 --catwin:addSpacing()
5063 --for i, v in pairs(parse) do
5064 --local img = catwin:drawImage(1/2, 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId='..tostring(v['AssetId']), 50)
5065 --local below = topkek.tools.util.Object("TextButton", {
5066 -- Parent = img;
5067 -- BackgroundColor3 = Color3.new(163/255, 57/255, 57/255);
5068 -- BorderSizePixel = 0;
5069 -- Position = UDim2.new(0, -45, 1, 5);
5070 -- Size = UDim2.new(0,img.AbsoluteSize.X, 0, 20);
5071 -- Font = 'SourceSans';
5072 -- FontSize = 'Size14';
5073 -- Text = GetName(v['Name']);
5074 -- TextSize = 14;
5075 -- TextColor3 = color3(199, 199, 199);
5076 -- TextStrokeTransparency = 0.5;
5077 -- ClipsDescendants = true;
5078 --})
5079 -- below.MouseButton1Down:connect(function()
5080 -- local Model = Instance.new("Model", workspace)
5081 -- game:GetObjects('rbxassetid://'..tostring(v['AssetId']))[1].Parent = Model
5082 -- Model:MakeJoints()
5083 -- Model:MoveTo(topkek.lplr.Character.Head.Position)
5084 --end)
5085 --img.Size=UDim2.new(0,50,0,50)
5086 --img.Position=img.Position+UDim2.new(0,45,0,0)
5087 -- if (i%2)==0 then
5088 -- catwin:setDrawY(catwin:getDrawY() + 25)
5089 --end
5090 -- if (i==10) then
5091 -- catwin.main.CanvasSize = catwin.main.CanvasSize + UDim2.new(0,0,0,25)
5092 -- end
5093 -- table.insert(res,img)
5094 --end
5095--end
5096--makeCatalog("", 1)
5097--// CMDS //--
5098cmdwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Commands').Container)
5099count = 0
5100for _, _ in pairs(cmd.commands.store) do count = count + 1 end
5101cmdwin:drawText(1, tostring(count) .. " Commands")
5102cmdwin:drawText(1, 'Chat Prefix: /')
5103local cmdlist = cmdwin:drawScrollingContainer(260)
5104for i, v in pairs(cmd.commands.fmtstore) do
5105 local xfmt = {}
5106 local str = " ;" .. i .. " "
5107 for form in v:gmatch("[^%%]+") do
5108 if form ~= 'cmd' then
5109 if form == 'inf' then form = 'str' end
5110 str = str .. "{" .. form .. "} "
5111 end
5112 end
5113 cmdlist:drawText(1, str)
5114end
5115--// MUSIC //--
5116musicwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Music').Container)
5117Sounds = {
5118 {"caramell", 2303479};
5119 {"epic", 27697743};
5120 {"rick", 2027611};
5121 {"halo", 1034065};
5122 {"pokemon", 1372261};
5123 {"cursed", 1372257};
5124 {"extreme", 11420933};
5125 {"awaken", 27697277};
5126 {"alone", 27697392};
5127 {"mario", 1280470};
5128 {"choir", 1372258};
5129 {"chrono" ,1280463};
5130 {"dotr", 11420922};
5131 {"entertain", 27697267};
5132 {"fantasy", 1280473};
5133 {"final", 787};
5134 {"organ", 11231513};
5135 {"tunnel", 9650822}
5136}
5137
5138local cursel
5139local xcursel = 0
5140scr = musicwin:drawScrollingContainer(230)
5141for i, v in pairs(Sounds) do
5142 scr:drawButton(1, v[1] .. " - " .. tonumber(v[2]), function()
5143 cursel.Text = "Currently Selected - " .. v[1]
5144 xcursel = v[2]
5145 end)
5146end
5147
5148cursel = musicwin:drawText(1, "Currently Selected - None")
5149local setInp
5150musicwin:drawButton(1/3, "Set", function()
5151 if tonumber(setInp.Text) then
5152 cursel.Text = "Currently Selected - " .. setInp.Text
5153 xcursel = tonumber(setInp.Text)
5154 end
5155end)
5156setInp = musicwin:drawTextBox(2/3, '')
5157musicwin:drawButton(1, "Play", function()
5158 tk.rcm(game, 'Sound')
5159 tk.play(xcursel)
5160end)
5161musicwin:drawButton(1, "Stop", function()
5162 tk.rcm(game, 'Sound')
5163end)
5164--// FACES //--
5165facwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Faces').Container)
5166local faces = {
5167 {name='Rofl',id=47595647},
5168 {name='Sparta',id=74142203},
5169 {name='UJelly',id=48989071},
5170 {name='Troll',id=45120559},
5171 {name='Horse',id=62079221},
5172 {name='Angry',id=48258623},
5173 {name='Okey',id=62830600},
5174 {name='Yeaw',id=53646377},
5175 {name='Here',id=62677045},
5176 {name='Har',id=48260066},
5177 {name='Baby Sun',id=47596170},
5178 {name='LOL',id=48293007},
5179 {name='Sad',id=53645378},
5180 {name='Joseph Stalin',id=48290678},
5181 {name='Doge',id=130742396},
5182 {name='Forever Alone',id=156886272},
5183 {name='RickRoll',id=5104631},
5184 {name='Jim Carrey',id=74885351},
5185 {name='Meh IRL',id=237553381}
5186}
5187local cursel, xcursel = nil, 0
5188faclist = facwin:drawScrollingContainer(260)
5189for i,v in pairs(faces) do
5190 local btn = faclist:drawButton(1, v['name'], function()
5191 xcursel = v['id']
5192 cursel.Text = 'Currently Selected: ' .. v['name']
5193 end)
5194 topkek.tools.gui:addLeftIcon(btn,'rbxassetid://'..tostring(v['id']),20)
5195end
5196cursel = facwin:drawText(1, 'Currently Selected: None')
5197facwin:drawButton(1, 'Wear', function()
5198 if not (xcursel == 0) then
5199 if topkek.lplr.Character then
5200 tk.rcm(topkek.lplr.Character, 'Accessory')
5201 tk.rcm(topkek.lplr.Character, 'Hat')
5202 topkek.tools.util.applyFace(xcursel)
5203 end
5204 end
5205end)
5206--// SETTINGS // --
5207setwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Settings').Container)
5208setwin:drawText(1, 'Patch: ' .. topkek.patch)
5209setwin:drawText(1, 'Devnote: foh skids')
5210setwin:drawText(1, [[
5211 === CREDITS ===
5212
5213 Variable - retard that created Stella
5214 KrystalTeam - provided critical design tips & advice
5215 Circumvention - lol joey salads
5216
5217 Thanks to everyone that supported T0PK3K 4.0!
5218
5219]], 260)
5220--// BANLIST //--
5221banwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Banlist').Container)
5222local plrBanInp
5223banwin:drawButton(1/3, 'Add', function()
5224 topkek.settings.get()
5225 table.insert(topkek.settingsTable['Bans'], plrBanInp.Text)
5226 topkek.settings.write()
5227 UpdateBanlist()
5228end)
5229plrBanInp = banwin:drawTextBox(2/3, '')
5230banCont = banwin:drawScrollingContainer(288)
5231function UpdateBanlist(x)
5232 topkek.settings.get()
5233 local wl = x or topkek.settingsTable['Bans']
5234 for i,v in pairs(banCont:GetChildren()) do
5235 v:Destroy()
5236 end
5237 banCont:setDrawY(3)
5238 for i,v in pairs(wl) do
5239 banCont:drawText(2/3, v)
5240 banCont:drawButton(1/3, 'Remove', function()
5241 for x, m in pairs(wl) do
5242 if m == v then
5243 table.remove(topkek.settingsTable['Bans'], x)
5244 topkek.settings.write()
5245 UpdateBanlist()
5246 topkek.banmgr.bans = topkek.settingsTable['Bans']
5247 end
5248 end
5249 end)
5250 end
5251end
5252UpdateBanlist()
5253--// HATS //--
5254hatwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Hats').Container)
5255local hats={
5256 {name='Dominus Empyreus',id=21070012},
5257 {name='Dominus Vespertilio',id=96103379},
5258 {name='Dominus Infernus',id=31101391},
5259 {name='Dominus Rex',id=250395631},
5260 {name='Dominus Frigidus',id=48545806},
5261 {name='Dominus Astra',id=162067148},
5262 {name='Dominus Aureus',id=138932314},
5263 {name='DIY Dominus Empyreus',id=151789690},
5264 {name='Dominus Messor',id=64444871},
5265 {name='Demon Skeleton Wings',id=133554007},
5266 {name='Gilded Wings of Glory',id=250405532},
5267 {name='Majestic Ice Wings',id=188702967},
5268 {name='Black Wings',id=215719598},
5269 {name='Clockworks Shades',id=11748356},
5270 {name='Faerie Wings',id=19399896},
5271 {name='Orinthian Wings',id=223751505},
5272 {name='Clockworks Headphones',id=1235488},
5273 {name='Perfectly Legitimate Business Hat',id=19027209},
5274 {name='Sparkling Angel Wings',id=192557913},
5275 {name='Commander Crows Wings',id=133553855},
5276 {name='Sunfire Wings',id=158068470},
5277 {name='Royal Faerie Wings',id=119916756},
5278 {name='Wings of Freedom',id=164174048},
5279 {name='Firebrand Wings',id=128160626},
5280 {name='Frozen Wings',id=136758613},
5281 {name='Webbed Wings',id=120507280},
5282 {name='Gargoyle Wings',id=120507201},
5283 {name='Bat Wings',id=19399858},
5284 {name='Wings of Fire',id=136758532},
5285 {name='Headrow',id=1082935},
5286 {name='Rubber Duckie',id=9254254},
5287 {name='Valkyrie Helm',id=1365767},
5288{name='Hockey Mask',id=5161514}}
5289local searchi = hatwin:drawButton(1, '', function()end)
5290dropx = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), searchi, {'All'})
5291function fixPlayerDropi()
5292 local t = {'All'}
5293 for i, v in pairs(game.Players:GetPlayers()) do
5294 table.insert(t, v.Name)
5295 end
5296 dropx.SetTable(t)
5297end
5298game.Players.PlayerAdded:connect(function()
5299 fixPlayerDropi()
5300end)
5301game.Players.PlayerRemoving:connect(function()
5302 fixPlayerDropi()
5303end)
5304local eval = 'All'
5305dropx.Changed(function(p) eval = p end)
5306fixPlayerDrop()
5307
5308local hatInp
5309hatlist = hatwin:drawScrollingContainer(260)
5310for i,v in pairs(hats) do
5311 hatlist:drawButton(1, v['name'], function()
5312 hatInp.Text = tostring(v['id'])
5313 end)
5314end
5315hatwin:drawButton(1/3, 'Wear', function()
5316 local hat = game:GetObjects("rbxassetid://"..tonumber(hatInp.Text))[1]
5317 tk.dp(eval, function(x)
5318 if x.Character then
5319 hat:Clone().Parent = x.Character
5320 end
5321 end)
5322end)
5323
5324
5325hatInp = hatwin:drawTextBox(2/3, '')
5326topkek.tools.animator.initialAnimation()
5327topkek.banmgr.init()
5328end)
5329
5330PureHub.Name = "PureHub"
5331PureHub.Parent = Frame
5332PureHub.BackgroundColor3 = Color3.new(1, 1, 1)
5333PureHub.BackgroundTransparency = 0.30000001192093
5334PureHub.Position = UDim2.new(0.0862458572, 0, 0.373542219, 0)
5335PureHub.Size = UDim2.new(0, 167, 0, 50)
5336PureHub.Font = Enum.Font.SourceSans
5337PureHub.Text = "Pure Hub"
5338PureHub.TextColor3 = Color3.new(0.666667, 1, 1)
5339PureHub.TextSize = 14
5340PureHub.MouseButton1Down:connect(function()
5341-- Farewell Infortality.
5342-- Version: 2.82
5343-- Instances:
5344local PureHub = Instance.new("ScreenGui")
5345local Login = Instance.new("Frame")
5346local login = Instance.new("TextButton")
5347local purehub = Instance.new("TextLabel")
5348local cross = Instance.new("Frame")
5349local CloseButton = Instance.new("TextButton")
5350local whitelistvalid = Instance.new("Frame")
5351local Valid = Instance.new("TextLabel")
5352local whitelistinvalid = Instance.new("Frame")
5353local invalid = Instance.new("TextLabel")
5354local MainHub = Instance.new("Frame")
5355local Close = Instance.new("TextButton")
5356local Hub = Instance.new("TextLabel")
5357local Pure = Instance.new("TextLabel")
5358local ScriptOpen = Instance.new("ImageButton")
5359local DiscordOpen = Instance.new("ImageButton")
5360local CreditOpen = Instance.new("ImageButton")
5361local TextLabel = Instance.new("TextLabel")
5362local TextLabel_2 = Instance.new("TextLabel")
5363local TextLabel_3 = Instance.new("TextLabel")
5364local Discord = Instance.new("Frame")
5365local link = Instance.new("TextLabel")
5366local Close_2 = Instance.new("TextButton")
5367local reopen = Instance.new("Frame")
5368local OpenPh = Instance.new("TextButton")
5369local ScriptHubPage1 = Instance.new("Frame")
5370local Title = Instance.new("TextLabel")
5371local Title2 = Instance.new("TextLabel")
5372local Filler = Instance.new("Frame")
5373local CloseButton_2 = Instance.new("TextButton")
5374local Channel = Instance.new("TextLabel")
5375local DesSim = Instance.new("ImageButton")
5376local name1 = Instance.new("TextButton")
5377local name9 = Instance.new("TextButton")
5378local BeeSim = Instance.new("ImageButton")
5379local More = Instance.new("ImageButton")
5380local name3 = Instance.new("TextButton")
5381local PetSim = Instance.new("ImageButton")
5382local MurderMys = Instance.new("ImageButton")
5383local CloneTycoon = Instance.new("ImageButton")
5384local name4 = Instance.new("TextButton")
5385local name5 = Instance.new("TextButton")
5386local name6 = Instance.new("TextButton")
5387local Admins = Instance.new("ImageButton")
5388local name7 = Instance.new("TextButton")
5389local Animations = Instance.new("ImageButton")
5390local name8 = Instance.new("TextButton")
5391local BeeSwarmSim = Instance.new("Frame")
5392local LuckyGui = Instance.new("TextButton")
5393local exit4 = Instance.new("TextButton")
5394local Murder = Instance.new("Frame")
5395local MurderGui = Instance.new("TextButton")
5396local exit4_2 = Instance.new("TextButton")
5397local DestructionSim = Instance.new("Frame")
5398local NoReload = Instance.new("TextButton")
5399local AutoSell = Instance.new("TextButton")
5400local exit4_3 = Instance.new("TextButton")
5401local CloneTycoon2 = Instance.new("Frame")
5402local Gem = Instance.new("TextButton")
5403local Cash = Instance.new("TextButton")
5404local exit4_4 = Instance.new("TextButton")
5405--Properties:
5406PureHub.Name = "PureHub"
5407PureHub.Parent = game.Players.LocalPlayer.PlayerGui
5408
5409Login.Name = "Login"
5410Login.Parent = PureHub
5411Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5412Login.BorderColor3 = Color3.new(0, 0, 0)
5413Login.BorderSizePixel = 5
5414Login.Position = UDim2.new(0.448540747, 0, 0.435207784, 0)
5415Login.Size = UDim2.new(0, 133, 0, 105)
5416Login.Visible = false
5417
5418login.Name = "login"
5419login.Parent = Login
5420login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5421login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5422login.Position = UDim2.new(0.0773524642, 0, 0.447619081, 0)
5423login.Size = UDim2.new(0, 112, 0, 50)
5424login.Font = Enum.Font.SourceSans
5425login.Text = "Login"
5426login.TextColor3 = Color3.new(1, 1, 1)
5427login.TextScaled = true
5428login.TextSize = 14
5429login.TextWrapped = true
5430
5431purehub.Name = "purehub"
5432purehub.Parent = Login
5433purehub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5434purehub.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5435purehub.BorderSizePixel = 0
5436purehub.Size = UDim2.new(0, 133, 0, 47)
5437purehub.Font = Enum.Font.SourceSans
5438purehub.Text = "PureHub"
5439purehub.TextColor3 = Color3.new(1, 1, 1)
5440purehub.TextScaled = true
5441purehub.TextSize = 14
5442purehub.TextWrapped = true
5443
5444cross.Name = "cross"
5445cross.Parent = Login
5446cross.BackgroundColor3 = Color3.new(0, 0, 0)
5447cross.BorderColor3 = Color3.new(0, 0, 0)
5448cross.Position = UDim2.new(0, 0, 0.485714287, 0)
5449cross.Size = UDim2.new(0, 133, 0, 3)
5450
5451CloseButton.Name = "CloseButton"
5452CloseButton.Parent = Login
5453CloseButton.Active = false
5454CloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
5455CloseButton.BorderColor3 = Color3.new(0, 0, 0)
5456CloseButton.BorderSizePixel = 0
5457CloseButton.Position = UDim2.new(0.917293251, 0, -0.161904767, 0)
5458CloseButton.Selectable = false
5459CloseButton.Size = UDim2.new(0, 25, 0, 25)
5460CloseButton.Font = Enum.Font.SourceSans
5461CloseButton.Text = "X"
5462CloseButton.TextColor3 = Color3.new(0.85098, 0.85098, 0)
5463CloseButton.TextScaled = true
5464CloseButton.TextSize = 14
5465CloseButton.TextWrapped = true
5466
5467whitelistvalid.Name = "whitelistvalid"
5468whitelistvalid.Parent = PureHub
5469whitelistvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5470whitelistvalid.BorderColor3 = Color3.new(0, 0, 0)
5471whitelistvalid.BorderSizePixel = 5
5472whitelistvalid.Position = UDim2.new(0.399385571, 0, 0.427872896, 0)
5473whitelistvalid.Size = UDim2.new(0, 261, 0, 116)
5474whitelistvalid.Visible = false
5475
5476Valid.Name = "Valid"
5477Valid.Parent = whitelistvalid
5478Valid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5479Valid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5480Valid.Position = UDim2.new(0, 0, 0.120689653, 0)
5481Valid.Size = UDim2.new(0, 261, 0, 87)
5482Valid.Font = Enum.Font.SourceSans
5483Valid.Text = "Whitelist Valid Please Wait..."
5484Valid.TextColor3 = Color3.new(1, 1, 1)
5485Valid.TextScaled = true
5486Valid.TextSize = 14
5487Valid.TextWrapped = true
5488
5489whitelistinvalid.Name = "whitelistinvalid"
5490whitelistinvalid.Parent = PureHub
5491whitelistinvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5492whitelistinvalid.BorderColor3 = Color3.new(0, 0, 0)
5493whitelistinvalid.BorderSizePixel = 5
5494whitelistinvalid.Position = UDim2.new(0.399385571, 0, 0.429095387, 0)
5495whitelistinvalid.Size = UDim2.new(0, 261, 0, 116)
5496whitelistinvalid.Visible = false
5497
5498invalid.Name = "invalid"
5499invalid.Parent = whitelistinvalid
5500invalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5501invalid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5502invalid.Position = UDim2.new(0, 0, 0.120689653, 0)
5503invalid.Size = UDim2.new(0, 261, 0, 87)
5504invalid.Font = Enum.Font.SourceSans
5505invalid.Text = "Whitelist Invalid. Contact Pure"
5506invalid.TextColor3 = Color3.new(1, 0, 0)
5507invalid.TextScaled = true
5508invalid.TextSize = 14
5509invalid.TextWrapped = true
5510
5511MainHub.Name = "MainHub"
5512MainHub.Parent = PureHub
5513MainHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5514MainHub.BorderColor3 = Color3.new(0, 0, 0)
5515MainHub.BorderSizePixel = 3
5516MainHub.Position = UDim2.new(0.389172107, 0, 0.391198099, 0)
5517MainHub.Size = UDim2.new(0, 294, 0, 178)
5518
5519Close.Name = "Close"
5520Close.Parent = MainHub
5521Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5522Close.BorderSizePixel = 0
5523Close.Position = UDim2.new(0.901360571, 0, 0, 0)
5524Close.Size = UDim2.new(0, 29, 0, 29)
5525Close.Font = Enum.Font.ArialBold
5526Close.Text = "X"
5527Close.TextColor3 = Color3.new(1, 1, 0)
5528Close.TextScaled = true
5529Close.TextSize = 14
5530Close.TextWrapped = true
5531
5532Hub.Name = "Hub"
5533Hub.Parent = MainHub
5534Hub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5535Hub.BorderSizePixel = 0
5536Hub.Position = UDim2.new(0.537414968, 0, 0, 0)
5537Hub.Size = UDim2.new(0, 72, 0, 52)
5538Hub.Font = Enum.Font.Highway
5539Hub.Text = "Hub"
5540Hub.TextColor3 = Color3.new(1, 1, 0)
5541Hub.TextSize = 40
5542Hub.TextWrapped = true
5543Hub.TextXAlignment = Enum.TextXAlignment.Left
5544
5545Pure.Name = "Pure"
5546Pure.Parent = MainHub
5547Pure.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5548Pure.BorderSizePixel = 0
5549Pure.Position = UDim2.new(0.210884348, 0, 0, 0)
5550Pure.Size = UDim2.new(0, 96, 0, 48)
5551Pure.Font = Enum.Font.Highway
5552Pure.Text = "Pure"
5553Pure.TextColor3 = Color3.new(1, 1, 1)
5554Pure.TextSize = 43
5555Pure.TextWrapped = true
5556Pure.TextXAlignment = Enum.TextXAlignment.Right
5557
5558ScriptOpen.Name = "ScriptOpen"
5559ScriptOpen.Parent = MainHub
5560ScriptOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5561ScriptOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5562ScriptOpen.Position = UDim2.new(0.0578231327, 0, 0.449438214, 0)
5563ScriptOpen.Size = UDim2.new(0, 69, 0, 69)
5564ScriptOpen.Image = "rbxassetid://95866080"
5565
5566DiscordOpen.Name = "DiscordOpen"
5567DiscordOpen.Parent = MainHub
5568DiscordOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5569DiscordOpen.BorderSizePixel = 0
5570DiscordOpen.Position = UDim2.new(0.380952388, 0, 0.449438214, 0)
5571DiscordOpen.Size = UDim2.new(0, 69, 0, 69)
5572DiscordOpen.Image = "rbxassetid://1461403871"
5573
5574CreditOpen.Name = "CreditOpen"
5575CreditOpen.Parent = MainHub
5576CreditOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5577CreditOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5578CreditOpen.Position = UDim2.new(0.704081655, 0, 0.449438214, 0)
5579CreditOpen.Size = UDim2.new(0, 69, 0, 69)
5580CreditOpen.Image = "rbxassetid://187263343"
5581
5582TextLabel.Parent = MainHub
5583TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5584TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5585TextLabel.Position = UDim2.new(0.057823129, 0, 0.837078631, 0)
5586TextLabel.Size = UDim2.new(0, 69, 0, 25)
5587TextLabel.Font = Enum.Font.SourceSans
5588TextLabel.Text = "Scripts"
5589TextLabel.TextColor3 = Color3.new(1, 1, 1)
5590TextLabel.TextScaled = true
5591TextLabel.TextSize = 14
5592TextLabel.TextWrapped = true
5593
5594TextLabel_2.Parent = MainHub
5595TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5596TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5597TextLabel_2.Position = UDim2.new(0.704081655, 0, 0.837078631, 0)
5598TextLabel_2.Size = UDim2.new(0, 69, 0, 25)
5599TextLabel_2.Font = Enum.Font.SourceSans
5600TextLabel_2.Text = "Credits"
5601TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
5602TextLabel_2.TextScaled = true
5603TextLabel_2.TextSize = 14
5604TextLabel_2.TextWrapped = true
5605
5606TextLabel_3.Parent = MainHub
5607TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5608TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5609TextLabel_3.Position = UDim2.new(0.380952388, 0, 0.837078631, 0)
5610TextLabel_3.Size = UDim2.new(0, 69, 0, 25)
5611TextLabel_3.Font = Enum.Font.SourceSans
5612TextLabel_3.Text = "Discord"
5613TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
5614TextLabel_3.TextScaled = true
5615TextLabel_3.TextSize = 14
5616TextLabel_3.TextWrapped = true
5617
5618Discord.Name = "Discord"
5619Discord.Parent = PureHub
5620Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5621Discord.BorderColor3 = Color3.new(0, 0, 0)
5622Discord.BorderSizePixel = 3
5623Discord.Position = UDim2.new(0.352534533, 0, 0.70537889, 0)
5624Discord.Size = UDim2.new(0, 187, 0, 64)
5625Discord.Visible = false
5626
5627link.Name = "link"
5628link.Parent = Discord
5629link.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5630link.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5631link.Position = UDim2.new(0, 0, 0.109375, 0)
5632link.Size = UDim2.new(0, 187, 0, 50)
5633link.Font = Enum.Font.SourceSans
5634link.Text = "https://discord.me/purehub"
5635link.TextColor3 = Color3.new(1, 1, 1)
5636link.TextScaled = true
5637link.TextSize = 14
5638link.TextWrapped = true
5639
5640Close_2.Name = "Close"
5641Close_2.Parent = Discord
5642Close_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5643Close_2.BorderSizePixel = 0
5644Close_2.Position = UDim2.new(0.903743327, 0, 0, 0)
5645Close_2.Size = UDim2.new(0, 18, 0, 18)
5646Close_2.Font = Enum.Font.ArialBold
5647Close_2.Text = "X"
5648Close_2.TextColor3 = Color3.new(1, 1, 0)
5649Close_2.TextScaled = true
5650Close_2.TextSize = 14
5651Close_2.TextWrapped = true
5652
5653reopen.Name = "reopen"
5654reopen.Parent = PureHub
5655reopen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5656reopen.BackgroundTransparency = 0.40000000596046
5657reopen.Position = UDim2.new(0, 0, 0.831295848, 0)
5658reopen.Size = UDim2.new(0, 58, 0, 31)
5659reopen.Visible = false
5660
5661OpenPh.Name = "OpenPh"
5662OpenPh.Parent = reopen
5663OpenPh.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5664OpenPh.BackgroundTransparency = 0.94999998807907
5665OpenPh.Size = UDim2.new(0, 58, 0, 31)
5666OpenPh.Font = Enum.Font.SourceSans
5667OpenPh.Text = "Open PH"
5668OpenPh.TextColor3 = Color3.new(0, 0.615686, 0.92549)
5669OpenPh.TextSize = 14
5670OpenPh.TextWrapped = true
5671
5672ScriptHubPage1.Name = "ScriptHubPage1"
5673ScriptHubPage1.Parent = PureHub
5674ScriptHubPage1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5675ScriptHubPage1.Position = UDim2.new(0.0842862427, 0, 0.169926658, 0)
5676ScriptHubPage1.Size = UDim2.new(0, 361, 0, 570)
5677
5678Title.Name = "Title"
5679Title.Parent = ScriptHubPage1
5680Title.Active = true
5681Title.BackgroundColor3 = Color3.new(0, 0, 0)
5682Title.BorderColor3 = Color3.new(0, 0, 0)
5683Title.Position = UDim2.new(0, 0, -0.001754386, 0)
5684Title.Selectable = true
5685Title.Size = UDim2.new(0, 324, 0, 94)
5686Title.Font = Enum.Font.Highway
5687Title.Text = "Pure"
5688Title.TextColor3 = Color3.new(1, 1, 1)
5689Title.TextSize = 39
5690Title.TextWrapped = true
5691
5692Title2.Name = "Title2"
5693Title2.Parent = ScriptHubPage1
5694Title2.BackgroundColor3 = Color3.new(0, 0, 0)
5695Title2.BorderColor3 = Color3.new(0, 0, 0)
5696Title2.Position = UDim2.new(0.545706391, 0, 0.0421052612, 0)
5697Title2.Size = UDim2.new(0, 70, 0, 44)
5698Title2.Font = Enum.Font.SourceSans
5699Title2.Text = "Hub"
5700Title2.TextColor3 = Color3.new(1, 1, 0)
5701Title2.TextScaled = true
5702Title2.TextSize = 14
5703Title2.TextWrapped = true
5704Title2.TextXAlignment = Enum.TextXAlignment.Left
5705
5706Filler.Name = "Filler"
5707Filler.Parent = ScriptHubPage1
5708Filler.Active = true
5709Filler.BackgroundColor3 = Color3.new(0, 0, 0)
5710Filler.BorderColor3 = Color3.new(0, 0, 0)
5711Filler.Position = UDim2.new(0.858725786, 0, -0.001754386, 0)
5712Filler.Selectable = true
5713Filler.Size = UDim2.new(0, 51, 0, 94)
5714
5715CloseButton_2.Name = "CloseButton"
5716CloseButton_2.Parent = ScriptHubPage1
5717CloseButton_2.Active = false
5718CloseButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
5719CloseButton_2.BorderColor3 = Color3.new(0, 0, 0)
5720CloseButton_2.Position = UDim2.new(0.922437668, 0, -0.001754386, 0)
5721CloseButton_2.Selectable = false
5722CloseButton_2.Size = UDim2.new(0, 28, 0, 30)
5723CloseButton_2.Font = Enum.Font.SourceSans
5724CloseButton_2.Text = "X"
5725CloseButton_2.TextColor3 = Color3.new(0.85098, 0.85098, 0)
5726CloseButton_2.TextScaled = true
5727CloseButton_2.TextSize = 14
5728CloseButton_2.TextWrapped = true
5729
5730Channel.Name = "Channel"
5731Channel.Parent = ScriptHubPage1
5732Channel.BackgroundColor3 = Color3.new(0, 0, 0)
5733Channel.Position = UDim2.new(0, 0, 0.912280679, 0)
5734Channel.Size = UDim2.new(0, 361, 0, 50)
5735Channel.Font = Enum.Font.SourceSans
5736Channel.Text = "Scripts"
5737Channel.TextColor3 = Color3.new(1, 1, 0)
5738Channel.TextScaled = true
5739Channel.TextSize = 14
5740Channel.TextWrapped = true
5741
5742DesSim.Name = "DesSim"
5743DesSim.Parent = ScriptHubPage1
5744DesSim.Active = false
5745DesSim.BackgroundColor3 = Color3.new(1, 1, 1)
5746DesSim.Position = UDim2.new(0.0554016605, 0, 0.208771929, 0)
5747DesSim.Selectable = false
5748DesSim.Size = UDim2.new(0, 100, 0, 100)
5749DesSim.Image = "rbxassetid://2312022427"
5750
5751name1.Name = "name1"
5752name1.Parent = ScriptHubPage1
5753name1.Active = false
5754name1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5755name1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5756name1.Position = UDim2.new(0.0554016605, 0, 0.384210527, 0)
5757name1.Selectable = false
5758name1.Size = UDim2.new(0, 100, 0, 19)
5759name1.Font = Enum.Font.SourceSans
5760name1.Text = "Destruction Sim"
5761name1.TextColor3 = Color3.new(1, 1, 1)
5762name1.TextScaled = true
5763name1.TextSize = 14
5764name1.TextWrapped = true
5765
5766name9.Name = "name9"
5767name9.Parent = ScriptHubPage1
5768name9.Active = false
5769name9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5770name9.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5771name9.Position = UDim2.new(0.669656634, 0, 0.628065884, 0)
5772name9.Selectable = false
5773name9.Size = UDim2.new(0, 100, 0, 19)
5774name9.Font = Enum.Font.SourceSans
5775name9.Text = "More(soon)"
5776name9.TextColor3 = Color3.new(1, 1, 1)
5777name9.TextScaled = true
5778name9.TextSize = 14
5779name9.TextWrapped = true
5780
5781BeeSim.Name = "BeeSim"
5782BeeSim.Parent = ScriptHubPage1
5783BeeSim.Active = false
5784BeeSim.BackgroundColor3 = Color3.new(1, 1, 1)
5785BeeSim.Position = UDim2.new(0.368421018, 0, 0.208771929, 0)
5786BeeSim.Selectable = false
5787BeeSim.Size = UDim2.new(0, 100, 0, 100)
5788BeeSim.Image = "rbxassetid://2312051519"
5789
5790More.Name = "More"
5791More.Parent = ScriptHubPage1
5792More.Active = false
5793More.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5794More.Position = UDim2.new(0.669656575, 0, 0.452031076, 0)
5795More.Selectable = false
5796More.Size = UDim2.new(0, 100, 0, 100)
5797More.Image = "rbxassetid://10952394"
5798
5799name3.Name = "name3"
5800name3.Parent = ScriptHubPage1
5801name3.Active = false
5802name3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5803name3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5804name3.Position = UDim2.new(0.368421018, 0, 0.384210527, 0)
5805name3.Selectable = false
5806name3.Size = UDim2.new(0, 100, 0, 19)
5807name3.Font = Enum.Font.SourceSans
5808name3.Text = "Bee Swarm Sim"
5809name3.TextColor3 = Color3.new(1, 1, 1)
5810name3.TextScaled = true
5811name3.TextSize = 14
5812name3.TextWrapped = true
5813
5814PetSim.Name = "PetSim"
5815PetSim.Parent = ScriptHubPage1
5816PetSim.Active = false
5817PetSim.BackgroundColor3 = Color3.new(1, 1, 1)
5818PetSim.Position = UDim2.new(0.0554016605, 0, 0.452631593, 0)
5819PetSim.Selectable = false
5820PetSim.Size = UDim2.new(0, 100, 0, 100)
5821PetSim.Image = "rbxassetid://2312059284"
5822
5823MurderMys.Name = "MurderMys"
5824MurderMys.Parent = ScriptHubPage1
5825MurderMys.Active = false
5826MurderMys.BackgroundColor3 = Color3.new(1, 1, 1)
5827MurderMys.Position = UDim2.new(0.36011079, 0, 0.452631593, 0)
5828MurderMys.Selectable = false
5829MurderMys.Size = UDim2.new(0, 100, 0, 100)
5830MurderMys.Image = "rbxassetid://2312063509"
5831
5832CloneTycoon.Name = "CloneTycoon"
5833CloneTycoon.Parent = ScriptHubPage1
5834CloneTycoon.Active = false
5835CloneTycoon.BackgroundColor3 = Color3.new(1, 1, 1)
5836CloneTycoon.Position = UDim2.new(0.670360088, 0, 0.208771944, 0)
5837CloneTycoon.Selectable = false
5838CloneTycoon.Size = UDim2.new(0, 100, 0, 100)
5839CloneTycoon.Image = "rbxassetid://2312066768"
5840
5841name4.Name = "name4"
5842name4.Parent = ScriptHubPage1
5843name4.Active = false
5844name4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5845name4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5846name4.Position = UDim2.new(0.0554016605, 0, 0.628070176, 0)
5847name4.Selectable = false
5848name4.Size = UDim2.new(0, 100, 0, 19)
5849name4.Font = Enum.Font.SourceSans
5850name4.Text = "Pet Simulator"
5851name4.TextColor3 = Color3.new(1, 1, 1)
5852name4.TextScaled = true
5853name4.TextSize = 14
5854name4.TextWrapped = true
5855
5856name5.Name = "name5"
5857name5.Parent = ScriptHubPage1
5858name5.Active = false
5859name5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5860name5.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5861name5.Position = UDim2.new(0.36011079, 0, 0.628070176, 0)
5862name5.Selectable = false
5863name5.Size = UDim2.new(0, 100, 0, 19)
5864name5.Font = Enum.Font.SourceSans
5865name5.Text = "MurderMystery"
5866name5.TextColor3 = Color3.new(1, 1, 1)
5867name5.TextScaled = true
5868name5.TextSize = 14
5869name5.TextWrapped = true
5870
5871name6.Name = "name6"
5872name6.Parent = ScriptHubPage1
5873name6.Active = false
5874name6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5875name6.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5876name6.Position = UDim2.new(0.670360088, 0, 0.384210527, 0)
5877name6.Selectable = false
5878name6.Size = UDim2.new(0, 100, 0, 19)
5879name6.Font = Enum.Font.SourceSans
5880name6.Text = "CloneTycoon2"
5881name6.TextColor3 = Color3.new(1, 1, 1)
5882name6.TextScaled = true
5883name6.TextSize = 14
5884name6.TextWrapped = true
5885
5886Admins.Name = "Admins"
5887Admins.Parent = ScriptHubPage1
5888Admins.Active = false
5889Admins.BackgroundColor3 = Color3.new(1, 1, 1)
5890Admins.Position = UDim2.new(0.0554016605, 0, 0.682456136, 0)
5891Admins.Selectable = false
5892Admins.Size = UDim2.new(0, 100, 0, 100)
5893Admins.Image = "rbxassetid://140874350"
5894
5895name7.Name = "name7"
5896name7.Parent = ScriptHubPage1
5897name7.Active = false
5898name7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5899name7.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5900name7.Position = UDim2.new(0.0554016605, 0, 0.857894719, 0)
5901name7.Selectable = false
5902name7.Size = UDim2.new(0, 100, 0, 19)
5903name7.Font = Enum.Font.SourceSans
5904name7.Text = "Admin Scripts"
5905name7.TextColor3 = Color3.new(1, 1, 1)
5906name7.TextScaled = true
5907name7.TextSize = 14
5908name7.TextWrapped = true
5909
5910Animations.Name = "Animations"
5911Animations.Parent = ScriptHubPage1
5912Animations.Active = false
5913Animations.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5914Animations.Position = UDim2.new(0.36011079, 0, 0.682456136, 0)
5915Animations.Selectable = false
5916Animations.Size = UDim2.new(0, 100, 0, 100)
5917Animations.Image = "rbxassetid://1098628457"
5918
5919name8.Name = "name8"
5920name8.Parent = ScriptHubPage1
5921name8.Active = false
5922name8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5923name8.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5924name8.Position = UDim2.new(0.36011079, 0, 0.857894719, 0)
5925name8.Selectable = false
5926name8.Size = UDim2.new(0, 100, 0, 19)
5927name8.Font = Enum.Font.SourceSans
5928name8.Text = "Animation Scripts(soon)"
5929name8.TextColor3 = Color3.new(1, 1, 1)
5930name8.TextScaled = true
5931name8.TextSize = 14
5932name8.TextWrapped = true
5933
5934BeeSwarmSim.Name = "BeeSwarmSim"
5935BeeSwarmSim.Parent = PureHub
5936BeeSwarmSim.Active = true
5937BeeSwarmSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5938BeeSwarmSim.BorderColor3 = Color3.new(0, 0, 0)
5939BeeSwarmSim.BorderSizePixel = 4
5940BeeSwarmSim.Position = UDim2.new(0.0300143957, 0, 0.728606403, 0)
5941BeeSwarmSim.Selectable = true
5942BeeSwarmSim.Size = UDim2.new(0, 275, 0, 145)
5943BeeSwarmSim.Visible = false
5944
5945LuckyGui.Name = "LuckyGui"
5946LuckyGui.Parent = BeeSwarmSim
5947LuckyGui.Active = false
5948LuckyGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5949LuckyGui.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
5950LuckyGui.Selectable = false
5951LuckyGui.Size = UDim2.new(0, 200, 0, 50)
5952LuckyGui.Font = Enum.Font.SourceSans
5953LuckyGui.Text = "LuckyGUI"
5954LuckyGui.TextColor3 = Color3.new(1, 1, 1)
5955LuckyGui.TextScaled = true
5956LuckyGui.TextSize = 14
5957LuckyGui.TextWrapped = true
5958
5959exit4.Name = "exit4"
5960exit4.Parent = BeeSwarmSim
5961exit4.Active = false
5962exit4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5963exit4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5964exit4.Position = UDim2.new(0.894545436, 0, 0, 0)
5965exit4.Selectable = false
5966exit4.Size = UDim2.new(0, 29, 0, 29)
5967exit4.Font = Enum.Font.SourceSans
5968exit4.Text = "X"
5969exit4.TextColor3 = Color3.new(1, 1, 0)
5970exit4.TextScaled = true
5971exit4.TextSize = 14
5972exit4.TextWrapped = true
5973
5974Murder.Name = "Murder"
5975Murder.Parent = PureHub
5976Murder.Active = true
5977Murder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5978Murder.BorderColor3 = Color3.new(0, 0, 0)
5979Murder.BorderSizePixel = 4
5980Murder.Position = UDim2.new(0.0311016869, 0, 0.728513956, 0)
5981Murder.Selectable = true
5982Murder.Size = UDim2.new(0, 275, 0, 145)
5983Murder.Visible = false
5984
5985MurderGui.Name = "MurderGui"
5986MurderGui.Parent = Murder
5987MurderGui.Active = false
5988MurderGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
5989MurderGui.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
5990MurderGui.Selectable = false
5991MurderGui.Size = UDim2.new(0, 200, 0, 50)
5992MurderGui.Font = Enum.Font.SourceSans
5993MurderGui.Text = "absoabsolute0 GUI"
5994MurderGui.TextColor3 = Color3.new(1, 1, 1)
5995MurderGui.TextScaled = true
5996MurderGui.TextSize = 14
5997MurderGui.TextWrapped = true
5998
5999exit4_2.Name = "exit4"
6000exit4_2.Parent = Murder
6001exit4_2.Active = false
6002exit4_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6003exit4_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6004exit4_2.Position = UDim2.new(0.894545436, 0, 0, 0)
6005exit4_2.Selectable = false
6006exit4_2.Size = UDim2.new(0, 29, 0, 29)
6007exit4_2.Font = Enum.Font.SourceSans
6008exit4_2.Text = "X"
6009exit4_2.TextColor3 = Color3.new(1, 1, 0)
6010exit4_2.TextScaled = true
6011exit4_2.TextSize = 14
6012exit4_2.TextWrapped = true
6013
6014DestructionSim.Name = "DestructionSim"
6015DestructionSim.Parent = PureHub
6016DestructionSim.Active = true
6017DestructionSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6018DestructionSim.BorderColor3 = Color3.new(0, 0, 0)
6019DestructionSim.BorderSizePixel = 4
6020DestructionSim.Position = UDim2.new(0.0309500154, 0, 0.728606403, 0)
6021DestructionSim.Selectable = true
6022DestructionSim.Size = UDim2.new(0, 275, 0, 145)
6023DestructionSim.Visible = false
6024
6025NoReload.Name = "NoReload"
6026NoReload.Parent = DestructionSim
6027NoReload.Active = false
6028NoReload.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6029NoReload.Position = UDim2.new(0.13454546, 0, 0.068965517, 0)
6030NoReload.Selectable = false
6031NoReload.Size = UDim2.new(0, 200, 0, 50)
6032NoReload.Font = Enum.Font.SourceSans
6033NoReload.Text = "No Reload Time"
6034NoReload.TextColor3 = Color3.new(1, 1, 1)
6035NoReload.TextScaled = true
6036NoReload.TextSize = 14
6037NoReload.TextWrapped = true
6038
6039AutoSell.Name = "AutoSell"
6040AutoSell.Parent = DestructionSim
6041AutoSell.Active = false
6042AutoSell.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6043AutoSell.Position = UDim2.new(0.13454546, 0, 0.586206913, 0)
6044AutoSell.Selectable = false
6045AutoSell.Size = UDim2.new(0, 200, 0, 50)
6046AutoSell.Font = Enum.Font.SourceSans
6047AutoSell.Text = "Auto Sell Bricks"
6048AutoSell.TextColor3 = Color3.new(1, 1, 1)
6049AutoSell.TextScaled = true
6050AutoSell.TextSize = 14
6051AutoSell.TextWrapped = true
6052
6053exit4_3.Name = "exit4"
6054exit4_3.Parent = DestructionSim
6055exit4_3.Active = false
6056exit4_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6057exit4_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6058exit4_3.Position = UDim2.new(0.894545436, 0, 0, 0)
6059exit4_3.Selectable = false
6060exit4_3.Size = UDim2.new(0, 29, 0, 29)
6061exit4_3.Font = Enum.Font.SourceSans
6062exit4_3.Text = "X"
6063exit4_3.TextColor3 = Color3.new(1, 1, 0)
6064exit4_3.TextScaled = true
6065exit4_3.TextSize = 14
6066exit4_3.TextWrapped = true
6067
6068CloneTycoon2.Name = "CloneTycoon2"
6069CloneTycoon2.Parent = PureHub
6070CloneTycoon2.Active = true
6071CloneTycoon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6072CloneTycoon2.BorderColor3 = Color3.new(0, 0, 0)
6073CloneTycoon2.BorderSizePixel = 4
6074CloneTycoon2.Position = UDim2.new(0.0309967399, 0, 0.728516281, 0)
6075CloneTycoon2.Selectable = true
6076CloneTycoon2.Size = UDim2.new(0, 275, 0, 145)
6077CloneTycoon2.Visible = false
6078
6079Gem.Name = "Gem"
6080Gem.Parent = CloneTycoon2
6081Gem.Active = false
6082Gem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6083Gem.Position = UDim2.new(0.141818181, 0, 0.537931025, 0)
6084Gem.Selectable = false
6085Gem.Size = UDim2.new(0, 200, 0, 50)
6086Gem.Font = Enum.Font.SourceSans
6087Gem.Text = "Gems"
6088Gem.TextColor3 = Color3.new(1, 1, 1)
6089Gem.TextScaled = true
6090Gem.TextSize = 14
6091Gem.TextWrapped = true
6092
6093Cash.Name = "Cash"
6094Cash.Parent = CloneTycoon2
6095Cash.Active = false
6096Cash.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6097Cash.Position = UDim2.new(0.13454546, 0, 0.131034479, 0)
6098Cash.Selectable = false
6099Cash.Size = UDim2.new(0, 200, 0, 50)
6100Cash.Font = Enum.Font.SourceSans
6101Cash.Text = "Cash"
6102Cash.TextColor3 = Color3.new(1, 1, 1)
6103Cash.TextScaled = true
6104Cash.TextSize = 14
6105Cash.TextWrapped = true
6106
6107exit4_4.Name = "exit4"
6108exit4_4.Parent = CloneTycoon2
6109exit4_4.Active = false
6110exit4_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6111exit4_4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
6112exit4_4.Position = UDim2.new(0.894545436, 0, 0, 0)
6113exit4_4.Selectable = false
6114exit4_4.Size = UDim2.new(0, 29, 0, 29)
6115exit4_4.Font = Enum.Font.SourceSans
6116exit4_4.Text = "X"
6117exit4_4.TextColor3 = Color3.new(1, 1, 0)
6118exit4_4.TextScaled = true
6119exit4_4.TextSize = 14
6120exit4_4.TextWrapped = true
6121-- Scripts:
6122function SCRIPT_BSDK87_FAKESCRIPT() -- login.Whitelist
6123 getfenv().script = Instance.new('Script', login)
6124
6125 button = script.Parent
6126 player = script.Parent.Parent.Parent.Parent.Parent
6127
6128 button.MouseButton1Down:connect(function()
6129
6130 if player.Name == "CrimsonSparkleTime" or player.Name == "zerobloxer9" then
6131 print("Whitelist Succesful Welcome To PureHub")
6132 game.Players.LocalPlayer.PlayerGui.ScreenGui.Login.Visible = false
6133 game.Players.LocalPlayer.PlayerGui.ScreenGui.whitelistvalid.Visible = true
6134 wait(3)
6135 game.Players.LocalPlayer.PlayerGui.ScreenGui.whitelistvalid.Visible = false
6136 game.Players.LocalPlayer.PlayerGui.ScreenGui.MainHub.Visible = true
6137
6138 else
6139 print("WhiteList Failed")
6140 game.Players.LocalPlayer.PlayerGui.ScreenGui.whitelistinvalid.Visible = true
6141 wait(3)
6142 game.Players.LocalPlayer.PlayerGui.ScreenGui.whitelistinvalid.Visible = false
6143 game.Players.LocalPlayer.PlayerGui.ScreenGui.Login.Visible = false
6144 end
6145 end)
6146
6147end
6148coroutine.resume(coroutine.create(SCRIPT_BSDK87_FAKESCRIPT))
6149function SCRIPT_YFTI75_FAKESCRIPT() -- CloseButton.CloseWindowScript
6150 getfenv().script = Instance.new('Script', CloseButton)
6151
6152 button = script.Parent
6153
6154
6155 button.MouseButton1Down:connect(function()
6156 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
6157 end)
6158
6159end
6160coroutine.resume(coroutine.create(SCRIPT_YFTI75_FAKESCRIPT))
6161function SCRIPT_YMYO80_FAKESCRIPT() -- Close.CloseWindowScript
6162 getfenv().script = Instance.new('Script', Close)
6163
6164 button = script.Parent
6165
6166
6167 button.MouseButton1Down:connect(function()
6168 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = false
6169 wait(0.3)
6170 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = true
6171 end)
6172
6173
6174
6175
6176
6177
6178
6179end
6180coroutine.resume(coroutine.create(SCRIPT_YMYO80_FAKESCRIPT))
6181function SCRIPT_KAZF70_FAKESCRIPT() -- ScriptOpen.OpenScriptHub
6182 getfenv().script = Instance.new('Script', ScriptOpen)
6183
6184 button = script.Parent
6185
6186 button.MouseButton1Down:connect(function()
6187 game.Players.LocalPlayer.PlayerGui.ScreenGui.ScriptHubPage1.Visible = true
6188 end)
6189
6190
6191end
6192coroutine.resume(coroutine.create(SCRIPT_KAZF70_FAKESCRIPT))
6193function SCRIPT_LADH75_FAKESCRIPT() -- DiscordOpen.OpenDiscord
6194 getfenv().script = Instance.new('Script', DiscordOpen)
6195
6196 button = script.Parent
6197
6198
6199 button.MouseButton1Down:connect(function()
6200 game.Players.LocalPlayer.PlayerGui.ScreenGui.Discord.Visible = true
6201 end)
6202
6203
6204end
6205coroutine.resume(coroutine.create(SCRIPT_LADH75_FAKESCRIPT))
6206function SCRIPT_XQOU90_FAKESCRIPT() -- Close_2.CloseWindowScript
6207 getfenv().script = Instance.new('Script', Close_2)
6208
6209 button = script.Parent
6210
6211
6212 button.MouseButton1Down:connect(function()
6213 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Visible = false
6214 end)
6215
6216end
6217coroutine.resume(coroutine.create(SCRIPT_XQOU90_FAKESCRIPT))
6218function SCRIPT_DISD90_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain
6219 getfenv().script = Instance.new('Script', PureHub)
6220
6221 -- Set Draggable here
6222
6223 function Memes()
6224 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Active = true
6225 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Selectable = true
6226 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Draggable = true
6227
6228 end
6229
6230
6231 while true do
6232 Memes()
6233 wait(5)
6234 end
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250end
6251coroutine.resume(coroutine.create(SCRIPT_DISD90_FAKESCRIPT))
6252function SCRIPT_ODWQ73_FAKESCRIPT() -- OpenPh.phopen
6253 getfenv().script = Instance.new('Script', OpenPh)
6254
6255 button = script.Parent
6256
6257
6258 button.MouseButton1Down:connect(function()
6259 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = true
6260 wait(0.3)
6261 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = false
6262 end)
6263
6264
6265
6266
6267
6268
6269end
6270coroutine.resume(coroutine.create(SCRIPT_ODWQ73_FAKESCRIPT))
6271function SCRIPT_VPAV72_FAKESCRIPT() -- CloseButton_2.LocalScript
6272 getfenv().script = Instance.new('LocalScript', CloseButton_2)
6273
6274 button = script.Parent
6275
6276
6277 button.MouseButton1Down:connect(function()
6278 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Visible = false
6279 end)
6280
6281end
6282coroutine.resume(coroutine.create(SCRIPT_VPAV72_FAKESCRIPT))
6283function SCRIPT_YNXB69_FAKESCRIPT() -- DesSim.OpenDesSim
6284 getfenv().script = Instance.new('Script', DesSim)
6285
6286 button = script.Parent
6287
6288
6289 button.MouseButton1Down:connect(function()
6290 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Visible = true
6291 end)
6292
6293end
6294coroutine.resume(coroutine.create(SCRIPT_YNXB69_FAKESCRIPT))
6295function SCRIPT_WHFD82_FAKESCRIPT() -- BeeSim.beesimgui
6296 getfenv().script = Instance.new('Script', BeeSim)
6297
6298 button = script.Parent
6299
6300
6301 button.MouseButton1Down:connect(function()
6302 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Visible = true
6303 end)
6304
6305end
6306coroutine.resume(coroutine.create(SCRIPT_WHFD82_FAKESCRIPT))
6307function SCRIPT_TSYJ83_FAKESCRIPT() -- PetSim.petsimgui
6308 getfenv().script = Instance.new('Script', PetSim)
6309
6310 button = script.Parent
6311
6312
6313 button.MouseButton1Down:connect(function()
6314 --- Credit To FunTrator .
6315--- Do Whatever You Want . LIFE SUCKS .
6316--- Discord : Discord.io/SomeoneShark
6317
6318local PSG = Instance.new("ScreenGui")
6319local bar1 = Instance.new("Frame")
6320local SF = Instance.new("TextButton")
6321local UEA = Instance.new("TextButton")
6322local UA = Instance.new("TextButton")
6323local N = Instance.new("TextLabel")
6324local AT = Instance.new("TextButton")
6325local No = Instance.new("TextLabel")
6326local TextLabel = Instance.new("TextLabel")
6327local MF = Instance.new("TextButton")
6328local AF = Instance.new("TextButton")
6329local WS = Instance.new("TextButton")
6330local JP = Instance.new("TextButton")
6331local bar2 = Instance.new("Frame")
6332local Stor = Instance.new("TextButton")
6333local P2 = Instance.new("TextButton")
6334local P1 = Instance.new("TextButton")
6335local P3 = Instance.new("TextButton")
6336local P4 = Instance.new("TextButton")
6337local M1 = Instance.new("TextButton")
6338local P5 = Instance.new("TextButton")
6339local M2 = Instance.new("TextButton")
6340local Spawn = Instance.new("TextButton")
6341local C = Instance.new("TextButton")
6342local X = Instance.new("TextButton")
6343
6344PSG.Name = "PSG"
6345PSG.Parent = game.CoreGui
6346
6347bar1.Name = "bar1"
6348bar1.Parent = PSG
6349bar1.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
6350bar1.BorderSizePixel = 2
6351bar1.Position = UDim2.new(0.241050124, 0, 0.177033499, 0)
6352bar1.Size = UDim2.new(0, 263, 0, 356)
6353bar1.Style = Enum.FrameStyle.RobloxRound
6354bar1.Active = true
6355bar1.Draggable = true
6356
6357SF.Name = "SF"
6358SF.Parent = bar1
6359SF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6360SF.Position = UDim2.new(0.0570342205, 0, 0.151685402, 0)
6361SF.Size = UDim2.new(0, 107, 0, 42)
6362SF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6363SF.Font = Enum.Font.SciFi
6364SF.Text = "Small FARM"
6365SF.TextColor3 = Color3.new(0, 0, 0)
6366SF.TextSize = 14
6367SF.MouseButton1Down:connect(function()
6368local amount = 100 -- experiment with this value, 1000 is maximum and for pets with high levels
6369local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
6370local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
6371local plr = game:GetService("Players").LocalPlayer
6372local petids = {}
6373local pets = game:GetService("Workspace")["__REMOTES"].Pets
6374local a = #save[plr.Name]["Save"]["Pets"]
6375local done = "lol meme"
6376function random(t)
6377 local keys = {}
6378 for key, value in pairs(t) do
6379 keys[#keys+1] = key
6380 end
6381 index = keys[math.random(1, #keys)]
6382 return t[index]
6383end
6384for i=1,a do
6385 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
6386 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
6387 end
6388 a = a - 1
6389end
6390function co(b)
6391 local done = b
6392 print("Mining coin: " .. b.Name)
6393 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
6394 warn(b.Name .. "- Health: " .. b.Health.Value)
6395 wait(0.2)
6396 coins:FireServer("Mine",b.Name, amount, random(petids))
6397 end
6398end
6399for _,b in next, workspace.__THINGS.Coins:GetChildren() do
6400 if(done ~= b) then
6401 coroutine.wrap(function()co(b)end)()
6402 end
6403end
6404end)
6405
6406UEA.Name = "UEA"
6407UEA.Parent = bar1
6408UEA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6409UEA.Position = UDim2.new(0.258555144, 0, 0.601123571, 0)
6410UEA.Size = UDim2.new(0, 118, 0, 42)
6411UEA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6412UEA.Font = Enum.Font.SciFi
6413UEA.Text = "Un-Equip Pets"
6414UEA.TextColor3 = Color3.new(0, 0, 0)
6415UEA.TextSize = 14
6416UEA.MouseButton1Down:connect(function()
6417local Event = game:GetService("Workspace")["__REMOTES"].Pets
6418local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
6419for _,x in next, game:GetService"Players":GetPlayers() do
6420 if(x.Name ~= game:GetService"Players".LocalPlayer.Name) then
6421 local a = #save[x.Name]["Save"]["Pets"]
6422 for i=1,a do
6423 Event:FireServer("Remove", x, save[x.Name]["Save"]["Pets"][a].id)
6424 a = a - 1
6425 end
6426 end
6427end
6428end)
6429
6430UA.Name = "UA"
6431UA.Parent = bar1
6432UA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6433UA.Position = UDim2.new(0.524714828, 0, 0.30898878, 0)
6434UA.Size = UDim2.new(0, 118, 0, 42)
6435UA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6436UA.Font = Enum.Font.SciFi
6437UA.Text = "Unlock All"
6438UA.TextColor3 = Color3.new(0, 0, 0)
6439UA.TextSize = 14
6440UA.MouseButton1Down:connect(function()
6441local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
6442local barriers = game:GetService("Workspace").__THINGS["Barriers"]
6443barriers:Destroy()
6444end)
6445
6446N.Name = "N"
6447N.Parent = bar1
6448N.BackgroundColor3 = Color3.new(1, 1, 1)
6449N.BackgroundTransparency = 1
6450N.Position = UDim2.new(0.022813689, 0, 0.0188706424, 0)
6451N.Size = UDim2.new(0, 234, 0, 23)
6452N.Font = Enum.Font.SciFi
6453N.Text = "Pet Simulator Gui - By FunTrator"
6454N.TextColor3 = Color3.new(0.992157, 0.00784314, 0.141176)
6455N.TextSize = 17
6456
6457AT.Name = "AT"
6458AT.Parent = bar1
6459AT.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6460AT.Position = UDim2.new(0.174904943, 0, 0.767000616, 0)
6461AT.Size = UDim2.new(0, 162, 0, 42)
6462AT.Style = Enum.ButtonStyle.RobloxButtonDefault
6463AT.Font = Enum.Font.SciFi
6464AT.Text = "Teleports"
6465AT.TextColor3 = Color3.new(0.980392, 0.0235294, 0.121569)
6466AT.TextSize = 26
6467AT.MouseButton1Down:connect(function()
6468bar2.Visible = true
6469end)
6470
6471No.Name = "No"
6472No.Parent = bar1
6473No.BackgroundColor3 = Color3.new(1, 0.00392157, 0.0196078)
6474No.Position = UDim2.new(0.0342205316, 0, 0.100694448, 0)
6475No.Size = UDim2.new(0, 233, 0, 1)
6476No.Font = Enum.Font.SourceSans
6477No.Text = ""
6478No.TextColor3 = Color3.new(0, 0, 0)
6479No.TextSize = 14
6480
6481TextLabel.Parent = bar1
6482TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
6483TextLabel.BackgroundTransparency = 1
6484TextLabel.Position = UDim2.new(0.022813689, 0, 0.921862781, 0)
6485TextLabel.Size = UDim2.new(0, 233, 0, 23)
6486TextLabel.Font = Enum.Font.SciFi
6487TextLabel.Text = "Discord : Discord.io/SomeoneShark"
6488TextLabel.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
6489TextLabel.TextSize = 13
6490
6491MF.Name = "MF"
6492MF.Parent = bar1
6493MF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6494MF.Position = UDim2.new(0.524714828, 0, 0.149288639, 0)
6495MF.Size = UDim2.new(0, 118, 0, 42)
6496MF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6497MF.Font = Enum.Font.SciFi
6498MF.Text = "Med. FARM"
6499MF.TextColor3 = Color3.new(0, 0, 0)
6500MF.TextSize = 14
6501MF.MouseButton1Down:connect(function()
6502local amount = 500 -- experiment with this value, 1000 is maximum and for pets with high levels
6503local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
6504local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
6505local plr = game:GetService("Players").LocalPlayer
6506local petids = {}
6507local pets = game:GetService("Workspace")["__REMOTES"].Pets
6508local a = #save[plr.Name]["Save"]["Pets"]
6509local done = "lol meme"
6510function random(t)
6511 local keys = {}
6512 for key, value in pairs(t) do
6513 keys[#keys+1] = key
6514 end
6515 index = keys[math.random(1, #keys)]
6516 return t[index]
6517end
6518for i=1,a do
6519 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
6520 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
6521 end
6522 a = a - 1
6523end
6524function co(b)
6525 local done = b
6526 print("Mining coin: " .. b.Name)
6527 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
6528 warn(b.Name .. "- Health: " .. b.Health.Value)
6529 wait(0.2)
6530 coins:FireServer("Mine",b.Name, amount, random(petids))
6531 end
6532end
6533for _,b in next, workspace.__THINGS.Coins:GetChildren() do
6534 if(done ~= b) then
6535 coroutine.wrap(function()co(b)end)()
6536 end
6537end
6538end)
6539
6540AF.Name = "AF"
6541AF.Parent = bar1
6542AF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6543AF.Position = UDim2.new(0.0532319397, 0, 0.30898878, 0)
6544AF.Size = UDim2.new(0, 108, 0, 42)
6545AF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6546AF.Font = Enum.Font.SciFi
6547AF.Text = "MAX FARM"
6548AF.TextColor3 = Color3.new(0, 0, 0)
6549AF.TextSize = 14
6550AF.MouseButton1Down:connect(function()
6551local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
6552local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
6553local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
6554local plr = game:GetService("Players").LocalPlayer
6555local petids = {}
6556local pets = game:GetService("Workspace")["__REMOTES"].Pets
6557local a = #save[plr.Name]["Save"]["Pets"]
6558local done = "lol meme"
6559function random(t)
6560 local keys = {}
6561 for key, value in pairs(t) do
6562 keys[#keys+1] = key
6563 end
6564 index = keys[math.random(1, #keys)]
6565 return t[index]
6566end
6567for i=1,a do
6568 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
6569 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
6570 end
6571 a = a - 1
6572end
6573function co(b)
6574 local done = b
6575 print("Mining coin: " .. b.Name)
6576 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
6577 warn(b.Name .. "- Health: " .. b.Health.Value)
6578 wait(0.2)
6579 coins:FireServer("Mine",b.Name, amount, random(petids))
6580 end
6581end
6582for _,b in next, workspace.__THINGS.Coins:GetChildren() do
6583 if(done ~= b) then
6584 coroutine.wrap(function()co(b)end)()
6585 end
6586end
6587end)
6588
6589WS.Name = "WS"
6590WS.Parent = bar1
6591WS.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6592WS.Position = UDim2.new(0.0570342205, 0, 0.449438214, 0)
6593WS.Size = UDim2.new(0, 108, 0, 42)
6594WS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6595WS.Font = Enum.Font.SciFi
6596WS.Text = "WalkSpeed"
6597WS.TextColor3 = Color3.new(0, 0, 0)
6598WS.TextSize = 14
6599WS.MouseButton1Down:connect(function()
6600game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
6601end)
6602
6603JP.Name = "JP"
6604JP.Parent = bar1
6605JP.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
6606JP.Position = UDim2.new(0.520912528, 0, 0.449438214, 0)
6607JP.Size = UDim2.new(0, 119, 0, 42)
6608JP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6609JP.Font = Enum.Font.SciFi
6610JP.Text = "Jump Power"
6611JP.TextColor3 = Color3.new(0, 0, 0)
6612JP.TextSize = 14
6613WS.MouseButton1Down:connect(function()
6614game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
6615end)
6616
6617bar2.Name = "bar2"
6618bar2.Parent = PSG
6619bar2.BackgroundColor3 = Color3.new(1, 1, 1)
6620bar2.Position = UDim2.new(0.564439118, 0, 0.178628385, 0)
6621bar2.Size = UDim2.new(0, 214, 0, 329)
6622bar2.Style = Enum.FrameStyle.RobloxRound
6623bar2.Active = true
6624bar2.Draggable = true
6625bar2.Visible = false
6626
6627Stor.Name = "Stor"
6628Stor.Parent = bar2
6629Stor.BackgroundColor3 = Color3.new(1, 1, 1)
6630Stor.Position = UDim2.new(0.532710254, 0, 0.0186170191, 0)
6631Stor.Size = UDim2.new(0, 92, 0, 39)
6632Stor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6633Stor.Font = Enum.Font.SourceSans
6634Stor.Text = "Store"
6635Stor.TextColor3 = Color3.new(0, 0, 0)
6636Stor.TextSize = 14
6637Stor.MouseButton1Down:connect(function()
6638game.Players.LocalPlayer.Character:MoveTo(Vector3.new(719.225952, -33.6261177, 894.049072))
6639end)
6640
6641P2.Name = "P2"
6642P2.Parent = bar2
6643P2.BackgroundColor3 = Color3.new(1, 1, 1)
6644P2.Position = UDim2.new(0.532710254, 0, 0.177342772, 0)
6645P2.Size = UDim2.new(0, 92, 0, 39)
6646P2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6647P2.Font = Enum.Font.SourceSans
6648P2.Text = "Place 2"
6649P2.TextColor3 = Color3.new(0, 0, 0)
6650P2.TextSize = 14
6651P2.MouseButton1Down:connect(function()
6652game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-374.2388, -37.0378761, 885.253296))
6653end)
6654
6655P1.Name = "P1"
6656P1.Parent = bar2
6657P1.BackgroundColor3 = Color3.new(1, 1, 1)
6658P1.Position = UDim2.new(0.0140186772, 0, 0.174303263, 0)
6659P1.Size = UDim2.new(0, 92, 0, 39)
6660P1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6661P1.Font = Enum.Font.SourceSans
6662P1.Text = "Place 1"
6663P1.TextColor3 = Color3.new(0, 0, 0)
6664P1.TextSize = 14
6665P1.MouseButton1Down:connect(function()
6666game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0.295806587, -37.0378761, 890.214355))
6667end)
6668
6669P3.Name = "P3"
6670P3.Parent = bar2
6671P3.BackgroundColor3 = Color3.new(1, 1, 1)
6672P3.Position = UDim2.new(0.0140186772, 0, 0.335101962, 0)
6673P3.Size = UDim2.new(0, 92, 0, 39)
6674P3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6675P3.Font = Enum.Font.SourceSans
6676P3.Text = "Place 3"
6677P3.TextColor3 = Color3.new(0, 0, 0)
6678P3.TextSize = 14
6679P3.MouseButton1Down:connect(function()
6680game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-760.199097, -37.0378761, 880.302246))
6681end)
6682
6683
6684P4.Name = "P4"
6685P4.Parent = bar2
6686P4.BackgroundColor3 = Color3.new(1, 1, 1)
6687P4.Position = UDim2.new(0.528037369, 0, 0.332062453, 0)
6688P4.Size = UDim2.new(0, 92, 0, 39)
6689P4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6690P4.Font = Enum.Font.SourceSans
6691P4.Text = "Place 4"
6692P4.TextColor3 = Color3.new(0, 0, 0)
6693P4.TextSize = 14
6694P4.MouseButton1Down:connect(function()
6695game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1140.22437, -37.0378761, 885.195129))
6696end)
6697
6698M1.Name = "M1"
6699M1.Parent = bar2
6700M1.BackgroundColor3 = Color3.new(1, 1, 1)
6701M1.Position = UDim2.new(0.065420568, 0, 0.647416413, 0)
6702M1.Size = UDim2.new(0, 173, 0, 39)
6703M1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6704M1.Font = Enum.Font.SourceSans
6705M1.Text = "Moon 1 [ Use This To Use Below ]"
6706M1.TextColor3 = Color3.new(0, 0, 0)
6707M1.TextSize = 14
6708M1.MouseButton1Down:connect(function()
6709local mapname = "Moon"
6710local Event = game:GetService("Workspace")["__REMOTES"]["Load Map"]
6711Event:FireServer(mapname)
6712end)
6713
6714P5.Name = "P5"
6715P5.Parent = bar2
6716P5.BackgroundColor3 = Color3.new(1, 1, 1)
6717P5.Position = UDim2.new(0.247663543, 0, 0.493842274, 0)
6718P5.Size = UDim2.new(0, 92, 0, 39)
6719P5.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6720P5.Font = Enum.Font.SourceSans
6721P5.Text = "Place 5"
6722P5.TextColor3 = Color3.new(0, 0, 0)
6723P5.TextSize = 14
6724P5.MouseButton1Down:connect(function()
6725game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1534.46313, -33.038002, 887.088318))
6726end)
6727
6728M2.Name = "M2"
6729M2.Parent = bar2
6730M2.BackgroundColor3 = Color3.new(1, 1, 1)
6731M2.Position = UDim2.new(0.0280373693, 0, 0.817688882, 0)
6732M2.Size = UDim2.new(0, 92, 0, 39)
6733M2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6734M2.Font = Enum.Font.SourceSans
6735M2.Text = "Moon 2"
6736M2.TextColor3 = Color3.new(0, 0, 0)
6737M2.TextSize = 14
6738M2.MouseButton1Down:connect(function()
6739game.Players.LocalPlayer.Character:MoveTo(Vector3.new(80.3468018, 144.27951, -1706.91724))
6740end)
6741
6742Spawn.Name = "Spawn"
6743Spawn.Parent = bar2
6744Spawn.BackgroundColor3 = Color3.new(1, 1, 1)
6745Spawn.Position = UDim2.new(0.00934579503, 0, 0.0186170191, 0)
6746Spawn.Size = UDim2.new(0, 92, 0, 39)
6747Spawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6748Spawn.Font = Enum.Font.SourceSans
6749Spawn.Text = "Spawn"
6750Spawn.TextColor3 = Color3.new(0, 0, 0)
6751Spawn.TextSize = 14
6752Spawn.MouseButton1Down:connect(function()
6753game.Players.LocalPlayer.Character:MoveTo(Vector3.new(536.137939, -36.409977, 886.542542))
6754end)
6755
6756C.Name = "C"
6757C.Parent = bar2
6758C.BackgroundColor3 = Color3.new(1, 1, 1)
6759C.Position = UDim2.new(0.532710254, 0, 0.813751876, 0)
6760C.Size = UDim2.new(0, 92, 0, 39)
6761C.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
6762C.Font = Enum.Font.SourceSans
6763C.Text = "Candy"
6764C.TextColor3 = Color3.new(0, 0, 0)
6765C.TextSize = 14
6766C.MouseButton1Down:connect(function()
6767game.Players.LocalPlayer.Character:MoveTo(Vector3.new(8.77877998, 144.27951, -1443.94481))
6768end)
6769
6770X.Name = "X"
6771X.Parent = bar2
6772X.BackgroundColor3 = Color3.new(1, 0.0313726, 0.160784)
6773X.Position = UDim2.new (0.888, 0,0,0.964, 0)
6774X.Size = UDim2.new(0, 25, 0, 17)
6775X.Font = Enum.Font.SciFi
6776X.Text = "X"
6777X.TextColor3 = Color3.new(0, 0, 0)
6778X.TextSize = 14
6779X.MouseButton1Down:connect(function()
6780bar2.Visible = false
6781end)
6782 end)
6783
6784end
6785coroutine.resume(coroutine.create(SCRIPT_TSYJ83_FAKESCRIPT))
6786function SCRIPT_XBCP77_FAKESCRIPT() -- MurderMys.OpenMurderSim
6787 getfenv().script = Instance.new('Script', MurderMys)
6788
6789 button = script.Parent
6790
6791
6792 button.MouseButton1Down:connect(function()
6793 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Visible = true
6794 end)
6795
6796end
6797coroutine.resume(coroutine.create(SCRIPT_XBCP77_FAKESCRIPT))
6798function SCRIPT_LLJP76_FAKESCRIPT() -- CloneTycoon.OpenCloneTycoon
6799 getfenv().script = Instance.new('Script', CloneTycoon)
6800
6801 button = script.Parent
6802
6803
6804 button.MouseButton1Down:connect(function()
6805 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Visible = true
6806 end)
6807
6808end
6809coroutine.resume(coroutine.create(SCRIPT_LLJP76_FAKESCRIPT))
6810function SCRIPT_UIEV74_FAKESCRIPT() -- Admins.OpenAdmins
6811 getfenv().script = Instance.new('Script', Admins)
6812
6813 button = script.Parent
6814
6815
6816 button.MouseButton1Down:connect(function()
6817 loadstring(game:HttpGet("https://pastebin.com/raw/cFKsgDYN", true))()
6818 end)
6819
6820
6821end
6822coroutine.resume(coroutine.create(SCRIPT_UIEV74_FAKESCRIPT))
6823function SCRIPT_UPFU88_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain1
6824 getfenv().script = Instance.new('Script', PureHub)
6825
6826 function memes1()
6827 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Active = true
6828 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Selectable = true
6829 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Draggable = true
6830
6831 end
6832
6833 while true do
6834 memes1()
6835 wait(5)
6836 end
6837
6838end
6839coroutine.resume(coroutine.create(SCRIPT_UPFU88_FAKESCRIPT))
6840function SCRIPT_OYHE72_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain2
6841 getfenv().script = Instance.new('Script', PureHub)
6842
6843 function memes2()
6844 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Active = true
6845 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Selectable = true
6846 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Draggable = true
6847
6848 end
6849
6850 while true do
6851 memes2()
6852 wait(5)
6853 end
6854
6855end
6856coroutine.resume(coroutine.create(SCRIPT_OYHE72_FAKESCRIPT))
6857function SCRIPT_SODZ78_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain3
6858 getfenv().script = Instance.new('Script', PureHub)
6859
6860 function memes3()
6861 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Active = true
6862 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Selectable = true
6863 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Draggable = true
6864
6865 end
6866
6867 while true do
6868 memes3()
6869 wait(5)
6870 end
6871
6872end
6873coroutine.resume(coroutine.create(SCRIPT_SODZ78_FAKESCRIPT))
6874function SCRIPT_HUKQ67_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain4
6875 getfenv().script = Instance.new('Script', PureHub)
6876
6877 function memes4()
6878 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Active = true
6879 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Selectable = true
6880 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Draggable = true
6881
6882 end
6883
6884 while true do
6885 memes4()
6886 wait(5)
6887 end
6888
6889end
6890coroutine.resume(coroutine.create(SCRIPT_HUKQ67_FAKESCRIPT))
6891function SCRIPT_SVLJ88_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain5
6892 getfenv().script = Instance.new('Script', PureHub)
6893
6894 function memes5()
6895
6896 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Active = true
6897 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Selectable = true
6898 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Draggable = true
6899
6900 end
6901
6902 while true do
6903 memes5()
6904 wait(5)
6905 end
6906
6907end
6908coroutine.resume(coroutine.create(SCRIPT_SVLJ88_FAKESCRIPT))
6909function SCRIPT_GUJB83_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain6
6910 getfenv().script = Instance.new('Script', PureHub)
6911
6912 function memes6()
6913
6914 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Active = true
6915 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Selectable = true
6916 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Draggable = true
6917
6918 end
6919
6920 while true do
6921 memes6()
6922 wait(5)
6923 end
6924
6925end
6926coroutine.resume(coroutine.create(SCRIPT_GUJB83_FAKESCRIPT))
6927function SCRIPT_NBOE87_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain7
6928 getfenv().script = Instance.new('Script', PureHub)
6929
6930 function memes7()
6931 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Active = true
6932 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Selectable = true
6933 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Draggable = true
6934
6935 end
6936
6937 while true do
6938 memes7()
6939 wait(5)
6940 end
6941
6942end
6943coroutine.resume(coroutine.create(SCRIPT_NBOE87_FAKESCRIPT))
6944function SCRIPT_XETO68_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain8
6945 getfenv().script = Instance.new('Script', PureHub)
6946
6947 function memes8()
6948 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Active = true
6949 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Selectable = true
6950 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Draggable = true
6951
6952 end
6953
6954 while true do
6955 memes8()
6956 wait(5)
6957 end
6958
6959end
6960coroutine.resume(coroutine.create(SCRIPT_XETO68_FAKESCRIPT))
6961function SCRIPT_YSNF78_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain9
6962 getfenv().script = Instance.new('Script', PureHub)
6963
6964 function memes8()
6965 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Active = true
6966 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Selectable = true
6967 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Draggable = true
6968
6969 end
6970
6971 while true do
6972 memes8()
6973 wait(5)
6974 end
6975
6976end
6977coroutine.resume(coroutine.create(SCRIPT_YSNF78_FAKESCRIPT))
6978function SCRIPT_VEIZ75_FAKESCRIPT() -- LuckyGui.LuckyGuiScript
6979 getfenv().script = Instance.new('Script', LuckyGui)
6980
6981 button = script.Parent
6982
6983
6984 button.MouseButton1Down:connect(function()
6985
6986
6987 print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
6988 print("Discord https://discord.gg/GKzJnUC")
6989 print("Version 1.7 30th July 2018")
6990
6991 mouse = game.Players.LocalPlayer:GetMouse()
6992
6993 antchallengeescape = false
6994 AutoDigActive = false
6995 PollenFarmActive = false
6996 Field1AFActive = false
6997 Field2AFActive = false
6998 Field3AFActive = false
6999 Field4AFActive = false
7000 Field5AFActive = false
7001 Field6AFActive = false
7002 Field7AFActive = false
7003 Field8AFActive = false
7004 Field9AFActive = false
7005 Field10AFActive = false
7006 Field11AFActive = false
7007 Field12AFActive = false
7008 Field13AFActive = false
7009 Field14AFActive = false
7010
7011 -- Objects
7012
7013 local MainGUI = Instance.new("ScreenGui")
7014 local MainFrame = Instance.new("Frame")
7015 local Close = Instance.new("TextButton")
7016 local WayPoints = Instance.new("TextButton")
7017 local WayPointsFrame = Instance.new("Frame")
7018 local ShowLocation = Instance.new("TextLabel")
7019 local SetLocation = Instance.new("TextButton")
7020 local TPLocation = Instance.new("TextButton")
7021 local ReturnToHive = Instance.new("TextButton")
7022 local BlackBear = Instance.new("TextButton")
7023 local BrownBear = Instance.new("TextButton")
7024 local PandaBear = Instance.new("TextButton")
7025 local PolarBear = Instance.new("TextButton")
7026 local ScienceBear = Instance.new("TextButton")
7027 local MotherBear = Instance.new("TextButton")
7028 local TunnelBear = Instance.new("TextButton")
7029 local TravelingBear = Instance.new("TextButton")
7030 local RedBoost = Instance.new("TextButton")
7031 local BlueBoost = Instance.new("TextButton")
7032 local MountainBoost = Instance.new("TextButton")
7033 local RedCannon = Instance.new("TextButton")
7034 local BlueCannon = Instance.new("TextButton")
7035 local YellowCannon = Instance.new("TextButton")
7036 local Slingshot = Instance.new("TextButton")
7037 local BeeShop = Instance.new("TextButton")
7038 local TPShop = Instance.new("TextButton")
7039 local TPShop2 = Instance.new("TextButton")
7040 local MountainTopShop = Instance.new("TextButton")
7041 local TentShop = Instance.new("TextButton")
7042 local RedClubhouse = Instance.new("TextButton")
7043 local BlueClubhouse = Instance.new("TextButton")
7044 local TicketShop = Instance.new("TextButton")
7045 local ClubHoney = Instance.new("TextButton")
7046 local RoyalJellyShop = Instance.new("TextButton")
7047 local TicketRoyalJelly = Instance.new("TextButton")
7048 local Honeystorm = Instance.new("TextButton")
7049 local HoneyConvertor = Instance.new("TextButton")
7050 local StrawBerryField = Instance.new("TextButton")
7051 local PumpkinField = Instance.new("TextButton")
7052 local SunflowerField = Instance.new("TextButton")
7053 local CloverField = Instance.new("TextButton")
7054 local SpiderField = Instance.new("TextButton")
7055 local MushRoomField = Instance.new("TextButton")
7056 local BamBooField = Instance.new("TextButton")
7057 local DandelionField = Instance.new("TextButton")
7058 local PineappleField = Instance.new("TextButton")
7059 local BlueField = Instance.new("TextButton")
7060 local RoseField = Instance.new("TextButton")
7061 local CactusField = Instance.new("TextButton")
7062 local PineTreeField = Instance.new("TextButton")
7063 local MountainTopField = Instance.new("TextButton")
7064 local KingbeetlesLair = Instance.new("TextButton")
7065 local AntChallenge = Instance.new("TextButton")
7066 local Onett = Instance.new("TextButton")
7067 local TreatDispenser = Instance.new("TextButton")
7068 local TicketDispenser = Instance.new("TextButton")
7069 local GumdropDispenser = Instance.new("TextButton")
7070 local BlueberryDispenser = Instance.new("TextButton")
7071 local StrawberryDispenser = Instance.new("TextButton")
7072 local TreatShop = Instance.new("TextButton")
7073 local Field1AF = Instance.new("TextButton")
7074 local Field2AF = Instance.new("TextButton")
7075 local Field3AF = Instance.new("TextButton")
7076 local Field4AF = Instance.new("TextButton")
7077 local Field5AF = Instance.new("TextButton")
7078 local Field6AF = Instance.new("TextButton")
7079 local Field7AF = Instance.new("TextButton")
7080 local Field8AF = Instance.new("TextButton")
7081 local Field9AF = Instance.new("TextButton")
7082 local Field10AF = Instance.new("TextButton")
7083 local Field11AF = Instance.new("TextButton")
7084 local Field12AF = Instance.new("TextButton")
7085 local Field13AF = Instance.new("TextButton")
7086 local Field14AF = Instance.new("TextButton")
7087 local Players = Instance.new("TextButton")
7088 local PlayerFrame = Instance.new("Frame")
7089 local PlayerList = Instance.new("Frame")
7090 local PlayerListBox = Instance.new("Frame")
7091 local PlyrSel = Instance.new("TextLabel")
7092 local Player1 = Instance.new("TextButton")
7093 local Player2 = Instance.new("TextButton")
7094 local Player3 = Instance.new("TextButton")
7095 local Player4 = Instance.new("TextButton")
7096 local Player5 = Instance.new("TextButton")
7097 local TpPlayer = Instance.new("TextButton")
7098 local FindTreasures = Instance.new("TextButton")
7099 local FindTreasuresText1 = Instance.new("TextLabel")
7100 local ExtrasScreen = Instance.new("TextButton")
7101 local ExtrasFrame = Instance.new("Frame")
7102 local InfoScreen = Instance.new("TextButton")
7103 local InfoFrame = Instance.new("Frame")
7104 local TPTool = Instance.new("TextButton")
7105 local BTool = Instance.new("TextButton")
7106 local ReJoinServer = Instance.new("TextButton")
7107 local NoClip = Instance.new("TextButton")
7108 local InfoText1 = Instance.new("TextLabel")
7109 local PollenFarm = Instance.new("TextButton")
7110 local AutoDig = Instance.new("TextButton")
7111
7112 -- Properties
7113
7114 MainGUI.Name = "MainGUI"
7115 MainGUI.Parent = game.CoreGui
7116 local MainCORE = game.CoreGui["MainGUI"]
7117
7118 MainFrame.Name = "MainFrame"
7119 MainFrame.Parent = MainGUI
7120 MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
7121 MainFrame.BackgroundTransparency = 0.5
7122 MainFrame.BorderColor3 = Color3.new(0, 0, 0)
7123 MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
7124 MainFrame.Size = UDim2.new(0, 600, 0, 30)
7125
7126 Close.Name = "Close"
7127 Close.Parent = MainFrame
7128 Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7129 Close.BorderColor3 = Color3.new(0, 1, 0)
7130 Close.Position = UDim2.new(0, 5, 0, 5)
7131 Close.Size = UDim2.new(0, 20, 0, 20)
7132 Close.Font = Enum.Font.Fantasy
7133 Close.Text = "X"
7134 Close.TextColor3 = Color3.new(1, 0, 0)
7135 Close.TextSize = 17
7136 Close.TextScaled = true
7137 Close.TextWrapped = true
7138
7139 WayPoints.Name = "WayPoints"
7140 WayPoints.Parent = MainFrame
7141 WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7142 WayPoints.BorderColor3 = Color3.new(0, 1, 0)
7143 WayPoints.Position = UDim2.new(0, 30, 0, 5)
7144 WayPoints.Size = UDim2.new(0, 83, 0, 20)
7145 WayPoints.BackgroundTransparency = 0
7146 WayPoints.Font = Enum.Font.Fantasy
7147 WayPoints.TextColor3 = Color3.new(1, 1, 1)
7148 WayPoints.Text = "WayPoints"
7149 WayPoints.TextSize = 17
7150 WayPoints.TextWrapped = true
7151
7152 WayPointsFrame.Name = "WayPointsFrame"
7153 WayPointsFrame.Parent = MainFrame
7154 WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
7155 WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
7156 WayPointsFrame.BackgroundTransparency = 0.4
7157 WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
7158 WayPointsFrame.Size = UDim2.new(0, 600, 0, 480)
7159 WayPointsFrame.Visible = false
7160
7161 ShowLocation.Name = "ShowLocation"
7162 ShowLocation.Parent = WayPointsFrame
7163 ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
7164 ShowLocation.TextColor3 = Color3.new(0, 0, 0)
7165 ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
7166 ShowLocation.Position = UDim2.new(0, 190, 0, 5)
7167 ShowLocation.Size = UDim2.new(0, 180, 0, 20)
7168 ShowLocation.Font = Enum.Font.Fantasy
7169 ShowLocation.Text = "Current Location"
7170 ShowLocation.TextWrapped = true
7171 ShowLocation.TextSize = 15
7172
7173 SetLocation.Name = "SetLocation"
7174 SetLocation.Parent = WayPointsFrame
7175 SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7176 SetLocation.TextColor3 = Color3.new(1, 1, 1)
7177 SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7178 SetLocation.Position = UDim2.new(0, 375, 0, 5)
7179 SetLocation.Size = UDim2.new(0, 150, 0, 20)
7180 SetLocation.Font = Enum.Font.Fantasy
7181 SetLocation.Text = "Set Location"
7182 SetLocation.TextWrapped = true
7183 SetLocation.TextSize = 16
7184
7185 TPLocation.Name = "TPLocation"
7186 TPLocation.Parent = WayPointsFrame
7187 TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7188 TPLocation.TextColor3 = Color3.new(1, 1, 1)
7189 TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7190 TPLocation.Position = UDim2.new(0, 530, 0, 5)
7191 TPLocation.Size = UDim2.new(0, 65, 0, 20)
7192 TPLocation.Font = Enum.Font.Fantasy
7193 TPLocation.Text = "Move to"
7194 TPLocation.TextWrapped = true
7195 TPLocation.TextSize = 16
7196
7197 ReturnToHive.Name = "ReturnToHive"
7198 ReturnToHive.Parent = WayPointsFrame
7199 ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7200 ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7201 ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
7202 ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
7203 ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
7204 ReturnToHive.Font = Enum.Font.Fantasy
7205 ReturnToHive.Text = "Return To Hive"
7206 ReturnToHive.TextSize = 16
7207
7208 BlackBear.Name = "BlackBear"
7209 BlackBear.Parent = WayPointsFrame
7210 BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7211 BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7212 BlackBear.Position = UDim2.new(0, 5, 0, 30)
7213 BlackBear.Size = UDim2.new(0, 180, 0, 20)
7214 BlackBear.TextColor3 = Color3.new(1, 1, 1)
7215 BlackBear.Font = Enum.Font.Fantasy
7216 BlackBear.Text = "Black Bear"
7217 BlackBear.TextSize = 16
7218
7219 BrownBear.Name = "BrownBear"
7220 BrownBear.Parent = WayPointsFrame
7221 BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7222 BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7223 BrownBear.Position = UDim2.new(0, 5, 0, 55)
7224 BrownBear.Size = UDim2.new(0, 180, 0, 20)
7225 BrownBear.TextColor3 = Color3.new(1, 1, 1)
7226 BrownBear.Font = Enum.Font.Fantasy
7227 BrownBear.Text = "Brown Bear"
7228 BrownBear.TextSize = 16
7229
7230 PandaBear.Name = "PandaBear"
7231 PandaBear.Parent = WayPointsFrame
7232 PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7233 PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7234 PandaBear.Position = UDim2.new(0, 5, 0, 80)
7235 PandaBear.Size = UDim2.new(0, 180, 0, 20)
7236 PandaBear.TextColor3 = Color3.new(1, 1, 1)
7237 PandaBear.Font = Enum.Font.Fantasy
7238 PandaBear.Text = "Panda Bear"
7239 PandaBear.TextSize = 16
7240
7241 PolarBear.Name = "PolarBear"
7242 PolarBear.Parent = WayPointsFrame
7243 PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7244 PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7245 PolarBear.Position = UDim2.new(0, 5, 0, 105)
7246 PolarBear.Size = UDim2.new(0, 180, 0, 20)
7247 PolarBear.TextColor3 = Color3.new(1, 1, 1)
7248 PolarBear.Font = Enum.Font.Fantasy
7249 PolarBear.Text = "Polar Bear"
7250 PolarBear.TextSize = 16
7251
7252 ScienceBear.Name = "ScienceBear"
7253 ScienceBear.Parent = WayPointsFrame
7254 ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7255 ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7256 ScienceBear.Position = UDim2.new(0, 5, 0, 130)
7257 ScienceBear.Size = UDim2.new(0, 180, 0, 20)
7258 ScienceBear.TextColor3 = Color3.new(1, 1, 1)
7259 ScienceBear.Font = Enum.Font.Fantasy
7260 ScienceBear.Text = "Science Bear"
7261 ScienceBear.TextSize = 16
7262
7263 TravelingBear.Name = "TravelingBear"
7264 TravelingBear.Parent = WayPointsFrame
7265 TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7266 TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7267 TravelingBear.Position = UDim2.new(0, 5, 0, 155)
7268 TravelingBear.Size = UDim2.new(0, 180, 0, 20)
7269 TravelingBear.TextColor3 = Color3.new(1, 1, 1)
7270 TravelingBear.Font = Enum.Font.Fantasy
7271 TravelingBear.Text = "Traveling Bear"
7272 TravelingBear.TextSize = 16
7273
7274 MotherBear.Name = "MotherBear"
7275 MotherBear.Parent = WayPointsFrame
7276 MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7277 MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7278 MotherBear.Position = UDim2.new(0, 5, 0, 180)
7279 MotherBear.Size = UDim2.new(0, 180, 0, 20)
7280 MotherBear.TextColor3 = Color3.new(1, 1, 1)
7281 MotherBear.Font = Enum.Font.Fantasy
7282 MotherBear.Text = "Mother Bear"
7283 MotherBear.TextSize = 16
7284
7285 TunnelBear.Name = "TunnelBear"
7286 TunnelBear.Parent = WayPointsFrame
7287 TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7288 TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7289 TunnelBear.Position = UDim2.new(0, 5, 0, 205)
7290 TunnelBear.Size = UDim2.new(0, 180, 0, 20)
7291 TunnelBear.TextColor3 = Color3.new(1, 1, 1)
7292 TunnelBear.Font = Enum.Font.Fantasy
7293 TunnelBear.Text = "Tunnel Bear"
7294 TunnelBear.TextSize = 16
7295
7296 Onett.Name = "Onett"
7297 Onett.Parent = WayPointsFrame
7298 Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7299 Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7300 Onett.Position = UDim2.new(0, 5, 0, 230)
7301 Onett.Size = UDim2.new(0, 180, 0, 20)
7302 Onett.TextColor3 = Color3.new(1, 1, 1)
7303 Onett.Font = Enum.Font.Fantasy
7304 Onett.Text = "Onett"
7305 Onett.TextSize = 16
7306
7307 RedBoost.Name = "RedBoost"
7308 RedBoost.Parent = WayPointsFrame
7309 RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7310 RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7311 RedBoost.Position = UDim2.new(0, 5, 0, 255)
7312 RedBoost.Size = UDim2.new(0, 180, 0, 20)
7313 RedBoost.TextColor3 = Color3.new(1, 1, 1)
7314 RedBoost.Font = Enum.Font.Fantasy
7315 RedBoost.Text = "Red Field Booster"
7316 RedBoost.TextSize = 16
7317
7318 BlueBoost.Name = "BlueBoost"
7319 BlueBoost.Parent = WayPointsFrame
7320 BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7321 BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7322 BlueBoost.Position = UDim2.new(0, 5, 0, 280)
7323 BlueBoost.Size = UDim2.new(0, 180, 0, 20)
7324 BlueBoost.TextColor3 = Color3.new(1, 1, 1)
7325 BlueBoost.Font = Enum.Font.Fantasy
7326 BlueBoost.Text = "Blue Field Booster"
7327 BlueBoost.TextSize = 16
7328
7329 MountainBoost.Name = "MountainBoost"
7330 MountainBoost.Parent = WayPointsFrame
7331 MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7332 MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7333 MountainBoost.Position = UDim2.new(0, 5, 0, 305)
7334 MountainBoost.Size = UDim2.new(0, 180, 0, 20)
7335 MountainBoost.TextColor3 = Color3.new(1, 1, 1)
7336 MountainBoost.Font = Enum.Font.Fantasy
7337 MountainBoost.Text = "MountainTop Booster"
7338 MountainBoost.TextSize = 16
7339
7340 RedCannon.Name = "RedCannon"
7341 RedCannon.Parent = WayPointsFrame
7342 RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7343 RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7344 RedCannon.Position = UDim2.new(0, 5, 0, 330)
7345 RedCannon.Size = UDim2.new(0, 180, 0, 20)
7346 RedCannon.TextColor3 = Color3.new(1, 1, 1)
7347 RedCannon.Font = Enum.Font.Fantasy
7348 RedCannon.Text = "Red Cannon (22)"
7349 RedCannon.TextSize = 16
7350
7351 BlueCannon.Name = "BlueCannon"
7352 BlueCannon.Parent = WayPointsFrame
7353 BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7354 BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7355 BlueCannon.Position = UDim2.new(0, 5, 0, 355)
7356 BlueCannon.Size = UDim2.new(0, 180, 0, 20)
7357 BlueCannon.TextColor3 = Color3.new(1, 1, 1)
7358 BlueCannon.Font = Enum.Font.Fantasy
7359 BlueCannon.Text = "Blue Cannon (16)"
7360 BlueCannon.TextSize = 16
7361
7362 YellowCannon.Name = "YellowCannon"
7363 YellowCannon.Parent = WayPointsFrame
7364 YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7365 YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7366 YellowCannon.Position = UDim2.new(0, 5, 0, 380)
7367 YellowCannon.Size = UDim2.new(0, 180, 0, 20)
7368 YellowCannon.TextColor3 = Color3.new(1, 1, 1)
7369 YellowCannon.Font = Enum.Font.Fantasy
7370 YellowCannon.Text = "Yellow Cannon (12)"
7371 YellowCannon.TextSize = 16
7372
7373 Slingshot.Name = "Slingshot"
7374 Slingshot.Parent = WayPointsFrame
7375 Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7376 Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7377 Slingshot.Position = UDim2.new(0, 5, 0, 405)
7378 Slingshot.Size = UDim2.new(0, 180, 0, 20)
7379 Slingshot.TextColor3 = Color3.new(1, 1, 1)
7380 Slingshot.Font = Enum.Font.Fantasy
7381 Slingshot.Text = "Slingshot (8)"
7382 Slingshot.TextSize = 16
7383
7384 AntChallenge.Name = "AntChallenge"
7385 AntChallenge.Parent = WayPointsFrame
7386 AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7387 AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7388 AntChallenge.Position = UDim2.new(0, 5, 0, 430)
7389 AntChallenge.Size = UDim2.new(0, 180, 0, 20)
7390 AntChallenge.TextColor3 = Color3.new(1, 1, 1)
7391 AntChallenge.Font = Enum.Font.Fantasy
7392 AntChallenge.Text = "Ant Challenge"
7393 AntChallenge.TextSize = 16
7394
7395 KingbeetlesLair.Name = "KingbeetlesLair"
7396 KingbeetlesLair.Parent = WayPointsFrame
7397 KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7398 KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7399 KingbeetlesLair.Position = UDim2.new(0, 0, 0, 455)
7400 KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
7401 KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
7402 KingbeetlesLair.Font = Enum.Font.Fantasy
7403 KingbeetlesLair.Text = "King Beetles Lair"
7404 KingbeetlesLair.TextSize = 16
7405
7406 BeeShop.Name = "BeeShop"
7407 BeeShop.Parent = WayPointsFrame
7408 BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7409 BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7410 BeeShop.Position = UDim2.new(0, 190, 0, 30)
7411 BeeShop.Size = UDim2.new(0, 180, 0, 20)
7412 BeeShop.TextColor3 = Color3.new(1, 1, 1)
7413 BeeShop.Font = Enum.Font.Fantasy
7414 BeeShop.Text = "Bees Shop"
7415 BeeShop.TextSize = 16
7416
7417 TPShop.Name = "TPShop"
7418 TPShop.Parent = WayPointsFrame
7419 TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7420 TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7421 TPShop.Position = UDim2.new(0, 190, 0, 55)
7422 TPShop.Size = UDim2.new(0, 180, 0, 20)
7423 TPShop.TextColor3 = Color3.new(1, 1, 1)
7424 TPShop.Font = Enum.Font.Fantasy
7425 TPShop.Text = "Basic Tools Shop"
7426 TPShop.TextSize = 16
7427
7428 TPShop2.Name = "TPShop2"
7429 TPShop2.Parent = WayPointsFrame
7430 TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7431 TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7432 TPShop2.Position = UDim2.new(0, 190, 0, 80)
7433 TPShop2.Size = UDim2.new(0, 180, 0, 20)
7434 TPShop2.TextColor3 = Color3.new(1, 1, 1)
7435 TPShop2.Font = Enum.Font.Fantasy
7436 TPShop2.Text = "Advanced Tools Shop"
7437 TPShop2.TextSize = 16
7438
7439 MountainTopShop.Name = "MountainTopShop"
7440 MountainTopShop.Parent = WayPointsFrame
7441 MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7442 MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7443 MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
7444 MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
7445 MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
7446 MountainTopShop.Font = Enum.Font.Fantasy
7447 MountainTopShop.Text = "Mountain Top Shop"
7448 MountainTopShop.TextSize = 16
7449
7450 TentShop.Name = "TentShop"
7451 TentShop.Parent = WayPointsFrame
7452 TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7453 TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7454 TentShop.Position = UDim2.new(0, 190, 0, 130)
7455 TentShop.Size = UDim2.new(0, 180, 0, 20)
7456 TentShop.TextColor3 = Color3.new(1, 1, 1)
7457 TentShop.Font = Enum.Font.Fantasy
7458 TentShop.Text = "Ticket Tent Shop"
7459 TentShop.TextSize = 16
7460
7461 TreatShop.Name = "TreatShop"
7462 TreatShop.Parent = WayPointsFrame
7463 TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7464 TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7465 TreatShop.Position = UDim2.new(0, 190, 0, 155)
7466 TreatShop.Size = UDim2.new(0, 180, 0, 20)
7467 TreatShop.TextColor3 = Color3.new(1, 1, 1)
7468 TreatShop.Font = Enum.Font.Fantasy
7469 TreatShop.Text = "Treat Shop"
7470 TreatShop.TextSize = 16
7471
7472 RedClubhouse.Name = "RedClubhouse"
7473 RedClubhouse.Parent = WayPointsFrame
7474 RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7475 RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7476 RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
7477 RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
7478 RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
7479 RedClubhouse.Font = Enum.Font.Fantasy
7480 RedClubhouse.Text = "Red Clubhouse"
7481 RedClubhouse.TextSize = 16
7482
7483 BlueClubhouse.Name = "BlueClubhouse"
7484 BlueClubhouse.Parent = WayPointsFrame
7485 BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7486 BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7487 BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
7488 BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
7489 BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
7490 BlueClubhouse.Font = Enum.Font.Fantasy
7491 BlueClubhouse.Text = "Blue Clubhouse"
7492 BlueClubhouse.TextSize = 16
7493
7494 TicketShop.Name = "TicketShop"
7495 TicketShop.Parent = WayPointsFrame
7496 TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7497 TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7498 TicketShop.Position = UDim2.new(0, 190, 0, 230)
7499 TicketShop.Size = UDim2.new(0, 180, 0, 20)
7500 TicketShop.TextColor3 = Color3.new(1, 1, 1)
7501 TicketShop.Font = Enum.Font.Fantasy
7502 TicketShop.Text = "Ticket Dispenser"
7503 TicketShop.TextSize = 16
7504
7505 ClubHoney.Name = "ClubHoney"
7506 ClubHoney.Parent = WayPointsFrame
7507 ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7508 ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7509 ClubHoney.Position = UDim2.new(0, 190, 0, 255)
7510 ClubHoney.Size = UDim2.new(0, 180, 0, 20)
7511 ClubHoney.TextColor3 = Color3.new(1, 1, 1)
7512 ClubHoney.Font = Enum.Font.Fantasy
7513 ClubHoney.Text = "Club Honey Dispenser"
7514 ClubHoney.TextSize = 16
7515
7516 RoyalJellyShop.Name = "RoyalJellyShop"
7517 RoyalJellyShop.Parent = WayPointsFrame
7518 RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7519 RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7520 RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
7521 RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
7522 RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
7523 RoyalJellyShop.Font = Enum.Font.Fantasy
7524 RoyalJellyShop.Text = "Royal Jelly Dispenser"
7525 RoyalJellyShop.TextSize = 16
7526
7527 TicketRoyalJelly.Name = "TicketRoyalJelly"
7528 TicketRoyalJelly.Parent = WayPointsFrame
7529 TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7530 TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7531 TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
7532 TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
7533 TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
7534 TicketRoyalJelly.Font = Enum.Font.Fantasy
7535 TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
7536 TicketRoyalJelly.TextSize = 16
7537
7538 GumdropDispenser.Name = "GumdropDispenser"
7539 GumdropDispenser.Parent = WayPointsFrame
7540 GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7541 GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7542 GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
7543 GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
7544 GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
7545 GumdropDispenser.Font = Enum.Font.Fantasy
7546 GumdropDispenser.Text = "Gumdrop Dispenser"
7547 GumdropDispenser.TextSize = 16
7548
7549 BlueberryDispenser.Name = "BlueberryDispenser"
7550 BlueberryDispenser.Parent = WayPointsFrame
7551 BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7552 BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7553 BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
7554 BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
7555 BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
7556 BlueberryDispenser.Font = Enum.Font.Fantasy
7557 BlueberryDispenser.Text = "Blueberry Dispenser"
7558 BlueberryDispenser.TextSize = 16
7559
7560 StrawberryDispenser.Name = "StrawberryDispenser"
7561 StrawberryDispenser.Parent = WayPointsFrame
7562 StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7563 StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7564 StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
7565 StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
7566 StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
7567 StrawberryDispenser.Font = Enum.Font.Fantasy
7568 StrawberryDispenser.Text = "Strawberry Dispenser"
7569 StrawberryDispenser.TextSize = 16
7570
7571 TreatDispenser.Name = "TreatDispenser"
7572 TreatDispenser.Parent = WayPointsFrame
7573 TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7574 TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7575 TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
7576 TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
7577 TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
7578 TreatDispenser.Font = Enum.Font.Fantasy
7579 TreatDispenser.Text = "Treat Dispenser"
7580 TreatDispenser.TextSize = 16
7581
7582 Honeystorm.Name = "Honeystorm"
7583 Honeystorm.Parent = WayPointsFrame
7584 Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7585 Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7586 Honeystorm.Position = UDim2.new(0, 190, 0, 430)
7587 Honeystorm.Size = UDim2.new(0, 180, 0, 20)
7588 Honeystorm.TextColor3 = Color3.new(1, 1, 1)
7589 Honeystorm.Font = Enum.Font.Fantasy
7590 Honeystorm.Text = "Summon a Honeystorm"
7591 Honeystorm.TextSize = 16
7592
7593 HoneyConvertor.Name = "HoneyConvertor"
7594 HoneyConvertor.Parent = WayPointsFrame
7595 HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7596 HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7597 HoneyConvertor.Position = UDim2.new(0, 190, 0, 455)
7598 HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
7599 HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
7600 HoneyConvertor.Font = Enum.Font.Fantasy
7601 HoneyConvertor.Text = "Instant Honey Converter"
7602 HoneyConvertor.TextSize = 16
7603
7604 SunflowerField.Name = "SunflowerField"
7605 SunflowerField.Parent = WayPointsFrame
7606 SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7607 SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7608 SunflowerField.Position = UDim2.new(0, 375, 0, 30)
7609 SunflowerField.Size = UDim2.new(0, 180, 0, 20)
7610 SunflowerField.TextColor3 = Color3.new(1, 1, 1)
7611 SunflowerField.Font = Enum.Font.Fantasy
7612 SunflowerField.Text = "Sunflower Field"
7613 SunflowerField.TextSize = 16
7614
7615 MushRoomField.Name = "MushRoomField"
7616 MushRoomField.Parent = WayPointsFrame
7617 MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7618 MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7619 MushRoomField.Position = UDim2.new(0, 375, 0, 55)
7620 MushRoomField.Size = UDim2.new(0, 180, 0, 20)
7621 MushRoomField.TextColor3 = Color3.new(1, 1, 1)
7622 MushRoomField.Font = Enum.Font.Fantasy
7623 MushRoomField.Text = "MushRoom Field"
7624 MushRoomField.TextSize = 16
7625
7626 DandelionField.Name = "DandelionField"
7627 DandelionField.Parent = WayPointsFrame
7628 DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7629 DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7630 DandelionField.Position = UDim2.new(0, 375, 0, 80)
7631 DandelionField.Size = UDim2.new(0, 180, 0, 20)
7632 DandelionField.TextColor3 = Color3.new(1, 1, 1)
7633 DandelionField.Font = Enum.Font.Fantasy
7634 DandelionField.Text = "Dandelion Field"
7635 DandelionField.TextSize = 16
7636
7637 BlueField.Name = "BlueField"
7638 BlueField.Parent = WayPointsFrame
7639 BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7640 BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7641 BlueField.Position = UDim2.new(0, 375, 0, 105)
7642 BlueField.Size = UDim2.new(0, 180, 0, 20)
7643 BlueField.TextColor3 = Color3.new(1, 1, 1)
7644 BlueField.Font = Enum.Font.Fantasy
7645 BlueField.Text = "Blue Flower Field"
7646 BlueField.TextSize = 16
7647
7648 CloverField.Name = "CloverField"
7649 CloverField.Parent = WayPointsFrame
7650 CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7651 CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7652 CloverField.Position = UDim2.new(0, 375, 0, 130)
7653 CloverField.Size = UDim2.new(0, 180, 0, 20)
7654 CloverField.TextColor3 = Color3.new(1, 1, 1)
7655 CloverField.Font = Enum.Font.Fantasy
7656 CloverField.Text = "Clover Field"
7657 CloverField.TextSize = 16
7658
7659 StrawBerryField.Name = "StrawBerryField"
7660 StrawBerryField.Parent = WayPointsFrame
7661 StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7662 StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7663 StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
7664 StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
7665 StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
7666 StrawBerryField.Font = Enum.Font.Fantasy
7667 StrawBerryField.Text = "StrawBerry Field"
7668 StrawBerryField.TextSize = 16
7669
7670 SpiderField.Name = "SpiderField"
7671 SpiderField.Parent = WayPointsFrame
7672 SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7673 SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7674 SpiderField.Position = UDim2.new(0, 375, 0, 180)
7675 SpiderField.Size = UDim2.new(0, 180, 0, 20)
7676 SpiderField.TextColor3 = Color3.new(1, 1, 1)
7677 SpiderField.Font = Enum.Font.Fantasy
7678 SpiderField.Text = "Spider Field"
7679 SpiderField.TextSize = 16
7680
7681 BamBooField.Name = "BamBooField"
7682 BamBooField.Parent = WayPointsFrame
7683 BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7684 BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7685 BamBooField.Position = UDim2.new(0, 375, 0, 205)
7686 BamBooField.Size = UDim2.new(0, 180, 0, 20)
7687 BamBooField.TextColor3 = Color3.new(1, 1, 1)
7688 BamBooField.Font = Enum.Font.Fantasy
7689 BamBooField.Text = "BamBoo Field"
7690 BamBooField.TextSize = 16
7691
7692 RoseField.Name = "RoseField"
7693 RoseField.Parent = WayPointsFrame
7694 RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7695 RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7696 RoseField.Position = UDim2.new(0, 375, 0, 230)
7697 RoseField.Size = UDim2.new(0, 180, 0, 20)
7698 RoseField.TextColor3 = Color3.new(1, 1, 1)
7699 RoseField.Font = Enum.Font.Fantasy
7700 RoseField.Text = "Rose Field"
7701 RoseField.TextSize = 16
7702
7703 PineTreeField.Name = "PineTreeField"
7704 PineTreeField.Parent = WayPointsFrame
7705 PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7706 PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7707 PineTreeField.Position = UDim2.new(0, 375, 0, 255)
7708 PineTreeField.Size = UDim2.new(0, 180, 0, 20)
7709 PineTreeField.TextColor3 = Color3.new(1, 1, 1)
7710 PineTreeField.Font = Enum.Font.Fantasy
7711 PineTreeField.Text = "Pine Tree Forest"
7712 PineTreeField.TextSize = 16
7713
7714 CactusField.Name = "CactusField"
7715 CactusField.Parent = WayPointsFrame
7716 CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7717 CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7718 CactusField.Position = UDim2.new(0, 375, 0, 280)
7719 CactusField.Size = UDim2.new(0, 180, 0, 20)
7720 CactusField.TextColor3 = Color3.new(1, 1, 1)
7721 CactusField.Font = Enum.Font.Fantasy
7722 CactusField.Text = "Cactus Field"
7723 CactusField.TextSize = 16
7724
7725 PumpkinField.Name = "PumpkinField"
7726 PumpkinField.Parent = WayPointsFrame
7727 PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7728 PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7729 PumpkinField.Position = UDim2.new(0, 375, 0, 305)
7730 PumpkinField.Size = UDim2.new(0, 180, 0, 20)
7731 PumpkinField.TextColor3 = Color3.new(1, 1, 1)
7732 PumpkinField.Font = Enum.Font.Fantasy
7733 PumpkinField.Text = "Pumpkin Patch"
7734 PumpkinField.TextSize = 16
7735
7736 PineappleField.Name = "PineappleField"
7737 PineappleField.Parent = WayPointsFrame
7738 PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7739 PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7740 PineappleField.Position = UDim2.new(0, 375, 0, 330)
7741 PineappleField.Size = UDim2.new(0, 180, 0, 20)
7742 PineappleField.TextColor3 = Color3.new(1, 1, 1)
7743 PineappleField.Font = Enum.Font.Fantasy
7744 PineappleField.Text = "Pineapple Patch"
7745 PineappleField.TextSize = 16
7746
7747 MountainTopField.Name = "MountainTopField"
7748 MountainTopField.Parent = WayPointsFrame
7749 MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7750 MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7751 MountainTopField.Position = UDim2.new(0, 375, 0, 355)
7752 MountainTopField.Size = UDim2.new(0, 180, 0, 20)
7753 MountainTopField.TextColor3 = Color3.new(1, 1, 1)
7754 MountainTopField.Font = Enum.Font.Fantasy
7755 MountainTopField.Text = "Mountain Top Field"
7756 MountainTopField.TextSize = 16
7757
7758 Field1AF.Name = "Field1AF"
7759 Field1AF.Parent = WayPointsFrame
7760 Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7761 Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7762 Field1AF.Position = UDim2.new(0, 555, 0, 30)
7763 Field1AF.Size = UDim2.new(0, 40, 0, 20)
7764 Field1AF.TextColor3 = Color3.new(1, 1, 1)
7765 Field1AF.Font = Enum.Font.Fantasy
7766 Field1AF.Text = "Farm"
7767 Field1AF.TextSize = 16
7768
7769 Field2AF.Name = "Field2AF"
7770 Field2AF.Parent = WayPointsFrame
7771 Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7772 Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7773 Field2AF.Position = UDim2.new(0, 555, 0, 55)
7774 Field2AF.Size = UDim2.new(0, 40, 0, 20)
7775 Field2AF.TextColor3 = Color3.new(1, 1, 1)
7776 Field2AF.Font = Enum.Font.Fantasy
7777 Field2AF.Text = "Farm"
7778 Field2AF.TextSize = 16
7779
7780 Field3AF.Name = "Field3AF"
7781 Field3AF.Parent = WayPointsFrame
7782 Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7783 Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7784 Field3AF.Position = UDim2.new(0, 555, 0, 80)
7785 Field3AF.Size = UDim2.new(0, 40, 0, 20)
7786 Field3AF.TextColor3 = Color3.new(1, 1, 1)
7787 Field3AF.Font = Enum.Font.Fantasy
7788 Field3AF.Text = "Farm"
7789 Field3AF.TextSize = 16
7790
7791 Field4AF.Name = "Field4AF"
7792 Field4AF.Parent = WayPointsFrame
7793 Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7794 Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7795 Field4AF.Position = UDim2.new(0, 555, 0, 105)
7796 Field4AF.Size = UDim2.new(0, 40, 0, 20)
7797 Field4AF.TextColor3 = Color3.new(1, 1, 1)
7798 Field4AF.Font = Enum.Font.Fantasy
7799 Field4AF.Text = "Farm"
7800 Field4AF.TextSize = 16
7801
7802 Field5AF.Name = "Field5AF"
7803 Field5AF.Parent = WayPointsFrame
7804 Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7805 Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7806 Field5AF.Position = UDim2.new(0, 555, 0, 130)
7807 Field5AF.Size = UDim2.new(0, 40, 0, 20)
7808 Field5AF.TextColor3 = Color3.new(1, 1, 1)
7809 Field5AF.Font = Enum.Font.Fantasy
7810 Field5AF.Text = "Farm"
7811 Field5AF.TextSize = 16
7812
7813 Field6AF.Name = "Field6AF"
7814 Field6AF.Parent = WayPointsFrame
7815 Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7816 Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7817 Field6AF.Position = UDim2.new(0, 555, 0, 155)
7818 Field6AF.Size = UDim2.new(0, 40, 0, 20)
7819 Field6AF.TextColor3 = Color3.new(1, 1, 1)
7820 Field6AF.Font = Enum.Font.Fantasy
7821 Field6AF.Text = "Farm"
7822 Field6AF.TextSize = 16
7823
7824 Field7AF.Name = "Field7AF"
7825 Field7AF.Parent = WayPointsFrame
7826 Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7827 Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7828 Field7AF.Position = UDim2.new(0, 555, 0, 180)
7829 Field7AF.Size = UDim2.new(0, 40, 0, 20)
7830 Field7AF.TextColor3 = Color3.new(1, 1, 1)
7831 Field7AF.Font = Enum.Font.Fantasy
7832 Field7AF.Text = "Farm"
7833 Field7AF.TextSize = 16
7834
7835 Field8AF.Name = "Field8AF"
7836 Field8AF.Parent = WayPointsFrame
7837 Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7838 Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7839 Field8AF.Position = UDim2.new(0, 555, 0, 205)
7840 Field8AF.Size = UDim2.new(0, 40, 0, 20)
7841 Field8AF.TextColor3 = Color3.new(1, 1, 1)
7842 Field8AF.Font = Enum.Font.Fantasy
7843 Field8AF.Text = "Farm"
7844 Field8AF.TextSize = 16
7845
7846 Field9AF.Name = "Field9AF"
7847 Field9AF.Parent = WayPointsFrame
7848 Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7849 Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7850 Field9AF.Position = UDim2.new(0, 555, 0, 230)
7851 Field9AF.Size = UDim2.new(0, 40, 0, 20)
7852 Field9AF.TextColor3 = Color3.new(1, 1, 1)
7853 Field9AF.Font = Enum.Font.Fantasy
7854 Field9AF.Text = "Farm"
7855 Field9AF.TextSize = 16
7856
7857 Field10AF.Name = "Field10AF"
7858 Field10AF.Parent = WayPointsFrame
7859 Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7860 Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7861 Field10AF.Position = UDim2.new(0, 555, 0, 255)
7862 Field10AF.Size = UDim2.new(0, 40, 0, 20)
7863 Field10AF.TextColor3 = Color3.new(1, 1, 1)
7864 Field10AF.Font = Enum.Font.Fantasy
7865 Field10AF.Text = "Farm"
7866 Field10AF.TextSize = 16
7867
7868 Field11AF.Name = "Field11AF"
7869 Field11AF.Parent = WayPointsFrame
7870 Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7871 Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7872 Field11AF.Position = UDim2.new(0, 555, 0, 280)
7873 Field11AF.Size = UDim2.new(0, 40, 0, 20)
7874 Field11AF.TextColor3 = Color3.new(1, 1, 1)
7875 Field11AF.Font = Enum.Font.Fantasy
7876 Field11AF.Text = "Farm"
7877 Field11AF.TextSize = 16
7878
7879 Field12AF.Name = "Field12AF"
7880 Field12AF.Parent = WayPointsFrame
7881 Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7882 Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7883 Field12AF.Position = UDim2.new(0, 555, 0, 305)
7884 Field12AF.Size = UDim2.new(0, 40, 0, 20)
7885 Field12AF.TextColor3 = Color3.new(1, 1, 1)
7886 Field12AF.Font = Enum.Font.Fantasy
7887 Field12AF.Text = "Farm"
7888 Field12AF.TextSize = 16
7889
7890 Field13AF.Name = "Field13AF"
7891 Field13AF.Parent = WayPointsFrame
7892 Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7893 Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7894 Field13AF.Position = UDim2.new(0, 555, 0, 330)
7895 Field13AF.Size = UDim2.new(0, 40, 0, 20)
7896 Field13AF.TextColor3 = Color3.new(1, 1, 1)
7897 Field13AF.Font = Enum.Font.Fantasy
7898 Field13AF.Text = "Farm"
7899 Field13AF.TextSize = 16
7900
7901 Field14AF.Name = "Field14AF"
7902 Field14AF.Parent = WayPointsFrame
7903 Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7904 Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7905 Field14AF.Position = UDim2.new(0, 555, 0, 355)
7906 Field14AF.Size = UDim2.new(0, 40, 0, 20)
7907 Field14AF.TextColor3 = Color3.new(1, 1, 1)
7908 Field14AF.Font = Enum.Font.Fantasy
7909 Field14AF.Text = "Farm"
7910 Field14AF.TextSize = 16
7911
7912 Players.Name = "Players"
7913 Players.Parent = MainFrame
7914 Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7915 Players.BorderColor3 = Color3.new(0, 1, 0)
7916 Players.Position = UDim2.new(0, 118, 0, 5)
7917 Players.Size = UDim2.new(0, 60, 0, 20)
7918 Players.BackgroundTransparency = 0
7919 Players.Font = Enum.Font.Fantasy
7920 Players.TextColor3 = Color3.new(1, 1, 1)
7921 Players.Text = "Players"
7922 Players.TextSize = 17
7923 Players.TextWrapped = true
7924
7925 PlayerFrame.Name = "PlayerFrame"
7926 PlayerFrame.Parent = MainFrame
7927 PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
7928 PlayerFrame.BackgroundTransparency = 0.5
7929 PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
7930 PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
7931 PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
7932 PlayerFrame.Visible = false
7933
7934 PlyrSel.Name = "PlyrSel"
7935 PlyrSel.Parent = PlayerFrame
7936 PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
7937 PlyrSel.BackgroundTransparency = 0.15
7938 PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
7939 PlyrSel.Position = UDim2.new(0, 5, 0, 5)
7940 PlyrSel.Size = UDim2.new(0, 160, 0, 20)
7941 PlyrSel.Font = Enum.Font.SourceSans
7942 PlyrSel.Text = "SELECT A PLAYER"
7943 PlyrSel.TextColor3 = Color3.new(0, 0, 0)
7944 PlyrSel.TextScaled = true
7945 PlyrSel.TextSize = 17
7946 PlyrSel.TextWrapped = true
7947
7948 Player1.Name = "Player1"
7949 Player1.Parent = PlayerFrame
7950 Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7951 Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7952 Player1.Position = UDim2.new(0, 5, 0, 35)
7953 Player1.Size = UDim2.new(0, 160, 0, 20)
7954 Player1.Font = Enum.Font.Fantasy
7955 Player1.Text = ""
7956 Player1.TextColor3 = Color3.new(1, 1, 1)
7957 Player1.TextSize = 15
7958 Player1.TextWrapped = true
7959
7960 Player2.Name = "Player2"
7961 Player2.Parent = PlayerFrame
7962 Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7963 Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7964 Player2.Position = UDim2.new(0, 5, 0, 60)
7965 Player2.Size = UDim2.new(0, 160, 0, 20)
7966 Player2.Font = Enum.Font.Fantasy
7967 Player2.Text = ""
7968 Player2.TextColor3 = Color3.new(1, 1, 1)
7969 Player2.TextSize = 15
7970 Player2.TextWrapped = true
7971
7972 Player3.Name = "Player3"
7973 Player3.Parent = PlayerFrame
7974 Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7975 Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7976 Player3.Position = UDim2.new(0, 5, 0, 85)
7977 Player3.Size = UDim2.new(0, 160, 0, 20)
7978 Player3.Font = Enum.Font.Fantasy
7979 Player3.Text = ""
7980 Player3.TextColor3 = Color3.new(1, 1, 1)
7981 Player3.TextSize = 15
7982 Player3.TextWrapped = true
7983
7984 Player4.Name = "Player4"
7985 Player4.Parent = PlayerFrame
7986 Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7987 Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
7988 Player4.Position = UDim2.new(0, 5, 0, 110)
7989 Player4.Size = UDim2.new(0, 160, 0, 20)
7990 Player4.Font = Enum.Font.Fantasy
7991 Player4.Text = ""
7992 Player4.TextColor3 = Color3.new(1, 1, 1)
7993 Player4.TextSize = 15
7994 Player4.TextWrapped = true
7995
7996 Player5.Name = "Player5"
7997 Player5.Parent = PlayerFrame
7998 Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
7999 Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8000 Player5.Position = UDim2.new(0, 5, 0, 135)
8001 Player5.Size = UDim2.new(0, 160, 0, 20)
8002 Player5.Font = Enum.Font.Fantasy
8003 Player5.Text = ""
8004 Player5.TextColor3 = Color3.new(1, 1, 1)
8005 Player5.TextSize = 15
8006 Player5.TextWrapped = true
8007
8008 TpPlayer.Name = "TpPlayer"
8009 TpPlayer.Parent = PlayerFrame
8010 TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
8011 TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8012 TpPlayer.Position = UDim2.new(0, 5, 0, 165)
8013 TpPlayer.Size = UDim2.new(0, 160, 0, 30)
8014 TpPlayer.Font = Enum.Font.Fantasy
8015 TpPlayer.Text = "Teleport to Player"
8016 TpPlayer.TextColor3 = Color3.new(1, 1, 1)
8017 TpPlayer.TextWrapped = true
8018 TpPlayer.TextSize = 17
8019
8020 PollenFarm.Name = "PollenFarm"
8021 PollenFarm.Parent = MainFrame
8022 PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8023 PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
8024 PollenFarm.Position = UDim2.new(0, 183, 0, 5)
8025 PollenFarm.Size = UDim2.new(0, 100, 0, 20)
8026 PollenFarm.Font = Enum.Font.Fantasy
8027 PollenFarm.TextColor3 = Color3.new(1, 1, 1)
8028 PollenFarm.Text = "Farm Pollen"
8029 PollenFarm.TextSize = 17
8030 PollenFarm.TextWrapped = true
8031
8032 AutoDig.Name = "AutoDig"
8033 AutoDig.Parent = MainFrame
8034 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8035 AutoDig.BorderColor3 = Color3.new(0, 1, 0)
8036 AutoDig.Position = UDim2.new(0, 288, 0, 5)
8037 AutoDig.Size = UDim2.new(0, 70, 0, 20)
8038 AutoDig.Font = Enum.Font.Fantasy
8039 AutoDig.TextColor3 = Color3.new(1, 1, 1)
8040 AutoDig.Text = "Auto Dig"
8041 AutoDig.TextSize = 17
8042 AutoDig.TextWrapped = true
8043
8044 FindTreasures.Name = "FindTreasures"
8045 FindTreasures.Parent = MainFrame
8046 FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8047 FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
8048 FindTreasures.Position = UDim2.new(0, 363, 0, 5)
8049 FindTreasures.Size = UDim2.new(0, 130, 0, 20)
8050 FindTreasures.BackgroundTransparency = 0
8051 FindTreasures.Font = Enum.Font.Fantasy
8052 FindTreasures.TextColor3 = Color3.new(1, 1, 1)
8053 FindTreasures.Text = "Collect Treasures"
8054 FindTreasures.TextSize = 17
8055 FindTreasures.TextWrapped = true
8056
8057 FindTreasuresText1.Name = "FindTreasuresText1"
8058 FindTreasuresText1.Parent = MainFrame
8059 FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8060 FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
8061 FindTreasuresText1.BackgroundTransparency = 0.1
8062 FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
8063 FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
8064 FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
8065 FindTreasuresText1.Font = Enum.Font.Fantasy
8066 FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
8067 FindTreasuresText1.TextSize = 16
8068 FindTreasuresText1.TextWrapped = true
8069 FindTreasuresText1.ZIndex = 6
8070 FindTreasuresText1.Visible = false
8071 FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
8072
8073 ExtrasScreen.Name = "ExtrasScreen"
8074 ExtrasScreen.Parent = MainFrame
8075 ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8076 ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
8077 ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
8078 ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
8079 ExtrasScreen.BackgroundTransparency = 0
8080 ExtrasScreen.Font = Enum.Font.Fantasy
8081 ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
8082 ExtrasScreen.Text = "Extras"
8083 ExtrasScreen.TextSize = 17
8084 ExtrasScreen.TextWrapped = true
8085
8086 ExtrasFrame.Name = "ExtrasFrame"
8087 ExtrasFrame.Parent = MainFrame
8088 ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
8089 ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
8090 ExtrasFrame.BackgroundTransparency = 0.5
8091 ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
8092 ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
8093 ExtrasFrame.Visible = false
8094
8095 NoClip.Name = "NoClip"
8096 NoClip.Parent = ExtrasFrame
8097 NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8098 NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8099 NoClip.Position = UDim2.new(0, 5, 0, 5)
8100 NoClip.Size = UDim2.new(0, 160, 0, 20)
8101 NoClip.Font = Enum.Font.Fantasy
8102 NoClip.TextColor3 = Color3.new(1, 1, 1)
8103 NoClip.Text = "Enable NoClip"
8104 NoClip.TextSize = 17
8105 NoClip.TextWrapped = true
8106
8107 TPTool.Name = "TPTool"
8108 TPTool.Parent = ExtrasFrame
8109 TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8110 TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8111 TPTool.Position = UDim2.new(0, 5, 0, 30)
8112 TPTool.Size = UDim2.new(0, 160, 0, 20)
8113 TPTool.TextColor3 = Color3.new(1, 1, 1)
8114 TPTool.Font = Enum.Font.Fantasy
8115 TPTool.Text = "Add TPTool"
8116 TPTool.TextSize = 16
8117
8118 BTool.Name = "BTool"
8119 BTool.Parent = ExtrasFrame
8120 BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8121 BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8122 BTool.Position = UDim2.new(0, 5, 0, 55)
8123 BTool.Size = UDim2.new(0, 160, 0, 20)
8124 BTool.TextColor3 = Color3.new(1, 1, 1)
8125 BTool.Font = Enum.Font.Fantasy
8126 BTool.Text = "Add BTools"
8127 BTool.TextSize = 16
8128
8129 ReJoinServer.Name = "ReJoinServer"
8130 ReJoinServer.Parent = ExtrasFrame
8131 ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8132 ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
8133 ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
8134 ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
8135 ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
8136 ReJoinServer.Font = Enum.Font.Fantasy
8137 ReJoinServer.Text = "ReJoin a Server"
8138 ReJoinServer.TextSize = 16
8139 ReJoinServer.TextWrapped = true
8140
8141 InfoScreen.Name = "InfoScreen"
8142 InfoScreen.Parent = MainFrame
8143 InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8144 InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
8145 InfoScreen.Position = UDim2.new(0, 553, 0, 5)
8146 InfoScreen.Size = UDim2.new(0, 40, 0, 20)
8147 InfoScreen.BackgroundTransparency = 0
8148 InfoScreen.Font = Enum.Font.Fantasy
8149 InfoScreen.TextColor3 = Color3.new(1, 1, 1)
8150 InfoScreen.Text = "Info"
8151 InfoScreen.TextSize = 17
8152 InfoScreen.TextWrapped = true
8153
8154 InfoFrame.Name = "InfoFrame"
8155 InfoFrame.Parent = MainFrame
8156 InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8157 InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
8158 InfoFrame.BackgroundTransparency = 0.1
8159 InfoFrame.Position = UDim2.new(0, 398, 0, 34)
8160 InfoFrame.Size = UDim2.new(0, 200, 0, 190)
8161 InfoFrame.Visible = false
8162
8163 InfoText1.Name = "InfoText1"
8164 InfoText1.Parent = InfoFrame
8165 InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
8166 InfoText1.BorderColor3 = Color3.new(0, 0, 0)
8167 InfoText1.BackgroundTransparency = 1
8168 InfoText1.Position = UDim2.new(0, 5, 0, 5)
8169 InfoText1.Size = UDim2.new(0, 190, 0, 210)
8170 InfoText1.TextColor3 = Color3.new(1, 1, 1)
8171 InfoText1.Font = Enum.Font.Fantasy
8172 InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script\nTechnoDaft for adding Btools and Waypoints\nnewdarkt for adding the King Beetles Lair location"
8173 InfoText1.TextSize = 15
8174 InfoText1.TextWrapped = true
8175 InfoText1.TextYAlignment = Enum.TextYAlignment.Top
8176
8177 function notify(msg)
8178 game.StarterGui:SetCore('SendNotification', {
8179 Title = 'Bee Swarm LuckyGUI';
8180 Text = msg;
8181 Duration = 5;
8182 })
8183 end
8184
8185 --- Close ---
8186
8187 Close.MouseButton1Down:connect(function()
8188 MainGUI:Destroy()
8189 end)
8190
8191 --- Menus ---
8192
8193 local Menus = {
8194 [WayPoints] = WayPointsFrame;
8195 [ExtrasScreen] = ExtrasFrame;
8196 [InfoScreen] = InfoFrame;
8197 [Players] = PlayerFrame;
8198 }
8199 for button,frame in pairs(Menus) do
8200 button.MouseButton1Click:connect(function()
8201 if frame.Visible then
8202 frame.Visible = false
8203 return
8204 end
8205 for k,v in pairs(Menus) do
8206 v.Visible = v == frame
8207 end
8208 end)
8209 end
8210
8211 --- Snow Menus Show Hide ---
8212
8213 FindTreasures.MouseEnter:connect(function()
8214 FindTreasuresText1.Visible = true
8215 end)
8216
8217 FindTreasures.MouseLeave:connect(function()
8218 FindTreasuresText1.Visible = false
8219 end)
8220
8221 -- Pollen Farming --
8222
8223 spawn (function()
8224 while true do
8225 wait(0.2)
8226 if PollenFarmActive == true then
8227 local player = game:GetService("Players").LocalPlayer
8228 local currp
8229 workspace.Collectibles.ChildAdded:Connect(function(part)
8230 wait(0.5)
8231 if currp and (part.Position-currp).magnitude < 50 then
8232 player.Character:MoveTo(part.Position)
8233 wait(0.3)
8234 player.Character:MoveTo(currp)
8235 end
8236 end)
8237 local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
8238 if not pollenLbl then
8239 error("Backpack not found")
8240 end
8241 local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
8242 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
8243 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
8244 error("Tool not found")
8245 end
8246 print("Backpack size: " .. maxpollen)
8247 if Field1AFActive == true then
8248 fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
8249 print("Farming Sunflower Zone")
8250 elseif Field2AFActive == true then
8251 fieldpos = {Vector3.new(-100.1, 3.3, 134.4),Vector3.new(-67.9, 3.3, 135.7)}
8252 print("Farming Mushroom Zone")
8253 elseif Field3AFActive == true then
8254 fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
8255 print("Farming Dandelion Zone")
8256 elseif Field4AFActive == true then
8257 fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
8258 print("Farming Blue Flower Zone")
8259 elseif Field5AFActive == true then
8260 fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
8261 print("Farming Clover Zone")
8262 elseif Field6AFActive == true then
8263 fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
8264 print("Farming StrawBerry Zone")
8265 elseif Field7AFActive == true then
8266 fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
8267 print("Farming Spider Zone")
8268 elseif Field8AFActive == true then
8269 fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
8270 print("Farming BamBoo Zone")
8271 elseif Field9AFActive == true then
8272 fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
8273 print("Farming Rose Zone")
8274 elseif Field10AFActive == true then
8275 fieldpos = {Vector3.new(-310.1,65.5,-128.1),Vector3.new(-310.1,65.5,-168.1),Vector3.new(-310.1,65.5,-208.1)}
8276 print("Farming Pine Tree Zone")
8277 elseif Field11AFActive == true then
8278 fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
8279 print("Farming Cactus Zone")
8280 elseif Field12AFActive == true then
8281 fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
8282 print("Farming Pumpkin Zone")
8283 elseif Field13AFActive == true then
8284 fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
8285 print("Farming Pineapple Patch")
8286 elseif Field14AFActive == true then
8287 fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
8288 print("Farming Mountain Top Zone")
8289 else
8290 if maxpollen < 9999 then
8291 fieldpos = {Vector3.new(-220,3.3,220),Vector3.new(-220,4,180),Vector3.new(-220,4,140),Vector3.new(-220,4,100),Vector3.new(-190,4,126),Vector3.new(-190, 4, 166),Vector3.new(-190, 4, 206)}
8292 print("Auto Farming Zone 1 selected")
8293 else
8294 fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
8295 print("Auto Farming Zone 2 selected")
8296 end
8297 end
8298 local posIndex = 0
8299 while PollenFarmActive do
8300 --collect pollen
8301 pollenTool.Parent = player.Character
8302 wait(0.1)
8303 while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
8304 posIndex=posIndex+1
8305 if posIndex>#fieldpos then posIndex=1 end
8306 for rot=1,4 do
8307 if not PollenFarmActive then break end
8308 local angle = CFrame.Angles(0,math.pi*.5*rot,0)
8309 currp = fieldpos[posIndex]+angle.lookVector*10
8310 player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
8311 for i=1,25 do
8312 if not PollenFarmActive then break end
8313 wait(0.2)
8314 pollenTool.ClickEvent:FireServer(currp)
8315 end
8316 if player.leaderstats.Pollen.Value+1>maxpollen then break end
8317 end
8318 end
8319 --turn to honey
8320 currp=nil
8321 player.Character:MoveTo(player.SpawnPos.Value.p)
8322 wait(1)
8323 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
8324 if PollenFarmActive then
8325 repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
8326 wait(10)
8327 end
8328 end
8329 end
8330 end
8331 end)
8332
8333 --- WayPoints ---
8334
8335 local WayPoints = {
8336 ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
8337 ["Brown Bear"] = CFrame.new(282, 46, 236),
8338 ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
8339 ["Polar Bear"] = CFrame.new(-106, 119, -77),
8340 ["Science Bear"] = CFrame.new(267, 103, 20),
8341 ["Traveling Bear"] = CFrame.new(34, 14, 371),
8342 ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
8343 ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
8344 ["Redfield Boost"] = CFrame.new(-332, 20, 244),
8345 ["Bluefield Boost"] = CFrame.new(319, 58, 103),
8346 ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
8347 ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
8348 ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
8349 ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
8350 ["Slingshot (8)"] = CFrame.new(78, 23, 149),
8351 ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
8352 ["Tool Shop"] = CFrame.new(86, 4.6, 294),
8353 ["Tool Shop 2"] = CFrame.new(165, 69, -161),
8354 ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
8355 ["Ticket Tent"] = CFrame.new(-234, 17, 398),
8356 ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
8357 ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
8358 ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
8359 ["Club Honey"] = CFrame.new(47, 5, 323),
8360 ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
8361 ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
8362 ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
8363 ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
8364 ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
8365 ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
8366 ["King Beetles Lair"] = CFrame.new(218, 3, 140),
8367 ["Clover Field"] = CFrame.new(174, 34, 189),
8368 ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
8369 ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
8370 ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
8371 ["Sunflower Field"] = CFrame.new(-208, 4, 185),
8372 ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
8373 ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
8374 ["Dandelion Field"] = CFrame.new(-30, 4, 225),
8375 ["BamBoo Field"] = CFrame.new(93, 20, -25),
8376 ["Rose Field"] = CFrame.new(-322, 20, 124),
8377 ["Mushroom Field"] = CFrame.new(-94, 5, 116),
8378 ["Cactus Field"] = CFrame.new(-194, 68, -107),
8379 ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
8380 ["MountainTop Field"] = CFrame.new(76, 176, -181),
8381 ["PineTree Field"] = CFrame.new(-318, 68, -150),
8382 ["Pineapple Field"] = CFrame.new(262, 68, -201),
8383 ["Onett"] = CFrame.new(-8.4, 234, -517.9),
8384 ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
8385 ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
8386 ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
8387 ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
8388 }
8389
8390 ReturnToHive.MouseButton1Down:connect(function()
8391 local player = game:GetService("Players").LocalPlayer
8392 player.Character:MoveTo(player.SpawnPos.Value.p)
8393 WayPointsFrame.Visible = false
8394 notify'Teleported to Hive'
8395 end)
8396
8397 BlackBear.MouseButton1Down:connect(function()
8398 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8399 uTorso.CFrame = WayPoints["Black Bear"]
8400 WayPointsFrame.Visible = false
8401 notify'Teleported to Black Bear'
8402 end)
8403
8404 BrownBear.MouseButton1Down:connect(function()
8405 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8406 uTorso.CFrame = WayPoints["Brown Bear"]
8407 WayPointsFrame.Visible = false
8408 notify'Teleported to Brown Bear'
8409 end)
8410
8411 PandaBear.MouseButton1Down:connect(function()
8412 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8413 uTorso.CFrame = WayPoints["Panda Bear"]
8414 WayPointsFrame.Visible = false
8415 notify'Teleported to Panda Bear'
8416 end)
8417
8418 PolarBear.MouseButton1Down:connect(function()
8419 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8420 uTorso.CFrame = WayPoints["Polar Bear"]
8421 WayPointsFrame.Visible = false
8422 notify'Teleported to Polar Bear'
8423 end)
8424
8425 ScienceBear.MouseButton1Down:connect(function()
8426 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8427 uTorso.CFrame = WayPoints["Science Bear"]
8428 WayPointsFrame.Visible = false
8429 notify'Teleported to Science Bear'
8430 end)
8431
8432 TravelingBear.MouseButton1Down:connect(function()
8433 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8434 uTorso.CFrame = WayPoints["Traveling Bear"]
8435 WayPointsFrame.Visible = false
8436 notify'Teleported to Traveling Bear'
8437 end)
8438
8439 MotherBear.MouseButton1Down:connect(function()
8440 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8441 uTorso.CFrame = WayPoints["Mother Bear"]
8442 WayPointsFrame.Visible = false
8443 notify'Teleported to Mother Bear'
8444 end)
8445
8446 TunnelBear.MouseButton1Down:connect(function()
8447 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8448 uTorso.CFrame = WayPoints["Tunnel Bear"]
8449 WayPointsFrame.Visible = false
8450 notify'Teleported to Tunnel Bear'
8451 end)
8452
8453 RedBoost.MouseButton1Down:connect(function()
8454 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8455 uTorso.CFrame = WayPoints["Redfield Boost"]
8456 WayPointsFrame.Visible = false
8457 notify'Teleported to RedField Booster'
8458 end)
8459
8460 BlueBoost.MouseButton1Down:connect(function()
8461 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8462 uTorso.CFrame = WayPoints["Bluefield Boost"]
8463 WayPointsFrame.Visible = false
8464 notify'Teleported to BlueField Booster'
8465 end)
8466
8467 MountainBoost.MouseButton1Down:connect(function()
8468 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8469 uTorso.CFrame = WayPoints["MountainTop Boost"]
8470 WayPointsFrame.Visible = false
8471 notify'Teleported to MountainTop Boost'
8472 end)
8473
8474 RedCannon.MouseButton1Down:connect(function()
8475 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8476 uTorso.CFrame = WayPoints["Red Cannon (22)"]
8477 WayPointsFrame.Visible = false
8478 notify'Teleported to Red Cannon (22)'
8479 end)
8480
8481 BlueCannon.MouseButton1Down:connect(function()
8482 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8483 uTorso.CFrame = WayPoints["Blue Cannon (16)"]
8484 WayPointsFrame.Visible = false
8485 notify'Teleported to Blue Cannon (16)'
8486 end)
8487
8488 YellowCannon.MouseButton1Down:connect(function()
8489 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8490 uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
8491 WayPointsFrame.Visible = false
8492 notify'Teleported to Yellow Cannon (12)'
8493 end)
8494
8495 Slingshot.MouseButton1Down:connect(function()
8496 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8497 uTorso.CFrame = WayPoints["Slingshot (8)"]
8498 WayPointsFrame.Visible = false
8499 notify'Teleported to Slingshot (8)'
8500 end)
8501
8502 BeeShop.MouseButton1Down:connect(function()
8503 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8504 uTorso.CFrame = WayPoints["Bee Shop"]
8505 WayPointsFrame.Visible = false
8506 notify'Teleported to Bee Shop'
8507 end)
8508
8509 TPShop.MouseButton1Down:connect(function()
8510 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8511 uTorso.CFrame = WayPoints["Tool Shop"]
8512 WayPointsFrame.Visible = false
8513 notify'Teleported to Basic Tool Shop'
8514 end)
8515
8516 TPShop2.MouseButton1Down:connect(function()
8517 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8518 uTorso.CFrame = WayPoints["Tool Shop 2"]
8519 WayPointsFrame.Visible = false
8520 notify'Teleported to Advanced Tool Shop'
8521 end)
8522
8523 MountainTopShop.MouseButton1Down:connect(function()
8524 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8525 uTorso.CFrame = WayPoints["MountainTop Shop"]
8526 WayPointsFrame.Visible = false
8527 notify'Teleported to MountainTop Shop'
8528 end)
8529
8530 TentShop.MouseButton1Down:connect(function()
8531 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8532 uTorso.CFrame = WayPoints["Ticket Tent"]
8533 WayPointsFrame.Visible = false
8534 notify'Teleported to Ticket Tent Shop'
8535 end)
8536
8537 RedClubhouse.MouseButton1Down:connect(function()
8538 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8539 uTorso.CFrame = WayPoints["Red Clubhouse"]
8540 WayPointsFrame.Visible = false
8541 notify'Teleported to Red ClubHouse'
8542 end)
8543
8544 BlueClubhouse.MouseButton1Down:connect(function()
8545 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8546 uTorso.CFrame = WayPoints["Blue Clubhouse"]
8547 WayPointsFrame.Visible = false
8548 notify'Teleported to Blue ClubHouse'
8549 end)
8550
8551 TicketShop.MouseButton1Down:connect(function()
8552 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8553 uTorso.CFrame = WayPoints["Ticket Shop"]
8554 WayPointsFrame.Visible = false
8555 notify'Teleported to Ticket Dispenser'
8556 end)
8557
8558 ClubHoney.MouseButton1Down:connect(function()
8559 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8560 uTorso.CFrame = WayPoints["Club Honey"]
8561 WayPointsFrame.Visible = false
8562 notify'Teleported to Club Honey Dispenser'
8563 end)
8564
8565 RoyalJellyShop.MouseButton1Down:connect(function()
8566 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8567 uTorso.CFrame = WayPoints["RoyalJelly Shop"]
8568 WayPointsFrame.Visible = false
8569 notify'Teleported to RoyalJelly Shop'
8570 end)
8571
8572 TicketRoyalJelly.MouseButton1Down:connect(function()
8573 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8574 uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
8575 WayPointsFrame.Visible = false
8576 notify'Teleported to Ticket Royal Jelly Shop'
8577 end)
8578
8579 Honeystorm.MouseButton1Down:connect(function()
8580 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8581 uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
8582 WayPointsFrame.Visible = false
8583 notify'Teleported to Honeystorm'
8584 end)
8585
8586 HoneyConvertor.MouseButton1Down:connect(function()
8587 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8588 uTorso.CFrame = WayPoints["Instant Honey Convertor"]
8589 WayPointsFrame.Visible = false
8590 notify'Teleported to Instant Honey Convertor'
8591 end)
8592
8593 TreatDispenser.MouseButton1Down:connect(function()
8594 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8595 uTorso.CFrame = WayPoints["Treat Dispenser"]
8596 WayPointsFrame.Visible = false
8597 notify'Teleported to Treat Dispenser'
8598 end)
8599
8600 KingbeetlesLair.MouseButton1Down:connect(function()
8601 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8602 uTorso.CFrame = WayPoints["King Beetles Lair"]
8603 WayPointsFrame.Visible = false
8604 notify'Teleported to King Beetles Lair'
8605 end)
8606
8607
8608 MushRoomField.MouseButton1Down:connect(function()
8609 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8610 uTorso.CFrame = WayPoints["Mushroom Field"]
8611 WayPointsFrame.Visible = false
8612 notify'Teleported to Mushroom Field'
8613 end)
8614
8615 StrawBerryField.MouseButton1Down:connect(function()
8616 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8617 uTorso.CFrame = WayPoints["StrawBerry Field"]
8618 WayPointsFrame.Visible = false
8619 notify'Teleported to StrawBerry Field'
8620 end)
8621
8622 CloverField.MouseButton1Down:connect(function()
8623 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8624 uTorso.CFrame = WayPoints["Clover Field"]
8625 WayPointsFrame.Visible = false
8626 notify'Teleported to Clover Field'
8627 end)
8628
8629 SpiderField.MouseButton1Down:connect(function()
8630 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8631 uTorso.CFrame = WayPoints["Spider Field"]
8632 WayPointsFrame.Visible = false
8633 notify'Teleported to Spider Field'
8634 end)
8635
8636 BlueField.MouseButton1Down:connect(function()
8637 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8638 uTorso.CFrame = WayPoints["Blue Field"]
8639 WayPointsFrame.Visible = false
8640 notify'Teleported to Blue Field'
8641 end)
8642
8643 SunflowerField.MouseButton1Down:connect(function()
8644 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8645 uTorso.CFrame = WayPoints["Sunflower Field"]
8646 WayPointsFrame.Visible = false
8647 notify'Teleported to Sunflower Field'
8648 end)
8649
8650 DandelionField.MouseButton1Down:connect(function()
8651 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8652 uTorso.CFrame = WayPoints["Dandelion Field"]
8653 WayPointsFrame.Visible = false
8654 notify'Teleported to Dandelion Field'
8655 end)
8656
8657 BamBooField.MouseButton1Down:connect(function()
8658 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8659 uTorso.CFrame = WayPoints["BamBoo Field"]
8660 WayPointsFrame.Visible = false
8661 notify'Teleported to BamBoo Field'
8662 end)
8663
8664 RoseField.MouseButton1Down:connect(function()
8665 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8666 uTorso.CFrame = WayPoints["Rose Field"]
8667 WayPointsFrame.Visible = false
8668 notify'Teleported to Rose Field'
8669 end)
8670
8671 CactusField.MouseButton1Down:connect(function()
8672 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8673 uTorso.CFrame = WayPoints["Cactus Field"]
8674 WayPointsFrame.Visible = false
8675 notify'Teleported to BamBoo Field'
8676 end)
8677
8678 PumpkinField.MouseButton1Down:connect(function()
8679 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8680 uTorso.CFrame = WayPoints["Pumpkin Field"]
8681 WayPointsFrame.Visible = false
8682 notify'Teleported to BamBoo Field'
8683 end)
8684
8685 PineTreeField.MouseButton1Down:connect(function()
8686 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8687 uTorso.CFrame = WayPoints["PineTree Field"]
8688 WayPointsFrame.Visible = false
8689 notify'Teleported to BamBoo Field'
8690 end)
8691
8692 MountainTopField.MouseButton1Down:connect(function()
8693 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8694 uTorso.CFrame = WayPoints["MountainTop Field"]
8695 WayPointsFrame.Visible = false
8696 notify'Teleported to Mountain Top Field'
8697 end)
8698
8699 PineappleField.MouseButton1Down:connect(function()
8700 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8701 uTorso.CFrame = WayPoints["Pineapple Field"]
8702 WayPointsFrame.Visible = false
8703 notify'Teleported to Pineapple Field'
8704 end)
8705
8706 GumdropDispenser.MouseButton1Down:connect(function()
8707 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8708 uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
8709 WayPointsFrame.Visible = false
8710 notify'Teleported to Gumdrop Dispenser'
8711 end)
8712
8713 TreatShop.MouseButton1Down:connect(function()
8714 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8715 uTorso.CFrame = WayPoints["Treat Shop"]
8716 WayPointsFrame.Visible = false
8717 notify'Teleported to Treat Shop'
8718 end)
8719
8720 Onett.MouseButton1Down:connect(function()
8721 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8722 uTorso.CFrame = WayPoints["Onett"]
8723 WayPointsFrame.Visible = false
8724 notify'Teleported to Onett'
8725 end)
8726
8727 AntChallenge.MouseButton1Down:connect(function()
8728 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8729 uTorso.CFrame = WayPoints["Ant Challenge"]
8730 WayPointsFrame.Visible = false
8731 notify'Teleported to Ant Challenge'
8732 end)
8733
8734 BlueberryDispenser.MouseButton1Down:connect(function()
8735 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8736 uTorso.CFrame = WayPoints["Blueberry Dispenser"]
8737 WayPointsFrame.Visible = false
8738 notify'Teleported to Blueberry Dispenser'
8739 end)
8740
8741 StrawberryDispenser.MouseButton1Down:connect(function()
8742 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8743 uTorso.CFrame = WayPoints["Strawberry Dispenser"]
8744 WayPointsFrame.Visible = false
8745 notify'Teleported to Strawberry Dispenser'
8746 end)
8747
8748 -- Show Location --
8749
8750 spawn (function()
8751 while true do
8752 function round(num, numDecimalPlaces)
8753 local mult = 10^(numDecimalPlaces or 0)
8754 return math.floor(num * mult + 0.5) / mult
8755 end
8756 LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
8757 LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
8758 LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
8759 ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
8760 wait(0.5)
8761 end
8762 end)
8763
8764 SetLocation.MouseButton1Down:connect(function()
8765 function round(num, numDecimalPlaces)
8766 local mult = 10^(numDecimalPlaces or 0)
8767 return math.floor(num * mult + 0.5) / mult
8768 end
8769 setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
8770 setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
8771 setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
8772 print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
8773 SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
8774 CustomLocationSet = true
8775 end)
8776
8777 --- TP to custom location ---
8778
8779 TPLocation.MouseButton1Down:connect(function()
8780 if CustomLocationSet == true then
8781 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
8782 uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
8783 end
8784 end)
8785
8786 --- Player Teleport ---
8787
8788 local buttons = {
8789 Player1,
8790 Player2,
8791 Player3,
8792 Player4,
8793 Player5
8794 }
8795 spawn (function()
8796 while true do
8797 Player1.Text = ""
8798 Player2.Text = ""
8799 Player3.Text = ""
8800 Player4.Text = ""
8801 Player5.Text = ""
8802 for i, v in pairs(game.Players:GetChildren()) do
8803 buttons[i].Text = v.Name
8804 buttons[i].Visible = true
8805 end
8806 wait(0.5)
8807 end
8808 end)
8809
8810 Player1.MouseButton1Down:connect(function()
8811 PlyrSel.Text = Player1.Text
8812 end)
8813 Player2.MouseButton1Down:connect(function()
8814 PlyrSel.Text = Player2.Text
8815 end)
8816 Player3.MouseButton1Down:connect(function()
8817 PlyrSel.Text = Player3.Text
8818 end)
8819 Player4.MouseButton1Down:connect(function()
8820 PlyrSel.Text = Player4.Text
8821 end)
8822 Player5.MouseButton1Down:connect(function()
8823 PlyrSel.Text = Player5.Text
8824 end)
8825
8826 TpPlayer.MouseButton1Down:connect(function()
8827 if PlyrSel.Text == "SELECT A PLAYER" then
8828 warn("No Player Selected")
8829 else
8830 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
8831 end
8832 end)
8833
8834 spawn(function()
8835 while true do
8836 wait()
8837 if antchallengeescape == true then
8838 while antchallengeescape == true do
8839 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, NewLocationY, LocationZ)
8840 wait(0.3)
8841 end
8842 end
8843 end
8844 end)
8845
8846 -- Find Hidden Treasures --
8847
8848 FindTreasures.MouseButton1Down:connect(function()
8849 local player = game:GetService("Players").LocalPlayer
8850 local function collecttreasure(treasure)
8851 for i,v in ipairs(treasure:GetChildren()) do
8852 if v.Parent then
8853 player.Character:MoveTo(v.Position)
8854 end
8855 wait(1)
8856 end
8857 end
8858 collecttreasure(workspace.TreasureCollectibles)
8859 wait(1)
8860 player.Character:MoveTo(player.SpawnPos.Value.p)
8861 end)
8862
8863 --- NoClip ---
8864
8865 noclip = false
8866 game:GetService('RunService').Stepped:connect(function()
8867 if noclip then
8868 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
8869 end
8870 end)
8871 NoClip.MouseButton1Down:connect(function()
8872 noclip = not noclip
8873 if NoClip.Text == "Enable NoClip" then
8874 NoClip.Text = "Disable NoClip"
8875 NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
8876 else
8877 NoClip.Text = "Enable NoClip"
8878 NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8879 end
8880 end)
8881
8882 --- TP Tool ---
8883
8884 TPTool.MouseButton1Down:connect(function()
8885 local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
8886 Tele.RequiresHandle = false
8887 Tele.RobloxLocked = true
8888 Tele.Name = "TPTool"
8889 Tele.ToolTip = "Teleport Tool"
8890 Tele.Equipped:connect(function(Mouse)
8891 Mouse.Button1Down:connect(function()
8892 if Mouse.Target then
8893 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
8894 end
8895 end)
8896 end)
8897 notify'TP Tool added to your Backpack'
8898
8899 end)
8900
8901 --- Builder Tool ---
8902
8903 BTool.MouseButton1Down:connect(function()
8904 local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
8905 local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
8906 local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
8907 local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
8908 local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
8909 tool1.BinType = "Clone"
8910 tool2.BinType = "GameTool"
8911 tool3.BinType = "Hammer"
8912 tool4.BinType = "Script"
8913 tool5.BinType = "Grab"
8914 notify'BTools added to your Backpack'
8915 end)
8916
8917 --- Pollen Farm ---
8918
8919 PollenFarm.MouseButton1Click:connect(function()
8920 if PollenFarmActive ~= true then
8921 PollenFarmActive = true
8922 Field1AFActive = false
8923 Field2AFActive = false
8924 Field3AFActive = false
8925 Field4AFActive = false
8926 Field5AFActive = false
8927 Field6AFActive = false
8928 Field7AFActive = false
8929 Field8AFActive = false
8930 Field9AFActive = false
8931 Field10AFActive = false
8932 Field11AFActive = false
8933 Field12AFActive = false
8934 Field13AFActive = false
8935 Field14AFActive = false
8936 PollenFarm.Text = "Stop Farming"
8937 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
8938 notify'Pollen Farming Started'
8939 else
8940 PollenFarmActive = false
8941 Field1AFActive = false
8942 Field2AFActive = false
8943 Field3AFActive = false
8944 Field4AFActive = false
8945 Field5AFActive = false
8946 Field6AFActive = false
8947 Field7AFActive = false
8948 Field8AFActive = false
8949 Field9AFActive = false
8950 Field10AFActive = false
8951 Field11AFActive = false
8952 Field12AFActive = false
8953 Field13AFActive = false
8954 Field14AFActive = false
8955 notify'Pollen Farming Ended'
8956 PollenFarm.Text = "Farm Pollen"
8957 PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
8958 local player = game:GetService("Players").LocalPlayer
8959 currp=nil
8960 player.Character:MoveTo(player.SpawnPos.Value.p)
8961 end
8962 end)
8963
8964 Field1AF.MouseButton1Down:connect(function()
8965 PollenFarmActive = true
8966 Field1AFActive = true
8967 Field2AFActive = false
8968 Field3AFActive = false
8969 Field4AFActive = false
8970 Field5AFActive = false
8971 Field6AFActive = false
8972 Field7AFActive = false
8973 Field8AFActive = false
8974 Field9AFActive = false
8975 Field10AFActive = false
8976 Field11AFActive = false
8977 Field12AFActive = false
8978 Field13AFActive = false
8979 Field14AFActive = false
8980 PollenFarm.Text = "Stop Farming"
8981 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
8982 notify'Pollen Farming Zone 1 Started'
8983 WayPointsFrame.Visible = false
8984 end)
8985
8986 Field2AF.MouseButton1Down:connect(function()
8987 PollenFarmActive = true
8988 Field2AFActive = true
8989 Field1AFActive = false
8990 Field3AFActive = false
8991 Field4AFActive = false
8992 Field5AFActive = false
8993 Field6AFActive = false
8994 Field7AFActive = false
8995 Field8AFActive = false
8996 Field9AFActive = false
8997 Field10AFActive = false
8998 Field11AFActive = false
8999 Field12AFActive = false
9000 Field13AFActive = false
9001 Field14AFActive = false
9002 PollenFarm.Text = "Stop Farming"
9003 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9004 notify'Pollen Farming Zone 2 Started'
9005 WayPointsFrame.Visible = false
9006 end)
9007
9008 Field3AF.MouseButton1Down:connect(function()
9009 PollenFarmActive = true
9010 Field3AFActive = true
9011 Field1AFActive = false
9012 Field2AFActive = false
9013 Field4AFActive = false
9014 Field5AFActive = false
9015 Field6AFActive = false
9016 Field7AFActive = false
9017 Field8AFActive = false
9018 Field9AFActive = false
9019 Field10AFActive = false
9020 Field11AFActive = false
9021 Field12AFActive = false
9022 Field13AFActive = false
9023 Field14AFActive = false
9024 PollenFarm.Text = "Stop Farming"
9025 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9026 notify'Pollen Farming Zone 3 Started'
9027 WayPointsFrame.Visible = false
9028 end)
9029
9030 Field4AF.MouseButton1Down:connect(function()
9031 PollenFarmActive = true
9032 Field4AFActive = true
9033 Field1AFActive = false
9034 Field2AFActive = false
9035 Field3AFActive = false
9036 Field5AFActive = false
9037 Field6AFActive = false
9038 Field7AFActive = false
9039 Field8AFActive = false
9040 Field9AFActive = false
9041 Field10AFActive = false
9042 Field11AFActive = false
9043 Field12AFActive = false
9044 Field13AFActive = false
9045 Field14AFActive = false
9046 PollenFarm.Text = "Stop Farming"
9047 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9048 notify'Pollen Farming Zone 4 Started'
9049 WayPointsFrame.Visible = false
9050 end)
9051
9052 Field5AF.MouseButton1Down:connect(function()
9053 PollenFarmActive = true
9054 Field5AFActive = true
9055 Field1AFActive = false
9056 Field2AFActive = false
9057 Field3AFActive = false
9058 Field4AFActive = false
9059 Field6AFActive = false
9060 Field7AFActive = false
9061 Field8AFActive = false
9062 Field9AFActive = false
9063 Field10AFActive = false
9064 Field11AFActive = false
9065 Field12AFActive = false
9066 Field13AFActive = false
9067 Field14AFActive = false
9068 PollenFarm.Text = "Stop Farming"
9069 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9070 notify'Pollen Farming Zone 5 Started'
9071 WayPointsFrame.Visible = false
9072 end)
9073
9074 Field6AF.MouseButton1Down:connect(function()
9075 PollenFarmActive = true
9076 Field6AFActive = true
9077 Field1AFActive = false
9078 Field2AFActive = false
9079 Field3AFActive = false
9080 Field4AFActive = false
9081 Field5AFActive = false
9082 Field7AFActive = false
9083 Field8AFActive = false
9084 Field9AFActive = false
9085 Field10AFActive = false
9086 Field11AFActive = false
9087 Field12AFActive = false
9088 Field13AFActive = false
9089 Field14AFActive = false
9090 PollenFarm.Text = "Stop Farming"
9091 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9092 notify'Pollen Farming Zone 6 Started'
9093 WayPointsFrame.Visible = false
9094 end)
9095
9096 Field7AF.MouseButton1Down:connect(function()
9097 PollenFarmActive = true
9098 Field7AFActive = true
9099 Field1AFActive = false
9100 Field2AFActive = false
9101 Field3AFActive = false
9102 Field4AFActive = false
9103 Field5AFActive = false
9104 Field6AFActive = false
9105 Field8AFActive = false
9106 Field9AFActive = false
9107 Field10AFActive = false
9108 Field11AFActive = false
9109 Field12AFActive = false
9110 Field13AFActive = false
9111 Field14AFActive = false
9112 PollenFarm.Text = "Stop Farming"
9113 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9114 notify'Pollen Farming Zone 7 Started'
9115 WayPointsFrame.Visible = false
9116 end)
9117
9118 Field8AF.MouseButton1Down:connect(function()
9119 PollenFarmActive = true
9120 Field8AFActive = true
9121 Field1AFActive = false
9122 Field2AFActive = false
9123 Field3AFActive = false
9124 Field4AFActive = false
9125 Field5AFActive = false
9126 Field6AFActive = false
9127 Field7AFActive = false
9128 Field9AFActive = false
9129 Field10AFActive = false
9130 Field11AFActive = false
9131 Field12AFActive = false
9132 Field13AFActive = false
9133 Field14AFActive = false
9134 PollenFarm.Text = "Stop Farming"
9135 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9136 notify'Pollen Farming Zone 8 Started'
9137 WayPointsFrame.Visible = false
9138 end)
9139
9140 Field9AF.MouseButton1Down:connect(function()
9141 PollenFarmActive = true
9142 Field9AFActive = true
9143 Field1AFActive = false
9144 Field2AFActive = false
9145 Field3AFActive = false
9146 Field4AFActive = false
9147 Field5AFActive = false
9148 Field6AFActive = false
9149 Field7AFActive = false
9150 Field8AFActive = false
9151 Field10AFActive = false
9152 Field11AFActive = false
9153 Field12AFActive = false
9154 Field13AFActive = false
9155 Field14AFActive = false
9156 PollenFarm.Text = "Stop Farming"
9157 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9158 notify'Pollen Farming Zone 9 Started'
9159 WayPointsFrame.Visible = false
9160 end)
9161
9162 Field10AF.MouseButton1Down:connect(function()
9163 PollenFarmActive = true
9164 Field10AFActive = true
9165 Field1AFActive = false
9166 Field2AFActive = false
9167 Field3AFActive = false
9168 Field4AFActive = false
9169 Field5AFActive = false
9170 Field6AFActive = false
9171 Field7AFActive = false
9172 Field8AFActive = false
9173 Field9AFActive = false
9174 Field11AFActive = false
9175 Field12AFActive = false
9176 Field13AFActive = false
9177 Field14AFActive = false
9178 PollenFarm.Text = "Stop Farming"
9179 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9180 notify'Pollen Farming Zone 10 Started'
9181 WayPointsFrame.Visible = false
9182 end)
9183
9184 Field11AF.MouseButton1Down:connect(function()
9185 PollenFarmActive = true
9186 Field11AFActive = true
9187 Field1AFActive = false
9188 Field2AFActive = false
9189 Field3AFActive = false
9190 Field4AFActive = false
9191 Field5AFActive = false
9192 Field6AFActive = false
9193 Field7AFActive = false
9194 Field8AFActive = false
9195 Field9AFActive = false
9196 Field10AFActive = false
9197 Field12AFActive = false
9198 Field13AFActive = false
9199 Field14AFActive = false
9200 PollenFarm.Text = "Stop Farming"
9201 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9202 notify'Pollen Farming Zone 11 Started'
9203 WayPointsFrame.Visible = false
9204 end)
9205
9206 Field12AF.MouseButton1Down:connect(function()
9207 PollenFarmActive = true
9208 Field12AFActive = true
9209 Field1AFActive = false
9210 Field2AFActive = false
9211 Field3AFActive = false
9212 Field4AFActive = false
9213 Field5AFActive = false
9214 Field6AFActive = false
9215 Field7AFActive = false
9216 Field8AFActive = false
9217 Field9AFActive = false
9218 Field10AFActive = false
9219 Field11AFActive = false
9220 Field13AFActive = false
9221 Field14AFActive = false
9222 PollenFarm.Text = "Stop Farming"
9223 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9224 notify'Pollen Farming Zone 12 Started'
9225 WayPointsFrame.Visible = false
9226 end)
9227
9228 Field13AF.MouseButton1Down:connect(function()
9229 PollenFarmActive = true
9230 Field13AFActive = true
9231 Field1AFActive = false
9232 Field2AFActive = false
9233 Field3AFActive = false
9234 Field4AFActive = false
9235 Field5AFActive = false
9236 Field6AFActive = false
9237 Field7AFActive = false
9238 Field8AFActive = false
9239 Field9AFActive = false
9240 Field10AFActive = false
9241 Field11AFActive = false
9242 Field12AFActive = false
9243 Field14AFActive = false
9244 PollenFarm.Text = "Stop Farming"
9245 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9246 notify'Pollen Farming Zone 13 Started'
9247 WayPointsFrame.Visible = false
9248 end)
9249
9250 Field14AF.MouseButton1Down:connect(function()
9251 PollenFarmActive = true
9252 Field14AFActive = true
9253 Field1AFActive = false
9254 Field2AFActive = false
9255 Field3AFActive = false
9256 Field4AFActive = false
9257 Field5AFActive = false
9258 Field6AFActive = false
9259 Field7AFActive = false
9260 Field8AFActive = false
9261 Field9AFActive = false
9262 Field10AFActive = false
9263 Field11AFActive = false
9264 Field12AFActive = false
9265 Field13AFActive = false
9266 PollenFarm.Text = "Stop Farming"
9267 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
9268 notify'Pollen Farming Zone 14 Started'
9269 WayPointsFrame.Visible = false
9270 end)
9271
9272 -- Auto Dig --
9273
9274 AutoDig.MouseButton1Click:connect(function()
9275 if AutoDigActive ~= true then
9276 AutoDigActive = true
9277 AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
9278 if AutoDigActive then
9279 local player = game:GetService("Players").LocalPlayer
9280 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
9281 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
9282 AutoDigActive = false
9283 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
9284 error("Tool not found")
9285 end
9286 pollenTool.Parent = player.Character
9287 while AutoDigActive do
9288 wait(0.1)
9289 pollenTool.ClickEvent:FireServer(CFrame.new())
9290 end
9291 end
9292 else
9293 AutoDigActive = false
9294 notify'Auto Dig Stopped'
9295 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
9296 end
9297 end)
9298
9299 --- ReJoin Server ---
9300
9301 ReJoinServer.MouseButton1Down:connect(function()
9302 local placeId = 1537690962
9303 game:GetService("TeleportService"):Teleport(placeId)
9304 end)
9305
9306 --- Mouse Actions ---
9307
9308 mouse.KeyDown:connect(function(key)
9309 if key == "r" then
9310 if antchallengeescape == true then
9311 antchallengeescape = false
9312 else
9313 LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
9314 LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
9315 LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
9316 NewLocationY = LocationY +10
9317 print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
9318 antchallengeescape = true
9319 end
9320 end
9321 end)
9322 end)
9323
9324
9325end
9326coroutine.resume(coroutine.create(SCRIPT_VEIZ75_FAKESCRIPT))
9327function SCRIPT_HHMV89_FAKESCRIPT() -- exit4.LocalScript
9328 getfenv().script = Instance.new('LocalScript', exit4)
9329
9330 button = script.Parent
9331
9332
9333 button.MouseButton1Down:connect(function()
9334 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Visible = false
9335 end)
9336
9337end
9338coroutine.resume(coroutine.create(SCRIPT_HHMV89_FAKESCRIPT))
9339function SCRIPT_TOYI81_FAKESCRIPT() -- MurderGui.Script
9340 getfenv().script = Instance.new('Script', MurderGui)
9341
9342 button = script.Parent
9343
9344
9345 button.MouseButton1Down:connect(function()
9346 -- Made by abs_0 (absoabsolute0)
9347 -- Objects
9348
9349 local mygui = Instance.new("ScreenGui")
9350 local maintab = Instance.new("Frame")
9351 local title = Instance.new("TextLabel")
9352 local bodyframe = Instance.new("Frame")
9353 local menuframe = Instance.new("Frame")
9354 local generalbuttonframe = Instance.new("Frame")
9355 local generalbutton = Instance.new("TextButton")
9356 local generalbuttonlabel = Instance.new("ImageLabel")
9357 local lpbuttonframe = Instance.new("Frame")
9358 local lpbutton = Instance.new("TextButton")
9359 local lpbuttonlabel = Instance.new("ImageLabel")
9360 local tpbuttonframe = Instance.new("Frame")
9361 local tpbutton = Instance.new("TextButton")
9362 local tpbuttonlabel = Instance.new("ImageLabel")
9363 local tptextbox = Instance.new("TextBox")
9364 local tpunderline = Instance.new("Frame")
9365 local tpunderlinebase = Instance.new("Frame")
9366 local generalframe = Instance.new("Frame")
9367 local generalespframe = Instance.new("Frame")
9368 local generalespbutton = Instance.new("TextButton")
9369 local generalesplabel = Instance.new("ImageLabel")
9370 local generalcoinframe = Instance.new("Frame")
9371 local generalcoinbutton = Instance.new("TextButton")
9372 local generalcoinlabel = Instance.new("ImageLabel")
9373 local generalgunframe = Instance.new("Frame")
9374 local generalgunbutton = Instance.new("TextButton")
9375 local generalgunlabel = Instance.new("ImageLabel")
9376 local generallobbyframe = Instance.new("Frame")
9377 local generallobbybutton = Instance.new("TextButton")
9378 local generallobbylabel = Instance.new("ImageLabel")
9379 local lpframe = Instance.new("Frame")
9380 local lpjumpframe = Instance.new("Frame")
9381 local lpjumpbutton = Instance.new("TextButton")
9382 local lpjumplabel = Instance.new("ImageLabel")
9383 local lpgravframe = Instance.new("Frame")
9384 local lpgravbutton = Instance.new("TextButton")
9385 local lpgravlabel = Instance.new("ImageLabel")
9386 local lpwalkframe = Instance.new("Frame")
9387 local lpwalkbutton = Instance.new("TextButton")
9388 local lpwalklabel = Instance.new("ImageLabel")
9389 local lpgodframe = Instance.new("Frame")
9390 local lpgodbutton = Instance.new("TextButton")
9391 local lpgodlabel = Instance.new("ImageLabel")
9392 local backbutton1 = Instance.new("TextButton")
9393 local backbutton1label = Instance.new("ImageLabel")
9394 local backbutton2 = Instance.new("TextButton")
9395 local backbutton2label = Instance.new("ImageLabel")
9396 local creditsbutton = Instance.new("TextButton")
9397 local creditsiconlabel1 = Instance.new("ImageLabel")
9398 local creditsiconlabel2 = Instance.new("ImageLabel")
9399 local toggle = Instance.new("Frame")
9400 local closeall = Instance.new("TextButton")
9401 local closeopen = Instance.new("TextButton")
9402 local closeopenlabel = Instance.new("ImageLabel")
9403 local creditstab = Instance.new("Frame")
9404 local creditstitle = Instance.new("TextLabel")
9405 local creditsframe = Instance.new("Frame")
9406 local creditsmenuframe = Instance.new("Frame")
9407 local creditsfield = Instance.new("TextLabel")
9408 local closecredits = Instance.new("TextButton")
9409
9410 -- Properties
9411
9412 mygui.Name = "mygui"
9413 mygui.Parent = game.CoreGui
9414
9415 maintab.Name = "maintab"
9416 maintab.Parent = mygui
9417 maintab.Active = true
9418 maintab.BackgroundColor3 = Color3.new(1, 1, 1)
9419 maintab.BackgroundTransparency = 0.5
9420 maintab.BorderSizePixel = 0
9421 maintab.Draggable = true
9422 maintab.Position = UDim2.new(0, 900, 0, 330)
9423 maintab.Size = UDim2.new(0, 256, 0, 30)
9424
9425 title.Name = "title"
9426 title.Parent = maintab
9427 title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
9428 title.BorderSizePixel = 0
9429 title.Size = UDim2.new(0, 256, 0, 30)
9430 title.Font = Enum.Font.SourceSansBold
9431 title.FontSize = Enum.FontSize.Size24
9432 title.Text = "MM2 Gui"
9433 title.TextColor3 = Color3.new(1, 1, 1)
9434 title.TextSize = 23
9435
9436 bodyframe.Name = "bodyframe"
9437 bodyframe.Parent = maintab
9438 bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
9439 bodyframe.BorderSizePixel = 0
9440 bodyframe.ClipsDescendants = true
9441 bodyframe.Position = UDim2.new(0, 0, 0, 30)
9442 bodyframe.Size = UDim2.new(0, 256, 0, 222)
9443
9444 menuframe.Name = "menuframe"
9445 menuframe.Parent = bodyframe
9446 menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
9447 menuframe.BackgroundTransparency = 1
9448 menuframe.BorderSizePixel = 0
9449 menuframe.Size = UDim2.new(0, 256, 0, 222)
9450
9451 generalbuttonframe.Name = "generalbuttonframe"
9452 generalbuttonframe.Parent = menuframe
9453 generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
9454 generalbuttonframe.BorderSizePixel = 0
9455 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
9456 generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
9457
9458 generalbutton.Name = "generalbutton"
9459 generalbutton.Parent = generalbuttonframe
9460 generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9461 generalbutton.BackgroundTransparency = 1
9462 generalbutton.BorderSizePixel = 0
9463 generalbutton.ClipsDescendants = true
9464 generalbutton.Size = UDim2.new(0, 194, 0, 30)
9465 generalbutton.Font = Enum.Font.SourceSansSemibold
9466 generalbutton.FontSize = Enum.FontSize.Size24
9467 generalbutton.Text = "General"
9468 generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9469 generalbutton.TextSize = 20
9470
9471 generalbuttonlabel.Name = "generalbuttonlabel"
9472 generalbuttonlabel.Parent = generalbutton
9473 generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9474 generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9475 generalbuttonlabel.BackgroundTransparency = 1
9476 generalbuttonlabel.BorderSizePixel = 0
9477 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9478 generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
9479 generalbuttonlabel.Visible = false
9480 generalbuttonlabel.Image = "rbxassetid://200182847"
9481 generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9482 generalbuttonlabel.ImageTransparency = 0.80000001192093
9483
9484 lpbuttonframe.Name = "lpbuttonframe"
9485 lpbuttonframe.Parent = menuframe
9486 lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
9487 lpbuttonframe.BorderSizePixel = 0
9488 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
9489 lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
9490
9491 lpbutton.Name = "lpbutton"
9492 lpbutton.Parent = lpbuttonframe
9493 lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9494 lpbutton.BackgroundTransparency = 1
9495 lpbutton.BorderSizePixel = 0
9496 lpbutton.ClipsDescendants = true
9497 lpbutton.Size = UDim2.new(0, 194, 0, 30)
9498 lpbutton.Font = Enum.Font.SourceSansSemibold
9499 lpbutton.FontSize = Enum.FontSize.Size24
9500 lpbutton.Text = "Local Player"
9501 lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9502 lpbutton.TextSize = 19
9503
9504 lpbuttonlabel.Name = "lpbuttonlabel"
9505 lpbuttonlabel.Parent = lpbutton
9506 lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9507 lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9508 lpbuttonlabel.BackgroundTransparency = 1
9509 lpbuttonlabel.BorderSizePixel = 0
9510 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9511 lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
9512 lpbuttonlabel.Visible = false
9513 lpbuttonlabel.Image = "rbxassetid://200182847"
9514 lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9515 lpbuttonlabel.ImageTransparency = 0.80000001192093
9516
9517 tptextbox.Name = "tptextbox"
9518 tptextbox.Parent = menuframe
9519 tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
9520 tptextbox.BackgroundTransparency = 1
9521 tptextbox.BorderSizePixel = 0
9522 tptextbox.Position = UDim2.new(0, 31, 0, 165)
9523 tptextbox.Size = UDim2.new(0, 194, 0, 31)
9524 tptextbox.Font = Enum.Font.SourceSans
9525 tptextbox.FontSize = Enum.FontSize.Size18
9526 tptextbox.Text = "Player Name"
9527 tptextbox.TextColor3 = Color3.new(1, 1, 1)
9528 tptextbox.TextSize = 15
9529
9530 tpunderline.Name = "tpunderline"
9531 tpunderline.Parent = tptextbox
9532 tpunderline.AnchorPoint = Vector2.new(0, 0)
9533 tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
9534 tpunderline.BorderSizePixel = 0
9535 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
9536 tpunderline.Size = UDim2.new(0, 0, 0, 2)
9537
9538 tpunderlinebase.Name = "tpunderlinebase"
9539 tpunderlinebase.Parent = tptextbox
9540 tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
9541 tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
9542 tpunderlinebase.BackgroundTransparency = 0.80000001192093
9543 tpunderlinebase.BorderSizePixel = 0
9544 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
9545 tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
9546 tpunderlinebase.Visible = false --secretkey
9547
9548 generalframe.Name = "generalframe"
9549 generalframe.Parent = bodyframe
9550 generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
9551 generalframe.BackgroundTransparency = 1
9552 generalframe.BorderSizePixel = 0
9553 generalframe.Position = UDim2.new(0, 256, 0, 0)
9554 generalframe.Size = UDim2.new(0, 256, 0, 222)
9555
9556 generalespframe.Name = "generalespframe"
9557 generalespframe.Parent = generalframe
9558 generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
9559 generalespframe.BorderSizePixel = 0
9560 generalespframe.Position = UDim2.new(0, 31, 0, 172)
9561 generalespframe.Size = UDim2.new(0, 194, 0, 30)
9562
9563 generalespbutton.Name = "generalespbutton"
9564 generalespbutton.Parent = generalespframe
9565 generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9566 generalespbutton.BackgroundTransparency = 1
9567 generalespbutton.BorderSizePixel = 0
9568 generalespbutton.ClipsDescendants = true
9569 generalespbutton.Size = UDim2.new(0, 194, 0, 30)
9570 generalespbutton.Font = Enum.Font.SourceSansSemibold
9571 generalespbutton.FontSize = Enum.FontSize.Size24
9572 generalespbutton.Text = "ESP (Left Alt)"
9573 generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9574 generalespbutton.TextSize = 19
9575
9576 generalesplabel.Name = "generalesplabel"
9577 generalesplabel.Parent = generalespbutton
9578 generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
9579 generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
9580 generalesplabel.BackgroundTransparency = 1
9581 generalesplabel.BorderSizePixel = 0
9582 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9583 generalesplabel.Size = UDim2.new(0, 50, 0, 50)
9584 generalesplabel.Visible = false
9585 generalesplabel.Image = "rbxassetid://200182847"
9586 generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9587 generalesplabel.ImageTransparency = 0.80000001192093
9588
9589 generalcoinframe.Name = "generalcoinframe"
9590 generalcoinframe.Parent = generalframe
9591 generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
9592 generalcoinframe.BorderSizePixel = 0
9593 generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
9594 generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
9595
9596 generalcoinbutton.Name = "generalcoinbutton"
9597 generalcoinbutton.Parent = generalcoinframe
9598 generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9599 generalcoinbutton.BackgroundTransparency = 1
9600 generalcoinbutton.BorderSizePixel = 0
9601 generalcoinbutton.ClipsDescendants = true
9602 generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
9603 generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
9604 generalcoinbutton.Font = Enum.Font.SourceSansSemibold
9605 generalcoinbutton.FontSize = Enum.FontSize.Size24
9606 generalcoinbutton.Text = "Grab 10 Coins"
9607 generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9608 generalcoinbutton.TextSize = 19
9609
9610 generalcoinlabel.Name = "generalcoinlabel"
9611 generalcoinlabel.Parent = generalcoinbutton
9612 generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9613 generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9614 generalcoinlabel.BackgroundTransparency = 1
9615 generalcoinlabel.BorderSizePixel = 0
9616 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9617 generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
9618 generalcoinlabel.Visible = false
9619 generalcoinlabel.Image = "rbxassetid://200182847"
9620 generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9621 generalcoinlabel.ImageTransparency = 0.80000001192093
9622
9623 generalgunframe.Name = "generalgunframe"
9624 generalgunframe.Parent = generalframe
9625 generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
9626 generalgunframe.BorderSizePixel = 0
9627 generalgunframe.Position = UDim2.new(0, 31, 0, 68)
9628 generalgunframe.Size = UDim2.new(0, 194, 0, 30)
9629
9630 generalgunbutton.Name = "generalgunbutton"
9631 generalgunbutton.Parent = generalgunframe
9632 generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9633 generalgunbutton.BackgroundTransparency = 1
9634 generalgunbutton.BorderSizePixel = 0
9635 generalgunbutton.ClipsDescendants = true
9636 generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
9637 generalgunbutton.Font = Enum.Font.SourceSansSemibold
9638 generalgunbutton.FontSize = Enum.FontSize.Size24
9639 generalgunbutton.Text = "Grab Gun"
9640 generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9641 generalgunbutton.TextSize = 19
9642
9643 generalgunlabel.Name = "generalgunlabel"
9644 generalgunlabel.Parent = generalgunbutton
9645 generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9646 generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9647 generalgunlabel.BackgroundTransparency = 1
9648 generalgunlabel.BorderSizePixel = 0
9649 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9650 generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
9651 generalgunlabel.Visible = false
9652 generalgunlabel.Image = "rbxassetid://200182847"
9653 generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9654 generalgunlabel.ImageTransparency = 0.80000001192093
9655
9656 generallobbyframe.Name = "generallobbyframe"
9657 generallobbyframe.Parent = generalframe
9658 generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
9659 generallobbyframe.BorderSizePixel = 0
9660 generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
9661 generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
9662
9663 generallobbybutton.Name = "generallobbybutton"
9664 generallobbybutton.Parent = generallobbyframe
9665 generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
9666 generallobbybutton.BackgroundTransparency = 1
9667 generallobbybutton.BorderSizePixel = 0
9668 generallobbybutton.ClipsDescendants = true
9669 generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
9670 generallobbybutton.Font = Enum.Font.SourceSansSemibold
9671 generallobbybutton.FontSize = Enum.FontSize.Size24
9672 generallobbybutton.Text = "TP to Lobby"
9673 generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
9674 generallobbybutton.TextSize = 19
9675
9676 generallobbylabel.Name = "generallobbylabel"
9677 generallobbylabel.Parent = generallobbybutton
9678 generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
9679 generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
9680 generallobbylabel.BackgroundTransparency = 1
9681 generallobbylabel.BorderSizePixel = 0
9682 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9683 generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
9684 generallobbylabel.Visible = false
9685 generallobbylabel.Image = "rbxassetid://200182847"
9686 generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9687 generallobbylabel.ImageTransparency = 0.80000001192093
9688
9689 lpframe.Name = "lpframe"
9690 lpframe.Parent = bodyframe
9691 lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
9692 lpframe.BackgroundTransparency = 1
9693 lpframe.BorderSizePixel = 0
9694 lpframe.Position = UDim2.new(0, 256, 0, 0)
9695 lpframe.Size = UDim2.new(0, 256, 0, 222)
9696
9697 lpjumpframe.Name = "lpjumpframe"
9698 lpjumpframe.Parent = lpframe
9699 lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
9700 lpjumpframe.BorderSizePixel = 0
9701 lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
9702 lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
9703
9704 lpjumpbutton.Name = "lpjumpbutton"
9705 lpjumpbutton.Parent = lpjumpframe
9706 lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9707 lpjumpbutton.BackgroundTransparency = 1
9708 lpjumpbutton.BorderSizePixel = 0
9709 lpjumpbutton.ClipsDescendants = true
9710 lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
9711 lpjumpbutton.Font = Enum.Font.SourceSansSemibold
9712 lpjumpbutton.FontSize = Enum.FontSize.Size24
9713 lpjumpbutton.Text = "High Jump"
9714 lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9715 lpjumpbutton.TextSize = 19
9716
9717 lpjumplabel.Name = "lpjumplabel"
9718 lpjumplabel.Parent = lpjumpbutton
9719 lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
9720 lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
9721 lpjumplabel.BackgroundTransparency = 1
9722 lpjumplabel.BorderSizePixel = 0
9723 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9724 lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
9725 lpjumplabel.Visible = false
9726 lpjumplabel.Image = "rbxassetid://200182847"
9727 lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9728 lpjumplabel.ImageTransparency = 0.80000001192093
9729
9730 lpgravframe.Name = "lpgravframe"
9731 lpgravframe.Parent = lpframe
9732 lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
9733 lpgravframe.BorderSizePixel = 0
9734 lpgravframe.Position = UDim2.new(0, 31, 0, 120)
9735 lpgravframe.Size = UDim2.new(0, 194, 0, 30)
9736
9737 lpgravbutton.Name = "lpgravbutton"
9738 lpgravbutton.Parent = lpgravframe
9739 lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9740 lpgravbutton.BackgroundTransparency = 1
9741 lpgravbutton.BorderSizePixel = 0
9742 lpgravbutton.ClipsDescendants = true
9743 lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
9744 lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
9745 lpgravbutton.Font = Enum.Font.SourceSansSemibold
9746 lpgravbutton.FontSize = Enum.FontSize.Size24
9747 lpgravbutton.Text = "Low Gravity"
9748 lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9749 lpgravbutton.TextSize = 19
9750
9751 lpgravlabel.Name = "lpgravlabel"
9752 lpgravlabel.Parent = lpgravbutton
9753 lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9754 lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9755 lpgravlabel.BackgroundTransparency = 1
9756 lpgravlabel.BorderSizePixel = 0
9757 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9758 lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
9759 lpgravlabel.Visible = false
9760 lpgravlabel.Image = "rbxassetid://200182847"
9761 lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9762 lpgravlabel.ImageTransparency = 0.80000001192093
9763
9764 lpwalkframe.Name = "lpwalkframe"
9765 lpwalkframe.Parent = lpframe
9766 lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
9767 lpwalkframe.BorderSizePixel = 0
9768 lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
9769 lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
9770
9771 lpwalkbutton.Name = "lpwalkbutton"
9772 lpwalkbutton.Parent = lpwalkframe
9773 lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9774 lpwalkbutton.BackgroundTransparency = 1
9775 lpwalkbutton.BorderSizePixel = 0
9776 lpwalkbutton.ClipsDescendants = true
9777 lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
9778 lpwalkbutton.Font = Enum.Font.SourceSansSemibold
9779 lpwalkbutton.FontSize = Enum.FontSize.Size24
9780 lpwalkbutton.Text = "Fast Walk"
9781 lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9782 lpwalkbutton.TextSize = 19
9783
9784 lpwalklabel.Name = "lpwalklabel"
9785 lpwalklabel.Parent = lpwalkbutton
9786 lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
9787 lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
9788 lpwalklabel.BackgroundTransparency = 1
9789 lpwalklabel.BorderSizePixel = 0
9790 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9791 lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
9792 lpwalklabel.Visible = false
9793 lpwalklabel.Image = "rbxassetid://200182847"
9794 lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9795 lpwalklabel.ImageTransparency = 0.80000001192093
9796
9797 lpgodframe.Name = "lpgodframe"
9798 lpgodframe.Parent = lpframe
9799 lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
9800 lpgodframe.BorderSizePixel = 0
9801 lpgodframe.Position = UDim2.new(0, 31, 0, 17)
9802 lpgodframe.Size = UDim2.new(0, 194, 0, 30)
9803
9804 lpgodbutton.Name = "lpgodbutton"
9805 lpgodbutton.Parent = lpgodframe
9806 lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9807 lpgodbutton.BackgroundTransparency = 1
9808 lpgodbutton.BorderSizePixel = 0
9809 lpgodbutton.ClipsDescendants = true
9810 lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
9811 lpgodbutton.Font = Enum.Font.SourceSansSemibold
9812 lpgodbutton.FontSize = Enum.FontSize.Size24
9813 lpgodbutton.Text = "God Mode"
9814 lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9815 lpgodbutton.TextSize = 19
9816
9817 lpgodlabel.Name = "lpgodlabel"
9818 lpgodlabel.Parent = lpgodbutton
9819 lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9820 lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9821 lpgodlabel.BackgroundTransparency = 1
9822 lpgodlabel.BorderSizePixel = 0
9823 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9824 lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
9825 lpgodlabel.Visible = false
9826 lpgodlabel.Image = "rbxassetid://200182847"
9827 lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
9828 lpgodlabel.ImageTransparency = 0.80000001192093
9829
9830 backbutton1.Name = "backbutton1"
9831 backbutton1.Parent = maintab
9832 backbutton1.Active = false
9833 backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
9834 backbutton1.BackgroundTransparency = 1
9835 backbutton1.BorderSizePixel = 0
9836 backbutton1.ClipsDescendants = true
9837 backbutton1.Size = UDim2.new(0, 29, 0, 30)
9838 backbutton1.Visible = false
9839 backbutton1.AutoButtonColor = false
9840 backbutton1.Font = Enum.Font.SourceSansBold
9841 backbutton1.FontSize = Enum.FontSize.Size24
9842 backbutton1.Text = "<"
9843 backbutton1.TextColor3 = Color3.new(1, 1, 1)
9844 backbutton1.TextSize = 20
9845
9846 backbutton1label.Name = "backbutton1label"
9847 backbutton1label.Parent = backbutton1
9848 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
9849 backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
9850 backbutton1label.BackgroundTransparency = 1
9851 backbutton1label.BorderSizePixel = 0
9852 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9853 backbutton1label.Size = UDim2.new(0, 50, 0, 50)
9854 backbutton1label.Visible = false
9855 backbutton1label.Image = "rbxassetid://200182847"
9856 backbutton1label.ImageTransparency = 0.80000001192093
9857
9858 backbutton2.Name = "backbutton2"
9859 backbutton2.Parent = maintab
9860 backbutton2.Active = false
9861 backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
9862 backbutton2.BackgroundTransparency = 1
9863 backbutton2.BorderSizePixel = 0
9864 backbutton2.ClipsDescendants = true
9865 backbutton2.Size = UDim2.new(0, 29, 0, 30)
9866 backbutton2.Visible = false
9867 backbutton2.AutoButtonColor = false
9868 backbutton2.Font = Enum.Font.SourceSansBold
9869 backbutton2.FontSize = Enum.FontSize.Size24
9870 backbutton2.Text = "<"
9871 backbutton2.TextColor3 = Color3.new(1, 1, 1)
9872 backbutton2.TextSize = 20
9873
9874 backbutton2label.Name = "backbutton2label"
9875 backbutton2label.Parent = backbutton2
9876 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
9877 backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
9878 backbutton2label.BackgroundTransparency = 1
9879 backbutton2label.BorderSizePixel = 0
9880 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9881 backbutton2label.Size = UDim2.new(0, 50, 0, 50)
9882 backbutton2label.Visible = false
9883 backbutton2label.Image = "rbxassetid://200182847"
9884 backbutton2label.ImageTransparency = 0.80000001192093
9885
9886 creditsbutton.Name = "creditsbutton"
9887 creditsbutton.Parent = maintab
9888 creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
9889 creditsbutton.BackgroundTransparency = 1
9890 creditsbutton.BorderSizePixel = 0
9891 creditsbutton.ClipsDescendants = true
9892 creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
9893 creditsbutton.Size = UDim2.new(0, 31, 0, 30)
9894 creditsbutton.Font = Enum.Font.SourceSansSemibold
9895 creditsbutton.FontSize = Enum.FontSize.Size18
9896 creditsbutton.Text = ""
9897 creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
9898 creditsbutton.TextSize = 15
9899
9900 creditsiconlabel1.Name = "creditsiconlabel1"
9901 creditsiconlabel1.Parent = creditsbutton
9902 creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
9903 creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
9904 creditsiconlabel1.BackgroundTransparency = 1
9905 creditsiconlabel1.BorderSizePixel = 0
9906 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9907 creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
9908 creditsiconlabel1.Visible = false
9909 creditsiconlabel1.Image = "rbxassetid://200182847"
9910 creditsiconlabel1.ImageTransparency = 0.80000001192093
9911
9912 creditsiconlabel2.Name = "creditsiconlabel2"
9913 creditsiconlabel2.Parent = creditsbutton
9914 creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
9915 creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
9916 creditsiconlabel2.BackgroundTransparency = 1
9917 creditsiconlabel2.BorderSizePixel = 0
9918 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
9919 creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
9920 creditsiconlabel2.Image = "rbxassetid://23151450"
9921
9922 toggle.Name = "toggle"
9923 toggle.Parent = mygui
9924 toggle.Active = true
9925 toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
9926 toggle.BackgroundTransparency = 0.5
9927 toggle.BorderSizePixel = 0
9928 toggle.Draggable = true
9929 toggle.Position = UDim2.new(0, 5, 0, 530)
9930 toggle.Size = UDim2.new(0, 140, 0, 30)
9931
9932 closeall.Name = "closeall"
9933 closeall.Parent = toggle
9934 closeall.BackgroundColor3 = Color3.new(1, 0, 0)
9935 closeall.BorderSizePixel = 0
9936 closeall.Position = UDim2.new(0, 110, 0, 0)
9937 closeall.Size = UDim2.new(0, 30, 0, 30)
9938 closeall.FontSize = Enum.FontSize.Size18
9939 closeall.Text = ""
9940 closeall.TextSize = 15
9941
9942 closeopen.Name = "closeopen"
9943 closeopen.Parent = toggle
9944 closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
9945 closeopen.BorderSizePixel = 0
9946 closeopen.ClipsDescendants = true
9947 closeopen.Size = UDim2.new(0, 110, 0, 30)
9948 closeopen.AutoButtonColor = false
9949 closeopen.Font = Enum.Font.SourceSansBold
9950 closeopen.FontSize = Enum.FontSize.Size24
9951 closeopen.Text = "Close"
9952 closeopen.TextColor3 = Color3.new(1, 1, 1)
9953 closeopen.TextSize = 20
9954
9955 closeopenlabel.Name = "closeopenlabel"
9956 closeopenlabel.Parent = closeopen
9957 closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
9958 closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
9959 closeopenlabel.BackgroundTransparency = 1
9960 closeopenlabel.BorderSizePixel = 0
9961 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
9962 closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
9963 closeopenlabel.Visible = false
9964 closeopenlabel.Image = "rbxassetid://200182847"
9965 closeopenlabel.ImageTransparency = 0.80000001192093
9966
9967 creditstab.Name = "creditstab"
9968 creditstab.Parent = mygui
9969 creditstab.Active = true
9970 creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
9971 creditstab.BackgroundTransparency = 0.5
9972 creditstab.BorderSizePixel = 0
9973 creditstab.Draggable = true
9974 creditstab.Position = UDim2.new(0, 42, 0, 47)
9975 creditstab.Size = UDim2.new(0, 256, 0, 30)
9976 creditstab.Visible = false
9977
9978 creditstitle.Name = "creditstitle"
9979 creditstitle.Parent = creditstab
9980 creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
9981 creditstitle.BorderSizePixel = 0
9982 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
9983 creditstitle.Size = UDim2.new(0, 256, 0, 30)
9984 creditstitle.Font = Enum.Font.SourceSansBold
9985 creditstitle.FontSize = Enum.FontSize.Size24
9986 creditstitle.Text = "Credits"
9987 creditstitle.TextColor3 = Color3.new(1, 1, 1)
9988 creditstitle.TextSize = 23
9989
9990 creditsframe.Name = "creditsframe"
9991 creditsframe.Parent = creditstab
9992 creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
9993 creditsframe.BorderSizePixel = 0
9994 creditsframe.ClipsDescendants = true
9995 creditsframe.Position = UDim2.new(0, 0, 0, 30)
9996 creditsframe.Size = UDim2.new(0, 256, 0, 222)
9997
9998 creditsmenuframe.Name = "menuframe"
9999 creditsmenuframe.Parent = creditsframe
10000 creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
10001 creditsmenuframe.BackgroundTransparency = 1
10002 creditsmenuframe.BorderSizePixel = 0
10003 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
10004
10005 creditsfield.Name = "creditsfield"
10006 creditsfield.Parent = creditsmenuframe
10007 creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
10008 creditsfield.BorderSizePixel = 0
10009 creditsfield.Position = UDim2.new(0, 31, 0, 31)
10010 creditsfield.Size = UDim2.new(0, 194, 0, 31)
10011 creditsfield.Font = Enum.Font.SourceSansSemibold
10012 creditsfield.FontSize = Enum.FontSize.Size24
10013 creditsfield.Text = "By: abs_0"
10014 creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
10015 creditsfield.TextSize = 20
10016
10017 closecredits.Name = "closeall"
10018 closecredits.Parent = creditstab
10019 closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
10020 closecredits.BorderSizePixel = 0
10021 closecredits.Position = UDim2.new(0, 226, 0, 0)
10022 closecredits.Size = UDim2.new(0, 30, 0, 30)
10023 closecredits.FontSize = Enum.FontSize.Size18
10024 closecredits.Text = ""
10025 closecredits.TextSize = 15
10026
10027 --Appearance Scripts
10028
10029 --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
10030 local mouse = game.Players.LocalPlayer:GetMouse()
10031
10032
10033 generallobbybutton.MouseButton1Down:connect(function()
10034 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
10035 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
10036 generallobbylabel.Position = UDim2.new(0,x,0,y)
10037 generallobbylabel.Size = UDim2.new(0,50,0,50)
10038 generallobbylabel.ImageTransparency = 0.8
10039 generallobbylabel.Visible = true
10040
10041 wait()
10042
10043 generallobbylabel:TweenSize(
10044 UDim2.new(0,390,0,390),
10045 "Out",
10046 "Quint",
10047 1
10048 )
10049 end)
10050
10051 generallobbybutton.MouseButton1Up:connect(function()
10052 wait(0.35)
10053 local TweenService = game:GetService("TweenService")
10054 local circle = generallobbylabel
10055
10056 local Info = TweenInfo.new(
10057 0.2, -- Length
10058 Enum.EasingStyle.Linear, -- Easing Style
10059 Enum.EasingDirection.Out, -- Easing Direction
10060 0, -- Times repeated
10061 false, -- Reverse
10062 0 -- Delay
10063 )
10064 local Goals =
10065 {
10066 ImageTransparency = 1;
10067 }
10068
10069 local tween = TweenService:Create(circle,Info,Goals)
10070 tween:Play()
10071 end)
10072
10073 --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
10074 local mouse = game.Players.LocalPlayer:GetMouse()
10075
10076
10077 generalgunbutton.MouseButton1Down:connect(function()
10078 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
10079 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
10080 generalgunlabel.Position = UDim2.new(0,x,0,y)
10081 generalgunlabel.Size = UDim2.new(0,50,0,50)
10082 generalgunlabel.ImageTransparency = 0.8
10083 generalgunlabel.Visible = true
10084
10085 wait()
10086
10087 generalgunlabel:TweenSize(
10088 UDim2.new(0,390,0,390),
10089 "Out",
10090 "Quint",
10091 1
10092 )
10093 end)
10094
10095 generalgunbutton.MouseButton1Up:connect(function()
10096 wait(0.35)
10097 local TweenService = game:GetService("TweenService")
10098 local circle = generalgunlabel
10099
10100 local Info = TweenInfo.new(
10101 0.2, -- Length
10102 Enum.EasingStyle.Linear, -- Easing Style
10103 Enum.EasingDirection.Out, -- Easing Direction
10104 0, -- Times repeated
10105 false, -- Reverse
10106 0 -- Delay
10107 )
10108 local Goals =
10109 {
10110 ImageTransparency = 1;
10111 }
10112
10113 local tween = TweenService:Create(circle,Info,Goals)
10114 tween:Play()
10115 end)
10116
10117 --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
10118 local mouse = game.Players.LocalPlayer:GetMouse()
10119
10120
10121 generalcoinbutton.MouseButton1Down:connect(function()
10122 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
10123 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
10124 generalcoinlabel.Position = UDim2.new(0,x,0,y)
10125 generalcoinlabel.Size = UDim2.new(0,50,0,50)
10126 generalcoinlabel.ImageTransparency = 0.8
10127 generalcoinlabel.Visible = true
10128
10129 wait()
10130
10131 generalcoinlabel:TweenSize(
10132 UDim2.new(0,390,0,390),
10133 "Out",
10134 "Quint",
10135 1
10136 )
10137 end)
10138
10139 generalcoinbutton.MouseButton1Up:connect(function()
10140 wait(0.35)
10141 local TweenService = game:GetService("TweenService")
10142 local circle = generalcoinlabel
10143
10144 local Info = TweenInfo.new(
10145 0.2, -- Length
10146 Enum.EasingStyle.Linear, -- Easing Style
10147 Enum.EasingDirection.Out, -- Easing Direction
10148 0, -- Times repeated
10149 false, -- Reverse
10150 0 -- Delay
10151 )
10152 local Goals =
10153 {
10154 ImageTransparency = 1;
10155 }
10156
10157 local tween = TweenService:Create(circle,Info,Goals)
10158 tween:Play()
10159 end)
10160
10161 --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
10162 local mouse = game.Players.LocalPlayer:GetMouse()
10163
10164
10165 generalespbutton.MouseButton1Down:connect(function()
10166 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
10167 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
10168 generalesplabel.Position = UDim2.new(0,x,0,y)
10169 generalesplabel.Size = UDim2.new(0,50,0,50)
10170 generalesplabel.ImageTransparency = 0.8
10171 generalesplabel.Visible = true
10172
10173 wait()
10174
10175 generalesplabel:TweenSize(
10176 UDim2.new(0,390,0,390),
10177 "Out",
10178 "Quint",
10179 1
10180 )
10181 end)
10182
10183 generalespbutton.MouseButton1Up:connect(function()
10184 wait(0.35)
10185 local TweenService = game:GetService("TweenService")
10186 local circle = generalesplabel
10187
10188 local Info = TweenInfo.new(
10189 0.2, -- Length
10190 Enum.EasingStyle.Linear, -- Easing Style
10191 Enum.EasingDirection.Out, -- Easing Direction
10192 0, -- Times repeated
10193 false, -- Reverse
10194 0 -- Delay
10195 )
10196 local Goals =
10197 {
10198 ImageTransparency = 1;
10199 }
10200
10201 local tween = TweenService:Create(circle,Info,Goals)
10202 tween:Play()
10203 end)
10204
10205 --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
10206 local mouse = game.Players.LocalPlayer:GetMouse()
10207
10208
10209 lpgodbutton.MouseButton1Down:connect(function()
10210 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
10211 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
10212 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
10213 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
10214 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
10215 lpgodbutton.lpgodlabel.Visible = true
10216
10217 wait()
10218
10219 lpgodbutton.lpgodlabel:TweenSize(
10220 UDim2.new(0,390,0,390),
10221 "Out",
10222 "Quint",
10223 1
10224 )
10225 end)
10226
10227 lpgodbutton.MouseButton1Up:connect(function()
10228 wait(0.35)
10229 local TweenService = game:GetService("TweenService")
10230 local circle = lpgodbutton.lpgodlabel
10231
10232 local Info = TweenInfo.new(
10233 0.2, -- Length
10234 Enum.EasingStyle.Linear, -- Easing Style
10235 Enum.EasingDirection.Out, -- Easing Direction
10236 0, -- Times repeated
10237 false, -- Reverse
10238 0 -- Delay
10239 )
10240 local Goals =
10241 {
10242 ImageTransparency = 1;
10243 }
10244
10245 local tween = TweenService:Create(circle,Info,Goals)
10246 tween:Play()
10247 end)
10248
10249 --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
10250 local mouse = game.Players.LocalPlayer:GetMouse()
10251
10252
10253 lpwalkbutton.MouseButton1Down:connect(function()
10254 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
10255 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
10256 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
10257 else
10258 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
10259 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
10260 end
10261
10262 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
10263 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
10264 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
10265 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
10266 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
10267 lpwalkbutton.lpwalklabel.Visible = true
10268
10269 wait()
10270
10271 lpwalkbutton.lpwalklabel:TweenSize(
10272 UDim2.new(0,390,0,390),
10273 "Out",
10274 "Quint",
10275 1
10276 )
10277 end)
10278
10279 lpwalkbutton.MouseButton1Up:connect(function()
10280 wait(0.35)
10281 local TweenService = game:GetService("TweenService")
10282 local circle = lpwalkbutton.lpwalklabel
10283
10284 local Info = TweenInfo.new(
10285 0.2, -- Length
10286 Enum.EasingStyle.Linear, -- Easing Style
10287 Enum.EasingDirection.Out, -- Easing Direction
10288 0, -- Times repeated
10289 false, -- Reverse
10290 0 -- Delay
10291 )
10292 local Goals =
10293 {
10294 ImageTransparency = 1;
10295 }
10296
10297 local tween = TweenService:Create(circle,Info,Goals)
10298 tween:Play()
10299 end)
10300
10301 --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
10302 local mouse = game.Players.LocalPlayer:GetMouse()
10303
10304 lpgravbutton.MouseButton1Down:connect(function()
10305 if game.Workspace.Gravity < 196.1 then
10306 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
10307 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
10308 else
10309 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
10310 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
10311 end
10312
10313 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
10314 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
10315 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
10316 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
10317 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
10318 lpgravbutton.lpgravlabel.Visible = true
10319
10320 wait()
10321
10322 lpgravbutton.lpgravlabel:TweenSize(
10323 UDim2.new(0,390,0,390),
10324 "Out",
10325 "Quint",
10326 1
10327 )
10328 end)
10329
10330 lpgravbutton.MouseButton1Up:connect(function()
10331 wait(0.35)
10332 local TweenService = game:GetService("TweenService")
10333 local circle = lpgravbutton.lpgravlabel
10334
10335 local Info = TweenInfo.new(
10336 0.2, -- Length
10337 Enum.EasingStyle.Linear, -- Easing Style
10338 Enum.EasingDirection.Out, -- Easing Direction
10339 0, -- Times repeated
10340 false, -- Reverse
10341 0 -- Delay
10342 )
10343 local Goals =
10344 {
10345 ImageTransparency = 1;
10346 }
10347
10348 local tween = TweenService:Create(circle,Info,Goals)
10349 tween:Play()
10350 end)
10351
10352 --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
10353 local mouse = game.Players.LocalPlayer:GetMouse()
10354
10355
10356 lpjumpbutton.MouseButton1Down:connect(function()
10357 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
10358 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
10359 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
10360 else
10361 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
10362 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
10363 end
10364
10365 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
10366 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
10367 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
10368 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
10369 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
10370 lpjumpbutton.lpjumplabel.Visible = true
10371
10372 wait()
10373
10374 lpjumpbutton.lpjumplabel:TweenSize(
10375 UDim2.new(0,390,0,390),
10376 "Out",
10377 "Quint",
10378 1
10379 )
10380 end)
10381
10382 lpjumpbutton.MouseButton1Up:connect(function()
10383 wait(0.35)
10384 local TweenService = game:GetService("TweenService")
10385 local circle = lpjumpbutton.lpjumplabel
10386
10387 local Info = TweenInfo.new(
10388 0.2, -- Length
10389 Enum.EasingStyle.Linear, -- Easing Style
10390 Enum.EasingDirection.Out, -- Easing Direction
10391 0, -- Times repeated
10392 false, -- Reverse
10393 0 -- Delay
10394 )
10395 local Goals =
10396 {
10397 ImageTransparency = 1;
10398 }
10399
10400 local tween = TweenService:Create(circle,Info,Goals)
10401 tween:Play()
10402 end)
10403
10404 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
10405 local mouse = game.Players.LocalPlayer:GetMouse()
10406
10407
10408 generalbutton.MouseButton1Down:connect(function()
10409 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
10410 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
10411 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
10412 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
10413 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
10414 generalbutton.generalbuttonlabel.Visible = true
10415
10416 wait()
10417
10418 generalbutton.generalbuttonlabel:TweenSize(
10419 UDim2.new(0,390,0,390),
10420 "Out",
10421 "Quint",
10422 1
10423 )
10424 end)
10425
10426 generalbutton.MouseButton1Up:connect(function()
10427 wait(0.35)
10428 local TweenService = game:GetService("TweenService")
10429 local circle = generalbutton.generalbuttonlabel
10430
10431 local Info = TweenInfo.new(
10432 0.2, -- Length
10433 Enum.EasingStyle.Linear, -- Easing Style
10434 Enum.EasingDirection.Out, -- Easing Direction
10435 0, -- Times repeated
10436 false, -- Reverse
10437 0 -- Delay
10438 )
10439 local Goals =
10440 {
10441 ImageTransparency = 1;
10442 }
10443
10444 local tween = TweenService:Create(circle,Info,Goals)
10445 tween:Play()
10446 end)
10447
10448 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
10449 generalbutton.MouseButton1Click:connect(function()
10450 wait(0.25)
10451 menuframe:TweenPosition(
10452 UDim2.new(0,-256,0,0),
10453 "Out",
10454 "Quint",
10455 0.2
10456 )
10457 generalframe:TweenPosition(
10458 UDim2.new(0,0,0,0),
10459 "Out",
10460 "Quint",
10461 0.2
10462 )
10463 backbutton1.Visible = true
10464 backbutton1.Active = true
10465 maintab.title.Text = "General"
10466 maintab.title.TextSize = 19
10467 end)
10468
10469 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
10470 local mouse = game.Players.LocalPlayer:GetMouse()
10471
10472
10473 lpbutton.MouseButton1Down:connect(function()
10474 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
10475 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
10476 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
10477 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
10478 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
10479 lpbutton.lpbuttonlabel.Visible = true
10480
10481 wait()
10482
10483 lpbuttonlabel:TweenSize(
10484 UDim2.new(0,390,0,390),
10485 "Out",
10486 "Quint",
10487 1
10488 )
10489 end)
10490
10491 lpbutton.MouseButton1Up:connect(function()
10492 wait(0.35)
10493 local TweenService = game:GetService("TweenService")
10494 local circle = lpbutton.lpbuttonlabel
10495
10496 local Info = TweenInfo.new(
10497 0.2, -- Length
10498 Enum.EasingStyle.Linear, -- Easing Style
10499 Enum.EasingDirection.Out, -- Easing Direction
10500 0, -- Times repeated
10501 false, -- Reverse
10502 0 -- Delay
10503 )
10504 local Goals =
10505 {
10506 ImageTransparency = 1;
10507 }
10508
10509 local tween = TweenService:Create(circle,Info,Goals)
10510 tween:Play()
10511 end)
10512
10513 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
10514 lpbutton.MouseButton1Click:connect(function()
10515 wait(0.25)
10516 menuframe:TweenPosition(
10517 UDim2.new(0,-256,0,0),
10518 "Out",
10519 "Quint",
10520 0.2
10521 )
10522 lpframe:TweenPosition(
10523 UDim2.new(0,0,0,0),
10524 "Out",
10525 "Quint",
10526 0.2
10527 )
10528 backbutton2.Visible = true
10529 backbutton2.Active = true
10530 maintab.title.Text = "Local Player"
10531 maintab.title.TextSize = 19
10532 end)
10533
10534 --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
10535 local mouse = game.Players.LocalPlayer:GetMouse()
10536
10537
10538 tpbutton.MouseButton1Down:connect(function()
10539 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
10540 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
10541 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
10542 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
10543 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
10544 tpbutton.tpbuttonlabel.Visible = true
10545
10546 wait()
10547
10548 tpbutton.tpbuttonlabel:TweenSize(
10549 UDim2.new(0,75,0,75),
10550 "Out",
10551 "Quint",
10552 0.9
10553 )
10554 end)
10555
10556 tpbutton.MouseButton1Up:connect(function()
10557 wait(0.35)
10558 local TweenService = game:GetService("TweenService")
10559 local circle = tpbutton.tpbuttonlabel
10560
10561 local Info = TweenInfo.new(
10562 0.2, -- Length
10563 Enum.EasingStyle.Linear, -- Easing Style
10564 Enum.EasingDirection.Out, -- Easing Direction
10565 0, -- Times repeated
10566 false, -- Reverse
10567 0 -- Delay
10568 )
10569 local Goals =
10570 {
10571 ImageTransparency = 1;
10572 }
10573
10574 local tween = TweenService:Create(circle,Info,Goals)
10575 tween:Play()
10576 end)
10577
10578 --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
10579 --[[tptextbox.Focused:connect(function()
10580 local mouse = game.Players.LocalPlayer:GetMouse()
10581 tptextbox.tpunderline.BackgroundTransparency = 0
10582 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
10583 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
10584
10585 wait()
10586 tptextbox.tpunderline:TweenSizeAndPosition(
10587 UDim2.new(0,156,0,2),
10588 UDim2.new(0,0,0,30),
10589 "Out",
10590 "Quint",
10591 0.2
10592 )
10593 end)]]--
10594
10595 --mygui.maintab.backbutton1.Script
10596 local mouse = game.Players.LocalPlayer:GetMouse()
10597
10598 backbutton1.MouseButton1Down:connect(function()
10599 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
10600 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
10601 backbutton1.backbutton1label.ImageTransparency = 0.8
10602 backbutton1.backbutton1label.Visible = true
10603
10604 wait()
10605
10606 backbutton1.backbutton1label:TweenSize(
10607 UDim2.new(0,60,0,60),
10608 "Out",
10609 "Quint",
10610 0.25
10611 )
10612 end)
10613
10614 backbutton1.MouseButton1Up:connect(function()
10615 wait(0.35)
10616 local TweenService = game:GetService("TweenService")
10617 local circle = backbutton1.backbutton1label
10618
10619 local Info = TweenInfo.new(
10620 0.2, -- Length
10621 Enum.EasingStyle.Linear, -- Easing Style
10622 Enum.EasingDirection.Out, -- Easing Direction
10623 0, -- Times repeated
10624 false, -- Reverse
10625 0 -- Delay
10626 )
10627 local Goals =
10628 {
10629 ImageTransparency = 1;
10630 }
10631
10632 local tween = TweenService:Create(circle,Info,Goals)
10633 tween:Play()
10634 end)
10635
10636 --mygui.maintab.backbutton1.TransitionScript
10637 backbutton1.MouseButton1Click:connect(function()
10638 wait(0.2)
10639 menuframe:TweenPosition(
10640 UDim2.new(0,0,0,0),
10641 "Out",
10642 "Quint",
10643 0.2
10644 )
10645 generalframe:TweenPosition(
10646 UDim2.new(0,256,0,0),
10647 "Out",
10648 "Quint",
10649 0.2
10650 )
10651 backbutton1.Visible = false
10652 backbutton1.Active = false
10653 maintab.title.Text = "MM2 Gui"
10654 maintab.title.TextSize = 20
10655 end)
10656
10657 --mygui.maintab.backbutton2.Script
10658 local mouse = game.Players.LocalPlayer:GetMouse()
10659
10660
10661 backbutton2.MouseButton1Down:connect(function()
10662 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
10663 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
10664 backbutton2.backbutton2label.ImageTransparency = 0.8
10665 backbutton2.backbutton2label.Visible = true
10666
10667 wait()
10668
10669 backbutton2.backbutton2label:TweenSize(
10670 UDim2.new(0,60,0,60),
10671 "Out",
10672 "Quint",
10673 0.25
10674 )
10675 end)
10676
10677 backbutton2.MouseButton1Up:connect(function()
10678 wait(0.35)
10679 local TweenService = game:GetService("TweenService")
10680 local circle = backbutton2.backbutton2label
10681
10682 local Info = TweenInfo.new(
10683 0.2, -- Length
10684 Enum.EasingStyle.Linear, -- Easing Style
10685 Enum.EasingDirection.Out, -- Easing Direction
10686 0, -- Times repeated
10687 false, -- Reverse
10688 0 -- Delay
10689 )
10690 local Goals =
10691 {
10692 ImageTransparency = 1;
10693 }
10694
10695 local tween = TweenService:Create(circle,Info,Goals)
10696 tween:Play()
10697 end)
10698
10699 --mygui.maintab.backbutton2.TransitionScript
10700 backbutton2.MouseButton1Click:connect(function()
10701 wait(0.2)
10702 menuframe:TweenPosition(
10703 UDim2.new(0,0,0,0),
10704 "Out",
10705 "Quint",
10706 0.2
10707 )
10708 lpframe:TweenPosition(
10709 UDim2.new(0,256,0,0),
10710 "Out",
10711 "Quint",
10712 0.2
10713 )
10714 backbutton2.Visible = false
10715 backbutton2.Active = false
10716 backbutton2.Parent.title.Text = "MM2 Gui"
10717 backbutton2.Parent.title.TextSize = 20
10718 end)
10719
10720 --mygui.maintab.creditsbutton.Script
10721 local mouse = game.Players.LocalPlayer:GetMouse()
10722
10723
10724 creditsbutton.MouseButton1Down:connect(function()
10725 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
10726 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
10727 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
10728 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
10729 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
10730 creditsbutton.creditsiconlabel1.Visible = true
10731
10732 wait()
10733
10734 creditsbutton.creditsiconlabel1:TweenSize(
10735 UDim2.new(0,75,0,75),
10736 "Out",
10737 "Quint",
10738 0.9
10739 )
10740 end)
10741
10742 creditsbutton.MouseButton1Up:connect(function()
10743 wait(0.35)
10744 local TweenService = game:GetService("TweenService")
10745 local circle = creditsbutton.creditsiconlabel1
10746
10747 local Info = TweenInfo.new(
10748 0.2, -- Length
10749 Enum.EasingStyle.Linear, -- Easing Style
10750 Enum.EasingDirection.Out, -- Easing Direction
10751 0, -- Times repeated
10752 false, -- Reverse
10753 0 -- Delay
10754 )
10755 local Goals =
10756 {
10757 ImageTransparency = 1;
10758 }
10759
10760 local tween = TweenService:Create(circle,Info,Goals)
10761 tween:Play()
10762 end)
10763
10764 --mygui.maintab.creditsbutton.CreditsWindowScript
10765 creditsbutton.MouseButton1Click:connect(function()
10766 creditstab.Visible = true
10767 creditstab.Active = true
10768 end)
10769
10770 --mygui.creditstab.closecredits.Script
10771 closecredits.MouseButton1Click:connect(function()
10772 creditstab.Visible = false
10773 creditstab.Active = false
10774 end)
10775
10776 --mygui.toggle.closeopen.CloseOpenScript
10777 closeopen.MouseButton1Click:connect(function()
10778 if
10779 (maintab.Visible == true) and
10780 (maintab.Active == true) then
10781 maintab.Visible = false
10782 maintab.Active = false
10783 closeopen.Text = "Open"
10784 else
10785 maintab.Visible = true
10786 maintab.Active = true
10787 closeopen.Text = "Close"
10788 end
10789 end)
10790
10791 --mygui.toggle.closeopen.Script
10792 local mouse = game.Players.LocalPlayer:GetMouse()
10793
10794
10795 closeopen.MouseButton1Down:connect(function()
10796 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
10797 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
10798 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
10799 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
10800 closeopen.closeopenlabel.ImageTransparency = 0.8
10801 closeopen.closeopenlabel.Visible = true
10802
10803 wait()
10804
10805 closeopen.closeopenlabel:TweenSize(
10806 UDim2.new(0,240,0,240),
10807 "Out",
10808 "Quint",
10809 1
10810 )
10811 end)
10812
10813 closeopen.MouseButton1Up:connect(function()
10814 wait(0.35)
10815 local TweenService = game:GetService("TweenService")
10816 local circle = closeopen.closeopenlabel
10817
10818 local Info = TweenInfo.new(
10819 0.2, -- Length
10820 Enum.EasingStyle.Linear, -- Easing Style
10821 Enum.EasingDirection.Out, -- Easing Direction
10822 0, -- Times repeated
10823 false, -- Reverse
10824 0 -- Delay
10825 )
10826 local Goals =
10827 {
10828 ImageTransparency = 1;
10829 }
10830
10831 local tween = TweenService:Create(circle,Info,Goals)
10832 tween:Play()
10833 end)
10834
10835 --mygui.toggle.closeall.Script
10836 closeall.MouseButton1Click:connect(function()
10837 mygui:Remove()
10838 end)
10839
10840 -- Scripts
10841
10842 lpgravbutton.MouseButton1Down:connect(function()
10843 if game.Workspace.Gravity > 196.1 then
10844 game.Workspace.Gravity = 50
10845 else
10846 game.Workspace.Gravity = 196.2
10847 end
10848 end)
10849
10850 lpwalkbutton.MouseButton1Down:connect(function()
10851 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
10852 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
10853 else
10854 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
10855 end
10856 end)
10857
10858 lpjumpbutton.MouseButton1Down:connect(function()
10859 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
10860 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
10861 else
10862 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
10863 end
10864 end)
10865
10866 lpgodbutton.MouseButton1Down:connect(function()
10867 game.Players.LocalPlayer.Character.Humanoid:Remove()
10868 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
10869 end)
10870
10871 generallobbybutton.MouseButton1Down:connect(function()
10872 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
10873 end)
10874
10875 generalgunbutton.MouseButton1Down:connect(function()
10876 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
10877 end)
10878
10879 generalcoinbutton.MouseButton1Down:connect(function()
10880 for i = 10, 1, -1 do
10881 for i,v in pairs(game.Workspace:GetChildren()) do
10882 local s = v:FindFirstChild("CoinContainer")
10883 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
10884 if e and s then
10885 for i,c in pairs(s:GetChildren()) do
10886 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
10887 end
10888 end
10889 end
10890 wait(0.7)
10891 end
10892 end)
10893
10894 --[[tpbutton.MouseButton1Down:connect(function()
10895 for i,v in pairs(game.Workspace:GetChildren()) do
10896 if tptextbox.Text:lower() == v.Name:lower() then
10897 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
10898 else
10899 print("Player not found")
10900 end
10901 end
10902 end)]]--
10903
10904
10905
10906
10907 --script
10908 local parent = tptextbox --insert textbox name!
10909 local mouse = game.Players.LocalPlayer:GetMouse()
10910
10911 local xsize = parent.Size.X.Offset
10912 local ysize = parent.Size.Y.Offset
10913 parent.Visible = true
10914 parent.Active = true
10915 parent.Selectable = true
10916
10917 local Underline = Instance.new("Frame")
10918 local UnderlineBase = Instance.new("Frame")
10919
10920 Underline.Name = "Underline"
10921 Underline.Parent = parent
10922 Underline.BackgroundColor3 = parent.TextColor3
10923 Underline.BorderSizePixel = 0
10924 Underline.Position = UDim2.new(0, 0, 1, 0)
10925 Underline.Size = UDim2.new(0, 0, 0, 1)
10926
10927 UnderlineBase.Name = "UnderlineBase"
10928 UnderlineBase.Parent = parent
10929 UnderlineBase.BackgroundColor3 = parent.TextColor3
10930 UnderlineBase.BackgroundTransparency = 0.85
10931 UnderlineBase.BorderSizePixel = 0
10932 UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
10933 UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
10934
10935 parent.Focused:connect(function()
10936 local x = (mouse.X) - (parent.AbsolutePosition.X)
10937 Underline.BackgroundTransparency = 0
10938 Underline.Position = UDim2.new(0,x,1,0)
10939 wait()
10940 Underline:TweenSizeAndPosition(
10941 UDim2.new(0, xsize, 0, 1),
10942 UDim2.new(0, 0, 1, 0),
10943 "Out",
10944 "Quint",
10945 0.2
10946 )
10947 end)
10948
10949 parent.FocusLost:connect(function(enterPressed)
10950 if parent.Text == "" then
10951 parent.Text = "Player Name"
10952 end
10953
10954 local TweenService = game:GetService("TweenService")
10955
10956 local Info = TweenInfo.new(
10957 0.15,
10958 Enum.EasingStyle.Linear,
10959 Enum.EasingDirection.Out,
10960 0,
10961 false,
10962 0
10963 )
10964 local Goals =
10965 {
10966 BackgroundTransparency = 1;
10967 }
10968
10969 local tween = TweenService:Create(Underline,Info,Goals)
10970 tween:Play()
10971
10972 wait(0.15)
10973 Underline.Size = UDim2.new(0,0,0,1)
10974
10975 if enterPressed then
10976 for i,v in pairs(game.Workspace:GetChildren()) do
10977 if tptextbox.Text:lower() == v.Name:lower() then
10978 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
10979 else
10980 print("Player not found")
10981 end
10982 end
10983 print(true)
10984 elseif tptextbox.Text ~= "Player Name" then
10985 tptextbox.Text = "Press Enter to TP"
10986 end
10987 end)
10988
10989 --/script
10990
10991 if enterPressed then
10992 for i,v in pairs(game.Workspace:GetChildren()) do
10993 if tptextbox.Text:lower() == v.Name:lower() then
10994 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
10995 else
10996 print("Player not found")
10997 end
10998 end
10999 end
11000
11001 generalespbutton.MouseButton1Down:connect(function()
11002 --credits to Nebula Hub for the esp + aimbot
11003 PLAYER = game.Players.LocalPlayer
11004 MOUSE = PLAYER:GetMouse()
11005 CC = game.Workspace.CurrentCamera
11006
11007 ENABLED = false
11008 ESP_ENABLED = false
11009
11010 _G.FREE_FOR_ALL = true
11011
11012 _G.BIND = 50
11013 _G.ESP_BIND = 52
11014 _G.CHANGE_AIM = 'q'
11015
11016 _G.AIM_AT = 'Head'
11017
11018 wait(1)
11019
11020 function GetNearestPlayerToMouse()
11021 local PLAYERS = {}
11022 local PLAYER_HOLD = {}
11023 local DISTANCES = {}
11024 for i, v in pairs(game.Players:GetPlayers()) do
11025 if v ~= PLAYER then
11026 table.insert(PLAYERS, v)
11027 end
11028 end
11029 for i, v in pairs(PLAYERS) do
11030 if _G.FREE_FOR_ALL == false then
11031 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
11032 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
11033 if AIM ~= nil then
11034 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
11035 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
11036 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
11037 local DIFF = math.floor((POS - AIM.Position).magnitude)
11038 PLAYER_HOLD[v.Name .. i] = {}
11039 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
11040 PLAYER_HOLD[v.Name .. i].plr = v
11041 PLAYER_HOLD[v.Name .. i].diff = DIFF
11042 table.insert(DISTANCES, DIFF)
11043 end
11044 end
11045 elseif _G.FREE_FOR_ALL == true then
11046 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
11047 if AIM ~= nil then
11048 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
11049 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
11050 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
11051 local DIFF = math.floor((POS - AIM.Position).magnitude)
11052 PLAYER_HOLD[v.Name .. i] = {}
11053 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
11054 PLAYER_HOLD[v.Name .. i].plr = v
11055 PLAYER_HOLD[v.Name .. i].diff = DIFF
11056 table.insert(DISTANCES, DIFF)
11057 end
11058 end
11059 end
11060
11061 if unpack(DISTANCES) == nil then
11062 return false
11063 end
11064
11065 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
11066 if L_DISTANCE > 20 then
11067 return false
11068 end
11069
11070 for i, v in pairs(PLAYER_HOLD) do
11071 if v.diff == L_DISTANCE then
11072 return v.plr
11073 end
11074 end
11075 return false
11076 end
11077
11078 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
11079 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
11080 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
11081
11082 GUI_MAIN.Name = 'AIMBOT'
11083
11084 GUI_TARGET.Size = UDim2.new(0,200,0,30)
11085 GUI_TARGET.BackgroundTransparency = 0.5
11086 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
11087 GUI_TARGET.BorderSizePixel = 0
11088 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
11089 GUI_TARGET.Text = 'AIMBOT : OFF'
11090 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
11091 GUI_TARGET.TextStrokeTransparency = 1
11092 GUI_TARGET.TextWrapped = true
11093 GUI_TARGET.FontSize = 'Size24'
11094 GUI_TARGET.Font = 'SourceSansBold'
11095
11096 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
11097 GUI_AIM_AT.BackgroundTransparency = 0.5
11098 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
11099 GUI_AIM_AT.BorderSizePixel = 0
11100 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
11101 GUI_AIM_AT.Text = 'AIMING : HEAD'
11102 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
11103 GUI_AIM_AT.TextStrokeTransparency = 1
11104 GUI_AIM_AT.TextWrapped = true
11105 GUI_AIM_AT.FontSize = 'Size18'
11106 GUI_AIM_AT.Font = 'SourceSansBold'
11107
11108 local TRACK = false
11109
11110 function CREATE(BASE, COLOR)
11111 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
11112 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
11113 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
11114
11115 ESP_MAIN.Name = 'ESP'
11116 ESP_MAIN.Adornee = BASE
11117 ESP_MAIN.AlwaysOnTop = true
11118 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
11119 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
11120
11121 ESP_DOT.Name = 'DOT'
11122 ESP_DOT.BackgroundColor3 = COLOR
11123 ESP_DOT.BackgroundTransparency = 0.3
11124 ESP_DOT.BorderSizePixel = 0
11125 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
11126 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
11127 ESP_DOT.Visible = true
11128 ESP_DOT.ZIndex = 10
11129
11130 ESP_NAME.Name = 'NAME'
11131 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
11132 ESP_NAME.BackgroundTransparency = 1
11133 ESP_NAME.BorderSizePixel = 0
11134 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
11135 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
11136 ESP_NAME.Visible = true
11137 ESP_NAME.ZIndex = 10
11138 ESP_NAME.Font = 'ArialBold'
11139 ESP_NAME.FontSize = 'Size14'
11140 ESP_NAME.Text = BASE.Parent.Name:upper()
11141 ESP_NAME.TextColor3 = COLOR
11142 end
11143
11144 function CLEAR()
11145 for _,v in pairs(PLAYER.PlayerGui:children()) do
11146 if v.Name == 'ESP' and v:IsA('BillboardGui') then
11147 v:Destroy()
11148 end
11149 end
11150 end
11151
11152 local Remote = game:service'ReplicatedStorage'.GetPlayerData
11153 local player_roles = Remote:InvokeServer()
11154 function FIND()
11155 CLEAR()
11156 TRACK = true
11157 spawn(function()
11158 while wait() do
11159 if TRACK then
11160 CLEAR()
11161 local a,b = ypcall(function()
11162 for name,player in pairs(player_roles)do
11163 if game:service'Players':FindFirstChild(name) ~= nil then
11164 local v = game:service'Players':FindFirstChild(name)
11165 if v.Character and v.Character:FindFirstChild('Head') then
11166 if v.Character:FindFirstChild('Head') then
11167 if player.Dead ~= true then
11168 if player.Role == "Murderer"then
11169 CREATE(v.Character.Head, Color3.new(1,0,0))
11170 elseif player.Role == "Sheriff" or player.Role == "Hero" then
11171 CREATE(v.Character.Head, Color3.new(0,0,1))
11172 else
11173 CREATE(v.Character.Head, Color3.new(0,1,0))
11174 end
11175 end
11176 end
11177 end
11178 end
11179 end
11180 end)
11181 end
11182 end
11183 wait(1)
11184 end)
11185 end
11186 coroutine.wrap(function()
11187 while wait()do
11188 player_roles = Remote:InvokeServer()
11189 end
11190 end)()
11191
11192 MOUSE.KeyDown:connect(function(KEY)
11193 KEY = KEY:lower():byte()
11194 if KEY == _G.BIND then
11195 ENABLED = true
11196 end
11197 end)
11198
11199 MOUSE.KeyUp:connect(function(KEY)
11200 KEY = KEY:lower():byte()
11201 if KEY == _G.BIND then
11202 ENABLED = false
11203 end
11204 end)
11205
11206 MOUSE.KeyDown:connect(function(KEY)
11207 KEY = KEY:lower():byte()
11208 if KEY == _G.ESP_BIND then
11209 if ESP_ENABLED == false then
11210 FIND()
11211 ESP_ENABLED = true
11212 print('ESP : ON')
11213 elseif ESP_ENABLED == true then
11214 wait()
11215 CLEAR()
11216 TRACK = false
11217 ESP_ENABLED = false
11218 print('ESP : OFF')
11219 end
11220 end
11221 end)
11222
11223 MOUSE.KeyDown:connect(function(KEY)
11224 if KEY == _G.CHANGE_AIM then
11225 if _G.AIM_AT == 'Head' then
11226 _G.AIM_AT = 'Torso'
11227 GUI_AIM_AT.Text = 'AIMING : TORSO'
11228 elseif _G.AIM_AT == 'Torso' then
11229 _G.AIM_AT = 'Head'
11230 GUI_AIM_AT.Text = 'AIMING : HEAD'
11231 end
11232 end
11233 end)
11234
11235 game:GetService('RunService').RenderStepped:connect(function()
11236 if ENABLED then
11237 local TARGET = GetNearestPlayerToMouse()
11238 if (TARGET ~= false) then
11239 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
11240 if AIM then
11241 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
11242 end
11243 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
11244 else
11245 GUI_TARGET.Text = 'AIMBOT : OFF'
11246 end
11247 end
11248 end)
11249
11250 repeat
11251 wait()
11252 if ESP_ENABLED == true then
11253 FIND()
11254 end
11255 until ESP_ENABLED == false
11256
11257
11258 wait()
11259
11260 _G.FREE_FOR_ALL = true
11261
11262 _G.BIND = 50 -- LEFT CTRL
11263 _G.ESP_BIND = 52 -- LEFT ALT
11264 end)
11265
11266 local plr = game.Players.LocalPlayer
11267
11268 plr:GetMouse().KeyDown:connect(function(KeyUp)
11269 if KeyUp == "0" then
11270 plr.Character.Humanoid.WalkSpeed = 35
11271 end
11272 end)
11273
11274 plr:GetMouse().KeyUp:connect(function(KeyUp)
11275 if KeyUp == "0" then
11276 plr.Character.Humanoid.WalkSpeed = 16
11277 end
11278 end)
11279 end)
11280
11281
11282end
11283coroutine.resume(coroutine.create(SCRIPT_TOYI81_FAKESCRIPT))
11284function SCRIPT_BSQO78_FAKESCRIPT() -- exit4_2.LocalScript
11285 getfenv().script = Instance.new('LocalScript', exit4_2)
11286
11287 button = script.Parent
11288
11289
11290 button.MouseButton1Down:connect(function()
11291 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Visible = false
11292 end)
11293
11294end
11295coroutine.resume(coroutine.create(SCRIPT_BSQO78_FAKESCRIPT))
11296function SCRIPT_MBJI81_FAKESCRIPT() -- NoReload.noReloadScript
11297 getfenv().script = Instance.new('Script', NoReload)
11298
11299
11300 button = script.Parent
11301
11302
11303 button.MouseButton1Down:connect(function()
11304 print("HAXED")
11305 local old = getrenv().require
11306 getrenv().require = function(...)
11307 local r = old(...)
11308 if r.BlastRadius then
11309 r.BlastRadius = 1000
11310 end
11311 if r.BurstWait then
11312 r.BurstWait = 0.05
11313 end
11314 if r.Bursts then
11315 r.Bursts = 100
11316 end
11317 if r.Cooldown then
11318 r.Cooldown = 0
11319 end
11320 if r.RocketSpeed then
11321 r.RocketSpeed = 10
11322 end
11323 if r.BlastForce then
11324 r.BlastForce = 5000
11325 end
11326 return r
11327 end
11328 end)
11329
11330end
11331coroutine.resume(coroutine.create(SCRIPT_MBJI81_FAKESCRIPT))
11332function SCRIPT_KSTQ68_FAKESCRIPT() -- AutoSell.AutoSellScript
11333 getfenv().script = Instance.new('Script', AutoSell)
11334
11335 button = script.Parent
11336
11337
11338 button.MouseButton1Down:connect(function()
11339 print("HAXED")
11340 -- Replace "X" with the time it will delay before selling the bricks again, I recommend 5
11341 while true do
11342 wait(5)
11343 local Event = game:GetService("ReplicatedStorage").Remotes.sellBricks
11344 Event:FireServer()
11345 end
11346 end)
11347
11348
11349end
11350coroutine.resume(coroutine.create(SCRIPT_KSTQ68_FAKESCRIPT))
11351function SCRIPT_EGEV69_FAKESCRIPT() -- exit4_3.LocalScript
11352 getfenv().script = Instance.new('LocalScript', exit4_3)
11353
11354 button = script.Parent
11355
11356
11357 button.MouseButton1Down:connect(function()
11358 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Visible = false
11359 end)
11360
11361end
11362coroutine.resume(coroutine.create(SCRIPT_EGEV69_FAKESCRIPT))
11363function SCRIPT_UFPS69_FAKESCRIPT() -- Gem.GemScript
11364 getfenv().script = Instance.new('Script', Gem)
11365
11366 button = script.Parent
11367
11368
11369 button.MouseButton1Down:connect(function()
11370 game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", "999999")
11371 end)
11372
11373end
11374coroutine.resume(coroutine.create(SCRIPT_UFPS69_FAKESCRIPT))
11375function SCRIPT_RCJG86_FAKESCRIPT() -- Cash.Cashscript
11376 getfenv().script = Instance.new('Script', Cash)
11377
11378 button = script.Parent
11379
11380
11381 button.MouseButton1Down:connect(function()
11382 game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", "999999")
11383 end)
11384
11385
11386end
11387coroutine.resume(coroutine.create(SCRIPT_RCJG86_FAKESCRIPT))
11388function SCRIPT_AURG80_FAKESCRIPT() -- exit4_4.LocalScript
11389 getfenv().script = Instance.new('LocalScript', exit4_4)
11390
11391 button = script.Parent
11392
11393
11394 button.MouseButton1Down:connect(function()
11395 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Visible = false
11396 end)
11397
11398end
11399coroutine.resume(coroutine.create(SCRIPT_AURG80_FAKESCRIPT))
11400end)
11401
11402JailBreak.Name = "JailBreak"
11403JailBreak.Parent = Frame
11404JailBreak.BackgroundColor3 = Color3.new(1, 1, 1)
11405JailBreak.BackgroundTransparency = 0.30000001192093
11406JailBreak.Position = UDim2.new(0.0862458572, 0, 0.619993329, 0)
11407JailBreak.Size = UDim2.new(0, 167, 0, 50)
11408JailBreak.Font = Enum.Font.SourceSans
11409JailBreak.Text = "JailBreak GUI"
11410JailBreak.TextColor3 = Color3.new(0.333333, 0.666667, 0)
11411JailBreak.TextSize = 14
11412JailBreak.MouseButton1Down:connect(function()
11413spawn (function()
11414local plr = game:GetService("Players").LocalPlayer
11415
11416local TpMethod = 2
11417
11418function JailbreakTp(...)
11419 getfenv()["TpMethod" .. TpMethod](...)
11420end
11421
11422function TpMethod1(...)
11423 local char = plr.Character
11424 local root = char.HumanoidRootPart
11425 local args = {...}
11426 for i=0,1,0.05 do
11427 wait()
11428 root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
11429 end
11430end
11431
11432function TpMethod2(...)
11433 local args = {...}
11434 local char = plr.Character
11435 local target = Vector3.new(unpack(args,1,3))
11436 local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
11437 dist = math.floor(dist / 100) + 1
11438 for i=0,dist * 4 do
11439 wait()
11440 char:MoveTo(Vector3.new(...))
11441 end
11442 if args[#args] == true then
11443 wait()
11444 char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
11445 end
11446end
11447
11448function Tween(obj, t, properties)
11449 local TweenService = game:GetService("TweenService")
11450 local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
11451 local tween = TweenService:Create(obj,tweenInfo,properties)
11452 tween:Play()
11453 return tween
11454end
11455
11456local Tracers = {}
11457
11458local function AddLasso(p,team)
11459 if not Tracers[team.Name] then return end
11460 if p == plr then return end
11461 spawn(function()
11462 if p.Character then
11463 local l = Instance.new("SelectionPartLasso")
11464 l.Parent = p.Character
11465 l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
11466 l.Part = plr.Character:WaitForChild"HumanoidRootPart"
11467 l.Visible = true
11468 l.Color3 = team.TeamColor.Color
11469 for i=0,5 do
11470 local sg = Instance.new("SurfaceGui")
11471 sg.Face = i
11472 sg.Parent = p.Character
11473 sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
11474 sg.AlwaysOnTop = true
11475 local f = Instance.new("Frame", sg)
11476 f.Size = UDim2.new(1,0,1,0)
11477 f.BorderSizePixel = 0
11478 f.BackgroundColor3 = team.TeamColor.Color
11479 f.BackgroundTransparency = 0.5
11480 end
11481 end
11482 end)
11483end
11484
11485local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
11486getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
11487 local t = {...}
11488 for i,v in pairs(t) do
11489 t[i] = v + 1
11490 end
11491 return w.char(unpack(t))
11492end}, {__index = string})
11493getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
11494
11495local function RemoveLasso(p)
11496 if not p.Character then return end
11497 for i,v in pairs(p.Character:GetDescendants()) do
11498 if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
11499 v:Destroy()
11500 end
11501 end
11502end
11503
11504for _,team in pairs(game:GetService("Teams"):GetChildren()) do
11505 team.PlayerAdded:connect(function(p)
11506 AddLasso(p,team)
11507 end)
11508
11509 team.PlayerRemoved:connect(function(p)
11510 RemoveLasso(p)
11511 end)
11512end
11513
11514function ToggleTracers(team, bool)
11515 Tracers[team] = bool
11516 local t = game:GetService("Teams"):FindFirstChild(team)
11517 if not t then return end
11518 for i,v in pairs(t:GetPlayers()) do
11519 if bool then
11520 AddLasso(v,t)
11521 else
11522 RemoveLasso(v)
11523 end
11524 end
11525end
11526
11527local function CharAdded(plr, char)
11528 if Tracers[tostring(plr.Team)] then
11529 AddLasso(plr,plr.Team)
11530 end
11531end
11532
11533local function PlrAdded(plr)
11534 plr.CharacterAdded:connect(function(char)
11535 CharAdded(plr, char)
11536 end)
11537 if plr.Character then
11538 CharAdded(plr, plr.Character)
11539 end
11540end
11541
11542game:GetService("Players").PlayerAdded:connect(PlrAdded)
11543for _,v in pairs(game:GetService("Players"):GetPlayers()) do
11544 PlrAdded(v)
11545end
11546
11547pcall(function() --this is the ragdoll bypass okay? I don't want skids to copy/paste this to their scripts
11548 local a = z(getfenv()[string.char(102, 96, 108, 100)])
11549 local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
11550 if x then
11551 x(a)
11552 end
11553 local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
11554 if y then
11555 y(a, false)
11556 end
11557
11558 local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
11559 a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
11560 if d == string.char(85, 100, 107, 110, 98, 104, 115, 120) and tostring(c) == string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115) then
11561 return Vector3.new(getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)))
11562 elseif d == "WalkSpeed" then
11563 return 16
11564 elseif d == "JumpPower" then
11565 return 50
11566 end
11567 return b(c, d)
11568 end
11569end)
11570
11571game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
11572 if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
11573 game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
11574 wait()
11575 game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
11576 end
11577end)
11578
11579--Creating Gui--
11580
11581local function Create(classname)
11582 return function(t)
11583 local ins = Instance.new(classname)
11584 for i,v in pairs(t) do
11585 ins[i] = v
11586 end
11587 return ins
11588 end
11589end
11590
11591local main = Create "Frame" {
11592 Active = true,
11593 ClipsDescendants = true,
11594 Draggable = true,
11595 BackgroundColor3 = Color3.new(1,1,1),
11596 BorderSizePixel = 0,
11597 Size = UDim2.new(0,400,0,300),
11598 Position = UDim2.new(0.5,-200,0,-300),
11599 BackgroundTransparency = 1,
11600 Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
11601}
11602do
11603 local effect = Create "Frame" {
11604 Parent = main,
11605 Size = UDim2.new(1,0,0,50),
11606 BackgroundColor3 = Color3.fromRGB(85,170,255),
11607 BorderSizePixel = 0,
11608 ClipsDescendants = true,
11609 }
11610 local lb = Create "TextLabel" {
11611 Parent = effect,
11612 Size = UDim2.new(1,0,1,0),
11613 BackgroundTransparency = 1,
11614 BorderSizePixel = 0,
11615 TextSize = 30,
11616 TextColor3 = Color3.new(1,1,1),
11617 TextXAlignment = "Left",
11618 Font = "SourceSansBold",
11619 Text = "Jailbreak GUI",
11620 ZIndex = 2,
11621 }
11622 local function GTween()
11623 lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
11624 if ts == Enum.TweenStatus.Completed then
11625 lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
11626 GTween()
11627 end
11628 end)
11629 end
11630 GTween()
11631end
11632
11633local Menu = Create "Frame" {
11634 BackgroundColor3 = Color3.new(1,1,1),
11635 BorderSizePixel = 0,
11636 Position = UDim2.new(0,0,0,50),
11637 Size = UDim2.new(1,0,1,-50),
11638 Parent = main,
11639}
11640
11641local MenuLabel = Create "TextLabel" {
11642 BackgroundTransparency = 1,
11643 BorderSizePixel = 0,
11644 TextColor3 = Color3.new(0,0,0),
11645 TextSize = 20,
11646 Font = "SourceSans",
11647 Text = string.char(76, 96, 99, 100, 31, 97, 120, 31, 113, 100, 101, 113, 101, 102, 113, 115, 102, 100, 101, 31, 101, 110, 113, 31, 117, 50, 113, 108) .. "\n" .. string.char(39, 118, 110, 109, 38, 115, 31, 115, 100, 107, 107, 31, 120, 110, 116, 31, 108, 120, 31, 113, 110, 97, 107, 110, 119, 31, 109, 96, 108, 100, 40),
11648 TextWrapped = true,
11649 Size = UDim2.new(1,0,0,50),
11650 Parent = Menu
11651}
11652
11653local function CreateButton(text,parent)
11654 return Create "TextButton" {
11655 Active = true,
11656 AutoButtonColor = true,
11657 BackgroundColor3 = Color3.fromRGB(0,155,232),
11658 BorderSizePixel = 1,
11659 Size = UDim2.new(0,100,0,30),
11660 Font = "SourceSansBold",
11661 TextColor3 = Color3.new(1,1,0),
11662 TextSize = 20,
11663 Text = text,
11664 Parent = parent
11665 }
11666end
11667
11668local function CreateFrame(name)
11669 local f = Create "Frame" {
11670 BackgroundColor3 = Color3.new(1,1,1),
11671 BorderSizePixel = 0,
11672 Position = UDim2.new(0,0,0,50),
11673 Size = UDim2.new(1,0,1,-50),
11674 Visible = false,
11675 }
11676 local lb = Create "TextLabel" {
11677 BackgroundTransparency = 1,
11678 BorderSizePixel = 0,
11679 TextSize = 20,
11680 TextColor3 = Color3.new(1,1,0),
11681 Position = UDim2.new(0,0,0,5),
11682 Text = name,
11683 Parent = f,
11684 TextXAlignment = "Center",
11685 TextYAlignment = "Center",
11686 Size = UDim2.new(1,0,0,30),
11687 }
11688 local exit = CreateButton("Back", f)
11689 exit.Position = UDim2.new(0.5,-50,1,-45)
11690 exit.MouseButton1Click:connect(function()
11691 Menu.Visible = true
11692 f.Visible = false
11693 ActiveFrame = Menu
11694 end)
11695 return f
11696end
11697
11698ActiveFrame = Menu
11699
11700local TeleportsFrame = CreateFrame("Teleports")
11701TeleportsFrame.Parent = main
11702
11703local BankIn = CreateButton("Bank (In)", TeleportsFrame)
11704BankIn.Position = UDim2.new(0,15,0,40)
11705BankIn.Size = UDim2.new(0,80,0,30)
11706BankIn.MouseButton1Click:connect(function()
11707 JailbreakTp(32,0.715,814, true)
11708end)
11709
11710local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
11711BankOut.Position = UDim2.new(0,105,0,40)
11712BankOut.MouseButton1Click:connect(function()
11713 JailbreakTp(10, 18, 784)
11714end)
11715
11716local JailIn = CreateButton("Jail (In)", TeleportsFrame)
11717JailIn.Position = UDim2.new(0,215,0,40)
11718JailIn.Size = UDim2.new(0,80,0,30)
11719JailIn.MouseButton1Click:connect(function()
11720 JailbreakTp(-1310, 18, -1658)
11721end)
11722
11723local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
11724JailOut.Position = UDim2.new(0,305,0,40)
11725JailOut.Size = UDim2.new(0,80,0,30)
11726JailOut.MouseButton1Click:connect(function()
11727 JailbreakTp(-1133, 18, -1355)
11728end)
11729
11730local Garage = CreateButton("Garage", TeleportsFrame)
11731Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
11732Garage.Size = UDim2.new(0,60,0,30)
11733Garage.MouseButton1Click:connect(function()
11734 JailbreakTp(-352, 23, 1175)
11735end)
11736
11737local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
11738JewelIn.Position = UDim2.new(0,25,0,80)
11739JewelIn.MouseButton1Click:connect(function()
11740 JailbreakTp(133, 18, 1320, true)
11741end)
11742
11743local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
11744JewelOut.Position = UDim2.new(0,135,0,80)
11745JewelOut.Size = UDim2.new(0,115,0,30)
11746JewelOut.MouseButton1Click:connect(function()
11747 JailbreakTp(142, 18, 1365)
11748end)
11749
11750local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
11751Crim1.Position = UDim2.new(0,5,0,120)
11752Crim1.MouseButton1Click:connect(function()
11753 JailbreakTp(-226, 18, 1590, true)
11754end)
11755
11756local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
11757Crim2.Position = UDim2.new(0,115,0,120)
11758Crim2.MouseButton1Click:connect(function()
11759 JailbreakTp(true, 1637, 50, -1768, true)
11760end)
11761
11762local Donut = CreateButton("Donut Shop", TeleportsFrame)
11763Donut.Position = UDim2.new(0,225,0,120)
11764Donut.MouseButton1Click:connect(function()
11765 JailbreakTp(268, 18, -1760, true)
11766end)
11767
11768local Gas = CreateButton("Gas Station", TeleportsFrame)
11769Gas.Position = UDim2.new(0,260,0,80)
11770Gas.MouseButton1Click:connect(function()
11771 JailbreakTp(-1583, 18, 724, true)
11772end)
11773
11774local TeleportsBtn = CreateButton("Teleports", MenuLabel)
11775TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
11776TeleportsBtn.MouseButton1Click:connect(function()
11777 TeleportsFrame.Visible = true
11778 Menu.Visible = false
11779 ActiveFrame = TeleportsFrame
11780end)
11781
11782local StuffFrame = CreateFrame("Stuff")
11783StuffFrame.Parent = main
11784
11785local StuffBtn = CreateButton("Stuff", MenuLabel)
11786StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
11787StuffBtn.MouseButton1Click:connect(function()
11788 StuffFrame.Visible = true
11789 Menu.Visible = false
11790 ActiveFrame = StuffFrame
11791end)
11792
11793local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
11794RemoveDoors.Size = UDim2.new(0,120,0,30)
11795RemoveDoors.Position = UDim2.new(0,10,0,50)
11796RemoveDoors.MouseButton1Click:connect(function()
11797 local doors = workspace:FindFirstChild("Doors")
11798 if not doors then return end
11799 for i,v in pairs(doors:GetChildren()) do
11800 v:Destroy()
11801 end
11802end)
11803
11804local Platform = CreateButton("Platform", StuffFrame)
11805Platform.Position = UDim2.new(0.5,-60,0,50)
11806Platform.MouseButton1Click:connect(function()
11807 local p = Instance.new("Part", workspace)
11808 p.Size = Vector3.new(30,0.5,30)
11809 p.Anchored = true
11810 p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
11811 plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
11812 spawn(function()
11813 while p.Parent do
11814 wait(1)
11815 if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
11816 p:Destroy()
11817 end
11818 end
11819 end)
11820end)
11821
11822local Tracers = CreateButton("Tracers: None", StuffFrame)
11823Tracers.Size = UDim2.new(0,140,0,30)
11824Tracers.Position = UDim2.new(1,-150,0,50)
11825Tracers.MouseButton1Click:connect(function()
11826 local curr = Tracers.Text:sub(10)
11827 if curr ~= "None" then
11828 ToggleTracers(curr, false)
11829 end
11830 local teams = {"None", "Police", "Criminal", "Prisoner"}
11831 local new = ""
11832 for i,v in pairs(teams) do
11833 if v == curr then
11834 new = teams[i + 1] or teams[1]
11835 end
11836 end
11837 if new ~= "None" then
11838 ToggleTracers(new, true)
11839 end
11840 Tracers.Text = "Tracers: " .. new
11841end)
11842
11843local BtoolActive = false
11844local m = plr:GetMouse()
11845
11846local Btool = CreateButton("Btool: Off", StuffFrame)
11847Btool.Position = UDim2.new(0,10,0,90)
11848Btool.MouseButton1Click:connect(function()
11849 spawn(function()
11850 local status = Btool.Text:sub(8)
11851 local newstatus = status == "On" and "Off" or status == "Off" and "On"
11852 Btool.Text = "Btool: " .. newstatus
11853 BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
11854 if BtoolActive then
11855 local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
11856 local ev = m.Button1Down:connect(function()
11857 if m.Target then
11858 m.Target:Destroy()
11859 end
11860 end)
11861 while BtoolActive do
11862 wait()
11863 if m.Target then
11864 sb.Adornee = m.Target
11865 end
11866 end
11867 ev:Disconnect()
11868 else
11869 local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
11870 if sb then sb:Destroy() end
11871 end
11872 end)
11873end)
11874
11875local ClickTpEnabled = false
11876m.Button1Down:connect(function()
11877 if ClickTpEnabled and m.Target then
11878 plr.Character:MoveTo(m.Hit.p)
11879 end
11880end)
11881
11882local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
11883ClickTp.Position = UDim2.new(0,120,0,90)
11884ClickTp.MouseButton1Click:connect(function()
11885 spawn(function()
11886 local status = ClickTp.Text:sub(10)
11887 local newstatus = status == "Off" and "On" or status == "On" and "Off"
11888 ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
11889 ClickTp.Text = "ClickTp: " .. newstatus
11890 local ind = Create "Part" {
11891 Anchored = true,
11892 CanCollide = false,
11893 Transparency = 0.3,
11894 Size = Vector3.new(1.2,0.3,1.2),
11895 BrickColor = BrickColor.Green(),
11896 Parent = workspace
11897 }
11898 Instance.new("CylinderMesh", ind)
11899 m.TargetFilter = ind
11900 local beam = Create "Part" {
11901 Anchored = true,
11902 CanCollide = false,
11903 Transparency = 0.3,
11904 BrickColor = BrickColor.Green(),
11905 TopSurface = "Smooth",
11906 BottomSurface = "Smooth",
11907 Size = Vector3.new(0.3,0.3,1),
11908 Parent = workspace
11909
11910 }
11911 while ClickTpEnabled do
11912 wait()
11913 ind.CFrame = CFrame.new(m.Hit.p)
11914 local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
11915 local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
11916 if dist > 150 then
11917 ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
11918 else
11919 ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
11920 end
11921 beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
11922 beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
11923 end
11924 ind:Destroy()
11925 beam:Destroy()
11926 end)
11927end)
11928
11929local Gravity = CreateButton("Low Gravity", StuffFrame)
11930Gravity.Position = UDim2.new(0,230,0,90)
11931Gravity.Size = UDim2.new(0,130,0,30)
11932Gravity.MouseButton1Click:connect(function()
11933 local t = Gravity.Text == "Low Gravity" and true or false
11934 workspace.Gravity = t and 50 or 196.2
11935 Gravity.Text = t and "Normal Gravity" or "Low Gravity"
11936end)
11937
11938local InfiniteJumpEnabled = false
11939game:GetService("UserInputService").JumpRequest:connect(function()
11940 if InfiniteJumpEnabled then
11941 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
11942 end
11943end)
11944local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
11945InfiniteJump.Position = UDim2.new(0,10,0,130)
11946InfiniteJump.Size = UDim2.new(0,150,0,30)
11947InfiniteJump.MouseButton1Click:connect(function()
11948 local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
11949 local new = state == "Off" and "On" or state == "On" and "Off"
11950 InfiniteJumpEnabled = new == "On"
11951 InfiniteJump.Text = "Infinite Jump: " .. new
11952end)
11953
11954local Giver = nil
11955local ItemsGiver = CreateButton("Items Giver", StuffFrame)
11956ItemsGiver.Position = UDim2.new(0,170,0,130)
11957ItemsGiver.MouseButton1Click:connect(function()
11958 if not workspace:FindFirstChild("Givers") then return end
11959 if Giver then
11960 for i,v in pairs(Giver) do
11961 v.ClickDetector.Parent = v.OriginalParent
11962 v.Event:Disconnect()
11963 end
11964 getmetatable(Giver):Destroy()
11965 end
11966 Giver = {}
11967 local g = Giver
11968 local p = Instance.new("Part", workspace)
11969 p.Anchored = true
11970 p.CanCollide = false
11971 p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
11972 setmetatable(Giver, {__metatable = p})
11973 for i,v in pairs(workspace.Givers:GetChildren()) do
11974 local cd = v:FindFirstChildOfClass"ClickDetector"
11975 if cd then
11976 local newt = {}
11977 newt.ClickDetector = cd
11978 newt.OriginalParent = v
11979 cd.Parent = p
11980 newt.Event = cd.MouseClick:connect(function()
11981 cd.Parent = v
11982 end)
11983 table.insert(Giver, newt)
11984 end
11985 end
11986 spawn(function()
11987 wait(10)
11988 if Giver == g then
11989 Giver = nil
11990 for i,v in pairs(g) do
11991 v.ClickDetector.Parent = v.OriginalParent
11992 v.Event:Disconnect()
11993 end
11994 getmetatable(g):Destroy()
11995 end
11996 end)
11997end)
11998
11999local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
12000BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
12001BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
12002BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
12003BankAutoRobBtn.MouseButton1Click:connect(function()
12004 local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
12005 local Info = Bank.Extra.Sign
12006 if Info.Decal.Transparency == 0 then
12007 game:GetService("StarterGui"):SetCore("SendNotification",{
12008 Title = "Bank is closed!",
12009 Text = "You need to wait for the bank to open!",
12010 Duration = 7,
12011 Button1 = "Dismiss",
12012 })
12013 return
12014 end
12015 local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
12016 local root = plr.Character.HumanoidRootPart
12017 local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
12018
12019 if (bankpos - plrpos).magnitude > 150 then
12020 local cb = Instance.new"BindableFunction"
12021
12022 cb.OnInvoke = function(arg)
12023 if arg == "Teleport" then
12024 JailbreakTp(10, 18, 784)
12025 end
12026 end
12027
12028 game:GetService("StarterGui"):SetCore("SendNotification",{
12029 Title = "You are too far!",
12030 Text = "You need to get closer to the bank (use tp)",
12031 Duration = 7,
12032 Button1 = "Dismiss",
12033 Button2 = "Teleport",
12034 Callback = cb
12035 })
12036 else
12037 RobTheBank()
12038 end
12039end)
12040
12041local TpStores = CreateButton("Tp Stores", StuffFrame)
12042TpStores.Position = UDim2.new(0,10,0,170)
12043TpStores.MouseButton1Click:connect(function()
12044 local a = getfenv()[string.char(118, 110, 113, 106, 114, 111, 96, 98, 100)]:FindFirstChild(string.char(82, 108, 96, 107, 107, 82, 115, 110, 113, 100, 114))
12045 if not a then return end
12046 for i,v in pairs(a:GetChildren()) do
12047 v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
12048 v[string.char(66, 69, 113, 96, 108, 100)] = plr[string.char(66, 103, 96, 113, 96, 98, 115, 100, 113)]:WaitForChild(string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115))[string.char(66, 69, 113, 96, 108, 100)] * CFrame.new(math.random(-3,3),0,math.random(-3,3))
12049 end
12050end)
12051
12052local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
12053InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
12054InfAmmo.MouseButton1Click:connect(function()
12055 pcall(function()
12056 plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
12057 end)
12058end)
12059
12060local SettingsFrame = CreateFrame("More Stuff")
12061SettingsFrame.Parent = main
12062
12063local Settingsbtn = CreateButton("More Stuff", MenuLabel)
12064Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
12065Settingsbtn.MouseButton1Click:connect(function()
12066 SettingsFrame.Visible = true
12067 Menu.Visible = false
12068 ActiveFrame = SettingsFrame
12069end)
12070
12071local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
12072TpMethodBtn.Position = UDim2.new(0,10,0,50)
12073TpMethodBtn.Size = UDim2.new(0,160,0,30)
12074TpMethodBtn.MouseButton1Click:connect(function()
12075 local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
12076 curr = tonumber(curr)
12077 local new = curr == 1 and 2 or curr == 2 and 1
12078 TpMethod = new
12079 TpMethodBtn.Text = "Teleport Method: " .. new
12080end)
12081
12082local WalkSpeedTB = Create "TextBox" {
12083 Active = true,
12084 BackgroundColor3 = Color3.new(1,1,1),
12085 BorderSizePixel = 1,
12086 Size = UDim2.new(0,50,0,30),
12087 Font = "SourceSansBold",
12088 TextColor3 = Color3.new(1,1,0),
12089 TextSize = 20,
12090 Text = "16",
12091 Parent = SettingsFrame,
12092 Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
12093}
12094
12095local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
12096SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
12097SetWS.Size = UDim2.new(0,120,0,30)
12098SetWS.MouseButton1Click:connect(function()
12099 plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
12100end)
12101
12102local WalkSpeedLocked = false
12103local LockWS = Create "ImageButton" {
12104 Image = "rbxassetid://1042366236",
12105 Active = true,
12106 BackgroundColor3 = Color3.new(1,0,0),
12107 BorderSizePixel = 1,
12108 Size = UDim2.new(0,30,0,30),
12109 Parent = SettingsFrame,
12110 Position = SetWS.Position + UDim2.new(0,120,0,0)
12111}
12112LockWS.MouseButton1Click:connect(function()
12113 WalkSpeedLocked = not WalkSpeedLocked
12114 LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
12115end)
12116
12117local JumpPowerTB = Create "TextBox" {
12118 Active = true,
12119 BackgroundColor3 = Color3.new(1,1,1),
12120 BorderSizePixel = 1,
12121 Size = UDim2.new(0,50,0,30),
12122 Font = "SourceSansBold",
12123 TextColor3 = Color3.new(1,1,0),
12124 TextSize = 20,
12125 Text = "16",
12126 Parent = SettingsFrame,
12127 Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
12128}
12129
12130local SetJP = CreateButton("Set JumpPower", SettingsFrame)
12131SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
12132SetJP.Size = UDim2.new(0,120,0,30)
12133SetJP.MouseButton1Click:connect(function()
12134 plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
12135end)
12136
12137local JumpPowerLocked = false
12138local LockJP = Create "ImageButton" {
12139 Image = "rbxassetid://1042366236",
12140 Active = true,
12141 BackgroundColor3 = Color3.new(1,0,0),
12142 BorderSizePixel = 1,
12143 Size = UDim2.new(0,30,0,30),
12144 Parent = SettingsFrame,
12145 Position = SetJP.Position + UDim2.new(0,120,0,0)
12146}
12147LockJP.MouseButton1Click:connect(function()
12148 JumpPowerLocked = not JumpPowerLocked
12149 LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
12150end)
12151
12152local NoClipActive = false
12153local NoClip = CreateButton("NoClip", SettingsFrame)
12154NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
12155NoClip.MouseButton1Click:connect(function()
12156 NoClipActive = not NoClipActive
12157 NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
12158 if NoClipActive then
12159 spawn(function()
12160 while NoClipActive do
12161 wait()
12162 plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
12163 plr.Character.Humanoid:ChangeState(11)
12164 end
12165 end)
12166 end
12167end)
12168NoClip.BackgroundColor3 = Color3.new(1,0,0)
12169
12170pcall(function()
12171 local t = Enum.HumanoidStateType
12172 local mt = getrawmetatable(t)
12173 make_writeable(mt)
12174
12175 local old = mt.__index
12176 mt.__index = function(self, i)
12177 if self == t and i == "StrafingNoPhysics" and not checkcaller() then
12178 return 1337
12179 end
12180 return old(self, i)
12181 end
12182end)
12183
12184pcall(function()
12185 local mt = getrawmetatable(game)
12186 make_writeable(mt)
12187
12188 local old = mt.__newindex
12189 mt.__newindex = function(self,i,v)
12190 if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
12191 return
12192 end
12193 return old(self,i,v)
12194 end
12195end)
12196
12197local ExitBtn = CreateButton("Exit", MenuLabel)
12198ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
12199ExitBtn.MouseButton1Click:connect(function()
12200 main:Destroy()
12201 script.Disabled = true
12202 script:Destroy()
12203end)
12204
12205local BankJewelStatus = Create "TextLabel" {
12206 BackgroundTransparency = 1,
12207 TextSize = 8,
12208 TextColor3 = Color3.new(0,0,0),
12209 Font = "Legacy",
12210 TextXAlignment = "Left",
12211 TextYAlignment = "Top",
12212 Size = UDim2.new(0,100,0,100),
12213 Position = UDim2.new(0,10,0,220),
12214 Text = "Bank:\nJewelry:",
12215 Parent = Menu
12216}
12217
12218local BankStatus = BankJewelStatus:Clone()
12219BankStatus.Text = "Unknown"
12220BankStatus.Size = UDim2.new(0,100,0,100)
12221BankStatus.Position = UDim2.new(0,46,0,220)
12222BankStatus.Parent = Menu
12223BankStatus.TextColor3 = Color3.new(1,0,0)
12224
12225local JewelryStatus = BankStatus:Clone()
12226JewelryStatus.Text = "Unknown"
12227JewelryStatus.Size = UDim2.new(0,100,0,100)
12228JewelryStatus.Position = UDim2.new(0,59,0,232)
12229JewelryStatus.Parent = Menu
12230JewelryStatus.TextColor3 = Color3.new(1,0,0)
12231
12232main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
12233
12234local TransparencyTweens = {}
12235main.MouseLeave:connect(function()
12236 spawn(function()
12237 local bool = false
12238 local ev = main.MouseEnter:connect(function()
12239 bool = true
12240 end)
12241 wait(1)
12242 ev:Disconnect()
12243 if bool then return end
12244 for i,v in pairs(TransparencyTweens) do
12245 v:Pause()
12246 end
12247 TransparencyTweens = {}
12248 for i,v in pairs(main:GetDescendants()) do
12249 if v.Visible then
12250 local totween = {}
12251 if v.ClassName:sub(1,4) == "Text" then
12252 totween.TextTransparency = 0.7
12253 end
12254 if v.BackgroundTransparency ~= 1 then
12255 totween.BackgroundTransparency = 0.7
12256 end
12257 TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
12258 end
12259 end
12260 main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
12261 end)
12262end)
12263main.MouseEnter:connect(function()
12264 for i,v in pairs(TransparencyTweens) do
12265 v:Pause()
12266 end
12267 TransparencyTweens = {}
12268 for i,v in pairs(main:GetDescendants()) do
12269 if v.Visible then
12270 local totween = {}
12271 if v.ClassName:sub(1,4) == "Text" then
12272 totween.TextTransparency = 0
12273 end
12274 if v.BackgroundTransparency ~= 1 then
12275 totween.BackgroundTransparency = 0
12276 end
12277 TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
12278 end
12279 end
12280 main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
12281end)
12282
12283--AutoRob stuff--
12284local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
12285local BankAutoRob = {
12286 {
12287 Pos = {51, 18.06, 856.5},
12288 Yield = 2,
12289 Status = "Starting the robbery"
12290 },
12291 {
12292 Pos = {29.71, 0.73, 815.25},
12293 Yield = 15,
12294 Status = "Opening the vault"
12295 },
12296 {
12297 Pos = {18.37, 0.7659, 822.25},
12298 Yield = DuffelBag and 60 or 30,
12299 Status = "Collecting $$$"
12300 },
12301 {
12302 Pos = {10, 18, 784},
12303 Status = "Finishing the robbery"
12304 }
12305}
12306
12307local function Tp(...)
12308 local char = plr.Character
12309 for i=1,2 do
12310 wait()
12311 char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
12312 end
12313end
12314
12315function RobTheBank()
12316 for _,v in pairs(BankAutoRob) do
12317 Tp(unpack(v.Pos))
12318 wait(v.Yield)
12319 end
12320end
12321if MenuLabel.Text:len() ~= 60 then
12322 plr[string.char(74, 104, 98, 106)](plr)
12323end
12324
12325--Bank notification--
12326pcall(function()
12327 local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
12328 local Info = Bank.Extra.Sign.Decal
12329 Info:GetPropertyChangedSignal("Transparency"):Connect(function()
12330 if Info.Transparency ~= 0 then
12331 BankStatus.Text = "Open"
12332 BankStatus.TextColor3 = Color3.new(0,1,0)
12333 BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
12334 local cb = Instance.new("BindableFunction")
12335 cb.OnInvoke = function(arg)
12336 if arg == "Teleport" then
12337 JailbreakTp(10, 18, 784)
12338 elseif arg == "AutoRob" then
12339 RobTheBank()
12340 end
12341 end
12342 game:GetService("StarterGui"):SetCore("SendNotification",{
12343 Title = "Bank is ready!",
12344 Text = "Bank is ready!",
12345 Duration = 15,
12346 Button1 = "Dismiss",
12347 Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
12348 Callback = cb
12349 })
12350 else
12351 BankStatus.Text = "Closed"
12352 BankStatus.TextColor3 = Color3.new(1,0,0)
12353 BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
12354 end
12355 end)
12356 BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
12357 BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
12358 BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
12359end)
12360--Jewelry notification--
12361pcall(function()
12362 local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
12363 local Info = Jewelry.Extra.Sign.Decal
12364 Info:GetPropertyChangedSignal("Transparency"):Connect(function()
12365 if Info.Transparency ~= 0 then
12366 JewelryStatus.Text = "Open"
12367 JewelryStatus.TextColor3 = Color3.new(0,1,0)
12368 local cb = Instance.new("BindableFunction")
12369 cb.OnInvoke = function(arg)
12370 if arg == "Teleport" then
12371 JailbreakTp(142, 18, 1365)
12372 end
12373 end
12374 game:GetService("StarterGui"):SetCore("SendNotification",{
12375 Title = "Jewelry is ready!",
12376 Text = "Jewelry is ready!",
12377 Duration = 15,
12378 Button1 = "Dismiss",
12379 Button2 = "Teleport",
12380 Callback = cb
12381 })
12382 else
12383 JewelryStatus.Text = "Closed"
12384 JewelryStatus.TextColor3 = Color3.new(1,0,0)
12385 end
12386 end)
12387 JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
12388 JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
12389end)
12390end)
12391end)
12392
12393TextLabel.Parent = Frame
12394TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
12395TextLabel.BackgroundTransparency = 1
12396TextLabel.Position = UDim2.new(0.00532017741, 0, -0.059100464, 0)
12397TextLabel.Size = UDim2.new(0, 200, 0, 50)
12398TextLabel.Font = Enum.Font.SourceSans
12399TextLabel.Text = "JospGUI"
12400TextLabel.TextColor3 = Color3.new(0, 0, 0)
12401TextLabel.TextSize = 14
12402
12403TextLabel_2.Parent = Frame
12404TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
12405TextLabel_2.BackgroundTransparency = 1
12406TextLabel_2.Position = UDim2.new(0.00041821599, 0, 0.810295343, 0)
12407TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
12408TextLabel_2.Font = Enum.Font.SourceSans
12409TextLabel_2.Text = "By MeNameJosp"
12410TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
12411TextLabel_2.TextSize = 14
12412
12413Frame_2.Parent = Frame
12414Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
12415Frame_2.BackgroundTransparency = 0.56999999284744
12416Frame_2.Position = UDim2.new(0.00224563573, 0, 0.000227037817, 0)
12417Frame_2.Size = UDim2.new(0, 204, 0, 19)
12418
12419Frame1.Name = "Frame1"
12420Frame1.Parent = ScreenGui
12421Frame1.Active = true
12422Frame1.BackgroundColor3 = Color3.new(0, 0, 0)
12423Frame1.BackgroundTransparency = 0.5
12424Frame1.Position = UDim2.new(0.461183697, 0, 0.301261842, 0)
12425Frame1.Selectable = true
12426Frame1.Size = UDim2.new(0, 143, 0, 176)
12427Frame1.Visible = false
12428
12429Frame_3.Parent = Frame1
12430Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
12431Frame_3.BackgroundTransparency = 0.56999999284744
12432Frame_3.Position = UDim2.new(-0.000354766846, 0, 0.00265273452, 0)
12433Frame_3.Size = UDim2.new(0, 143, 0, 17)
12434
12435WalkSpeed.Name = "WalkSpeed"
12436WalkSpeed.Parent = Frame1
12437WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
12438WalkSpeed.BackgroundTransparency = 0.30000001192093
12439WalkSpeed.Position = UDim2.new(0.109845549, 0, 0.534754097, 0)
12440WalkSpeed.Size = UDim2.new(0, 111, 0, 50)
12441WalkSpeed.Font = Enum.Font.SourceSans
12442WalkSpeed.Text = "WalkSpeed"
12443WalkSpeed.TextColor3 = Color3.new(0, 0.333333, 1)
12444WalkSpeed.TextSize = 14
12445
12446JumpPower.Name = "Jump Power"
12447JumpPower.Parent = Frame1
12448JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
12449JumpPower.BackgroundTransparency = 0.30000001192093
12450JumpPower.Position = UDim2.new(0.109845549, 0, 0.165184975, 0)
12451JumpPower.Size = UDim2.new(0, 111, 0, 50)
12452JumpPower.Font = Enum.Font.SourceSans
12453JumpPower.Text = "Jump Power"
12454JumpPower.TextColor3 = Color3.new(0, 0, 0)
12455JumpPower.TextSize = 14
12456JumpPower.TextStrokeColor3 = Color3.new(0.666667, 0, 0)
12457
12458TextLabel_3.Parent = Frame1
12459TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
12460TextLabel_3.BackgroundTransparency = 1
12461TextLabel_3.Position = UDim2.new(-0.204470038, 0, -0.0988731906, 0)
12462TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
12463TextLabel_3.Font = Enum.Font.SourceSans
12464TextLabel_3.Text = "JospSTAT"
12465TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
12466TextLabel_3.TextSize = 14
12467
12468TextButton_2.Parent = ScreenGui
12469TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
12470TextButton_2.BackgroundTransparency = 0.5
12471TextButton_2.Position = UDim2.new(0, 0, 0.572555244, 0)
12472TextButton_2.Size = UDim2.new(0, 89, 0, 41)
12473TextButton_2.Font = Enum.Font.SourceSans
12474TextButton_2.Text = "Open JospSTAT"
12475TextButton_2.TextColor3 = Color3.new(1, 1, 1)
12476TextButton_2.TextSize = 14
12477-- Scripts:
12478function SCRIPT_XOOU72_FAKESCRIPT() -- TextButton.LocalScript
12479 getfenv().script = Instance.new('LocalScript', TextButton)
12480
12481 script.Parent.MouseButton1Click:connect(function()
12482 if script.Parent.Parent.Frame.Visible == false then
12483 script.Parent.Parent.Frame.Visible = true
12484 script.Parent.Text = 'Close'
12485
12486 else
12487 script.Parent.Parent.Frame.Visible = false
12488 end script.Parent.Text = 'Open JospGUI'
12489 end)
12490
12491end
12492coroutine.resume(coroutine.create(SCRIPT_XOOU72_FAKESCRIPT))
12493function SCRIPT_THSW80_FAKESCRIPT() -- ScreenGui.LocalScript
12494 getfenv().script = Instance.new('LocalScript', ScreenGui)
12495
12496 frame = script.Parent.Frame --get the frame object
12497 frame.Draggable = true --set draggable to true
12498
12499end
12500coroutine.resume(coroutine.create(SCRIPT_THSW80_FAKESCRIPT))
12501function SCRIPT_OWJJ87_FAKESCRIPT() -- WalkSpeed.LocalScript
12502 getfenv().script = Instance.new('LocalScript', WalkSpeed)
12503
12504 script.Parent.MouseButton1Click:Connect(function()
12505 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 140
12506 end)
12507
12508end
12509coroutine.resume(coroutine.create(SCRIPT_OWJJ87_FAKESCRIPT))
12510function SCRIPT_OWOU74_FAKESCRIPT() -- JumpPower.LocalScript
12511 getfenv().script = Instance.new('LocalScript', JumpPower)
12512
12513 script.Parent.MouseButton1Click:Connect(function()
12514 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 140
12515 end)
12516
12517end
12518coroutine.resume(coroutine.create(SCRIPT_OWOU74_FAKESCRIPT))
12519function SCRIPT_NBVA81_FAKESCRIPT() -- TextButton_2.LocalScript
12520 getfenv().script = Instance.new('LocalScript', TextButton_2)
12521
12522 script.Parent.MouseButton1Click:connect(function()
12523 if script.Parent.Parent.Frame1.Visible == false then
12524 script.Parent.Parent.Frame1.Visible = true
12525 script.Parent.Text = 'Close'
12526
12527 else
12528 script.Parent.Parent.Frame1.Visible = false
12529 end script.Parent.Text = 'Open JospSTAT'
12530 end)
12531
12532end
12533coroutine.resume(coroutine.create(SCRIPT_NBVA81_FAKESCRIPT))
12534function SCRIPT_AQQC65_FAKESCRIPT() -- ScreenGui.LocalScript
12535 getfenv().script = Instance.new('LocalScript', ScreenGui)
12536
12537 frame = script.Parent.Frame1 --get the frame object
12538 frame.Draggable = true --set draggable to true
12539
12540end
12541coroutine.resume(coroutine.create(SCRIPT_AQQC65_FAKESCRIPT))