· 6 years ago · Mar 09, 2020, 08:56 AM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local AllYouCanThink = Instance.new("ScreenGui")
5local OpenFrame = Instance.new("Frame")
6local Open = Instance.new("TextButton")
7local Main = Instance.new("Frame")
8local Name = Instance.new("TextLabel")
9local WeightLiftingSimulator3 = Instance.new("TextButton")
10local Jailbreak = Instance.new("TextButton")
11local MadCity = Instance.new("TextButton")
12local Surf = Instance.new("TextButton")
13local KAT = Instance.new("TextButton")
14local SodaDrinkingSimulator = Instance.new("TextButton")
15local ToySimulator = Instance.new("TextButton")
16local InfinityAnime = Instance.new("TextButton")
17local VehicleSimulator = Instance.new("TextButton")
18local Strucid = Instance.new("TextButton")
19local Name_2 = Instance.new("TextLabel")
20local Exit = Instance.new("TextButton")
21--Properties:
22AllYouCanThink.Name = "All You Can Think"
23AllYouCanThink.Parent = game.CoreGui
24
25OpenFrame.Name = "Open Frame"
26OpenFrame.Parent = AllYouCanThink
27OpenFrame.BackgroundColor3 = Color3.new(1, 0, 0)
28OpenFrame.Position = UDim2.new(0, 0, 0.412350595, 0)
29OpenFrame.Size = UDim2.new(0, 100, 0, 22)
30
31Open.Name = "Open"
32Open.Parent = OpenFrame
33Open.BackgroundColor3 = Color3.new(1, 1, 1)
34Open.BackgroundTransparency = 1
35Open.Size = UDim2.new(0, 100, 0, 22)
36Open.Font = Enum.Font.Cartoon
37Open.Text = "Open"
38Open.TextColor3 = Color3.new(1, 1, 1)
39Open.TextSize = 30
40Open.MouseButton1Down:connect(function()
41Main.Visible = true
42OpenFrame.Visible = false
43end)
44
45Main.Name = "Main"
46Main.Parent = AllYouCanThink
47Main.Active = true
48Main.BackgroundColor3 = Color3.new(0, 0, 0)
49Main.BackgroundTransparency = 0.5
50Main.Position = UDim2.new(0.163996235, 0, 0.239043817, 0)
51Main.Size = UDim2.new(0, 337, 0, 254)
52Main.Visible = false
53Main.Draggable = true
54
55Name.Name = "Name"
56Name.Parent = Main
57Name.BackgroundColor3 = Color3.new(1, 0, 0)
58Name.Position = UDim2.new(-0.028462667, 0, -0.00111365132, 0)
59Name.Size = UDim2.new(0, 355, 0, 30)
60Name.Font = Enum.Font.Cartoon
61Name.Text = "All You Can Think 1.0"
62Name.TextColor3 = Color3.new(1, 1, 1)
63Name.TextSize = 20
64Name.TextWrapped = true
65
66WeightLiftingSimulator3.Name = "Weight Lifting Simulator 3"
67WeightLiftingSimulator3.Parent = Main
68WeightLiftingSimulator3.BackgroundColor3 = Color3.new(1, 0, 0)
69WeightLiftingSimulator3.Position = UDim2.new(0.0456850231, 0, 0.300216436, 0)
70WeightLiftingSimulator3.Size = UDim2.new(0, 122, 0, 26)
71WeightLiftingSimulator3.Font = Enum.Font.Cartoon
72WeightLiftingSimulator3.Text = "Weight Lifting Simulator 3"
73WeightLiftingSimulator3.TextColor3 = Color3.new(1, 1, 1)
74WeightLiftingSimulator3.TextSize = 10
75WeightLiftingSimulator3.MouseButton1Down:connect(function()
76-- Script by: Bartvanm
77-- Vouch the post for all the features! ( Space Gym )
78-- Don't steal this and claim it yours.
79
80-- Variables
81
82-- Automation
83toggleStrength = false
84toggleBrawl = false
85toggleAutoclick = false
86toggleAntiAFK = false
87toggleRebirthPet = false
88
89-- Misc
90toggleDiscoPet = false
91toggleDiscoSize = false
92toggleDiscoSkin = false
93toggleTPKILL = false
94
95AllPets ={"Sarge", "Roboto", "Krafty Karly", "Pookins", "Flash", "Corrupted Skull", "Scarecrow", "Santa"}
96AllSkins = {"Electricity Charge", "ChaChing", "Tix", "Roblox", "Aura", "Questions", "Flowers", "Stars", "Ghosts", "Yellow Static", "Red Static", "Purple Static", "Green Static", "Blue Static", "Red Slime", "Orange Slime", "Yellow Slime", "Green Slime", "Blue Slime", "Purple Slime", "Blue Sparkles", "Green Sparkles", "Red Sparkles", "Purple Sparkles", "Yellow Sparkles", "Rings", "Energy", "Lightning", "Purple Evap", "Flare", "Skulls", "Corrupted", "Disco", "Rainbow", "Hyper", "Inferno", "Slashes", "Tsunami", "Super Saiyan", "Bubbles", "Hearts", "Flash", "Fireflies", "Beats", "Swirls", "Osmosis", "Bam", "Melon", "Sparks"}
97
98-- Instances:
99
100
101-- Opens:
102local WLS3GUI = Instance.new("ScreenGui")
103local openTP = Instance.new("Frame")
104local OpenTP = Instance.new("TextButton")
105local CloseTP = Instance.new("TextButton")
106local openAutomation = Instance.new("Frame")
107local OpenStats = Instance.new("TextButton")
108local CloseStats = Instance.new("TextButton")
109local openMisc = Instance.new("Frame")
110local OpenMisc = Instance.new("TextButton")
111local CloseMisc = Instance.new("TextButton")
112
113-- TP's
114local TPGUI = Instance.new("Frame")
115local header = Instance.new("TextLabel")
116local footer = Instance.new("TextLabel")
117local TPSkyGym = Instance.new("TextButton")
118local CLOSEBUTTON = Instance.new("TextButton")
119local TPUnderworldGym = Instance.new("TextButton")
120local TPSpace = Instance.new("TextButton")
121local TPBigBoyBeach = Instance.new("TextButton")
122local lblVouch = Instance.new("TextLabel")
123local TPTinyBeach = Instance.new("TextButton")
124local TPBrawlTraining = Instance.new("TextButton")
125local TPBrawlArena = Instance.new("TextButton")
126local INFOBUTTON = Instance.new("TextButton")
127
128-- Automation
129local AUTOMATIONGUI = Instance.new("Frame")
130local OpenStrength = Instance.new("TextButton")
131local header_2 = Instance.new("TextLabel")
132local footer_2 = Instance.new("TextLabel")
133local CloseStrength = Instance.new("TextButton")
134local OpenBrawl = Instance.new("TextButton")
135local CloseBrawl = Instance.new("TextButton")
136local OpenCrate = Instance.new("TextButton")
137local CloseCLICK = Instance.new("TextButton")
138local CLOSEBUTTON_2 = Instance.new("TextButton")
139local txtCrate = Instance.new("TextBox")
140local CloseAFK = Instance.new("TextButton")
141local OpenAFK = Instance.new("TextButton")
142local OpenCLICK = Instance.new("TextButton")
143local OpenRebirthPet = Instance.new("TextButton")
144local CloseRebirthPet = Instance.new("TextButton")
145local txtRebirthPet = Instance.new("TextBox")
146
147-- Misc
148local MISCGUI = Instance.new("Frame")
149local OpenDiscoPet = Instance.new("TextButton")
150local header_3 = Instance.new("TextLabel")
151local footer_3 = Instance.new("TextLabel")
152local CloseDiscoPet = Instance.new("TextButton")
153local CloseDiscoSize = Instance.new("TextButton")
154local OpenDiscoSize = Instance.new("TextButton")
155local CloseDiscoSkin = Instance.new("TextButton")
156local OpenTPKILL = Instance.new("TextButton")
157local CloseTPKILL = Instance.new("TextButton")
158local OpenTP_2 = Instance.new("TextButton")
159local CloseFAST = Instance.new("TextButton")
160local OpenDiscoSkin = Instance.new("TextButton")
161local CLOSEBUTTON_3 = Instance.new("TextButton")
162local OpenBtools = Instance.new("TextButton")
163local OpenSize = Instance.new("TextButton")
164local txtSize = Instance.new("TextBox")
165local OpenSpeed = Instance.new("TextButton")
166local txtSpeed = Instance.new("TextBox")
167local OpenJump = Instance.new("TextButton")
168local txtJump = Instance.new("TextBox")
169
170-- Vermillion
171local zVERMGUI = Instance.new("Frame")
172local header_VERM = Instance.new("TextLabel")
173local CLOSEBUTTON_VERM = Instance.new("TextButton")
174local lblVouchInfo1 = Instance.new("TextLabel")
175local lblVouchInfo3 = Instance.new("TextLabel")
176local OpenURL = Instance.new("TextButton")
177local lblVouchInfo2 = Instance.new("TextLabel")
178
179-- Properties:
180WLS3GUI.Name = "WLS3GUI"
181WLS3GUI.Parent = game.CoreGui
182
183openTP.Name = "openTP"
184openTP.Parent = WLS3GUI
185openTP.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
186openTP.BackgroundTransparency = 0.40000000596046
187openTP.BorderColor3 = Color3.new(1, 1, 1)
188openTP.BorderSizePixel = 8
189openTP.Position = UDim2.new(0, 530, 0.100000001, 0)
190openTP.Size = UDim2.new(0, 226, 0, 40)
191openTP.ZIndex = 2
192
193OpenTP.Name = "OpenTP"
194OpenTP.Parent = openTP
195OpenTP.BackgroundColor3 = Color3.new(1, 1, 1)
196OpenTP.BackgroundTransparency = 0.75
197OpenTP.BorderColor3 = Color3.new(1, 1, 1)
198OpenTP.BorderSizePixel = 2
199OpenTP.Size = UDim2.new(0, 226, 0, 39)
200OpenTP.ZIndex = 2
201OpenTP.Font = Enum.Font.SciFi
202OpenTP.Text = "OPEN TELEPORTS"
203OpenTP.TextColor3 = Color3.new(1, 1, 1)
204OpenTP.TextSize = 27
205OpenTP.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
206OpenTP.TextStrokeTransparency = 0
207
208CloseTP.Name = "CloseTP"
209CloseTP.Parent = openTP
210CloseTP.BackgroundColor3 = Color3.new(1, 1, 1)
211CloseTP.BackgroundTransparency = 0.75
212CloseTP.BorderColor3 = Color3.new(1, 1, 1)
213CloseTP.BorderSizePixel = 2
214CloseTP.Position = UDim2.new(0, 0, 0.0366180427, 0)
215CloseTP.Size = UDim2.new(0, 226, 0, 37)
216CloseTP.Visible = false
217CloseTP.ZIndex = 2
218CloseTP.Font = Enum.Font.SciFi
219CloseTP.Text = "CLOSE TELEPORTS"
220CloseTP.TextColor3 = Color3.new(1, 1, 1)
221CloseTP.TextSize = 27
222CloseTP.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
223CloseTP.TextStrokeTransparency = 0
224
225openAutomation.Name = "openAutomation"
226openAutomation.Parent = WLS3GUI
227openAutomation.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
228openAutomation.BackgroundTransparency = 0.40000000596046
229openAutomation.BorderColor3 = Color3.new(1, 1, 1)
230openAutomation.BorderSizePixel = 8
231openAutomation.Position = UDim2.new(0, 780, 0.100000001, 0)
232openAutomation.Size = UDim2.new(0, 226, 0, 40)
233openAutomation.ZIndex = 2
234
235OpenStats.Name = "OpenStats"
236OpenStats.Parent = openAutomation
237OpenStats.BackgroundColor3 = Color3.new(1, 1, 1)
238OpenStats.BackgroundTransparency = 0.75
239OpenStats.BorderColor3 = Color3.new(1, 1, 1)
240OpenStats.BorderSizePixel = 2
241OpenStats.Size = UDim2.new(0, 226, 0, 39)
242OpenStats.ZIndex = 2
243OpenStats.Font = Enum.Font.SciFi
244OpenStats.Text = "OPEN AUTOMATION"
245OpenStats.TextColor3 = Color3.new(1, 1, 1)
246OpenStats.TextSize = 27
247OpenStats.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
248OpenStats.TextStrokeTransparency = 0
249
250CloseStats.Name = "CloseStats"
251CloseStats.Parent = openAutomation
252CloseStats.BackgroundColor3 = Color3.new(1, 1, 1)
253CloseStats.BackgroundTransparency = 0.75
254CloseStats.BorderColor3 = Color3.new(1, 1, 1)
255CloseStats.BorderSizePixel = 2
256CloseStats.Position = UDim2.new(0, 0, 0.0366180427, 0)
257CloseStats.Size = UDim2.new(0, 226, 0, 37)
258CloseStats.Visible = false
259CloseStats.ZIndex = 2
260CloseStats.Font = Enum.Font.SciFi
261CloseStats.Text = "CLOSE AUTOMATION"
262CloseStats.TextColor3 = Color3.new(1, 1, 1)
263CloseStats.TextSize = 27
264CloseStats.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
265CloseStats.TextStrokeTransparency = 0
266
267openMisc.Name = "openMisc"
268openMisc.Parent = WLS3GUI
269openMisc.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
270openMisc.BackgroundTransparency = 0.40000000596046
271openMisc.BorderColor3 = Color3.new(1, 1, 1)
272openMisc.BorderSizePixel = 8
273openMisc.Position = UDim2.new(0, 1030, 0.100000001, 0)
274openMisc.Size = UDim2.new(0, 226, 0, 40)
275openMisc.ZIndex = 2
276
277OpenMisc.Name = "OpenMisc"
278OpenMisc.Parent = openMisc
279OpenMisc.BackgroundColor3 = Color3.new(1, 1, 1)
280OpenMisc.BackgroundTransparency = 0.75
281OpenMisc.BorderColor3 = Color3.new(1, 1, 1)
282OpenMisc.BorderSizePixel = 2
283OpenMisc.Position = UDim2.new(0, 0, 0.0250000004, 0)
284OpenMisc.Size = UDim2.new(0, 226, 0, 39)
285OpenMisc.ZIndex = 2
286OpenMisc.Font = Enum.Font.SciFi
287OpenMisc.Text = "OPEN MISC"
288OpenMisc.TextColor3 = Color3.new(1, 1, 1)
289OpenMisc.TextSize = 27
290OpenMisc.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
291OpenMisc.TextStrokeTransparency = 0
292
293CloseMisc.Name = "CloseMisc"
294CloseMisc.Parent = openMisc
295CloseMisc.BackgroundColor3 = Color3.new(1, 1, 1)
296CloseMisc.BackgroundTransparency = 0.75
297CloseMisc.BorderColor3 = Color3.new(1, 1, 1)
298CloseMisc.BorderSizePixel = 2
299CloseMisc.Position = UDim2.new(0, 0, 0.0366180427, 0)
300CloseMisc.Size = UDim2.new(0, 226, 0, 37)
301CloseMisc.Visible = false
302CloseMisc.ZIndex = 2
303CloseMisc.Font = Enum.Font.SciFi
304CloseMisc.Text = "CLOSE MISC"
305CloseMisc.TextColor3 = Color3.new(1, 1, 1)
306CloseMisc.TextSize = 27
307CloseMisc.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
308CloseMisc.TextStrokeTransparency = 0
309
310TPGUI.Name = "TPGUI"
311TPGUI.Parent = WLS3GUI
312TPGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
313TPGUI.BackgroundTransparency = 0.40000000596046
314TPGUI.BorderColor3 = Color3.new(1, 1, 1)
315TPGUI.BorderSizePixel = 8
316TPGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
317TPGUI.Size = UDim2.new(0, 240, 0, 526)
318TPGUI.ZIndex = 3
319
320header.Name = "header"
321header.Parent = TPGUI
322header.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
323header.BorderSizePixel = 0
324header.Size = UDim2.new(0, 240, 0, 38)
325header.ZIndex = 3
326header.Font = Enum.Font.SciFi
327header.Text = "Teleports"
328header.TextColor3 = Color3.new(1, 1, 1)
329header.TextSize = 32
330header.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
331header.TextStrokeTransparency = 0
332
333footer.Name = "footer"
334footer.Parent = TPGUI
335footer.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
336footer.BorderSizePixel = 0
337footer.Position = UDim2.new(0, 0, 0.927010775, 0)
338footer.Size = UDim2.new(0, 240, 0, 38)
339footer.ZIndex = 3
340footer.Font = Enum.Font.SciFi
341footer.Text = "Made By: Bartvanm"
342footer.TextColor3 = Color3.new(1, 1, 1)
343footer.TextSize = 28
344footer.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
345footer.TextStrokeTransparency = 0
346
347TPSkyGym.Name = "TPSkyGym"
348TPSkyGym.Parent = TPGUI
349TPSkyGym.BackgroundColor3 = Color3.new(0, 0.666667, 1)
350TPSkyGym.BackgroundTransparency = 0.40000000596046
351TPSkyGym.BorderColor3 = Color3.new(1, 1, 1)
352TPSkyGym.BorderSizePixel = 2
353TPSkyGym.Position = UDim2.new(0.0615725182, 0, 0.108495653, 0)
354TPSkyGym.Size = UDim2.new(0, 207, 0, 50)
355TPSkyGym.ZIndex = 3
356TPSkyGym.Font = Enum.Font.SciFi
357TPSkyGym.Text = "Sky Gym"
358TPSkyGym.TextColor3 = Color3.new(1, 1, 1)
359TPSkyGym.TextSize = 27
360TPSkyGym.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
361TPSkyGym.TextStrokeTransparency = 0
362
363CLOSEBUTTON.Name = "CLOSEBUTTON"
364CLOSEBUTTON.Parent = TPGUI
365CLOSEBUTTON.BackgroundColor3 = Color3.new(1, 0, 0)
366CLOSEBUTTON.BackgroundTransparency = 0.25
367CLOSEBUTTON.BorderColor3 = Color3.new(1, 0, 0)
368CLOSEBUTTON.Position = UDim2.new(0.857188642, 0, 0, 0)
369CLOSEBUTTON.Size = UDim2.new(0, 34, 0, 37)
370CLOSEBUTTON.ZIndex = 10
371CLOSEBUTTON.Font = Enum.Font.SourceSansBold
372CLOSEBUTTON.Text = "X"
373CLOSEBUTTON.TextColor3 = Color3.new(1, 1, 1)
374CLOSEBUTTON.TextSize = 30
375
376TPUnderworldGym.Name = "TPUnderworldGym"
377TPUnderworldGym.Parent = TPGUI
378TPUnderworldGym.BackgroundColor3 = Color3.new(0, 0.666667, 1)
379TPUnderworldGym.BackgroundTransparency = 0.40000000596046
380TPUnderworldGym.BorderColor3 = Color3.new(1, 1, 1)
381TPUnderworldGym.BorderSizePixel = 2
382TPUnderworldGym.Position = UDim2.new(0.0615725182, 0, 0.225305751, 0)
383TPUnderworldGym.Size = UDim2.new(0, 207, 0, 50)
384TPUnderworldGym.ZIndex = 3
385TPUnderworldGym.Font = Enum.Font.SciFi
386TPUnderworldGym.Text = "Underworld Gym"
387TPUnderworldGym.TextColor3 = Color3.new(1, 1, 1)
388TPUnderworldGym.TextSize = 27
389TPUnderworldGym.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
390TPUnderworldGym.TextStrokeTransparency = 0
391
392TPSpace.Name = "TPSpace"
393TPSpace.Parent = TPGUI
394TPSpace.BackgroundColor3 = Color3.new(1, 0, 0)
395TPSpace.BackgroundTransparency = 0.40000000596046
396TPSpace.BorderColor3 = Color3.new(1, 1, 1)
397TPSpace.BorderSizePixel = 2
398TPSpace.Position = UDim2.new(0.0615725182, 0, 0.342319936, 0)
399TPSpace.Size = UDim2.new(0, 207, 0, 50)
400TPSpace.ZIndex = 3
401TPSpace.Font = Enum.Font.SciFi
402TPSpace.Text = "Space Gym"
403TPSpace.TextColor3 = Color3.new(1, 1, 1)
404TPSpace.TextSize = 27
405TPSpace.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
406TPSpace.TextStrokeTransparency = 0
407
408TPBigBoyBeach.Name = "TPBigBoyBeach"
409TPBigBoyBeach.Parent = TPGUI
410TPBigBoyBeach.BackgroundColor3 = Color3.new(0, 0.666667, 1)
411TPBigBoyBeach.BackgroundTransparency = 0.40000000596046
412TPBigBoyBeach.BorderColor3 = Color3.new(1, 1, 1)
413TPBigBoyBeach.BorderSizePixel = 2
414TPBigBoyBeach.Position = UDim2.new(0.0615725182, 0, 0.455531895, 0)
415TPBigBoyBeach.Size = UDim2.new(0, 207, 0, 50)
416TPBigBoyBeach.ZIndex = 3
417TPBigBoyBeach.Font = Enum.Font.SciFi
418TPBigBoyBeach.Text = "Big Boy Beach"
419TPBigBoyBeach.TextColor3 = Color3.new(1, 1, 1)
420TPBigBoyBeach.TextSize = 27
421TPBigBoyBeach.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
422TPBigBoyBeach.TextStrokeTransparency = 0
423
424lblVouch.Name = "lblVouch"
425lblVouch.Parent = TPGUI
426lblVouch.BackgroundColor3 = Color3.new(1, 0, 0)
427lblVouch.BackgroundTransparency = 1
428lblVouch.BorderColor3 = Color3.new(1, 0, 0)
429lblVouch.Position = UDim2.new(0.333692074, 0, 0.414136231, 0)
430lblVouch.Size = UDim2.new(0, 79, 0, 22)
431lblVouch.ZIndex = 99
432lblVouch.Font = Enum.Font.SciFi
433lblVouch.Text = "VOUCH ON VERMILLION"
434lblVouch.TextColor3 = Color3.new(1, 0, 0)
435lblVouch.TextSize = 19
436lblVouch.TextStrokeTransparency = 0
437
438TPTinyBeach.Name = "TPTinyBeach"
439TPTinyBeach.Parent = TPGUI
440TPTinyBeach.BackgroundColor3 = Color3.new(0, 0.666667, 1)
441TPTinyBeach.BackgroundTransparency = 0.40000000596046
442TPTinyBeach.BorderColor3 = Color3.new(1, 1, 1)
443TPTinyBeach.BorderSizePixel = 2
444TPTinyBeach.Position = UDim2.new(0.0615725182, 0, 0.576144218, 0)
445TPTinyBeach.Size = UDim2.new(0, 207, 0, 50)
446TPTinyBeach.ZIndex = 3
447TPTinyBeach.Font = Enum.Font.SciFi
448TPTinyBeach.Text = "Tiny Beach"
449TPTinyBeach.TextColor3 = Color3.new(1, 1, 1)
450TPTinyBeach.TextSize = 27
451TPTinyBeach.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
452TPTinyBeach.TextStrokeTransparency = 0
453
454TPBrawlTraining.Name = "TPBrawlTraining"
455TPBrawlTraining.Parent = TPGUI
456TPBrawlTraining.BackgroundColor3 = Color3.new(0, 0.666667, 1)
457TPBrawlTraining.BackgroundTransparency = 0.40000000596046
458TPBrawlTraining.BorderColor3 = Color3.new(1, 1, 1)
459TPBrawlTraining.BorderSizePixel = 2
460TPBrawlTraining.Position = UDim2.new(0.0615725182, 0, 0.688539684, 0)
461TPBrawlTraining.Size = UDim2.new(0, 207, 0, 50)
462TPBrawlTraining.ZIndex = 3
463TPBrawlTraining.Font = Enum.Font.SciFi
464TPBrawlTraining.Text = "Brawl Training"
465TPBrawlTraining.TextColor3 = Color3.new(1, 1, 1)
466TPBrawlTraining.TextSize = 27
467TPBrawlTraining.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
468TPBrawlTraining.TextStrokeTransparency = 0
469
470TPBrawlArena.Name = "TPBrawlArena"
471TPBrawlArena.Parent = TPGUI
472TPBrawlArena.BackgroundColor3 = Color3.new(0, 0.666667, 1)
473TPBrawlArena.BackgroundTransparency = 0.40000000596046
474TPBrawlArena.BorderColor3 = Color3.new(1, 1, 1)
475TPBrawlArena.BorderSizePixel = 2
476TPBrawlArena.Position = UDim2.new(0.0657391846, 0, 0.800706983, 0)
477TPBrawlArena.Size = UDim2.new(0, 207, 0, 50)
478TPBrawlArena.ZIndex = 3
479TPBrawlArena.Font = Enum.Font.SciFi
480TPBrawlArena.Text = "Brawl Arena"
481TPBrawlArena.TextColor3 = Color3.new(1, 1, 1)
482TPBrawlArena.TextSize = 27
483TPBrawlArena.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
484TPBrawlArena.TextStrokeTransparency = 0
485
486INFOBUTTON.Name = "INFOBUTTON"
487INFOBUTTON.Parent = TPGUI
488INFOBUTTON.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
489INFOBUTTON.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
490INFOBUTTON.Position = UDim2.new(0.854811072, 0, 0.327443868, 0)
491INFOBUTTON.Size = UDim2.new(0, 26, 0, 26)
492INFOBUTTON.ZIndex = 10
493INFOBUTTON.Font = Enum.Font.SourceSansBold
494INFOBUTTON.Text = "i"
495INFOBUTTON.TextColor3 = Color3.new(1, 1, 1)
496INFOBUTTON.TextSize = 30
497
498AUTOMATIONGUI.Name = "AUTOMATIONGUI"
499AUTOMATIONGUI.Parent = WLS3GUI
500AUTOMATIONGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
501AUTOMATIONGUI.BackgroundTransparency = 0.40000000596046
502AUTOMATIONGUI.BorderColor3 = Color3.new(1, 1, 1)
503AUTOMATIONGUI.BorderSizePixel = 8
504AUTOMATIONGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
505AUTOMATIONGUI.Size = UDim2.new(0, 240, 0, 518)
506AUTOMATIONGUI.ZIndex = 3
507
508OpenStrength.Name = "OpenStrength"
509OpenStrength.Parent = AUTOMATIONGUI
510OpenStrength.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
511OpenStrength.BackgroundTransparency = 0.40000000596046
512OpenStrength.BorderColor3 = Color3.new(1, 1, 1)
513OpenStrength.BorderSizePixel = 2
514OpenStrength.Position = UDim2.new(0.0699058324, 0, 0.122530729, 0)
515OpenStrength.Size = UDim2.new(0, 207, 0, 50)
516OpenStrength.ZIndex = 3
517OpenStrength.Font = Enum.Font.SciFi
518OpenStrength.Text = "STRENGTH"
519OpenStrength.TextColor3 = Color3.new(1, 1, 1)
520OpenStrength.TextSize = 27
521OpenStrength.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
522OpenStrength.TextStrokeTransparency = 0
523
524header_2.Name = "header"
525header_2.Parent = AUTOMATIONGUI
526header_2.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
527header_2.BorderSizePixel = 0
528header_2.Size = UDim2.new(0, 240, 0, 38)
529header_2.ZIndex = 3
530header_2.Font = Enum.Font.SciFi
531header_2.Text = "Automation"
532header_2.TextColor3 = Color3.new(1, 1, 1)
533header_2.TextSize = 32
534header_2.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
535header_2.TextStrokeTransparency = 0
536
537footer_2.Name = "footer"
538footer_2.Parent = AUTOMATIONGUI
539footer_2.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
540footer_2.BorderSizePixel = 0
541footer_2.Position = UDim2.new(0, 0, 0.927128255, 0)
542footer_2.Size = UDim2.new(0, 239, 0, 38)
543footer_2.ZIndex = 3
544footer_2.Font = Enum.Font.SciFi
545footer_2.Text = "Made By: Bartvanm"
546footer_2.TextColor3 = Color3.new(1, 1, 1)
547footer_2.TextSize = 28
548footer_2.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
549footer_2.TextStrokeTransparency = 0
550
551CloseStrength.Name = "CloseStrength"
552CloseStrength.Parent = AUTOMATIONGUI
553CloseStrength.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
554CloseStrength.BackgroundTransparency = 0.40000000596046
555CloseStrength.BorderColor3 = Color3.new(1, 1, 1)
556CloseStrength.BorderSizePixel = 2
557CloseStrength.Position = UDim2.new(0.0699058324, 0, 0.122530729, 0)
558CloseStrength.Size = UDim2.new(0, 207, 0, 50)
559CloseStrength.Visible = false
560CloseStrength.ZIndex = 3
561CloseStrength.Font = Enum.Font.SciFi
562CloseStrength.Text = "STRENGTH"
563CloseStrength.TextColor3 = Color3.new(1, 1, 1)
564CloseStrength.TextSize = 27
565CloseStrength.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
566CloseStrength.TextStrokeTransparency = 0
567
568OpenBrawl.Name = "OpenBrawl"
569OpenBrawl.Parent = AUTOMATIONGUI
570OpenBrawl.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
571OpenBrawl.BackgroundTransparency = 0.40000000596046
572OpenBrawl.BorderColor3 = Color3.new(1, 1, 1)
573OpenBrawl.BorderSizePixel = 2
574OpenBrawl.Position = UDim2.new(0.0657564551, 0, 0.428495675, 0)
575OpenBrawl.Size = UDim2.new(0, 207, 0, 50)
576OpenBrawl.ZIndex = 3
577OpenBrawl.Font = Enum.Font.SciFi
578OpenBrawl.Text = "JOIN BRAWL"
579OpenBrawl.TextColor3 = Color3.new(1, 1, 1)
580OpenBrawl.TextSize = 27
581OpenBrawl.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
582OpenBrawl.TextStrokeTransparency = 0
583
584CloseBrawl.Name = "CloseBrawl"
585CloseBrawl.Parent = AUTOMATIONGUI
586CloseBrawl.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
587CloseBrawl.BackgroundTransparency = 0.40000000596046
588CloseBrawl.BorderColor3 = Color3.new(1, 1, 1)
589CloseBrawl.BorderSizePixel = 2
590CloseBrawl.Position = UDim2.new(0.0699058548, 0, 0.428495705, 0)
591CloseBrawl.Size = UDim2.new(0, 207, 0, 50)
592CloseBrawl.Visible = false
593CloseBrawl.ZIndex = 3
594CloseBrawl.Font = Enum.Font.SciFi
595CloseBrawl.Text = "JOIN BRAWL"
596CloseBrawl.TextColor3 = Color3.new(1, 1, 1)
597CloseBrawl.TextSize = 27
598CloseBrawl.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
599CloseBrawl.TextStrokeTransparency = 0
600
601OpenCrate.Name = "OpenCrate"
602OpenCrate.Parent = AUTOMATIONGUI
603OpenCrate.BackgroundColor3 = Color3.new(0, 0.666667, 1)
604OpenCrate.BackgroundTransparency = 0.40000000596046
605OpenCrate.BorderColor3 = Color3.new(1, 1, 1)
606OpenCrate.BorderSizePixel = 2
607OpenCrate.Position = UDim2.new(0.0657564774, 0, 0.249548301, 0)
608OpenCrate.Size = UDim2.new(0, 207, 0, 49)
609OpenCrate.ZIndex = 3
610OpenCrate.Font = Enum.Font.SciFi
611OpenCrate.Text = "OPEN CRATE"
612OpenCrate.TextColor3 = Color3.new(1, 1, 1)
613OpenCrate.TextSize = 27
614OpenCrate.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
615OpenCrate.TextStrokeTransparency = 0
616
617CloseCLICK.Name = "CloseCLICK"
618CloseCLICK.Parent = AUTOMATIONGUI
619CloseCLICK.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
620CloseCLICK.BackgroundTransparency = 0.40000000596046
621CloseCLICK.BorderColor3 = Color3.new(1, 1, 1)
622CloseCLICK.BorderSizePixel = 2
623CloseCLICK.Position = UDim2.new(0.0699058548, 0, 0.554460466, 0)
624CloseCLICK.Size = UDim2.new(0, 207, 0, 49)
625CloseCLICK.Visible = false
626CloseCLICK.ZIndex = 3
627CloseCLICK.Font = Enum.Font.SciFi
628CloseCLICK.Text = "AUTOCLICK"
629CloseCLICK.TextColor3 = Color3.new(1, 1, 1)
630CloseCLICK.TextSize = 27
631CloseCLICK.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
632CloseCLICK.TextStrokeTransparency = 0
633
634CLOSEBUTTON_2.Name = "CLOSEBUTTON"
635CLOSEBUTTON_2.Parent = AUTOMATIONGUI
636CLOSEBUTTON_2.BackgroundColor3 = Color3.new(1, 0, 0)
637CLOSEBUTTON_2.BackgroundTransparency = 0.25
638CLOSEBUTTON_2.BorderColor3 = Color3.new(1, 0, 0)
639CLOSEBUTTON_2.Position = UDim2.new(0.857188642, 0, 0, 0)
640CLOSEBUTTON_2.Size = UDim2.new(0, 34, 0, 37)
641CLOSEBUTTON_2.ZIndex = 10
642CLOSEBUTTON_2.Font = Enum.Font.SourceSansBold
643CLOSEBUTTON_2.Text = "X"
644CLOSEBUTTON_2.TextColor3 = Color3.new(1, 1, 1)
645CLOSEBUTTON_2.TextSize = 30
646
647txtCrate.Name = "txtCrate"
648txtCrate.Parent = AUTOMATIONGUI
649txtCrate.BackgroundColor3 = Color3.new(0, 0.666667, 1)
650txtCrate.BackgroundTransparency = 0.40000000596046
651txtCrate.BorderColor3 = Color3.new(1, 1, 1)
652txtCrate.BorderSizePixel = 2
653txtCrate.Position = UDim2.new(0.0699058548, 0, 0.360616684, 0)
654txtCrate.Size = UDim2.new(0, 205, 0, 16)
655txtCrate.ZIndex = 9999999
656txtCrate.Font = Enum.Font.SourceSans
657txtCrate.Text = ""
658txtCrate.TextColor3 = Color3.new(1, 1, 1)
659txtCrate.TextSize = 14
660
661CloseAFK.Name = "CloseAFK"
662CloseAFK.Parent = AUTOMATIONGUI
663CloseAFK.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
664CloseAFK.BackgroundTransparency = 0.40000000596046
665CloseAFK.BorderColor3 = Color3.new(1, 1, 1)
666CloseAFK.BorderSizePixel = 2
667CloseAFK.Position = UDim2.new(0.0699058548, 0, 0.671180665, 0)
668CloseAFK.Size = UDim2.new(0, 207, 0, 49)
669CloseAFK.Visible = false
670CloseAFK.ZIndex = 3
671CloseAFK.Font = Enum.Font.SciFi
672CloseAFK.Text = "ANTI AFK"
673CloseAFK.TextColor3 = Color3.new(1, 1, 1)
674CloseAFK.TextSize = 27
675CloseAFK.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
676CloseAFK.TextStrokeTransparency = 0
677
678OpenAFK.Name = "OpenAFK"
679OpenAFK.Parent = AUTOMATIONGUI
680OpenAFK.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
681OpenAFK.BackgroundTransparency = 0.40000000596046
682OpenAFK.BorderColor3 = Color3.new(1, 1, 1)
683OpenAFK.BorderSizePixel = 2
684OpenAFK.Position = UDim2.new(0.0657391846, 0, 0.671180665, 0)
685OpenAFK.Size = UDim2.new(0, 207, 0, 49)
686OpenAFK.ZIndex = 3
687OpenAFK.Font = Enum.Font.SciFi
688OpenAFK.Text = "ANTI AFK"
689OpenAFK.TextColor3 = Color3.new(1, 1, 1)
690OpenAFK.TextSize = 27
691OpenAFK.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
692OpenAFK.TextStrokeTransparency = 0
693
694OpenCLICK.Name = "OpenCLICK"
695OpenCLICK.Parent = AUTOMATIONGUI
696OpenCLICK.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
697OpenCLICK.BackgroundTransparency = 0.40000000596046
698OpenCLICK.BorderColor3 = Color3.new(1, 1, 1)
699OpenCLICK.BorderSizePixel = 2
700OpenCLICK.Position = UDim2.new(0.0657391623, 0, 0.552706182, 0)
701OpenCLICK.Size = UDim2.new(0, 207, 0, 50)
702OpenCLICK.ZIndex = 3
703OpenCLICK.Font = Enum.Font.SciFi
704OpenCLICK.Text = "AUTOCLICK"
705OpenCLICK.TextColor3 = Color3.new(1, 1, 1)
706OpenCLICK.TextSize = 27
707OpenCLICK.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
708OpenCLICK.TextStrokeTransparency = 0
709
710OpenRebirthPet.Name = "OpenRebirthPet"
711OpenRebirthPet.Parent = AUTOMATIONGUI
712OpenRebirthPet.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
713OpenRebirthPet.BackgroundTransparency = 0.40000000596046
714OpenRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
715OpenRebirthPet.BorderSizePixel = 2
716OpenRebirthPet.Position = UDim2.new(0.0657391846, 0, 0.793347597, 0)
717OpenRebirthPet.Size = UDim2.new(0, 207, 0, 43)
718OpenRebirthPet.ZIndex = 3
719OpenRebirthPet.Font = Enum.Font.SciFi
720OpenRebirthPet.Text = "REBIRTH PET"
721OpenRebirthPet.TextColor3 = Color3.new(1, 1, 1)
722OpenRebirthPet.TextSize = 27
723OpenRebirthPet.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
724OpenRebirthPet.TextStrokeTransparency = 0
725
726CloseRebirthPet.Name = "CloseRebirthPet"
727CloseRebirthPet.Parent = AUTOMATIONGUI
728CloseRebirthPet.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
729CloseRebirthPet.BackgroundTransparency = 0.40000000596046
730CloseRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
731CloseRebirthPet.BorderSizePixel = 2
732CloseRebirthPet.Position = UDim2.new(0.0699058548, 0, 0.793347597, 0)
733CloseRebirthPet.Size = UDim2.new(0, 207, 0, 43)
734CloseRebirthPet.Visible = false
735CloseRebirthPet.ZIndex = 3
736CloseRebirthPet.Font = Enum.Font.SciFi
737CloseRebirthPet.Text = "REBIRTH PET"
738CloseRebirthPet.TextColor3 = Color3.new(1, 1, 1)
739CloseRebirthPet.TextSize = 27
740CloseRebirthPet.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
741CloseRebirthPet.TextStrokeTransparency = 0
742
743txtRebirthPet.Name = "txtRebirthPet"
744txtRebirthPet.Parent = AUTOMATIONGUI
745txtRebirthPet.BackgroundColor3 = Color3.new(0, 0.666667, 1)
746txtRebirthPet.BackgroundTransparency = 0.40000000596046
747txtRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
748txtRebirthPet.BorderSizePixel = 2
749txtRebirthPet.Position = UDim2.new(0.0699058548, 0, 0.888030887, 0)
750txtRebirthPet.Size = UDim2.new(0, 205, 0, 14)
751txtRebirthPet.ZIndex = 9999999
752txtRebirthPet.Font = Enum.Font.SourceSans
753txtRebirthPet.Text = ""
754txtRebirthPet.TextColor3 = Color3.new(1, 1, 1)
755txtRebirthPet.TextSize = 14
756
757MISCGUI.Name = "MISCGUI"
758MISCGUI.Parent = WLS3GUI
759MISCGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
760MISCGUI.BackgroundTransparency = 0.40000000596046
761MISCGUI.BorderColor3 = Color3.new(1, 1, 1)
762MISCGUI.BorderSizePixel = 8
763MISCGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
764MISCGUI.Size = UDim2.new(0, 240, 0, 697)
765MISCGUI.ZIndex = 3
766
767OpenDiscoPet.Name = "OpenDiscoPet"
768OpenDiscoPet.Parent = MISCGUI
769OpenDiscoPet.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
770OpenDiscoPet.BackgroundTransparency = 0.40000000596046
771OpenDiscoPet.BorderColor3 = Color3.new(1, 1, 1)
772OpenDiscoPet.BorderSizePixel = 2
773OpenDiscoPet.Position = UDim2.new(0.0699058324, 0, 0.0737502351, 0)
774OpenDiscoPet.Size = UDim2.new(0, 207, 0, 50)
775OpenDiscoPet.ZIndex = 3
776OpenDiscoPet.Font = Enum.Font.SciFi
777OpenDiscoPet.Text = "DISCO PET"
778OpenDiscoPet.TextColor3 = Color3.new(1, 1, 1)
779OpenDiscoPet.TextSize = 27
780OpenDiscoPet.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
781OpenDiscoPet.TextStrokeTransparency = 0
782
783header_3.Name = "header"
784header_3.Parent = MISCGUI
785header_3.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
786header_3.BorderSizePixel = 0
787header_3.Size = UDim2.new(0, 240, 0, 38)
788header_3.ZIndex = 3
789header_3.Font = Enum.Font.SciFi
790header_3.Text = "Misc"
791header_3.TextColor3 = Color3.new(1, 1, 1)
792header_3.TextSize = 32
793header_3.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
794header_3.TextStrokeTransparency = 0
795
796footer_3.Name = "footer"
797footer_3.Parent = MISCGUI
798footer_3.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
799footer_3.BorderSizePixel = 0
800footer_3.Position = UDim2.new(-0.00414937316, 0, 0.945231199, 0)
801footer_3.Size = UDim2.new(0, 241, 0, 38)
802footer_3.ZIndex = 3
803footer_3.Font = Enum.Font.SciFi
804footer_3.Text = "Made By: Bartvanm"
805footer_3.TextColor3 = Color3.new(1, 1, 1)
806footer_3.TextSize = 28
807footer_3.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
808footer_3.TextStrokeTransparency = 0
809
810CloseDiscoPet.Name = "CloseDiscoPet"
811CloseDiscoPet.Parent = MISCGUI
812CloseDiscoPet.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
813CloseDiscoPet.BackgroundTransparency = 0.40000000596046
814CloseDiscoPet.BorderColor3 = Color3.new(1, 1, 1)
815CloseDiscoPet.BorderSizePixel = 2
816CloseDiscoPet.Position = UDim2.new(0.0699058324, 0, 0.0737502351, 0)
817CloseDiscoPet.Size = UDim2.new(0, 207, 0, 50)
818CloseDiscoPet.Visible = false
819CloseDiscoPet.ZIndex = 3
820CloseDiscoPet.Font = Enum.Font.SciFi
821CloseDiscoPet.Text = "DISCO PET"
822CloseDiscoPet.TextColor3 = Color3.new(1, 1, 1)
823CloseDiscoPet.TextSize = 27
824CloseDiscoPet.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
825CloseDiscoPet.TextStrokeTransparency = 0
826
827CloseDiscoSize.Name = "CloseDiscoSize"
828CloseDiscoSize.Parent = MISCGUI
829CloseDiscoSize.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
830CloseDiscoSize.BackgroundTransparency = 0.40000000596046
831CloseDiscoSize.BorderColor3 = Color3.new(1, 1, 1)
832CloseDiscoSize.BorderSizePixel = 2
833CloseDiscoSize.Position = UDim2.new(0.0699058324, 0, 0.159516007, 0)
834CloseDiscoSize.Size = UDim2.new(0, 207, 0, 50)
835CloseDiscoSize.Visible = false
836CloseDiscoSize.ZIndex = 3
837CloseDiscoSize.Font = Enum.Font.SciFi
838CloseDiscoSize.Text = "DISCO SIZE"
839CloseDiscoSize.TextColor3 = Color3.new(1, 1, 1)
840CloseDiscoSize.TextSize = 27
841CloseDiscoSize.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
842CloseDiscoSize.TextStrokeTransparency = 0
843
844OpenDiscoSize.Name = "OpenDiscoSize"
845OpenDiscoSize.Parent = MISCGUI
846OpenDiscoSize.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
847OpenDiscoSize.BackgroundTransparency = 0.40000000596046
848OpenDiscoSize.BorderColor3 = Color3.new(1, 1, 1)
849OpenDiscoSize.BorderSizePixel = 2
850OpenDiscoSize.Position = UDim2.new(0.0699058324, 0, 0.159516007, 0)
851OpenDiscoSize.Size = UDim2.new(0, 207, 0, 50)
852OpenDiscoSize.ZIndex = 3
853OpenDiscoSize.Font = Enum.Font.SciFi
854OpenDiscoSize.Text = "DISCO SIZE"
855OpenDiscoSize.TextColor3 = Color3.new(1, 1, 1)
856OpenDiscoSize.TextSize = 27
857OpenDiscoSize.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
858OpenDiscoSize.TextStrokeTransparency = 0
859
860CloseDiscoSkin.Name = "CloseDiscoSkin"
861CloseDiscoSkin.Parent = MISCGUI
862CloseDiscoSkin.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
863CloseDiscoSkin.BackgroundTransparency = 0.40000000596046
864CloseDiscoSkin.BorderColor3 = Color3.new(1, 1, 1)
865CloseDiscoSkin.BorderSizePixel = 2
866CloseDiscoSkin.Position = UDim2.new(0.0657391623, 0, 0.245659649, 0)
867CloseDiscoSkin.Size = UDim2.new(0, 207, 0, 50)
868CloseDiscoSkin.Visible = false
869CloseDiscoSkin.ZIndex = 3
870CloseDiscoSkin.Font = Enum.Font.SciFi
871CloseDiscoSkin.Text = "DISCO SKIN"
872CloseDiscoSkin.TextColor3 = Color3.new(1, 1, 1)
873CloseDiscoSkin.TextSize = 27
874CloseDiscoSkin.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
875CloseDiscoSkin.TextStrokeTransparency = 0
876
877OpenTPKILL.Name = "OpenTPKILL"
878OpenTPKILL.Parent = MISCGUI
879OpenTPKILL.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
880OpenTPKILL.BackgroundTransparency = 0.40000000596046
881OpenTPKILL.BorderColor3 = Color3.new(1, 1, 1)
882OpenTPKILL.BorderSizePixel = 2
883OpenTPKILL.Position = UDim2.new(0.0615897886, 0, 0.337857604, 0)
884OpenTPKILL.Size = UDim2.new(0, 207, 0, 50)
885OpenTPKILL.ZIndex = 3
886OpenTPKILL.Font = Enum.Font.SciFi
887OpenTPKILL.Text = "TP KILL"
888OpenTPKILL.TextColor3 = Color3.new(1, 1, 1)
889OpenTPKILL.TextSize = 27
890OpenTPKILL.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
891OpenTPKILL.TextStrokeTransparency = 0
892
893CloseTPKILL.Name = "CloseTPKILL"
894CloseTPKILL.Parent = MISCGUI
895CloseTPKILL.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
896CloseTPKILL.BackgroundTransparency = 0.40000000596046
897CloseTPKILL.BorderColor3 = Color3.new(1, 1, 1)
898CloseTPKILL.BorderSizePixel = 2
899CloseTPKILL.Position = UDim2.new(0.0657391623, 0, 0.338883221, 0)
900CloseTPKILL.Size = UDim2.new(0, 207, 0, 50)
901CloseTPKILL.Visible = false
902CloseTPKILL.ZIndex = 3
903CloseTPKILL.Font = Enum.Font.SciFi
904CloseTPKILL.Text = "TP KILL"
905CloseTPKILL.TextColor3 = Color3.new(1, 1, 1)
906CloseTPKILL.TextSize = 27
907CloseTPKILL.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
908CloseTPKILL.TextStrokeTransparency = 0
909
910OpenTP_2.Name = "OpenTP"
911OpenTP_2.Parent = MISCGUI
912OpenTP_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
913OpenTP_2.BackgroundTransparency = 0.40000000596046
914OpenTP_2.BorderColor3 = Color3.new(1, 1, 1)
915OpenTP_2.BorderSizePixel = 2
916OpenTP_2.Position = UDim2.new(0.0615725182, 0, 0.431845397, 0)
917OpenTP_2.Size = UDim2.new(0, 207, 0, 50)
918OpenTP_2.ZIndex = 3
919OpenTP_2.Font = Enum.Font.SciFi
920OpenTP_2.Text = "CLICK TO TP"
921OpenTP_2.TextColor3 = Color3.new(1, 1, 1)
922OpenTP_2.TextSize = 27
923OpenTP_2.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
924OpenTP_2.TextStrokeTransparency = 0
925
926CloseFAST.Name = "CloseFAST"
927CloseFAST.Parent = MISCGUI
928CloseFAST.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
929CloseFAST.BackgroundTransparency = 0.40000000596046
930CloseFAST.BorderColor3 = Color3.new(1, 1, 1)
931CloseFAST.BorderSizePixel = 2
932CloseFAST.Position = UDim2.new(0.0699058324, 0, 0.76215291, 0)
933CloseFAST.Size = UDim2.new(0, 207, 0, 50)
934CloseFAST.Visible = false
935CloseFAST.ZIndex = 3
936CloseFAST.Font = Enum.Font.SciFi
937CloseFAST.Text = "SPEED+JUMP"
938CloseFAST.TextColor3 = Color3.new(1, 1, 1)
939CloseFAST.TextSize = 27
940CloseFAST.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
941CloseFAST.TextStrokeTransparency = 0
942
943OpenDiscoSkin.Name = "OpenDiscoSkin"
944OpenDiscoSkin.Parent = MISCGUI
945OpenDiscoSkin.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
946OpenDiscoSkin.BackgroundTransparency = 0.40000000596046
947OpenDiscoSkin.BorderColor3 = Color3.new(1, 1, 1)
948OpenDiscoSkin.BorderSizePixel = 2
949OpenDiscoSkin.Position = UDim2.new(0.0657391623, 0, 0.246739268, 0)
950OpenDiscoSkin.Size = UDim2.new(0, 207, 0, 50)
951OpenDiscoSkin.ZIndex = 3
952OpenDiscoSkin.Font = Enum.Font.SciFi
953OpenDiscoSkin.Text = "DISCO SKIN"
954OpenDiscoSkin.TextColor3 = Color3.new(1, 1, 1)
955OpenDiscoSkin.TextSize = 27
956OpenDiscoSkin.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
957OpenDiscoSkin.TextStrokeTransparency = 0
958
959CLOSEBUTTON_3.Name = "CLOSEBUTTON"
960CLOSEBUTTON_3.Parent = MISCGUI
961CLOSEBUTTON_3.BackgroundColor3 = Color3.new(1, 0, 0)
962CLOSEBUTTON_3.BackgroundTransparency = 0.25
963CLOSEBUTTON_3.BorderColor3 = Color3.new(1, 0, 0)
964CLOSEBUTTON_3.Position = UDim2.new(0.857188642, 0, 0, 0)
965CLOSEBUTTON_3.Size = UDim2.new(0, 34, 0, 37)
966CLOSEBUTTON_3.ZIndex = 10
967CLOSEBUTTON_3.Font = Enum.Font.SourceSansBold
968CLOSEBUTTON_3.Text = "X"
969CLOSEBUTTON_3.TextColor3 = Color3.new(1, 1, 1)
970CLOSEBUTTON_3.TextSize = 30
971
972OpenBtools.Name = "OpenBtools"
973OpenBtools.Parent = MISCGUI
974OpenBtools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
975OpenBtools.BackgroundTransparency = 0.40000000596046
976OpenBtools.BorderColor3 = Color3.new(1, 1, 1)
977OpenBtools.BorderSizePixel = 2
978OpenBtools.Position = UDim2.new(0.0615725182, 0, 0.519363344, 0)
979OpenBtools.Size = UDim2.new(0, 207, 0, 50)
980OpenBtools.ZIndex = 3
981OpenBtools.Font = Enum.Font.SciFi
982OpenBtools.Text = "BTOOLS"
983OpenBtools.TextColor3 = Color3.new(1, 1, 1)
984OpenBtools.TextSize = 27
985OpenBtools.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
986OpenBtools.TextStrokeTransparency = 0
987
988OpenSize.Name = "OpenSize"
989OpenSize.Parent = MISCGUI
990OpenSize.BackgroundColor3 = Color3.new(0, 0.666667, 1)
991OpenSize.BackgroundTransparency = 0.40000000596046
992OpenSize.BorderColor3 = Color3.new(1, 1, 1)
993OpenSize.BorderSizePixel = 2
994OpenSize.Position = UDim2.new(0.0615725182, 0, 0.608316004, 0)
995OpenSize.Size = UDim2.new(0, 207, 0, 50)
996OpenSize.ZIndex = 3
997OpenSize.Font = Enum.Font.SciFi
998OpenSize.Text = "SIZE"
999OpenSize.TextColor3 = Color3.new(1, 1, 1)
1000OpenSize.TextSize = 27
1001OpenSize.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
1002OpenSize.TextStrokeTransparency = 0
1003
1004txtSize.Name = "txtSize"
1005txtSize.Parent = MISCGUI
1006txtSize.BackgroundColor3 = Color3.new(0, 0.666667, 1)
1007txtSize.BackgroundTransparency = 0.40000000596046
1008txtSize.BorderColor3 = Color3.new(1, 1, 1)
1009txtSize.BorderSizePixel = 2
1010txtSize.Position = UDim2.new(0.0615725182, 0, 0.686298132, 0)
1011txtSize.Size = UDim2.new(0, 207, 0, 16)
1012txtSize.ZIndex = 9999999
1013txtSize.Font = Enum.Font.SourceSans
1014txtSize.Text = ""
1015txtSize.TextColor3 = Color3.new(1, 1, 1)
1016txtSize.TextSize = 14
1017
1018OpenSpeed.Name = "OpenSpeed"
1019OpenSpeed.Parent = MISCGUI
1020OpenSpeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
1021OpenSpeed.BackgroundTransparency = 0.40000000596046
1022OpenSpeed.BorderColor3 = Color3.new(1, 1, 1)
1023OpenSpeed.BorderSizePixel = 2
1024OpenSpeed.Position = UDim2.new(0.0615725182, 0, 0.727397799, 0)
1025OpenSpeed.Size = UDim2.new(0, 207, 0, 50)
1026OpenSpeed.ZIndex = 3
1027OpenSpeed.Font = Enum.Font.SciFi
1028OpenSpeed.Text = "SPEED"
1029OpenSpeed.TextColor3 = Color3.new(1, 1, 1)
1030OpenSpeed.TextSize = 27
1031OpenSpeed.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
1032OpenSpeed.TextStrokeTransparency = 0
1033
1034txtSpeed.Name = "txtSpeed"
1035txtSpeed.Parent = MISCGUI
1036txtSpeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
1037txtSpeed.BackgroundTransparency = 0.40000000596046
1038txtSpeed.BorderColor3 = Color3.new(1, 1, 1)
1039txtSpeed.BorderSizePixel = 2
1040txtSpeed.Position = UDim2.new(0.0615725182, 0, 0.805379927, 0)
1041txtSpeed.Size = UDim2.new(0, 207, 0, 16)
1042txtSpeed.ZIndex = 9999999
1043txtSpeed.Font = Enum.Font.SourceSans
1044txtSpeed.Text = ""
1045txtSpeed.TextColor3 = Color3.new(1, 1, 1)
1046txtSpeed.TextSize = 14
1047
1048OpenJump.Name = "OpenJump"
1049OpenJump.Parent = MISCGUI
1050OpenJump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
1051OpenJump.BackgroundTransparency = 0.40000000596046
1052OpenJump.BorderColor3 = Color3.new(1, 1, 1)
1053OpenJump.BorderSizePixel = 2
1054OpenJump.Position = UDim2.new(0.0615725182, 0, 0.843610108, 0)
1055OpenJump.Size = UDim2.new(0, 207, 0, 50)
1056OpenJump.ZIndex = 3
1057OpenJump.Font = Enum.Font.SciFi
1058OpenJump.Text = "JUMP"
1059OpenJump.TextColor3 = Color3.new(1, 1, 1)
1060OpenJump.TextSize = 27
1061OpenJump.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
1062OpenJump.TextStrokeTransparency = 0
1063
1064txtJump.Name = "txtJump"
1065txtJump.Parent = MISCGUI
1066txtJump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
1067txtJump.BackgroundTransparency = 0.40000000596046
1068txtJump.BorderColor3 = Color3.new(1, 1, 1)
1069txtJump.BorderSizePixel = 2
1070txtJump.Position = UDim2.new(0.0615725182, 0, 0.921592295, 0)
1071txtJump.Size = UDim2.new(0, 207, 0, 16)
1072txtJump.ZIndex = 9999999
1073txtJump.Font = Enum.Font.SourceSans
1074txtJump.Text = ""
1075txtJump.TextColor3 = Color3.new(1, 1, 1)
1076txtJump.TextSize = 14
1077
1078zVERMGUI.Name = "zVERMGUI"
1079zVERMGUI.Parent = WLS3GUI
1080zVERMGUI.BackgroundColor3 = Color3.new(1, 0, 0)
1081zVERMGUI.BackgroundTransparency = 0.40000000596046
1082zVERMGUI.BorderColor3 = Color3.new(0, 0, 0)
1083zVERMGUI.BorderSizePixel = 8
1084zVERMGUI.Position = UDim2.new(0.662391484, 0, 0.199999988, 0)
1085zVERMGUI.Size = UDim2.new(0, 339, 0, 301)
1086zVERMGUI.ZIndex = 3
1087
1088header_VERM.Name = "header_VERM"
1089header_VERM.Parent = zVERMGUI
1090header_VERM.BackgroundColor3 = Color3.new(1, 0, 0)
1091header_VERM.BackgroundTransparency = 0.44999998807907
1092header_VERM.BorderSizePixel = 0
1093header_VERM.Size = UDim2.new(0, 339, 0, 38)
1094header_VERM.ZIndex = 3
1095header_VERM.Font = Enum.Font.SciFi
1096header_VERM.Text = "VERMILLION"
1097header_VERM.TextColor3 = Color3.new(1, 1, 1)
1098header_VERM.TextSize = 32
1099header_VERM.TextStrokeColor3 = Color3.new(1, 0, 0)
1100header_VERM.TextStrokeTransparency = 0
1101
1102CLOSEBUTTON_VERM.Name = "CLOSEBUTTON_VERM"
1103CLOSEBUTTON_VERM.Parent = zVERMGUI
1104CLOSEBUTTON_VERM.BackgroundColor3 = Color3.new(1, 0, 0)
1105CLOSEBUTTON_VERM.BackgroundTransparency = 0.25
1106CLOSEBUTTON_VERM.BorderColor3 = Color3.new(1, 0, 0)
1107CLOSEBUTTON_VERM.Position = UDim2.new(0.898486555, 0, 0, 0)
1108CLOSEBUTTON_VERM.Size = UDim2.new(0, 34, 0, 37)
1109CLOSEBUTTON_VERM.ZIndex = 10
1110CLOSEBUTTON_VERM.Font = Enum.Font.SourceSansBold
1111CLOSEBUTTON_VERM.Text = "X"
1112CLOSEBUTTON_VERM.TextColor3 = Color3.new(1, 1, 1)
1113CLOSEBUTTON_VERM.TextSize = 30
1114
1115lblVouchInfo1.Name = "lblVouchInfo1"
1116lblVouchInfo1.Parent = zVERMGUI
1117lblVouchInfo1.BackgroundColor3 = Color3.new(1, 0, 0)
1118lblVouchInfo1.BackgroundTransparency = 1
1119lblVouchInfo1.BorderColor3 = Color3.new(1, 0, 0)
1120lblVouchInfo1.Position = UDim2.new(0.357290804, 0, 0.214800656, 0)
1121lblVouchInfo1.Size = UDim2.new(0, 97, 0, 22)
1122lblVouchInfo1.ZIndex = 99
1123lblVouchInfo1.Font = Enum.Font.SciFi
1124lblVouchInfo1.Text = "In order to unlock all features of this GUI"
1125lblVouchInfo1.TextColor3 = Color3.new(1, 0, 0)
1126lblVouchInfo1.TextSize = 19
1127lblVouchInfo1.TextStrokeTransparency = 0
1128
1129lblVouchInfo3.Name = "lblVouchInfo3"
1130lblVouchInfo3.Parent = zVERMGUI
1131lblVouchInfo3.BackgroundColor3 = Color3.new(1, 0, 0)
1132lblVouchInfo3.BackgroundTransparency = 1
1133lblVouchInfo3.BorderColor3 = Color3.new(1, 0, 0)
1134lblVouchInfo3.Position = UDim2.new(0.357290804, 0, 0.294534862, 0)
1135lblVouchInfo3.Size = UDim2.new(0, 97, 0, 22)
1136lblVouchInfo3.ZIndex = 99
1137lblVouchInfo3.Font = Enum.Font.SciFi
1138lblVouchInfo3.Text = "Vouch the original post on vermillion"
1139lblVouchInfo3.TextColor3 = Color3.new(1, 0, 0)
1140lblVouchInfo3.TextSize = 19
1141lblVouchInfo3.TextStrokeTransparency = 0
1142
1143OpenURL.Name = "OpenURL"
1144OpenURL.Parent = zVERMGUI
1145OpenURL.BackgroundColor3 = Color3.new(1, 0, 0)
1146OpenURL.BackgroundTransparency = 0.40000000596046
1147OpenURL.BorderColor3 = Color3.new(1, 1, 1)
1148OpenURL.BorderSizePixel = 2
1149OpenURL.Position = UDim2.new(0.192600131, 0, 0.55851841, 0)
1150OpenURL.Size = UDim2.new(0, 207, 0, 49)
1151OpenURL.ZIndex = 3
1152OpenURL.Font = Enum.Font.SciFi
1153OpenURL.Text = "ORIGINAL POST"
1154OpenURL.TextColor3 = Color3.new(1, 1, 1)
1155OpenURL.TextSize = 27
1156OpenURL.TextStrokeColor3 = Color3.new(1, 0, 0)
1157OpenURL.TextStrokeTransparency = 0
1158
1159lblVouchInfo2.Name = "lblVouchInfo2"
1160lblVouchInfo2.Parent = zVERMGUI
1161lblVouchInfo2.BackgroundColor3 = Color3.new(1, 0, 0)
1162lblVouchInfo2.BackgroundTransparency = 1
1163lblVouchInfo2.BorderColor3 = Color3.new(1, 0, 0)
1164lblVouchInfo2.Position = UDim2.new(0.357290804, 0, 0.772940218, 0)
1165lblVouchInfo2.Size = UDim2.new(0, 97, 0, 22)
1166lblVouchInfo2.ZIndex = 99
1167lblVouchInfo2.Font = Enum.Font.SciFi
1168lblVouchInfo2.Text = "Printed! Check console with F9"
1169lblVouchInfo2.TextColor3 = Color3.new(1, 0, 0)
1170lblVouchInfo2.TextSize = 19
1171lblVouchInfo2.TextStrokeTransparency = 0
1172lblVouchInfo2.Visible = false
1173
1174
1175-- Scripts:
1176-- Active / Draggable
1177TPGUI.Active = true
1178TPGUI.Draggable = true
1179
1180MISCGUI.Active = true
1181MISCGUI.Draggable = true
1182
1183AUTOMATIONGUI.Active = true
1184AUTOMATIONGUI.Draggable = true
1185
1186zVERMGUI.Active = true
1187zVERMGUI.Draggable = true
1188
1189-- Visible
1190AUTOMATIONGUI.Visible = false
1191MISCGUI.Visible = false
1192TPGUI.Visible = false
1193zVERMGUI.Visible = false
1194
1195-- Open:
1196OpenTP.MouseButton1Click:connect(function()
1197 OpenTP.Visible = false
1198 CloseTP.Visible = true
1199 TPGUI.Visible = true
1200end)
1201
1202CloseTP.MouseButton1Click:connect(function()
1203 OpenTP.Visible = true
1204 CloseTP.Visible = false
1205 TPGUI.Visible = false
1206end)
1207
1208OpenMisc.MouseButton1Click:connect(function()
1209 OpenMisc.Visible = false
1210 CloseMisc.Visible = true
1211 MISCGUI.Visible = true
1212end)
1213
1214CloseMisc.MouseButton1Click:connect(function()
1215 OpenMisc.Visible = true
1216 CloseMisc.Visible = false
1217 MISCGUI.Visible = false
1218end)
1219
1220OpenStats.MouseButton1Click:connect(function()
1221 OpenStats.Visible = false
1222 CloseStats.Visible = true
1223 AUTOMATIONGUI.Visible = true
1224end)
1225
1226CloseStats.MouseButton1Click:connect(function()
1227 OpenStats.Visible = true
1228 CloseStats.Visible = false
1229 AUTOMATIONGUI.Visible = false
1230end)
1231
1232
1233
1234-- TP's
1235TPSkyGym.MouseButton1Down:connect(function()
1236game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2182.5127, 769.779114, -250.614319)
1237end)
1238
1239TPUnderworldGym.MouseButton1Down:connect(function()
1240game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-778, 14, 3342)
1241end)
1242
1243-- EXCLUSIVE FOR VOUCHERS!!!!!!!!
1244TPSpace.MouseButton1Down:connect(function()
1245zVERMGUI.Visible = true
1246end)
1247
1248TPBigBoyBeach.MouseButton1Down:connect(function()
1249game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-17.6436806, 17.761467, -354.889679)
1250end)
1251
1252TPTinyBeach.MouseButton1Down:connect(function()
1253game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-406.441711, 3.11410189, 119.323685)
1254end)
1255
1256TPBrawlTraining.MouseButton1Down:connect(function()
1257game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5812.32813, 172.829651, 1878.08606)
1258end)
1259
1260TPBrawlArena.MouseButton1Down:connect(function()
1261game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5775.31445, 43.8691788, 2338.92041)
1262end)
1263
1264CLOSEBUTTON.MouseButton1Down:connect(function()
1265TPGUI.Visible = false
1266OpenTP.Visible = true
1267CloseTP.Visible = false
1268end)
1269
1270
1271-- Automation
1272OpenStrength.MouseButton1Down:connect(function()
1273OpenStrength.Visible = false
1274CloseStrength.Visible = true
1275toggleStrength = true
1276
1277while toggleStrength do
1278 wait(0.001)
1279 local name = game.Players.LocalPlayer.Name
1280 local rep = "rep"
1281 local remote = game:GetService("Players")[name].strengthEvent
1282 remote:FireServer(rep)
1283end
1284
1285end)
1286
1287CloseStrength.MouseButton1Down:connect(function()
1288 OpenStrength.Visible = true
1289 CloseStrength.Visible = false
1290 toggleStrength = false
1291end)
1292
1293OpenCrate.MouseButton1Down:connect(function()
1294 local Remote = game.ReplicatedStorage.rEvents['crateRemote']
1295 local Arguments = {
1296 [1] = txtCrate.Text
1297 }
1298 print("Opened a" + txtCrate.Text)
1299
1300 Remote:InvokeServer(unpack(Arguments))
1301end)
1302
1303OpenBrawl.MouseButton1Down:connect(function()
1304 toggleBrawl = true
1305 OpenBrawl.Visible = false
1306 CloseBrawl.Visible = true
1307 while toggleBrawl do wait(9)
1308 local Remote = game.ReplicatedStorage.rEvents['brawlEvent']
1309 local Arguments = {
1310 [1] = "joinBrawl"
1311 }
1312 Remote:FireServer(unpack(Arguments))
1313 end
1314
1315end)
1316
1317CloseBrawl.MouseButton1Down:connect(function()
1318 toggleBrawl = false
1319 OpenBrawl.Visible = true
1320 CloseBrawl.Visible = false
1321end)
1322
1323OpenCLICK.MouseButton1Down:connect(function()
1324
1325 toggleAutoclick = true
1326 OpenCLICK.Visible = false
1327 CloseCLICK.Visible = true
1328 wait(1)
1329 local UserIS = game:GetService("UserInputService")
1330 UserIS.InputBegan:Connect(function(LocalInput)
1331
1332 while toggleAutoclick do
1333 wait(0.01)
1334 Input.LeftClick(MOUSE_CLICK)
1335 wait(0.01)
1336 Input.LeftClick(MOUSE_UP)
1337 end
1338 end)
1339
1340end)
1341
1342CloseCLICK.MouseButton1Down:connect(function()
1343 toggleAutoclick = false
1344 OpenCLICK.Visible = true
1345 CloseCLICK.Visible = false
1346end)
1347
1348OpenAFK.MouseButton1Down:connect(function()
1349 toggleAntiAFK = false
1350 OpenAFK.Visible = false
1351 CloseAFK.Visible = true
1352
1353 local VirtualUser=game:service'VirtualUser'
1354 game:service'Players'.LocalPlayer.Idled:connect(function()
1355 VirtualUser:CaptureController()
1356 VirtualUser:ClickButton1(Vector2.new())
1357 end)
1358end)
1359
1360CloseAFK.MouseButton1Down:connect(function()
1361 OpenAFK.Visible = true
1362 CloseAFK.Visible = false
1363end)
1364
1365OpenRebirthPet.MouseButton1Down:connect(function()
1366 toggleRebirthPet = true
1367 OpenRebirthPet.Visible = false
1368 CloseRebirthPet.Visible = true
1369
1370 while toggleRebirthPet do wait(30)
1371 local Remote = game.ReplicatedStorage.rEvents['buyPetRemote']
1372
1373 local Arguments = {
1374 [1] = txtRebirthPet.Text,
1375 [2] = "rebirthPet"
1376 }
1377
1378 Remote:InvokeServer(unpack(Arguments))
1379 end
1380
1381end)
1382
1383CloseRebirthPet.MouseButton1Down:connect(function()
1384 toggleRebirthPet = false
1385 OpenRebirthPet.Visible = true
1386 CloseRebirthPet.Visible = false
1387end)
1388
1389CLOSEBUTTON_2.MouseButton1Down:connect(function()
1390AUTOMATIONGUI.Visible = false
1391OpenStats.Visible = true
1392CloseStats.Visible = false
1393end)
1394
1395-- Misc
1396OpenDiscoSize.MouseButton1Down:connect(function()
1397 toggleDiscoSize = true
1398 OpenDiscoSize.Visible = false
1399 CloseDiscoSize.Visible = true
1400
1401 while toggleDiscoSize do
1402 local Remote = game.ReplicatedStorage.rEvents['changeSettingsEvent']
1403 local Arguments = {
1404 [1] = "changeSize",
1405 [2] = "maxSize"
1406 }
1407 Remote:FireServer(unpack(Arguments))
1408 wait(0.2)
1409 local Arguments = {
1410 [1] = "changeSize",
1411 [2] = 1
1412 }
1413 Remote:FireServer(unpack(Arguments))
1414 wait(0.2)
1415 end
1416end)
1417
1418CloseDiscoSize.MouseButton1Down:connect(function()
1419 toggleDiscoSize = false
1420 OpenDiscoSize.Visible = true
1421 CloseDiscoSize.Visible = false
1422end)
1423
1424OpenDiscoSkin.MouseButton1Down:connect(function()
1425 local i = 1
1426 OpenDiscoSkin.Visible = false
1427 CloseDiscoSkin.Visible = true
1428 toggleDiscoSkin = true
1429
1430 local Remote = game.ReplicatedStorage.rEvents['equipSkin']
1431
1432 while toggleDiscoSkin do
1433 if i < 50 then
1434 local Arguments = {
1435 [1] = "equip",
1436 [2] = AllSkins[i]
1437 }
1438
1439 Remote:FireServer(unpack(Arguments))
1440 i = i + 1
1441 wait(0.2)
1442 else
1443 i = 1
1444 end end
1445end)
1446
1447CloseDiscoSkin.MouseButton1Down:connect(function()
1448 toggleDiscoSkin = false
1449 CloseDiscoSkin.Visible = false
1450 OpenDiscoSkin.Visible = true
1451
1452end)
1453
1454CloseTPKILL.MouseButton1Down:connect(function()
1455 toggleTPKILL = false
1456 OpenTPKILL.Visible = true
1457 CloseTPKILL.Visible = false
1458end)
1459
1460OpenTP_2.MouseButton1Down:connect(function()
1461warn('xd')
1462bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1463bin.Name = "Teleport"
1464
1465function teleportPlayer(pos)
1466
1467local player = game.Players.LocalPlayer
1468if player == nil or player.Character == nil then return end
1469
1470local char = player.Character
1471
1472char:MoveTo(pos)
1473
1474end
1475
1476
1477enabled = true
1478function onButton1Down(mouse)
1479if not enabled then
1480return
1481end
1482
1483local player = game.Players.LocalPlayer
1484if player == nil then return end
1485local cf = mouse.Hit
1486teleportPlayer(cf.p)
1487
1488end
1489
1490function onSelected(mouse)
1491mouse.Button1Down:connect(function() onButton1Down(mouse) end)
1492end
1493
1494bin.Selected:connect(onSelected)
1495
1496end)
1497
1498
1499OpenBtools.MouseButton1Click:connect(function()
1500local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()e.Adornee:Destroy()e.Adornee=nil end end)
1501end)
1502
1503OpenSize.MouseButton1Down:connect(function()
1504 local Size = txtSize.Text
1505
1506
1507 local Remote = game.ReplicatedStorage.rEvents['changeSettingsEvent']
1508 local Arguments = {
1509 [1] = "changeSize",
1510 [2] = tonumber(Size)
1511 }
1512 Remote:FireServer(unpack(Arguments))
1513end)
1514
1515OpenSpeed.MouseButton1Down:connect(function()
1516 local Speed = txtSpeed.Text
1517 game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Speed)
1518end)
1519OpenJump.MouseButton1Down:connect(function()
1520 local Jump = txtJump.Text
1521 game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Jump)
1522end)
1523
1524OpenDiscoPet.MouseButton1Down:connect(function()
1525 local i = 1
1526 toggleDiscoPet = true
1527 OpenDiscoPet.Visible = false
1528 CloseDiscoPet.Visible = true
1529
1530 local Remote = game.ReplicatedStorage.rEvents['buyPetRemote']
1531
1532 while toggleDiscoPet do
1533 if i < 9 then
1534 local Arguments = {
1535 [1] = AllPets[i],
1536 [2] = "equipPet"
1537 }
1538
1539 Remote:InvokeServer(unpack(Arguments))
1540 i = i + 1
1541 wait(0.2)
1542 else
1543 i = 1
1544 end end
1545end)
1546
1547CloseDiscoPet.MouseButton1Down:connect(function()
1548 toggleDiscoPet = false
1549 OpenDiscoPet.Visible = true
1550 CloseDiscoPet.Visible = false
1551end)
1552
1553CLOSEBUTTON_3.MouseButton1Down:connect(function()
1554MISCGUI.Visible = false
1555OpenMisc.Visible = true
1556CloseMisc.Visible = false
1557end)
1558
1559CLOSEBUTTON_VERM.MouseButton1Down:connect(function()
1560 zVERMGUI.Visible = false
1561end)
1562
1563OpenURL.MouseButton1Down:connect(function()
1564 warn('https://v3rmillion.net/member.php?action=profile&uid=695311')
1565 lblVouchInfo2.Visible = true
1566end)
1567
1568
1569
1570
1571-- =======================DISCLAIMER====================== --
1572-- Script by: Bartvanm
1573-- Vouch the post for all the features! ( Space Gym )
1574-- Don't steal this and claim it yours. Read the post.
1575end)
1576
1577Jailbreak.Name = "Jailbreak"
1578Jailbreak.Parent = Main
1579Jailbreak.BackgroundColor3 = Color3.new(1, 0, 0)
1580Jailbreak.Position = UDim2.new(0.0456850231, 0, 0.15569219, 0)
1581Jailbreak.Size = UDim2.new(0, 122, 0, 26)
1582Jailbreak.Font = Enum.Font.Cartoon
1583Jailbreak.Text = "Jailbreak "
1584Jailbreak.TextColor3 = Color3.new(1, 1, 1)
1585Jailbreak.TextSize = 25
1586Jailbreak.MouseButton1Down:connect(function()
1587loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
1588end)
1589
1590MadCity.Name = "Mad City"
1591MadCity.Parent = Main
1592MadCity.BackgroundColor3 = Color3.new(1, 0, 0)
1593MadCity.Position = UDim2.new(0.0456850231, 0, 0.575806975, 0)
1594MadCity.Size = UDim2.new(0, 122, 0, 26)
1595MadCity.Font = Enum.Font.Cartoon
1596MadCity.Text = "Mad City"
1597MadCity.TextColor3 = Color3.new(1, 1, 1)
1598MadCity.TextSize = 25
1599MadCity.MouseButton1Down:connect(function()
1600loadstring(game:HttpGet("https://pastebin.com/raw/f0pTFqU0", true))()
1601end)
1602
1603Surf.Name = "Surf"
1604Surf.Parent = Main
1605Surf.BackgroundColor3 = Color3.new(1, 0, 0)
1606Surf.Position = UDim2.new(0.0456850231, 0, 0.431282729, 0)
1607Surf.Size = UDim2.new(0, 122, 0, 26)
1608Surf.Font = Enum.Font.Cartoon
1609Surf.Text = "Surf"
1610Surf.TextColor3 = Color3.new(1, 1, 1)
1611Surf.TextSize = 25
1612Surf.MouseButton1Down:connect(function()
1613-- version 1.13, added rainbow ui
1614-- cool doges bhop api, credits to him
1615-- surffkr v1
1616if not getgenv().BhopApi then loadstring(game:HttpGet("https://pastebin.com/raw/bBz0Kq8H", true))() else end
1617
1618-- instances
1619
1620local DESTROYING = false
1621local MB = game.Players.LocalPlayer:GetMouse()
1622local SELECTBOX = Instance.new("SelectionBox", game.StarterGui)
1623
1624local SURFFKR = Instance.new("ScreenGui")
1625local TAB = Instance.new("Frame")
1626local FRAME = Instance.new("Frame")
1627local CLOSE = Instance.new("TextButton")
1628local TITLE = Instance.new("TextLabel")
1629local OPTIONS = Instance.new("ScrollingFrame")
1630local DSTRY = Instance.new("TextButton")
1631local ASTRAFE = Instance.new("TextButton")
1632local HINT = Instance.new("TextLabel")
1633local VALUE = Instance.new("TextBox")
1634local OPT1 = Instance.new("TextButton")
1635local OPT2 = Instance.new("TextButton")
1636local OPT3 = Instance.new("TextButton")
1637local OPT4 = Instance.new("TextButton")
1638local OPT5 = Instance.new("TextButton")
1639local OPT6 = Instance.new("TextButton")
1640local OPT7 = Instance.new("TextButton")
1641local OPT8 = Instance.new("TextButton")
1642local OPT9 = Instance.new("TextButton")
1643local OPT10 = Instance.new("TextButton")
1644local OPT11 = Instance.new("TextButton")
1645local CGUCLR = Instance.new("TextButton")
1646local DSTRYCHECK = Instance.new("BoolValue")
1647local VAL = Instance.new("NumberValue")
1648local OPEN = Instance.new("TextButton")
1649
1650-- properties
1651
1652SURFFKR.Parent = game.CoreGui
1653SURFFKR.Name = "surfFKR core"
1654
1655SELECTBOX.Adornee = nil
1656SELECTBOX.Color3 = Color3.fromRGB(255, 0, 0)
1657SELECTBOX.SurfaceColor3 = Color3.fromRGB(255, 0, 0)
1658SELECTBOX.LineThickness = 0.1
1659
1660TAB.Name = "TAB"
1661TAB.Parent = SURFFKR
1662TAB.BackgroundColor3 = Color3.fromRGB(0, 170, 127)
1663TAB.BorderSizePixel = 0
1664TAB.LayoutOrder = 4
1665TAB.Position = UDim2.new(0.089, 0, 0.153, 0)
1666TAB.Size = UDim2.new(0, 381, 0, 20)
1667TAB.Draggable = true
1668TAB.Selectable = true
1669TAB.Active = true
1670
1671FRAME.Name = "FRAME"
1672FRAME.Parent = TAB
1673FRAME.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
1674FRAME.BorderSizePixel = 0
1675FRAME.LayoutOrder = 3
1676FRAME.Position = UDim2.new(0, 0, 0.987, 0)
1677FRAME.Size = UDim2.new(0, 381,0, 276)
1678
1679CLOSE.Name = "CLOSE"
1680CLOSE.Parent = TAB
1681CLOSE.BackgroundTransparency = 1
1682CLOSE.BorderSizePixel = 0
1683CLOSE.Position = UDim2.new(0.948, 0, 0, 0)
1684CLOSE.Size = UDim2.new(0, 20,0, 20)
1685CLOSE.Font = Enum.Font.GothamBold
1686CLOSE.Text = "X"
1687CLOSE.TextColor3 = Color3.fromRGB(30, 30, 30)
1688CLOSE.TextStrokeTransparency = 1
1689CLOSE.TextSize = 14
1690
1691TITLE.Name = "TITLE"
1692TITLE.Parent = TAB
1693TITLE.BackgroundTransparency = 1
1694TITLE.BorderSizePixel = 1
1695TITLE.Position = UDim2.new(0, 0, 0, 0)
1696TITLE.Size = UDim2.new(0,118,0,20)
1697TITLE.Font = Enum.Font.GothamBold
1698TITLE.Text = "surf / bhop fkr"
1699TITLE.TextColor3 = Color3.fromRGB(30,30,30)
1700TITLE.TextStrokeTransparency = 1
1701TITLE.TextSize = 14
1702
1703OPTIONS.Name = "OPTIONS"
1704OPTIONS.Parent = FRAME
1705OPTIONS.BackgroundColor3 = Color3.fromRGB(30,30,30)
1706OPTIONS.BackgroundTransparency = 0
1707OPTIONS.BorderColor3 = Color3.fromRGB(0,170,127)
1708OPTIONS.BorderSizePixel = 2
1709OPTIONS.Position = UDim2.new(0.034, 0, 0.236, 0)
1710OPTIONS.Size = UDim2.new(0,146, 0, 164)
1711
1712DSTRY.Name = "DSTRY"
1713DSTRY.Parent = FRAME
1714DSTRY.BackgroundColor3 = Color3.fromRGB(0,170,127)
1715DSTRY.BackgroundTransparency = 0
1716DSTRY.BorderSizePixel = 0
1717DSTRY.Position = UDim2.new(0.029, 0, 0.043, 0)
1718DSTRY.Size = UDim2.new(0,151,0,43)
1719DSTRY.Font = Enum.Font.GothamBold
1720DSTRY.Text = "destroy mode: off"
1721DSTRY.TextColor3 = Color3.fromRGB(0,0,0)
1722DSTRY.TextSize = 16
1723DSTRYCHECK.Name = "DSTRYCHECK"
1724DSTRYCHECK.Value = false
1725DSTRYCHECK.Parent = DSTRY
1726
1727ASTRAFE.Name = "ASTRAFE"
1728ASTRAFE.Parent = FRAME
1729ASTRAFE.BackgroundColor3 = Color3.fromRGB(0,170,127)
1730ASTRAFE.BorderSizePixel = 0
1731ASTRAFE.Position = UDim2.new(0.577, 0, 0.043, 0)
1732ASTRAFE.Size = UDim2.new(0,149, 0, 43)
1733ASTRAFE.Font = Enum.Font.GothamBold
1734ASTRAFE.Text = "autostrafe: off"
1735ASTRAFE.TextSize = 16
1736ASTRAFE.TextColor3 = Color3.fromRGB(0,0,0)
1737
1738HINT.Name = "HINT"
1739HINT.Parent = ASTRAFE
1740HINT.BackgroundTransparency = 1
1741HINT.BorderSizePixel = 0
1742HINT.Position = UDim2.new(0,0,1.093,0)
1743HINT.Size = UDim2.new(0,149,0,14)
1744HINT.Font = Enum.Font.GothamBold
1745HINT.Text = "hint: hold shift and move ur mouse"
1746HINT.TextColor3 = Color3.fromRGB(0,170,127)
1747HINT.TextSize = 9
1748HINT.TextStrokeTransparency = 0
1749
1750VALUE.Name = "VALUE"
1751VALUE.Parent = FRAME
1752VALUE.BackgroundColor3 = Color3.fromRGB(30,30,30)
1753VALUE.BorderColor3 = Color3.fromRGB(0,170,127)
1754VALUE.BorderSizePixel = 2
1755VALUE.ClearTextOnFocus = true
1756VALUE.Position = UDim2.new(0.034, 0, 0.873, 0)
1757VALUE.Size = UDim2.new(0,146,0,22)
1758VALUE.Font = Enum.Font.GothamBold
1759VALUE.Text = "value..."
1760VALUE.TextColor3 = Color3.fromRGB(0,170,127)
1761VALUE.TextSize = 14
1762
1763CGUCLR.Name = "CGUCLR"
1764CGUCLR.Parent = FRAME
1765CGUCLR.BackgroundColor3 = Color3.fromRGB(0,170,127)
1766CGUCLR.BackgroundTransparency = 0
1767CGUCLR.BorderSizePixel = 0
1768CGUCLR.Position = UDim2.new(0.457, 0, 0.293, 0)
1769CGUCLR.Size = UDim2.new(0,195,0,35)
1770CGUCLR.Font = Enum.Font.GothamBold
1771CGUCLR.Text = "rainbow gui"
1772CGUCLR.TextColor3 = Color3.fromRGB(0,0,0)
1773CGUCLR.TextSize = 16
1774
1775OPEN.Name = "OPEN"
1776OPEN.Parent = SURFFKR
1777OPEN.BackgroundColor3 = Color3.fromRGB(30,30,30)
1778OPEN.BackgroundTransparency = 0
1779OPEN.BorderColor3 = Color3.fromRGB(0,170,127)
1780OPEN.BorderSizePixel = 2
1781OPEN.Position = UDim2.new(0.902, 0, 0.933, 0)
1782OPEN.Size = UDim2.new(0,140,0,35)
1783OPEN.Font = Enum.Font.GothamBold
1784OPEN.Text = "open surf fkr"
1785OPEN.TextColor3 = Color3.fromRGB(0,170,127)
1786OPEN.TextSize = 16
1787OPEN.TextStrokeTransparency = 0
1788OPEN.Draggable = true
1789OPEN.Selectable = true
1790OPEN.Visible = false
1791
1792-- all option properties, boring
1793
1794OPT1.Parent = OPTIONS
1795OPT1.BackgroundColor3 = Color3.fromRGB(0,170,127)
1796OPT1.BorderSizePixel = 0
1797OPT1.Position = UDim2.new(0,0,0,0)
1798OPT1.Size = UDim2.new(0,132,0,16)
1799OPT1.Font = Enum.Font.GothamBold
1800OPT1.Text = "setspeed()"
1801OPT1.TextColor3 = Color3.fromRGB(30,30,30)
1802OPT1.TextSize = 14
1803OPT1.TextStrokeTransparency = 1
1804
1805OPT2.Parent = OPTIONS
1806OPT2.BackgroundColor3 = Color3.fromRGB(0,170,127)
1807OPT2.BorderSizePixel = 0
1808OPT2.Position = UDim2.new(0,0,0.04,0)
1809OPT2.Size = UDim2.new(0,132,0,16)
1810OPT2.Font = Enum.Font.GothamBold
1811OPT2.Text = "setjump()"
1812OPT2.TextColor3 = Color3.fromRGB(30,30,30)
1813OPT2.TextSize = 14
1814OPT2.TextStrokeTransparency = 1
1815
1816OPT3.Parent = OPTIONS
1817OPT3.BackgroundColor3 = Color3.fromRGB(0,170,127)
1818OPT3.BorderSizePixel = 0
1819OPT3.Position = UDim2.new(0,0,0.08,0)
1820OPT3.Size = UDim2.new(0,132,0,16)
1821OPT3.Font = Enum.Font.GothamBold
1822OPT3.Text = "setgravity()"
1823OPT3.TextColor3 = Color3.fromRGB(30,30,30)
1824OPT3.TextSize = 14
1825OPT3.TextStrokeTransparency = 1
1826
1827OPT4.Parent = OPTIONS
1828OPT4.BackgroundColor3 = Color3.fromRGB(0,170,127)
1829OPT4.BorderSizePixel = 0
1830OPT4.Position = UDim2.new(0,0,0.12,0)
1831OPT4.Size = UDim2.new(0,132,0,16)
1832OPT4.Font = Enum.Font.GothamBold
1833OPT4.Text = "resetspeed()"
1834OPT4.TextColor3 = Color3.fromRGB(30,30,30)
1835OPT4.TextSize = 14
1836OPT4.TextStrokeTransparency = 1
1837
1838OPT5.Parent = OPTIONS
1839OPT5.BackgroundColor3 = Color3.fromRGB(0,170,127)
1840OPT5.BorderSizePixel = 0
1841OPT5.Position = UDim2.new(0,0,0.16,0)
1842OPT5.Size = UDim2.new(0,132,0,16)
1843OPT5.Font = Enum.Font.GothamBold
1844OPT5.Text = "resetgravity()"
1845OPT5.TextColor3 = Color3.fromRGB(30,30,30)
1846OPT5.TextSize = 14
1847OPT5.TextStrokeTransparency = 1
1848
1849OPT6.Parent = OPTIONS
1850OPT6.BackgroundColor3 = Color3.fromRGB(0,170,127)
1851OPT6.BorderSizePixel = 0
1852OPT6.Position = UDim2.new(0,0,0.2,0)
1853OPT6.Size = UDim2.new(0,132,0,16)
1854OPT6.Font = Enum.Font.GothamBold
1855OPT6.Text = "setval()"
1856OPT6.TextColor3 = Color3.fromRGB(30,30,30)
1857OPT6.TextSize = 14
1858OPT6.TextStrokeTransparency = 1
1859
1860OPT7.Parent = OPTIONS
1861OPT7.BackgroundColor3 = Color3.fromRGB(0,170,127)
1862OPT7.BorderSizePixel = 0
1863OPT7.Position = UDim2.new(0,0,0.24,0)
1864OPT7.Size = UDim2.new(0,132,0,16)
1865OPT7.Font = Enum.Font.GothamBold
1866OPT7.Text = "setwalk()"
1867OPT7.TextColor3 = Color3.fromRGB(30,30,30)
1868OPT7.TextSize = 14
1869OPT7.TextStrokeTransparency = 1
1870
1871OPT8.Parent = OPTIONS
1872OPT8.BackgroundColor3 = Color3.fromRGB(0,170,127)
1873OPT8.BorderSizePixel = 0
1874OPT8.Position = UDim2.new(0,0,0.28,0)
1875OPT8.Size = UDim2.new(0,132,0,16)
1876OPT8.Font = Enum.Font.GothamBold
1877OPT8.Text = "resetwalk()"
1878OPT8.TextColor3 = Color3.fromRGB(30,30,30)
1879OPT8.TextSize = 14
1880OPT8.TextStrokeTransparency = 1
1881
1882OPT9.Parent = OPTIONS
1883OPT9.BackgroundColor3 = Color3.fromRGB(0,170,127)
1884OPT9.BorderSizePixel = 0
1885OPT9.Position = UDim2.new(0,0,0.32,0)
1886OPT9.Size = UDim2.new(0,132,0,16)
1887OPT9.Font = Enum.Font.GothamBold
1888OPT9.Text = "setfriction()"
1889OPT9.TextColor3 = Color3.fromRGB(30,30,30)
1890OPT9.TextSize = 14
1891OPT9.TextStrokeTransparency = 1
1892
1893OPT10.Parent = OPTIONS
1894OPT10.BackgroundColor3 = Color3.fromRGB(0,170,127)
1895OPT10.BorderSizePixel = 0
1896OPT10.Position = UDim2.new(0,0,0.36,0)
1897OPT10.Size = UDim2.new(0,132,0,16)
1898OPT10.Font = Enum.Font.GothamBold
1899OPT10.Text = "resetfriction()"
1900OPT10.TextColor3 = Color3.fromRGB(30,30,30)
1901OPT10.TextSize = 14
1902OPT10.TextStrokeTransparency = 1
1903
1904OPT11.Parent = OPTIONS
1905OPT11.BackgroundColor3 = Color3.fromRGB(0,170,127)
1906OPT11.BorderSizePixel = 0
1907OPT11.Position = UDim2.new(0,0,0.4,0)
1908OPT11.Size = UDim2.new(0,132,0,16)
1909OPT11.Font = Enum.Font.GothamBold
1910OPT11.Text = "settime()"
1911OPT11.TextColor3 = Color3.fromRGB(30,30,30)
1912OPT11.TextSize = 14
1913OPT11.TextStrokeTransparency = 1
1914
1915-- ok now all that boring stuff is done lets get in to the JUICE
1916
1917OPEN.MouseButton1Down:Connect(function()
1918 TAB.Visible = true
1919 OPEN.Visible = false
1920end)
1921
1922CLOSE.MouseButton1Down:Connect(function()
1923 TAB.Visible = false
1924 OPEN.Visible = true
1925end)
1926
1927local speed = 0.2
1928local base = TAB, OPTIONS, DSTRY, ASTRAFE, HINT, VALUE, GUICLR, CGUCLR, OPT1, OPT2, OPT3, OPT4, OPT5, OPT6, OPT7, OPT8, OPT9, OPT10, OPT11, VALUE
1929
1930function transition(c2,c1)
1931 for i = 0,1,speed do
1932 base.BackgroundColor3 = Color3.new(((c1.r*(1-i))+(c2.r*i)),((c1.g*(1-i))+(c2.g*i)),((c1.b*(1-i))+(c2.b*i)))
1933 wait()
1934 end
1935 base.BackgroundColor3 = c2
1936end
1937
1938CGUCLR.MouseButton1Down:Connect(function()
1939 local top = 255
1940 while true do
1941 wait()
1942 for i = 1,top,1 do
1943 TAB.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1944 OPTIONS.BorderColor3 = Color3.new(i/top,0/top,0/top)
1945 DSTRY.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1946 ASTRAFE.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1947 HINT.TextColor3 = Color3.new(i/top,0/top,0/top)
1948 VALUE.TextColor3 = Color3.new(i/top,0/top,0/top)
1949 VALUE.BorderColor3 = Color3.new(i/top,0/top,0/top)
1950 CGUCLR.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1951 OPEN.TextColor3 = Color3.new(i/top,0/top,0/top)
1952 OPEN.BorderColor3 = Color3.new(i/top,0/top,0/top)
1953 OPT1.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1954 OPT2.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1955 OPT3.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1956 OPT4.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1957 OPT5.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1958 OPT6.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1959 OPT7.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1960 OPT8.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1961 OPT9.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1962 OPT10.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1963 OPT11.BackgroundColor3 = Color3.new(i/top,0/top,0/top)
1964 wait()
1965 end
1966 for i = 1,top,1 do
1967 TAB.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1968 OPTIONS.BorderColor3 = Color3.new(top/top,i/top,0/top)
1969 DSTRY.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1970 ASTRAFE.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1971 HINT.TextColor3 = Color3.new(top/top,i/top,0/top)
1972 VALUE.TextColor3 = Color3.new(top/top,i/top,0/top)
1973 VALUE.BorderColor3 = Color3.new(top/top,i/top,0/top)
1974 CGUCLR.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1975 OPEN.TextColor3 = Color3.new(top/top,i/top,0/top)
1976 OPEN.BorderColor3 = Color3.new(top/top,i/top,0/top)
1977 OPT1.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1978 OPT2.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1979 OPT3.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1980 OPT4.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1981 OPT5.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1982 OPT6.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1983 OPT7.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1984 OPT8.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1985 OPT9.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1986 OPT10.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1987 OPT11.BackgroundColor3 = Color3.new(top/top,i/top,0/top)
1988 wait()
1989 end
1990 for i = 1,top,1 do
1991 TAB.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
1992 OPTIONS.BorderColor3 = Color3.new(top/top,top/top,i/top)
1993 DSTRY.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
1994 ASTRAFE.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
1995 HINT.TextColor3 = Color3.new(top/top,top/top,i/top)
1996 VALUE.TextColor3 = Color3.new(top/top,top/top,i/top)
1997 VALUE.BorderColor3 = Color3.new(top/top,top/top,i/top)
1998 CGUCLR.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
1999 OPEN.TextColor3 = Color3.new(top/top,top/top,i/top)
2000 OPEN.BorderColor3 = Color3.new(top/top,top/top,i/top)
2001 OPT1.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2002 OPT2.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2003 OPT3.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2004 OPT4.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2005 OPT5.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2006 OPT6.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2007 OPT7.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2008 OPT8.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2009 OPT9.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2010 OPT10.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2011 OPT11.BackgroundColor3 = Color3.new(top/top,top/top,i/top)
2012 wait()
2013 end
2014 for i = top,1,-1 do
2015 TAB.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2016 TAB.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2017 OPTIONS.BorderColor3 = Color3.new(i/top,top/top,top/top)
2018 DSTRY.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2019 ASTRAFE.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2020 HINT.TextColor3 = Color3.new(i/top,top/top,top/top)
2021 VALUE.TextColor3 = Color3.new(i/top,top/top,top/top)
2022 VALUE.BorderColor3 = Color3.new(i/top,top/top,top/top)
2023 CGUCLR.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2024 OPEN.TextColor3 = Color3.new(i/top,top/top,top/top)
2025 OPEN.BorderColor3 = Color3.new(i/top,top/top,top/top)
2026 OPT1.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2027 OPT2.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2028 OPT3.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2029 OPT4.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2030 OPT5.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2031 OPT6.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2032 OPT7.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2033 OPT8.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2034 OPT9.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2035 OPT10.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2036 OPT11.BackgroundColor3 = Color3.new(i/top,top/top,top/top)
2037 wait()
2038 end
2039 for i = top,1,-1 do
2040 TAB.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2041 OPTIONS.BorderColor3 = Color3.new(0/top,i/top,top/top)
2042 DSTRY.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2043 ASTRAFE.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2044 HINT.TextColor3 = Color3.new(0/top,i/top,top/top)
2045 VALUE.TextColor3 = Color3.new(0/top,i/top,top/top)
2046 VALUE.BorderColor3 = Color3.new(0/top,i/top,top/top)
2047 CGUCLR.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2048 OPEN.TextColor3 = Color3.new(0/top,i/top,top/top)
2049 OPEN.BorderColor3 = Color3.new(0/top,i/top,top/top)
2050 OPT1.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2051 OPT2.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2052 OPT3.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2053 OPT4.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2054 OPT5.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2055 OPT6.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2056 OPT7.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2057 OPT8.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2058 OPT9.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2059 OPT10.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2060 OPT11.BackgroundColor3 = Color3.new(0/top,i/top,top/top)
2061 wait()
2062 end
2063 for i = top,1,-1 do
2064 TAB.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2065 OPTIONS.BorderColor3 = Color3.new(0/top,0/top,i/top)
2066 DSTRY.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2067 ASTRAFE.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2068 HINT.TextColor3 = Color3.new(0/top,0/top,i/top)
2069 VALUE.TextColor3 = Color3.new(0/top,0/top,i/top)
2070 VALUE.BorderColor3 = Color3.new(0/top,0/top,i/top)
2071 CGUCLR.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2072 OPEN.TextColor3 = Color3.new(0/top,0/top,i/top)
2073 OPEN.BorderColor3 = Color3.new(0/top,0/top,i/top)
2074 OPT1.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2075 OPT2.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2076 OPT3.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2077 OPT4.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2078 OPT5.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2079 OPT6.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2080 OPT7.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2081 OPT8.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2082 OPT9.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2083 OPT10.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2084 OPT11.BackgroundColor3 = Color3.new(0/top,0/top,i/top)
2085 wait()
2086 end
2087 end
2088
2089end)
2090
2091DSTRY.MouseButton1Down:Connect(function()
2092if DSTRYCHECK.Value == false then
2093DSTRYCHECK.Value = true
2094DSTRY.Text = "destroy mode: on"
2095DESTROYING = true
2096SELECTBOX.Parent = game.Workspace
2097while DESTROYING == true do
2098wait(0.1)
2099SELECTBOX.Adornee = MB.Target
2100end
2101else
2102DSTRYCHECK.Value = false
2103DSTRY.Text = "destroy mode: off"
2104DESTROYING = false
2105SELECTBOX.Adornee = nil
2106SELECTBOX.Parent = game.StarterGui
2107end
2108
2109end)
2110
2111MB.Button1Down:Connect(function()
2112if DESTROYING == true then
2113(MB.Target).Parent = game.CoreGui
2114end
2115end)
2116
2117OPT1.MouseButton1Down:Connect(function()
2118setspeed(tonumber(VALUE.Text))
2119end)
2120
2121OPT2.MouseButton1Down:Connect(function()
2122setjump(tonumber(VALUE.Text))
2123end)
2124
2125OPT3.MouseButton1Down:Connect(function()
2126setgravity(tonumber(VALUE.Text))
2127end)
2128
2129OPT4.MouseButton1Down:Connect(function()
2130resetspeed()
2131end)
2132
2133OPT5.MouseButton1Down:Connect(function()
2134resetgravity()
2135end)
2136
2137OPT6.MouseButton1Down:Connect(function()
2138print("Not Implemented.")
2139end)
2140
2141OPT7.MouseButton1Down:Connect(function()
2142setwalk(tonumber(VALUE.Text))
2143end)
2144
2145OPT8.MouseButton1Down:Connect(function()
2146resetwalk()
2147end)
2148
2149OPT9.MouseButton1Down:Connect(function()
2150setfriction(tonumber(VALUE.Text))
2151end)
2152
2153OPT10.MouseButton1Down:Connect(function()
2154resetfriction()
2155end)
2156
2157OPT11.MouseButton1Down:Connect(function()
2158settime(tonumber(VALUE.Text))
2159end)
2160
2161--autostrafe script
2162
2163ASTRAFE.MouseButton1Down:Connect(function()
2164if ASTRAFE.Text == "autostrafe: off" then
2165ASTRAFE.Text = "autostrafe: on"
2166else
2167ASTRAFE.Text = "autostrafe: off"
2168end
2169local Players = game:GetService"Players"
2170local LocalPlayer = Players.LocalPlayer
2171local UIS = game:GetService"UserInputService"
2172local Mouse = LocalPlayer:GetMouse()
2173local Toggle = false
2174local Keys = {}
2175local Key = Enum.KeyCode.LeftShift
2176
2177local function GetKeyState(key)
2178 if (Keys[key] == nil) then Keys[key] = false end
2179 return Keys[key]
2180end
2181
2182local function PressKey(key)
2183 if (not GetKeyState(key)) then
2184 keypress(key)
2185 Keys[key] = true
2186 end
2187end
2188
2189local function ReleaseKey(key)
2190 if (GetKeyState(key)) then
2191 keyrelease(key)
2192 Keys[key] = false
2193 end
2194end
2195
2196local function ReleaseKeys()
2197 for i, v in next, Keys do
2198 if (v == true) then
2199 keyrelease(i)
2200 Keys[i] = false
2201 end
2202 end
2203end
2204
2205local Move = UIS.InputChanged:connect(function(input)
2206 if (Toggle) then
2207 local delta = input.Delta
2208 if (deltaX == 0) then
2209 ReleaseKeys()
2210 elseif (delta.X < 0) then
2211 ReleaseKey(0x44) -- D
2212 PressKey(0x41) -- A
2213 elseif (delta.X > 0) then
2214 ReleaseKey(0x41) -- A
2215 PressKey(0x44) -- D
2216 end
2217 else
2218 ReleaseKeys()
2219 end
2220end)
2221
2222local KeyDown = UIS.InputBegan:connect(function(input)
2223 if (input.KeyCode == Key) then
2224 PressKey(0x20)
2225 print("[Strafehack] On")
2226 Toggle = true
2227 end
2228end)
2229
2230local KeyUp = UIS.InputEnded:connect(function(input)
2231 if (input.KeyCode == Key) then
2232 ReleaseKey(0x20)
2233 print("[Strafehack] Off")
2234 Toggle = false
2235 end
2236end)
2237
2238_G.AC_DC = function() KeyUp:disconnect() KeyDown:disconnect() Move:disconnect() end
2239
2240print("[Strafehack] Initiated")
2241end)
2242end)
2243
2244KAT.Name = "KAT"
2245KAT.Parent = Main
2246KAT.BackgroundColor3 = Color3.new(1, 0, 0)
2247KAT.Position = UDim2.new(0.57387495, 0, 0.575806975, 0)
2248KAT.Size = UDim2.new(0, 122, 0, 26)
2249KAT.Font = Enum.Font.Cartoon
2250KAT.Text = "KAT"
2251KAT.TextColor3 = Color3.new(1, 1, 1)
2252KAT.TextSize = 25
2253KAT.MouseButton1Down:connect(function()
2254--Hentai xd
2255
2256local plrs = game:GetService("Players")
2257local TeamBased = true ; local teambasedswitch = "o"
2258local presskeytoaim = true; local aimkey = "e"
2259local raycast = false
2260
2261local espupdatetime = 5; autoesp = false
2262
2263
2264
2265local lockaim = true; local lockangle = 5
2266
2267
2268
2269--function findwat(folder, what)
2270-- for i, smth in pairs(folder:GetChildren()) do
2271-- if string.find(string.lower(tostring(smth)), string.lower(what)) then
2272-- return smth
2273-- end
2274-- end
2275--end
2276--
2277--local plrs = findwat(game, "Players")
2278
2279
2280
2281
2282local Gui = Instance.new("ScreenGui")
2283local Move = Instance.new("Frame")
2284local Main = Instance.new("Frame")
2285local EspStatus = Instance.new("TextLabel")
2286local st1 = Instance.new("TextLabel")
2287local st1_2 = Instance.new("TextLabel")
2288local st1_3 = Instance.new("TextLabel")
2289local Name = Instance.new("TextLabel")
2290--Properties:
2291Gui.Name = "Gui"
2292Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
2293
2294Move.Name = "Move"
2295Move.Parent = Gui
2296Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
2297Move.BackgroundTransparency = 0.40000000596046
2298Move.BorderSizePixel = 0
2299Move.Position = UDim2.new(0.005, 0,0.018, 0)
2300Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
2301
2302Main.Name = "Main"
2303Main.Parent = Move
2304Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
2305Main.BackgroundTransparency = 0.69999998807907
2306Main.Position = UDim2.new(0, 0, 0.995670795, 0)
2307Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
2308
2309EspStatus.Name = "EspStatus"
2310EspStatus.Parent = Main
2311EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
2312EspStatus.BackgroundTransparency = 1
2313EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
2314EspStatus.Font = Enum.Font.ArialBold
2315EspStatus.Text = "Press T to update Esp"
2316EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
2317EspStatus.TextScaled = true
2318EspStatus.TextSize = 14
2319EspStatus.TextWrapped = true
2320
2321st1.Name = "st1"
2322st1.Parent = Main
2323st1.BackgroundColor3 = Color3.new(1, 1, 1)
2324st1.BackgroundTransparency = 1
2325st1.Position = UDim2.new(0.271787882, 0, 0, 0)
2326st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
2327st1.Font = Enum.Font.ArialBold
2328st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
2329st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
2330st1.TextScaled = true
2331st1.TextSize = 14
2332st1.TextWrapped = true
2333
2334st1_2.Name = "st1"
2335st1_2.Parent = Main
2336st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
2337st1_2.BackgroundTransparency = 1
2338st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
2339st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
2340st1_2.Font = Enum.Font.ArialBold
2341st1_2.Text = "Press L to enable esp loop"
2342st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
2343st1_2.TextScaled = true
2344st1_2.TextSize = 14
2345st1_2.TextWrapped = true
2346
2347st1_3.Name = "st1"
2348st1_3.Parent = Main
2349st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
2350st1_3.BackgroundTransparency = 1
2351st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
2352st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
2353st1_3.Font = Enum.Font.ArialBold
2354st1_3.Text = "Press O to change team based mode"
2355st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
2356st1_3.TextScaled = true
2357st1_3.TextSize = 14
2358st1_3.TextWrapped = true
2359local teambasedstatus = st1_3:Clone()
2360teambasedstatus.Parent = st1_3
2361teambasedstatus.TextScaled = true
2362teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
2363teambasedstatus.Text = tostring(TeamBased)
2364
2365Name.Name = "Name"
2366Name.Parent = Move
2367Name.BackgroundColor3 = Color3.new(1, 1, 1)
2368Name.BackgroundTransparency = 1
2369Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
2370Name.Font = Enum.Font.Arial
2371Name.Text = "FPS gui v1.0"
2372Name.TextColor3 = Color3.new(0, 0, 0)
2373Name.TextScaled = true
2374Name.TextSize = 14
2375Name.TextWrapped = true
2376Name.TextXAlignment = Enum.TextXAlignment.Left
2377-- Scripts:
2378
2379
2380local plrsforaim = {}
2381
2382local lplr = game:GetService("Players").LocalPlayer
2383Move.Draggable = true
2384Gui.ResetOnSpawn = false
2385Gui.Name = "Chat"
2386Gui.DisplayOrder = 999
2387
2388 Gui.Parent = plrs.LocalPlayer.PlayerGui
2389
2390
2391f = {}
2392local espforlder
2393
2394f.addesp = function()
2395 --print("ESP ran")
2396 if espforlder then
2397 else
2398 espforlder = Instance.new("Folder")
2399 espforlder.Parent = game.Workspace.CurrentCamera
2400 end
2401 for i, v in pairs(espforlder:GetChildren()) do
2402 v:Destroy()
2403 end
2404 for _, plr in pairs(plrs:GetChildren()) do
2405 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
2406 if TeamBased == true then
2407 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
2408 local e = espforlder:FindFirstChild(plr.Name)
2409 if not e then
2410 --print("Added esp for team based")
2411 local bill = Instance.new("BillboardGui", espforlder)
2412 bill.Name = plr.Name
2413 bill.AlwaysOnTop = true
2414 bill.Size = UDim2.new(1,0,1,0)
2415 bill.Adornee = plr.Character.Head
2416 local Frame = Instance.new('Frame',bill)
2417 Frame.Active = true
2418 Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
2419 Frame.BackgroundTransparency = 0
2420 Frame.BorderSizePixel = 0
2421 Frame.AnchorPoint = Vector2.new(.5, .5)
2422 Frame.Position = UDim2.new (0.5,0,0.5,0)
2423 Frame.Size = UDim2.new (1,0,1,0)
2424 Frame.Rotation = 0
2425 plr.Character.Humanoid.Died:Connect(function()
2426 bill:Destroy()
2427 end)
2428 end
2429 end
2430 else
2431 local e = espforlder:FindFirstChild(plr.Name)
2432 if not e then
2433 --print("Added esp")
2434 local bill = Instance.new("BillboardGui", espforlder)
2435 bill.Name = plr.Name
2436 bill.AlwaysOnTop = true
2437 bill.Size = UDim2.new(1,0,1,0)
2438 bill.Adornee = plr.Character.Head
2439 local Frame = Instance.new('Frame',bill)
2440 Frame.Active = true
2441 Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
2442 Frame.BackgroundTransparency = 0
2443 Frame.BorderSizePixel = 0
2444 Frame.AnchorPoint = Vector2.new(.5, .5)
2445 Frame.Position = UDim2.new (0.5,0,0.5,0)
2446 Frame.Size = UDim2.new (1,0,1,0)
2447 Frame.Rotation = 0
2448 plr.Character.Humanoid.Died:Connect(function()
2449 bill:Destroy()
2450 end)
2451 end
2452 end
2453
2454
2455 end
2456 end
2457end
2458local cam = game.Workspace.CurrentCamera
2459
2460local mouse = lplr:GetMouse()
2461local switch = false
2462local key = "k"
2463local aimatpart = nil
2464mouse.KeyDown:Connect(function(a)
2465 if a == "t" then
2466 print("worked1")
2467 f.addesp()
2468 elseif a == "u" then
2469 if raycast == true then
2470 raycast = false
2471 else
2472 raycast = true
2473 end
2474 elseif a == "l" then
2475 if autoesp == false then
2476 autoesp = true
2477 else
2478 autoesp = false
2479 end
2480 end
2481 if a == "j" then
2482 if mouse.Target then
2483 mouse.Target:Destroy()
2484 end
2485 end
2486 if a == key then
2487 if switch == false then
2488 switch = true
2489 else
2490 switch = false
2491 if aimatpart ~= nil then
2492 aimatpart = nil
2493 end
2494 end
2495 elseif a == teambasedswitch then
2496 if TeamBased == true then
2497 TeamBased = false
2498 teambasedstatus.Text = tostring(TeamBased)
2499 else
2500 TeamBased = true
2501 teambasedstatus.Text = tostring(TeamBased)
2502 end
2503 elseif a == aimkey then
2504 if not aimatpart then
2505 local maxangle = math.rad(20)
2506 for i, plr in pairs(plrs:GetChildren()) do
2507 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
2508 if TeamBased == true then
2509 if plr.Team.Name ~= lplr.Team.Name then
2510 local an = checkfov(plr.Character.Head)
2511 if an < maxangle then
2512 maxangle = an
2513 aimatpart = plr.Character.Head
2514 end
2515 end
2516 else
2517 local an = checkfov(plr.Character.Head)
2518 if an < maxangle then
2519 maxangle = an
2520 aimatpart = plr.Character.Head
2521 end
2522 print(plr)
2523 end
2524 plr.Character.Humanoid.Died:Connect(function()
2525 if aimatpart.Parent == plr.Character or aimatpart == nil then
2526 aimatpart = nil
2527 end
2528 end)
2529 end
2530 end
2531 else
2532 aimatpart = nil
2533 end
2534 end
2535end)
2536
2537function getfovxyz (p0, p1, deg)
2538 local x1, y1, z1 = p0:ToOrientation()
2539 local cf = CFrame.new(p0.p, p1.p)
2540 local x2, y2, z2 = cf:ToOrientation()
2541 --local d = math.deg
2542 if deg then
2543 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
2544 else
2545 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
2546 end
2547end
2548
2549function getaimbotplrs()
2550 plrsforaim = {}
2551 for i, plr in pairs(plrs:GetChildren()) do
2552 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
2553
2554 if TeamBased == true then
2555 if plr.Team.Name ~= lplr.Team.Name then
2556 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
2557 local r = Ray.new(cf, cf.LookVector * 10000)
2558 local ign = {}
2559 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
2560 if v:IsA("BasePart") then
2561 table.insert(ign , v)
2562 end
2563 end
2564 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
2565 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
2566 table.insert(plrsforaim, obj)
2567 end
2568 end
2569 else
2570 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
2571 local r = Ray.new(cf, cf.LookVector * 10000)
2572 local ign = {}
2573 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
2574 if v:IsA("BasePart") then
2575 table.insert(ign , v)
2576 end
2577 end
2578 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
2579 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
2580 table.insert(plrsforaim, obj)
2581 end
2582 end
2583
2584
2585 end
2586 end
2587end
2588
2589function aimat(part)
2590 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
2591end
2592function checkfov (part)
2593 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
2594 local angle = math.abs(fov.X) + math.abs(fov.Y)
2595 return angle
2596end
2597
2598game:GetService("RunService").RenderStepped:Connect(function()
2599 if aimatpart then
2600 aimat(aimatpart)
2601 if aimatpart.Parent == plrs.LocalPlayer.Character then
2602 aimatpart = nil
2603 end
2604 end
2605
2606
2607-- if switch == true then
2608-- local maxangle = 99999
2609--
2610-- --print("Loop")
2611-- if true and raycast == false then
2612-- for i, plr in pairs(plrs:GetChildren()) do
2613-- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
2614-- if TeamBased then
2615-- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
2616-- local an = checkfov(plr.Character.Head)
2617-- if an < maxangle then
2618-- maxangle = an
2619-- aimatpart = plr.Character.Head
2620-- if an < lockangle then
2621-- break
2622-- end
2623-- end
2624-- end
2625-- else
2626-- local an = checkfov(plr.Character.Head)
2627-- if an < maxangle then
2628-- maxangle = an
2629-- aimatpart = plr.Character.Head
2630-- if an < lockangle then
2631-- break
2632-- end
2633-- end
2634-- end
2635--
2636--
2637--
2638--
2639-- end
2640-- end
2641-- elseif raycast == true then
2642--
2643-- end
2644
2645 if raycast == true and switch == false and not aimatpart then
2646 getaimbotplrs()
2647 aimatpart = nil
2648 local maxangle = 999
2649 for i, v in ipairs(plrsforaim) do
2650 if v.Parent ~= lplr.Character then
2651 local an = checkfov(v)
2652 if an < maxangle and v ~= lplr.Character.Head then
2653 maxangle = an
2654 aimatpart = v
2655 print(v:GetFullName())
2656 v.Parent.Humanoid.Died:connect(function()
2657 aimatpart = nil
2658 end)
2659 end
2660 end
2661 end
2662
2663 end
2664end)
2665delay(0, function()
2666 while wait(espupdatetime) do
2667 if autoesp == true then
2668 pcall(function()
2669 f.addesp()
2670 end)
2671 end
2672 end
2673end)
2674warn("loaded")
2675end)
2676
2677SodaDrinkingSimulator.Name = "Soda Drinking Simulator"
2678SodaDrinkingSimulator.Parent = Main
2679SodaDrinkingSimulator.BackgroundColor3 = Color3.new(1, 0, 0)
2680SodaDrinkingSimulator.Position = UDim2.new(0.57387495, 0, 0.431282729, 0)
2681SodaDrinkingSimulator.Size = UDim2.new(0, 122, 0, 26)
2682SodaDrinkingSimulator.Font = Enum.Font.Cartoon
2683SodaDrinkingSimulator.Text = "Soda Drinking Simulator"
2684SodaDrinkingSimulator.TextColor3 = Color3.new(1, 1, 1)
2685SodaDrinkingSimulator.TextSize = 12
2686SodaDrinkingSimulator.MouseButton1Down:connect(function()
2687while true do
2688local tbl_main =
2689{
2690}
2691game:GetService("Players").Ur_name_here.Backpack.Soda.Drink:FireServer(unpack(tbl_main))
2692wait(0)
2693end
2694end)
2695
2696ToySimulator.Name = "Toy Simulator"
2697ToySimulator.Parent = Main
2698ToySimulator.BackgroundColor3 = Color3.new(1, 0, 0)
2699ToySimulator.Position = UDim2.new(0.57387495, 0, 0.300216436, 0)
2700ToySimulator.Size = UDim2.new(0, 122, 0, 26)
2701ToySimulator.Font = Enum.Font.Cartoon
2702ToySimulator.Text = "Toy Simulator"
2703ToySimulator.TextColor3 = Color3.new(1, 1, 1)
2704ToySimulator.TextSize = 20
2705ToySimulator.MouseButton1Down:connect(function()
2706local rs = game:GetService('RunService').RenderStepped
2707
2708while rs:wait() do
2709for i = 1,10 do
2710game.ReplicatedStorage.EVENTS.NETWORKING:FireServer("ChestReward","Chest10")
2711game:GetService("ReplicatedStorage").EVENTS.NETWORKING:FireServer("Rebirth")
2712end
2713end
2714end)
2715
2716InfinityAnime.Name = "Infinity Anime"
2717InfinityAnime.Parent = Main
2718InfinityAnime.BackgroundColor3 = Color3.new(1, 0, 0)
2719InfinityAnime.Position = UDim2.new(0.57387495, 0, 0.15569219, 0)
2720InfinityAnime.Size = UDim2.new(0, 122, 0, 26)
2721InfinityAnime.Font = Enum.Font.Cartoon
2722InfinityAnime.Text = "Infinity Anime"
2723InfinityAnime.TextColor3 = Color3.new(1, 1, 1)
2724InfinityAnime.TextSize = 20
2725InfinityAnime.MouseButton1Down:connect(function()
2726loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/inf.txt',true))()
2727end)
2728
2729VehicleSimulator.Name = "Vehicle Simulator"
2730VehicleSimulator.Parent = Main
2731VehicleSimulator.BackgroundColor3 = Color3.new(1, 0, 0)
2732VehicleSimulator.Position = UDim2.new(0.57387495, 0, 0.717539251, 0)
2733VehicleSimulator.Size = UDim2.new(0, 122, 0, 26)
2734VehicleSimulator.Font = Enum.Font.Cartoon
2735VehicleSimulator.Text = "Vehicle Simulator"
2736VehicleSimulator.TextColor3 = Color3.new(1, 1, 1)
2737VehicleSimulator.TextSize = 16
2738VehicleSimulator.MouseButton1Down:connect(function()
2739local VehicleSimultor = Instance.new("ScreenGui")
2740local VSV1 = Instance.new("Frame")
2741local Title = Instance.new("TextLabel")
2742local Title_2 = Instance.new("TextLabel")
2743local Speed = Instance.new("TextButton")
2744local SpeedBind = Instance.new("TextBox")
2745local Close = Instance.new("TextButton")
2746local NitroSpeed = Instance.new("TextButton")
2747local NST = Instance.new("TextBox")
2748local NitroForce = Instance.new("TextButton")
2749local NFT = Instance.new("TextBox")
2750local JumpHeight = Instance.new("TextButton")
2751local JHT = Instance.new("TextBox")
2752local ScrollingFrame = Instance.new("ScrollingFrame")
2753local TptoCrate = Instance.new("TextButton")
2754local TeleportLT = Instance.new("TextButton")
2755local TeleportToCar = Instance.new("TextButton")
2756local CrateESP = Instance.new("TextButton")
2757local GiveAllPerks = Instance.new("TextButton")
2758local SuperCar = Instance.new("TextButton")
2759local InfiniteNitro = Instance.new("TextButton")
2760local AutoFarm = Instance.new("TextButton")
2761local Torque = Instance.new("TextButton")
2762local Torquet = Instance.new("TextBox")
2763local Open = Instance.new("TextButton")
2764--Properties:
2765VehicleSimultor.Name = "VehicleSimultor"
2766VehicleSimultor.Parent = game.CoreGui
2767
2768VSV1.Name = "VSV1"
2769VSV1.Parent = VehicleSimultor
2770VSV1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
2771VSV1.Position = UDim2.new(0.341240853, 0, 0.0875232741, 0)
2772VSV1.Size = UDim2.new(0, 369, 0, 381)
2773VSV1.Draggable = true
2774VSV1.Active = true
2775
2776Title.Name = "Title"
2777Title.Parent = VSV1
2778Title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
2779Title.BorderSizePixel = 0
2780Title.Position = UDim2.new(-0.0027484016, 0, -0.0101028001, 0)
2781Title.Size = UDim2.new(0, 370, 0, 36)
2782Title.Font = Enum.Font.SourceSansLight
2783Title.Text = "Vehicle Simulator Gui"
2784Title.TextColor3 = Color3.new(1, 1, 1)
2785Title.TextSize = 25
2786
2787Title_2.Name = "Title"
2788Title_2.Parent = VSV1
2789Title_2.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2790Title_2.BorderSizePixel = 0
2791Title_2.Position = UDim2.new(-0.00274840137, 0, 0.0778457001, 0)
2792Title_2.Size = UDim2.new(0, 370, 0, 10)
2793Title_2.Font = Enum.Font.SourceSansLight
2794Title_2.Text = ""
2795Title_2.TextColor3 = Color3.new(1, 1, 1)
2796Title_2.TextSize = 25
2797
2798Speed.Name = "Speed"
2799Speed.Parent = VSV1
2800Speed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2801Speed.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2802Speed.BorderSizePixel = 3
2803Speed.Position = UDim2.new(0.0415850431, 0, 0.124312669, 0)
2804Speed.Size = UDim2.new(0, 166, 0, 25)
2805Speed.Font = Enum.Font.SourceSans
2806Speed.Text = "Max Speed"
2807Speed.TextColor3 = Color3.new(1, 1, 1)
2808Speed.TextSize = 25
2809
2810SpeedBind.Name = "SpeedBind"
2811SpeedBind.Parent = Speed
2812SpeedBind.BackgroundColor3 = Color3.new(1, 1, 1)
2813SpeedBind.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2814SpeedBind.BorderSizePixel = 3
2815SpeedBind.Position = UDim2.new(1.0793581, 0, -0.00314961374, 0)
2816SpeedBind.Size = UDim2.new(0, 155, 0, 25)
2817SpeedBind.Font = Enum.Font.SourceSans
2818SpeedBind.PlaceholderText = "Amount"
2819SpeedBind.Text = ""
2820SpeedBind.TextColor3 = Color3.new(0, 0, 0)
2821SpeedBind.TextSize = 25
2822
2823Close.Name = "Close"
2824Close.Parent = VSV1
2825Close.BackgroundColor3 = Color3.new(1, 1, 1)
2826Close.BackgroundTransparency = 1
2827Close.BorderSizePixel = 0
2828Close.Position = UDim2.new(0.91011405, 0, 0, 0)
2829Close.Size = UDim2.new(0, 33, 0, 30)
2830Close.Font = Enum.Font.SourceSansLight
2831Close.Text = "X"
2832Close.TextColor3 = Color3.new(1, 1, 1)
2833Close.TextSize = 30
2834Close.TextWrapped = true
2835Close.MouseButton1Click:connect(function()
2836 VSV1.Visible = false
2837 Open.Visible = true
2838end)
2839
2840NitroSpeed.Name = "NitroSpeed"
2841NitroSpeed.Parent = VSV1
2842NitroSpeed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2843NitroSpeed.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2844NitroSpeed.BorderSizePixel = 3
2845NitroSpeed.Position = UDim2.new(0.0415850431, 0, 0.294916332, 0)
2846NitroSpeed.Size = UDim2.new(0, 166, 0, 25)
2847NitroSpeed.Font = Enum.Font.SourceSans
2848NitroSpeed.Text = "Nitro Max Speed"
2849NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
2850NitroSpeed.TextSize = 25
2851
2852NST.Name = "NST"
2853NST.Parent = NitroSpeed
2854NST.BackgroundColor3 = Color3.new(1, 1, 1)
2855NST.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2856NST.BorderSizePixel = 3
2857NST.Position = UDim2.new(1.0793581, 0, -0.00629922748, 0)
2858NST.Size = UDim2.new(0, 155, 0, 25)
2859NST.Font = Enum.Font.SourceSans
2860NST.PlaceholderText = "Amount"
2861NST.Text = ""
2862NST.TextColor3 = Color3.new(0, 0, 0)
2863NST.TextSize = 25
2864
2865NitroForce.Name = "NitroForce"
2866NitroForce.Parent = VSV1
2867NitroForce.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2868NitroForce.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2869NitroForce.BorderSizePixel = 3
2870NitroForce.Position = UDim2.new(0.0415850468, 0, 0.384155154, 0)
2871NitroForce.Size = UDim2.new(0, 166, 0, 25)
2872NitroForce.Font = Enum.Font.SourceSans
2873NitroForce.Text = "Nitro Force"
2874NitroForce.TextColor3 = Color3.new(1, 1, 1)
2875NitroForce.TextSize = 25
2876
2877NFT.Name = "NFT"
2878NFT.Parent = NitroForce
2879NFT.BackgroundColor3 = Color3.new(1, 1, 1)
2880NFT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2881NFT.BorderSizePixel = 3
2882NFT.Position = UDim2.new(1.07935798, 0, 0, 0)
2883NFT.Size = UDim2.new(0, 155, 0, 25)
2884NFT.Font = Enum.Font.SourceSans
2885NFT.PlaceholderText = "Amount"
2886NFT.Text = ""
2887NFT.TextColor3 = Color3.new(0, 0, 0)
2888NFT.TextSize = 25
2889
2890JumpHeight.Name = "JumpHeight"
2891JumpHeight.Parent = VSV1
2892JumpHeight.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2893JumpHeight.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2894JumpHeight.BorderSizePixel = 3
2895JumpHeight.Position = UDim2.new(0.0419999994, 0, 0.47299999, 0)
2896JumpHeight.Size = UDim2.new(0, 166, 0, 25)
2897JumpHeight.Font = Enum.Font.SourceSans
2898JumpHeight.Text = "Jump Height"
2899JumpHeight.TextColor3 = Color3.new(1, 1, 1)
2900JumpHeight.TextSize = 25
2901
2902JHT.Name = "JHT"
2903JHT.Parent = JumpHeight
2904JHT.BackgroundColor3 = Color3.new(1, 1, 1)
2905JHT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2906JHT.BorderSizePixel = 3
2907JHT.Position = UDim2.new(1.0793581, 0, -0.00629922748, 0)
2908JHT.Size = UDim2.new(0, 155, 0, 25)
2909JHT.Font = Enum.Font.SourceSans
2910JHT.PlaceholderText = "Amount"
2911JHT.Text = ""
2912JHT.TextColor3 = Color3.new(0, 0, 0)
2913JHT.TextSize = 25
2914
2915ScrollingFrame.Parent = VSV1
2916ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
2917ScrollingFrame.BackgroundTransparency = 1
2918ScrollingFrame.Position = UDim2.new(0, 0, 0.569553792, 0)
2919ScrollingFrame.Size = UDim2.new(0, 369, 0, 164)
2920ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.5, 0)
2921
2922TptoCrate.Name = "TptoCrate"
2923TptoCrate.Parent = ScrollingFrame
2924TptoCrate.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2925TptoCrate.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2926TptoCrate.BorderSizePixel = 3
2927TptoCrate.Position = UDim2.new(0.490514904, 0, 0.267156392, 0)
2928TptoCrate.Size = UDim2.new(0, 167, 0, 41)
2929TptoCrate.Font = Enum.Font.SourceSans
2930TptoCrate.Text = "TP to Crates"
2931TptoCrate.TextColor3 = Color3.new(1, 1, 1)
2932TptoCrate.TextSize = 20
2933
2934TeleportLT.Name = "TeleportLT"
2935TeleportLT.Parent = ScrollingFrame
2936TeleportLT.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2937TeleportLT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2938TeleportLT.BorderSizePixel = 3
2939TeleportLT.Position = UDim2.new(0.490514934, 0, 0.0104986876, 0)
2940TeleportLT.Size = UDim2.new(0, 167, 0, 41)
2941TeleportLT.Font = Enum.Font.SourceSans
2942TeleportLT.Text = "Teleport to Long Tunnel"
2943TeleportLT.TextColor3 = Color3.new(1, 1, 1)
2944TeleportLT.TextSize = 20
2945
2946TeleportToCar.Name = "TeleportToCar"
2947TeleportToCar.Parent = ScrollingFrame
2948TeleportToCar.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2949TeleportToCar.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2950TeleportToCar.BorderSizePixel = 3
2951TeleportToCar.Position = UDim2.new(0.0189701896, 0, 0.0104986876, 0)
2952TeleportToCar.Size = UDim2.new(0, 167, 0, 41)
2953TeleportToCar.Font = Enum.Font.SourceSans
2954TeleportToCar.Text = "Teleport To Car"
2955TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
2956TeleportToCar.TextSize = 20
2957
2958CrateESP.Name = "CrateESP"
2959CrateESP.Parent = ScrollingFrame
2960CrateESP.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2961CrateESP.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2962CrateESP.BorderSizePixel = 3
2963CrateESP.Position = UDim2.new(0.0162601657, 0, 0.267156392, 0)
2964CrateESP.Size = UDim2.new(0, 167, 0, 41)
2965CrateESP.Font = Enum.Font.SourceSans
2966CrateESP.Text = "Crate ESP"
2967CrateESP.TextColor3 = Color3.new(1, 1, 1)
2968CrateESP.TextSize = 20
2969
2970GiveAllPerks.Name = "GiveAllPerks"
2971GiveAllPerks.Parent = ScrollingFrame
2972GiveAllPerks.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2973GiveAllPerks.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2974GiveAllPerks.BorderSizePixel = 3
2975GiveAllPerks.Position = UDim2.new(0.0189701933, 0, 0.518180668, 0)
2976GiveAllPerks.Size = UDim2.new(0, 167, 0, 41)
2977GiveAllPerks.Font = Enum.Font.SourceSans
2978GiveAllPerks.Text = "Give All Perks"
2979GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
2980GiveAllPerks.TextSize = 20
2981
2982SuperCar.Name = "SuperCar"
2983SuperCar.Parent = ScrollingFrame
2984SuperCar.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2985SuperCar.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2986SuperCar.BorderSizePixel = 3
2987SuperCar.Position = UDim2.new(0.493224919, 0, 0.518180668, 0)
2988SuperCar.Size = UDim2.new(0, 167, 0, 41)
2989SuperCar.Font = Enum.Font.SourceSans
2990SuperCar.Text = "Give Super Speed"
2991SuperCar.TextColor3 = Color3.new(1, 1, 1)
2992SuperCar.TextSize = 20
2993
2994InfiniteNitro.Name = "InfiniteNitro"
2995InfiniteNitro.Parent = ScrollingFrame
2996InfiniteNitro.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
2997InfiniteNitro.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
2998InfiniteNitro.BorderSizePixel = 3
2999InfiniteNitro.Position = UDim2.new(0.490514904, 0, 0.769999981, 0)
3000InfiniteNitro.Size = UDim2.new(0, 167, 0, 41)
3001InfiniteNitro.Font = Enum.Font.SourceSans
3002InfiniteNitro.Text = "Infinite Nitro"
3003InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
3004InfiniteNitro.TextSize = 20
3005
3006AutoFarm.Name = "AutoFarm"
3007AutoFarm.Parent = ScrollingFrame
3008AutoFarm.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
3009AutoFarm.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
3010AutoFarm.BorderSizePixel = 3
3011AutoFarm.Position = UDim2.new(0.0162601657, 0, 0.769999981, 0)
3012AutoFarm.Size = UDim2.new(0, 167, 0, 41)
3013AutoFarm.Font = Enum.Font.SourceSans
3014AutoFarm.Text = "Auto Farm"
3015AutoFarm.TextColor3 = Color3.new(1, 1, 1)
3016AutoFarm.TextSize = 20
3017
3018Torque.Name = "Torque"
3019Torque.Parent = VSV1
3020Torque.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
3021Torque.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
3022Torque.BorderSizePixel = 3
3023Torque.Position = UDim2.new(0.0410000011, 0, 0.209999993, 0)
3024Torque.Size = UDim2.new(0, 166, 0, 25)
3025Torque.Font = Enum.Font.SourceSans
3026Torque.Text = "Torque"
3027Torque.TextColor3 = Color3.new(1, 1, 1)
3028Torque.TextSize = 25
3029
3030Torquet.Name = "Torquet"
3031Torquet.Parent = Torque
3032Torquet.BackgroundColor3 = Color3.new(1, 1, 1)
3033Torquet.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
3034Torquet.BorderSizePixel = 3
3035Torquet.Position = UDim2.new(1.079, 0, -0.030026257, 0)
3036Torquet.Size = UDim2.new(0, 155, 0, 25)
3037Torquet.Font = Enum.Font.SourceSans
3038Torquet.PlaceholderText = "Amount"
3039Torquet.Text = ""
3040Torquet.TextColor3 = Color3.new(0, 0, 0)
3041Torquet.TextSize = 25
3042
3043Open.Name = "Open"
3044Open.Parent = VehicleSimultor
3045Open.BackgroundColor3 = Color3.new(0, 0, 0)
3046Open.BackgroundTransparency = 0.5
3047Open.BorderSizePixel = 0
3048Open.Position = UDim2.new(0.5, 0, 0, 0)
3049Open.Size = UDim2.new(0, 110, 0, 39)
3050Open.Visible = false
3051Open.Font = Enum.Font.SourceSans
3052Open.Text = "Open"
3053Open.TextColor3 = Color3.new(1, 1, 1)
3054Open.TextScaled = true
3055Open.TextSize = 14
3056Open.TextWrapped = true
3057Open.MouseButton1Click:connect(function()
3058 VSV1.Visible = true
3059 Open.Visible = false
3060end)
3061
3062
3063function findCar()
3064local vehicle = workspace.Vehicles:getChildren()
3065for i=1,#vehicle do
3066if vehicle[i]:findFirstChild("owner") then
3067if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
3068myCar = vehicle[i]
3069end
3070end
3071end
3072end
3073
3074
3075SuperCar.MouseButton1Down:connect(function()
3076findCar()
3077myCar.Handling.MaxSpeed.Value = 10000
3078myCar.Handling.Torque.Value = 40000
3079myCar.Handling.SteeringRadiusConstant.Value = 15000
3080myCar.Handling.FrictionRoad.Value = 250
3081myCar.Handling.Nitro.NitroSpeed.Value = 500
3082myCar.Handling.Nitro.NitroForce.Value = 5000
3083myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
3084end)
3085
3086Speed.MouseButton1Down:connect(function()
3087findCar()
3088myCar.Handling.MaxSpeed.Value = SpeedBind.Text
3089myCar.Handling.SteeringRadiusConstant.Value = 1500000
3090end)
3091
3092Torque.MouseButton1Down:connect(function()
3093findCar()
3094myCar.Handling.Torque.Value = Torquet.Text
3095end)
3096
3097NitroSpeed.MouseButton1Down:connect(function()
3098findCar()
3099myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
3100end)
3101
3102NitroForce.MouseButton1Down:connect(function()
3103findCar()
3104myCar.Handling.Nitro.NitroForce.Value = NFT.Text
3105end)
3106
3107JumpHeight.MouseButton1Down:connect(function()
3108findCar()
3109myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
3110end)
3111
3112GiveAllPerks.MouseButton1Down:connect(function()
3113game:GetService("Players").LocalPlayer.UserId = 1099580
3114end)
3115
3116CrateESP.MouseButton1Down:connect(function()
3117 local crates = workspace:getChildren()
3118for i=1,#crates do
3119if crates[i].ClassName == "Model" then
3120local crates2 = crates[i]:getChildren()
3121for i=1,#crates2 do
3122if crates2[i].ClassName == "Model" then
3123local crates3 = crates2[i]:getChildren()
3124for i=1,#crates3 do
3125if crates3[i].ClassName == "MeshPart" then
3126if crates3[i]:findFirstChild("Smoke") then
3127if crates3[i]:findFirstChild("BoxHandleAdornment") then
3128 crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
3129else
3130local a = Instance.new("BoxHandleAdornment",crates3[i])
3131a.Size = Vector3.new(10,500,6)
3132a.SizeRelativeOffset = Vector3.new(0,135,0)
3133a.Color3 = Color3.fromRGB(0,255,0)
3134a.Transparency = 0.5
3135a.AlwaysOnTop = true
3136a.Adornee = crates3[i]
3137a.ZIndex = 1
3138local b = Instance.new("BoxHandleAdornment",crates3[i])
3139b.Size = Vector3.new(10,4,6)
3140b.Color3 = Color3.fromRGB(0,0,255)
3141b.Transparency = 0.3
3142b.AlwaysOnTop = true
3143b.Adornee = crates3[i]
3144b.ZIndex = 1
3145end
3146end
3147end
3148end
3149end
3150end
3151end
3152end
3153end)
3154
3155TptoCrate.MouseButton1Down:connect(function()
3156 local crates = workspace:getChildren()
3157for i=1,#crates do
3158if crates[i].ClassName == "Model" then
3159local crates2 = crates[i]:getChildren()
3160for i=1,#crates2 do
3161if crates2[i].ClassName == "Model" then
3162local crates3 = crates2[i]:getChildren()
3163for i=1,#crates3 do
3164if crates3[i].ClassName == "MeshPart" then
3165if crates3[i]:findFirstChild("Smoke") then
3166game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
3167wait()
3168game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
3169wait(4)
3170end
3171end
3172end
3173end
3174end
3175end
3176end
3177end)
3178
3179TeleportToCar.MouseButton1Down:connect(function()
3180 findCar()
3181game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
3182end)
3183
3184TeleportLT.MouseButton1Down:connect(function()
3185 findCar()
3186myCar:MoveTo(Vector3.new(-2180,45,-3650))
3187end)
3188
3189InfiniteNitro.MouseButton1Down:connect(function()
3190veh = nil
3191for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
3192if v:IsA("Model") then
3193if v.owner.Value == game.Players.LocalPlayer.Name then
3194veh = v
3195end
3196end
3197end
3198han = veh.Handling
3199
3200while han ~= nil do
3201wait(0.5)
3202han.Nitro.NitroAmount.Value = 250
3203end
3204end)
3205
3206AutoFarm.MouseButton1Down:connect(function()
3207--[[
3208Fully automatic money/miles farm
3209TODO:
3210Add auto respawn vehicle
3211]]
3212local waitTime = 1 --This will be the time it takes (seconds) until your car resets. See line 37
3213--Do not change anything below :)
3214local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
3215local found = false
3216local go = true
3217
3218function findVehicle() --Finds your vehicle
3219 while not found do --Loops until your vehicle has been found
3220 local vehicles = Workspace.Vehicles:getChildren()
3221 for i=1,#vehicles do
3222 if vehicles[i]:findFirstChild'owner' then
3223 if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
3224 found = true --Setting found to true so loop breaks
3225 vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
3226 vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
3227 vehStats.MaxSpeed.Value = 700
3228 vehStats.Torque.Value = 20000
3229 vehStats.SteeringRadiusConstant.Value = 120000000
3230 elseif vehicles[i + 1] == nil and not found then
3231 --Autorespawn would go here
3232 hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace
3233 end
3234 end
3235 end
3236 wait(1) --Waiting before checking again so we don't crash
3237 end
3238 wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
3239 vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
3240end
3241
3242function farm() --This is where the magic happens :)
3243 hint.Text = "Finished loading! Autofarm initialized."
3244 while wait(waitTime) do --Waits x seconds before resetting car
3245 vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
3246 game:GetService'VirtualUser':SetKeyUp("w") --Resets W key
3247 game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward
3248 end
3249end
3250findVehicle() --Calls the findVehicle function
3251while go do
3252 if not pcall(farm()) then --Calls farm function & checks for errors
3253 found = false --If it errors, it sets found to false and continues looking for your vehicle.
3254 findVehicle()
3255 end
3256end
3257end)
3258end)
3259
3260Strucid.Name = "Strucid"
3261Strucid.Parent = Main
3262Strucid.BackgroundColor3 = Color3.new(1, 0, 0)
3263Strucid.Position = UDim2.new(0.0427176952, 0, 0.717539251, 0)
3264Strucid.Size = UDim2.new(0, 122, 0, 26)
3265Strucid.Font = Enum.Font.Cartoon
3266Strucid.Text = "Strucid"
3267Strucid.TextColor3 = Color3.new(1, 1, 1)
3268Strucid.TextSize = 25
3269Strucid.MouseButton1Down:connect(function()
3270loadstring(game:HttpGet(('https://pastebin.com/raw/Qiw1NeHr'),true))()
3271end)
3272
3273Name_2.Name = "Name"
3274Name_2.Parent = Main
3275Name_2.BackgroundColor3 = Color3.new(1, 0, 0)
3276Name_2.Position = UDim2.new(-0.028462667, 0, 0.916209161, 0)
3277Name_2.Size = UDim2.new(0, 355, 0, 30)
3278Name_2.Font = Enum.Font.Cartoon
3279Name_2.Text = "Made By:Scytric#8026"
3280Name_2.TextColor3 = Color3.new(1, 1, 1)
3281Name_2.TextSize = 20
3282Name_2.TextWrapped = true
3283
3284Exit.Name = "Exit"
3285Exit.Parent = Main
3286Exit.BackgroundColor3 = Color3.new(1, 0, 0)
3287Exit.BackgroundTransparency = 1
3288Exit.Position = UDim2.new(0.903251767, 0, 0.00494084414, 0)
3289Exit.Size = UDim2.new(0, 41, 0, 26)
3290Exit.Font = Enum.Font.Cartoon
3291Exit.Text = "X"
3292Exit.TextColor3 = Color3.new(1, 1, 1)
3293Exit.TextSize = 25
3294Exit.MouseButton1Down:connect(function()
3295OpenFrame.Visible = true
3296Main.Visible = false
3297end)
3298-- Scripts: