· 6 years ago · Jan 18, 2020, 12:48 PM
1--Anime Fighting Simulator
2-- Gui to Lua
3-- Version: 3
4
5-- Instances:
6
7local ANIMEFS = Instance.new("ScreenGui")
8local FrameInter = Instance.new("Frame")
9local InterFrame = Instance.new("Frame")
10local strenght = Instance.new("TextButton")
11local durab = Instance.new("TextButton")
12local sword = Instance.new("TextButton")
13local chakra = Instance.new("TextButton")
14local tpcrates = Instance.new("TextButton")
15local TextLabel = Instance.new("TextLabel")
16local minimizeinteraction = Instance.new("TextButton")
17local openinter = Instance.new("TextButton")
18local TextLabelColor = Instance.new("TextLabel")
19local zigzag
20local counter
21
22--Properties:
23
24ANIMEFS.Name = "ANIME FS"
25ANIMEFS.Parent = game.CoreGui
26
27FrameInter.Active = true
28FrameInter.Draggable = true
29
30FrameInter.Name = "FrameInter"
31FrameInter.Parent = ANIMEFS
32FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
33FrameInter.BorderSizePixel = 0
34FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
35FrameInter.Size = UDim2.new(0, 156, 0, 28)
36
37InterFrame.Name = "InterFrame"
38InterFrame.Parent = FrameInter
39InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
40InterFrame.BackgroundTransparency = 0.5
41InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
42InterFrame.BorderSizePixel = 0
43InterFrame.Position = UDim2.new(0, 0, 1, 0)
44InterFrame.Size = UDim2.new(0, 156, 0, 142)
45
46strenght.Name = "strenght"
47strenght.Parent = InterFrame
48strenght.BackgroundColor3 = Color3.new(1, 1, 1)
49strenght.BackgroundTransparency = 100
50strenght.Position = UDim2.new(-0.00468572229, 0, 0.0675720498, 0)
51strenght.Size = UDim2.new(0, 107, 0, 13)
52strenght.Font = Enum.Font.SourceSans
53strenght.Text = "> Strenght"
54strenght.TextColor3 = Color3.new(1, 1, 1)
55strenght.TextSize = 21
56strenght.TextStrokeColor3 = Color3.new(1, 1, 1)
57
58durab.Name = "durab"
59durab.Parent = InterFrame
60durab.BackgroundColor3 = Color3.new(1, 1, 1)
61durab.BackgroundTransparency = 100
62durab.Position = UDim2.new(0.0511107445, 0, 0.442553878, 0)
63durab.Size = UDim2.new(0, 98, 0, 15)
64durab.Font = Enum.Font.SourceSans
65durab.Text = ">Durabillity"
66durab.TextColor3 = Color3.new(1, 1, 1)
67durab.TextSize = 21
68durab.TextStrokeColor3 = Color3.new(1, 1, 1)
69
70sword.Name = "sword"
71sword.Parent = InterFrame
72sword.BackgroundColor3 = Color3.new(1, 1, 1)
73sword.BackgroundTransparency = 100
74sword.Position = UDim2.new(0.0705129206, 0, 0.629427433, 0)
75sword.Size = UDim2.new(0, 71, 0, 18)
76sword.Font = Enum.Font.SourceSans
77sword.Text = "> Sword"
78sword.TextColor3 = Color3.new(1, 1, 1)
79sword.TextSize = 21
80sword.TextStrokeColor3 = Color3.new(1, 1, 1)
81
82chakra.Name = "chakra"
83chakra.Parent = InterFrame
84chakra.BackgroundColor3 = Color3.new(1, 1, 1)
85chakra.BackgroundTransparency = 100
86chakra.Position = UDim2.new(0.0382896811, 0, 0.244435921, 0)
87chakra.Size = UDim2.new(0, 83, 0, 20)
88chakra.Font = Enum.Font.SourceSans
89chakra.Text = "> Chakra"
90chakra.TextColor3 = Color3.new(1, 1, 1)
91chakra.TextSize = 21
92chakra.TextStrokeColor3 = Color3.new(1, 1, 1)
93
94tpcrates.Name = "tpcrates"
95tpcrates.Parent = InterFrame
96tpcrates.BackgroundColor3 = Color3.new(1, 1, 1)
97tpcrates.BackgroundTransparency = 100
98tpcrates.Position = UDim2.new(0.121794969, 0, 0.812525988, 0)
99tpcrates.Size = UDim2.new(0, 117, 0, 18)
100tpcrates.Font = Enum.Font.SourceSans
101tpcrates.Text = "> TPCratesToYou"
102tpcrates.TextColor3 = Color3.new(1, 1, 1)
103tpcrates.TextSize = 21
104tpcrates.TextStrokeColor3 = Color3.new(1, 1, 1)
105
106TextLabel.Parent = FrameInter
107TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
108TextLabel.BackgroundTransparency = 199
109TextLabel.Position = UDim2.new(0.00641036034, 0, 7.4505806e-09, 0)
110TextLabel.Size = UDim2.new(0, 156, 0, 28)
111TextLabel.Font = Enum.Font.GothamSemibold
112TextLabel.Text = "Anime FS"
113TextLabel.TextColor3 = Color3.new(1, 1, 1)
114TextLabel.TextSize = 20
115
116minimizeinteraction.Name = "minimizeinteraction"
117minimizeinteraction.Parent = FrameInter
118minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
119minimizeinteraction.BackgroundTransparency = 100
120minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
121minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
122minimizeinteraction.Font = Enum.Font.SourceSans
123minimizeinteraction.Text = "-"
124minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
125minimizeinteraction.TextSize = 27
126minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
127
128openinter.Name = "openinter"
129openinter.Parent = FrameInter
130openinter.BackgroundColor3 = Color3.new(1, 1, 1)
131openinter.BackgroundTransparency = 100
132openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
133openinter.Size = UDim2.new(0, 21, 0, 20)
134openinter.Font = Enum.Font.SourceSans
135openinter.Text = "+"
136openinter.TextColor3 = Color3.new(1, 1, 1)
137openinter.TextSize = 27
138openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
139
140TextLabelColor.Name = "TextLabelColor"
141TextLabelColor.Parent = FrameInter
142TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
143TextLabelColor.BorderSizePixel = 0
144TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
145TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
146TextLabelColor.Font = Enum.Font.SourceSans
147TextLabelColor.Text = ""
148TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
149TextLabelColor.TextSize = 14
150
151-- Scripts:
152
153local function JOWVBY_fake_script() -- TextLabelColor.LocalScript
154 local script = Instance.new('LocalScript', TextLabelColor)
155
156 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
157
158 counter = 0
159
160 while wait(1.5)do
161 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
162
163 counter = counter + 0.01
164 end
165end
166coroutine.wrap(JOWVBY_fake_script)()
167
168strenght.MouseButton1Click:connect(function()
169 _G.LULU = true--change to true or false
170while _G.LULU do
171wait(0.1)
172local A_1 = "Stat"
173local A_2 = "Strength"-- pick up your item for autofarm
174game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
175end
176end)
177
178durab.MouseButton1Click:connect(function()
179 _G.LULU = true--change to true or false
180while _G.LULU do
181wait(0.1)
182local A_1 = "Stat"
183local A_2 = "Durability"-- pick up your item for autofarm
184game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
185end
186end)
187
188chakra.MouseButton1Click:connect(function()
189 _G.LULU = true--change to true or false
190while _G.LULU do
191wait(0.1)
192local A_1 = "Stat"
193local A_2 = "Chakra"-- pick up your item for autofarm
194game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
195end
196end)
197
198sword.MouseButton1Click:connect(function()
199 _G.LULU = true--change to true or false
200while _G.LULU do
201wait(0.1)
202local A_1 = "Stat"
203local A_2 = "Sword"-- pick up your item for autofarm
204game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
205end
206end)
207
208tpcrates.MouseButton1Click:connect(function()
209for a,b in pairs(game.Workspace.MouseIgnore:GetChildren())do if b.Name=="ChikaraCrate"then b:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)end end
210end)
211
212minimizeinteraction.MouseButton1Click:connect(function()
213FrameInter.Visible = false
214end)
215
216openinter.MouseButton1Click:connect(function()
217FrameInter.Visible = true
218end)
219
220--Arsenal
221-- Gui to Lua
222-- Version: 3
223
224-- Instances:
225
226local Arsenal = Instance.new("ScreenGui")
227local FrameInter = Instance.new("Frame")
228local InterFrame = Instance.new("Frame")
229local TextLabel = Instance.new("TextLabel")
230local TextLabel_2 = Instance.new("TextLabel")
231local TextLabel_3 = Instance.new("TextLabel")
232local TextLabel_4 = Instance.new("TextLabel")
233local TextLabel_5 = Instance.new("TextLabel")
234local TextLabel_6 = Instance.new("TextLabel")
235local minimizeinteraction = Instance.new("TextButton")
236local openinter = Instance.new("TextButton")
237local TextLabelColor = Instance.new("TextLabel")
238local zigzag
239local counter
240
241--Properties:
242
243Arsenal.Name = "Arsenal"
244Arsenal.Parent = game.CoreGui
245
246FrameInter.Active = true
247FrameInter.Draggable = true
248
249FrameInter.Name = "FrameInter"
250FrameInter.Parent = Arsenal
251FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
252FrameInter.BorderSizePixel = 0
253FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
254FrameInter.Size = UDim2.new(0, 156, 0, 28)
255
256InterFrame.Name = "InterFrame"
257InterFrame.Parent = FrameInter
258InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
259InterFrame.BackgroundTransparency = 0.5
260InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
261InterFrame.BorderSizePixel = 0
262InterFrame.Position = UDim2.new(0, 0, 1, 0)
263InterFrame.Size = UDim2.new(0, 156, 0, 137)
264
265TextLabel.Parent = InterFrame
266TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
267TextLabel.BackgroundTransparency = 100
268TextLabel.Position = UDim2.new(0.00641035428, 0, 0.0583941601, 0)
269TextLabel.Size = UDim2.new(0, 107, 0, 17)
270TextLabel.Font = Enum.Font.SourceSans
271TextLabel.Text = "> (E) Aimbot"
272TextLabel.TextColor3 = Color3.new(1, 1, 1)
273TextLabel.TextSize = 19
274
275TextLabel_2.Parent = InterFrame
276TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
277TextLabel_2.BackgroundTransparency = 100
278TextLabel_2.Position = UDim2.new(0.0512242429, 0, 0.248175189, 0)
279TextLabel_2.Size = UDim2.new(0, 69, 0, 17)
280TextLabel_2.Font = Enum.Font.SourceSans
281TextLabel_2.Text = "> (L) ESP"
282TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
283TextLabel_2.TextSize = 19
284
285TextLabel_3.Parent = InterFrame
286TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
287TextLabel_3.BackgroundTransparency = 100
288TextLabel_3.Position = UDim2.new(0.203190535, 0, 0.43065694, 0)
289TextLabel_3.Size = UDim2.new(0, 72, 0, 17)
290TextLabel_3.Font = Enum.Font.SourceSans
291TextLabel_3.Text = "> (T) Update ESP"
292TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
293TextLabel_3.TextSize = 19
294
295TextLabel_4.Parent = InterFrame
296TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
297TextLabel_4.BackgroundTransparency = 100
298TextLabel_4.Position = UDim2.new(0.274233401, 0, 0.627737224, 0)
299TextLabel_4.Size = UDim2.new(0, 66, 0, 17)
300TextLabel_4.Font = Enum.Font.SourceSans
301TextLabel_4.Text = "> (O) Change Team"
302TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
303TextLabel_4.TextSize = 19
304
305TextLabel_5.Parent = InterFrame
306TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
307TextLabel_5.BackgroundTransparency = 100
308TextLabel_5.Position = UDim2.new(0.274233401, 0, 0.817518234, 0)
309TextLabel_5.Size = UDim2.new(0, 66, 0, 17)
310TextLabel_5.Font = Enum.Font.SourceSans
311TextLabel_5.Text = "Based Mode"
312TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
313TextLabel_5.TextSize = 19
314
315TextLabel_6.Parent = FrameInter
316TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
317TextLabel_6.BackgroundTransparency = 199
318TextLabel_6.Position = UDim2.new(0.00641036034, 0, 7.4505806e-09, 0)
319TextLabel_6.Size = UDim2.new(0, 156, 0, 28)
320TextLabel_6.Font = Enum.Font.GothamSemibold
321TextLabel_6.Text = "Arsenal"
322TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
323TextLabel_6.TextSize = 21
324
325minimizeinteraction.Name = "minimizeinteraction"
326minimizeinteraction.Parent = FrameInter
327minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
328minimizeinteraction.BackgroundTransparency = 100
329minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
330minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
331minimizeinteraction.Font = Enum.Font.SourceSans
332minimizeinteraction.Text = "-"
333minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
334minimizeinteraction.TextSize = 27
335minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
336
337openinter.Name = "openinter"
338openinter.Parent = FrameInter
339openinter.BackgroundColor3 = Color3.new(1, 1, 1)
340openinter.BackgroundTransparency = 100
341openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
342openinter.Size = UDim2.new(0, 21, 0, 20)
343openinter.Font = Enum.Font.SourceSans
344openinter.Text = "+"
345openinter.TextColor3 = Color3.new(1, 1, 1)
346openinter.TextSize = 27
347openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
348
349TextLabelColor.Name = "TextLabelColor"
350TextLabelColor.Parent = FrameInter
351TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
352TextLabelColor.BorderSizePixel = 0
353TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
354TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
355TextLabelColor.Font = Enum.Font.SourceSans
356TextLabelColor.Text = ""
357TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
358TextLabelColor.TextSize = 14
359
360-- Scripts:
361
362local function LSMQ_fake_script() -- TextLabelColor.LocalScript
363 local script = Instance.new('LocalScript', TextLabelColor)
364
365 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
366
367 counter = 0
368
369 while wait(1.5)do
370 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
371
372 counter = counter + 0.01
373 end
374end
375coroutine.wrap(LSMQ_fake_script)()
376
377minimizeinteraction.MouseButton1Down:connect(function()
378InterFrame.Visible = false
379end)
380
381openinter.MouseButton1Down:connect(function()
382InterFrame.Visible = true
383end)
384
385local plrs = game:GetService("Players")
386local TeamBased = true ; local teambasedswitch = "o"
387local presskeytoaim = true; local aimkey = "e"
388local raycast = false
389
390local espupdatetime = 5; autoesp = false
391
392
393
394local lockaim = true; local lockangle = 5
395
396
397
398--function findwat(folder, what)
399-- for i, smth in pairs(folder:GetChildren()) do
400-- if string.find(string.lower(tostring(smth)), string.lower(what)) then
401-- return smth
402-- end
403-- end
404--end
405--
406--local plrs = findwat(game, "Players")
407
408
409
410
411local Gui = Instance.new("ScreenGui")
412local Move = Instance.new("Frame")
413local Main = Instance.new("Frame")
414local EspStatus = Instance.new("TextLabel")
415local st1 = Instance.new("TextLabel")
416local st1_2 = Instance.new("TextLabel")
417local st1_3 = Instance.new("TextLabel")
418local Name = Instance.new("TextLabel")
419--Properties:
420Gui.Name = "Gui"
421Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
422
423Move.Name = "Move"
424Move.Parent = Gui
425Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
426Move.BackgroundTransparency = 1
427Move.BorderSizePixel = 0
428Move.Draggable = true
429Move.Position = UDim2.new(5.005, 0, -0.15, 0)
430Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
431
432Main.Name = "Main"
433Main.Parent = Move
434Main.BackgroundColor3 = Color3.new(1, 1, 1)
435Main.Position = UDim2.new(5, -7, 20.9960003, 0)
436Main.Size = UDim2.new(1, 0, 5.79699993, 0)
437Main.Style = Enum.FrameStyle.RobloxSquare
438
439EspStatus.Name = "EspStatus"
440EspStatus.Parent = Main
441EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
442EspStatus.BackgroundTransparency = 1
443EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
444EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
445EspStatus.Font = Enum.Font.ArialBold
446EspStatus.Text = "Press O to change team based mode"
447EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
448EspStatus.TextScaled = true
449EspStatus.TextWrapped = true
450
451st1.Name = "st1"
452st1.Parent = Main
453st1.BackgroundColor3 = Color3.new(1, 1, 1)
454st1.BackgroundTransparency = 1
455st1.Position = UDim2.new(0.271787882, 0, 0, 0)
456st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
457st1.Font = Enum.Font.ArialBold
458st1.Text = ""
459st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
460st1.TextScaled = true
461st1.TextSize = 14
462st1.TextWrapped = true
463
464st1_2.Name = "st1"
465st1_2.Parent = Main
466st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
467st1_2.BackgroundTransparency = 1
468st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
469st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
470st1_2.Font = Enum.Font.ArialBold
471st1_2.Text = "Press E to lock on a person inside ur view"
472st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
473st1_2.TextScaled = true
474st1_2.TextWrapped = true
475
476st1_3.Name = "st1"
477st1_3.Parent = Main
478st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
479st1_3.BackgroundTransparency = 1
480st1_3.Position = UDim2.new(0, 0, 0.54, 0)
481st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
482st1_3.Font = Enum.Font.ArialBold
483st1_3.Text = "Press L to enable esp loop and press T to update esp"
484st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
485st1_3.TextScaled = true
486st1_3.TextWrapped = true
487
488
489Name.Name = "Name"
490Name.Parent = Move
491Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
492Name.BackgroundTransparency = 1
493Name.Position = UDim2.new(0, 25, 20.9860001, 0)
494Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
495Name.Font = Enum.Font.Arcade
496Name.Text = "ARSENAL GUI"
497Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
498Name.TextScaled = true
499Name.TextSize = 12
500Name.TextWrapped = true
501-- Scripts:
502
503
504local plrsforaim = {}
505
506local lplr = game:GetService("Players").LocalPlayer
507Move.Draggable = true
508Gui.ResetOnSpawn = false
509Gui.Name = "Chat"
510Gui.DisplayOrder = 999
511
512 Gui.Parent = plrs.LocalPlayer.PlayerGui
513
514
515f = {}
516local espforlder
517
518f.addesp = function()
519 --print("ESP ran")
520 if espforlder then
521 else
522 espforlder = Instance.new("Folder")
523 espforlder.Parent = game.Workspace.CurrentCamera
524 end
525 for i, v in pairs(espforlder:GetChildren()) do
526 v:Destroy()
527 end
528 for _, plr in pairs(plrs:GetChildren()) do
529 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
530 if TeamBased == true then
531 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
532 local e = espforlder:FindFirstChild(plr.Name)
533 if not e then
534 --print("Added esp for team based")
535 local bill = Instance.new("BillboardGui", espforlder)
536 bill.Name = plr.Name
537 bill.AlwaysOnTop = true
538 bill.Size = UDim2.new(1,0,1,0)
539 bill.Adornee = plr.Character.Head
540 local Frame = Instance.new('Frame',bill)
541 Frame.Active = true
542 Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
543 Frame.BackgroundTransparency = 0
544 Frame.BorderSizePixel = 0
545 Frame.AnchorPoint = Vector2.new(.5, .5)
546 Frame.Position = UDim2.new (0.5,0,0.5,0)
547 Frame.Size = UDim2.new (1,0,1,0)
548 Frame.Rotation = 0
549 plr.Character.Humanoid.Died:Connect(function()
550 bill:Destroy()
551 end)
552 end
553 end
554 else
555 local e = espforlder:FindFirstChild(plr.Name)
556 if not e then
557 --print("Added esp")
558 local bill = Instance.new("BillboardGui", espforlder)
559 bill.Name = plr.Name
560 bill.AlwaysOnTop = true
561 bill.Size = UDim2.new(1,0,1,0)
562 bill.Adornee = plr.Character.Head
563 local Frame = Instance.new('Frame',bill)
564 Frame.Active = true
565 Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
566 Frame.BackgroundTransparency = 0
567 Frame.BorderSizePixel = 0
568 Frame.AnchorPoint = Vector2.new(.5, .5)
569 Frame.Position = UDim2.new (0.5,0,0.5,0)
570 Frame.Size = UDim2.new (1,0,1,0)
571 Frame.Rotation = 0
572 plr.Character.Humanoid.Died:Connect(function()
573 bill:Destroy()
574 end)
575 end
576 end
577
578
579 end
580 end
581end
582local cam = game.Workspace.CurrentCamera
583
584local mouse = lplr:GetMouse()
585local switch = false
586local key = "k"
587local aimatpart = nil
588mouse.KeyDown:Connect(function(a)
589 if a == "t" then
590 print("worked1")
591 f.addesp()
592 elseif a == "u" then
593 if raycast == true then
594 raycast = false
595 else
596 raycast = true
597 end
598 elseif a == "l" then
599 if autoesp == false then
600 autoesp = true
601 else
602 autoesp = false
603 end
604 end
605 if a == "j" then
606 if mouse.Target then
607 mouse.Target:Destroy()
608 end
609 end
610 if a == key then
611 if switch == false then
612 switch = true
613 else
614 switch = false
615 if aimatpart ~= nil then
616 aimatpart = nil
617 end
618 end
619 elseif a == teambasedswitch then
620 if TeamBased == true then
621 TeamBased = false
622 teambasedstatus.Text = tostring(TeamBased)
623 else
624 TeamBased = true
625 teambasedstatus.Text = tostring(TeamBased)
626 end
627 elseif a == aimkey then
628 if not aimatpart then
629 local maxangle = math.rad(20)
630 for i, plr in pairs(plrs:GetChildren()) do
631 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
632 if TeamBased == true then
633 if plr.Team.Name ~= lplr.Team.Name then
634 local an = checkfov(plr.Character.Head)
635 if an < maxangle then
636 maxangle = an
637 aimatpart = plr.Character.Head
638 end
639 end
640 else
641 local an = checkfov(plr.Character.Head)
642 if an < maxangle then
643 maxangle = an
644 aimatpart = plr.Character.Head
645 end
646 print(plr)
647 end
648 plr.Character.Humanoid.Died:Connect(function()
649 if aimatpart.Parent == plr.Character or aimatpart == nil then
650 aimatpart = nil
651 end
652 end)
653 end
654 end
655 else
656 aimatpart = nil
657 end
658 end
659end)
660
661function getfovxyz (p0, p1, deg)
662 local x1, y1, z1 = p0:ToOrientation()
663 local cf = CFrame.new(p0.p, p1.p)
664 local x2, y2, z2 = cf:ToOrientation()
665 --local d = math.deg
666 if deg then
667 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
668 else
669 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
670 end
671end
672
673function getaimbotplrs()
674 plrsforaim = {}
675 for i, plr in pairs(plrs:GetChildren()) do
676 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
677
678 if TeamBased == true then
679 if plr.Team.Name ~= lplr.Team.Name then
680 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
681 local r = Ray.new(cf, cf.LookVector * 10000)
682 local ign = {}
683 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
684 if v:IsA("BasePart") then
685 table.insert(ign , v)
686 end
687 end
688 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
689 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
690 table.insert(plrsforaim, obj)
691 end
692 end
693 else
694 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
695 local r = Ray.new(cf, cf.LookVector * 10000)
696 local ign = {}
697 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
698 if v:IsA("BasePart") then
699 table.insert(ign , v)
700 end
701 end
702 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
703 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
704 table.insert(plrsforaim, obj)
705 end
706 end
707
708
709 end
710 end
711end
712
713function aimat(part)
714 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
715end
716function checkfov (part)
717 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
718 local angle = math.abs(fov.X) + math.abs(fov.Y)
719 return angle
720end
721
722game:GetService("RunService").RenderStepped:Connect(function()
723 if aimatpart then
724 aimat(aimatpart)
725 if aimatpart.Parent == plrs.LocalPlayer.Character then
726 aimatpart = nil
727 end
728 end
729
730
731-- if switch == true then
732-- local maxangle = 99999
733--
734-- --print("Loop")
735-- if true and raycast == false then
736-- for i, plr in pairs(plrs:GetChildren()) do
737-- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
738-- if TeamBased then
739-- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
740-- local an = checkfov(plr.Character.Head)
741-- if an < maxangle then
742-- maxangle = an
743-- aimatpart = plr.Character.Head
744-- if an < lockangle then
745-- break
746-- end
747-- end
748-- end
749-- else
750-- local an = checkfov(plr.Character.Head)
751-- if an < maxangle then
752-- maxangle = an
753-- aimatpart = plr.Character.Head
754-- if an < lockangle then
755-- break
756-- end
757-- end
758-- end
759--
760--
761--
762--
763-- end
764-- end
765-- elseif raycast == true then
766--
767-- end
768
769 if raycast == true and switch == false and not aimatpart then
770 getaimbotplrs()
771 aimatpart = nil
772 local maxangle = 999
773 for i, v in ipairs(plrsforaim) do
774 if v.Parent ~= lplr.Character then
775 local an = checkfov(v)
776 if an < maxangle and v ~= lplr.Character.Head then
777 maxangle = an
778 aimatpart = v
779 print(v:GetFullName())
780 v.Parent.Humanoid.Died:connect(function()
781 aimatpart = nil
782 end)
783 end
784 end
785 end
786
787 end
788end)
789delay(0, function()
790 while wait(espupdatetime) do
791 if autoesp == true then
792 pcall(function()
793 f.addesp()
794 end)
795 end
796 end
797end)
798warn("loaded")
799
800--Big Paintball
801-- Gui to Lua
802-- Version: 3
803
804-- Instances:
805
806local BIGPaintball = Instance.new("ScreenGui")
807local FrameInter = Instance.new("Frame")
808local InterFrame = Instance.new("Frame")
809local killall = Instance.new("TextButton")
810local ffa = Instance.new("TextButton")
811local tp = Instance.new("TextButton")
812local tdm = Instance.new("TextButton")
813local hitbox = Instance.new("TextButton")
814local TextLabel = Instance.new("TextLabel")
815local minimizeinteraction = Instance.new("TextButton")
816local openinter = Instance.new("TextButton")
817local TextLabelColor = Instance.new("TextLabel")
818local zigzag
819local counter
820
821--Properties:
822
823BIGPaintball.Name = "BIG Paintball"
824BIGPaintball.Parent = game.CoreGui
825
826FrameInter.Active = true
827FrameInter.Draggable = true
828
829FrameInter.Name = "FrameInter"
830FrameInter.Parent = BIGPaintball
831FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
832FrameInter.BorderSizePixel = 0
833FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
834FrameInter.Size = UDim2.new(0, 156, 0, 28)
835
836InterFrame.Name = "InterFrame"
837InterFrame.Parent = FrameInter
838InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
839InterFrame.BackgroundTransparency = 0.5
840InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
841InterFrame.BorderSizePixel = 0
842InterFrame.Position = UDim2.new(0, 0, 1.00000024, 0)
843InterFrame.Size = UDim2.new(0, 156, 0, 148)
844
845killall.Name = "killall"
846killall.Parent = InterFrame
847killall.BackgroundColor3 = Color3.new(1, 1, 1)
848killall.BackgroundTransparency = 100
849killall.Position = UDim2.new(0.0978783816, 0, 0, 0)
850killall.Size = UDim2.new(0, 107, 0, 26)
851killall.Font = Enum.Font.SourceSans
852killall.Text = "> KIll All (Best)"
853killall.TextColor3 = Color3.new(1, 1, 1)
854killall.TextSize = 21
855killall.TextStrokeColor3 = Color3.new(1, 1, 1)
856
857ffa.Name = "ffa"
858ffa.Parent = InterFrame
859ffa.BackgroundColor3 = Color3.new(1, 1, 1)
860ffa.BackgroundTransparency = 100
861ffa.Position = UDim2.new(0.00641035428, 0, 0.576456726, 0)
862ffa.Size = UDim2.new(0, 75, 0, 35)
863ffa.Font = Enum.Font.SourceSans
864ffa.Text = "> FFA"
865ffa.TextColor3 = Color3.new(1, 1, 1)
866ffa.TextSize = 21
867ffa.TextStrokeColor3 = Color3.new(1, 1, 1)
868
869tp.Name = "tp"
870tp.Parent = InterFrame
871tp.BackgroundColor3 = Color3.new(1, 1, 1)
872tp.BackgroundTransparency = 100
873tp.Position = UDim2.new(0.00641035428, 0, 0.824030697, 0)
874tp.Size = UDim2.new(0, 148, 0, 26)
875tp.Font = Enum.Font.SourceSans
876tp.Text = "> Ctrl + Click TP"
877tp.TextColor3 = Color3.new(1, 1, 1)
878tp.TextSize = 21
879tp.TextStrokeColor3 = Color3.new(1, 1, 1)
880
881tdm.Name = "tdm"
882tdm.Parent = InterFrame
883tdm.BackgroundColor3 = Color3.new(1, 1, 1)
884tdm.BackgroundTransparency = 100
885tdm.Position = UDim2.new(0.00623839954, 0, 0.377534807, 0)
886tdm.Size = UDim2.new(0, 76, 0, 29)
887tdm.Font = Enum.Font.SourceSans
888tdm.Text = "> TDM"
889tdm.TextColor3 = Color3.new(1, 1, 1)
890tdm.TextSize = 21
891tdm.TextStrokeColor3 = Color3.new(1, 1, 1)
892
893hitbox.Name = "hitbox"
894hitbox.Parent = InterFrame
895hitbox.BackgroundColor3 = Color3.new(1, 1, 1)
896hitbox.BackgroundTransparency = 100
897hitbox.Position = UDim2.new(0.0978783816, 0, 0.175974563, 0)
898hitbox.Size = UDim2.new(0, 106, 0, 29)
899hitbox.Font = Enum.Font.SourceSans
900hitbox.Text = "> Huge Hitbox"
901hitbox.TextColor3 = Color3.new(1, 1, 1)
902hitbox.TextSize = 21
903hitbox.TextStrokeColor3 = Color3.new(1, 1, 1)
904
905TextLabel.Parent = FrameInter
906TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
907TextLabel.BackgroundTransparency = 199
908TextLabel.Position = UDim2.new(0.00641036034, 0, 7.4505806e-09, 0)
909TextLabel.Size = UDim2.new(0, 156, 0, 28)
910TextLabel.Font = Enum.Font.GothamSemibold
911TextLabel.Text = "BIG Paintball"
912TextLabel.TextColor3 = Color3.new(1, 1, 1)
913TextLabel.TextSize = 17
914
915minimizeinteraction.Name = "minimizeinteraction"
916minimizeinteraction.Parent = FrameInter
917minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
918minimizeinteraction.BackgroundTransparency = 100
919minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
920minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
921minimizeinteraction.Font = Enum.Font.SourceSans
922minimizeinteraction.Text = "-"
923minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
924minimizeinteraction.TextSize = 27
925minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
926
927openinter.Name = "openinter"
928openinter.Parent = FrameInter
929openinter.BackgroundColor3 = Color3.new(1, 1, 1)
930openinter.BackgroundTransparency = 100
931openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
932openinter.Size = UDim2.new(0, 21, 0, 20)
933openinter.Font = Enum.Font.SourceSans
934openinter.Text = "+"
935openinter.TextColor3 = Color3.new(1, 1, 1)
936openinter.TextSize = 27
937openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
938
939TextLabelColor.Name = "TextLabelColor"
940TextLabelColor.Parent = FrameInter
941TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
942TextLabelColor.BorderSizePixel = 0
943TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
944TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
945TextLabelColor.Font = Enum.Font.SourceSans
946TextLabelColor.Text = ""
947TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
948TextLabelColor.TextSize = 14
949
950-- Scripts:
951
952local function DATEVW_fake_script() -- TextLabelColor.LocalScript
953 local script = Instance.new('LocalScript', TextLabelColor)
954
955 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
956
957 counter = 0
958
959 while wait(1.5)do
960 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
961
962 counter = counter + 0.01
963 end
964end
965coroutine.wrap(DATEVW_fake_script)()
966
967killall.MouseButton1Down:connect(function()
968if _G.active == nil then
969_G.active = true
970end
971
972local plr = game:GetService("Players").LocalPlayer
973local round_type = game:GetService("Workspace")["__VARIABLES"].RoundType
974local guns_folder = game:GetService("Workspace")["__DEBRIS"].Guns
975local RS = game:GetService("RunService")
976
977local function getPlayer()
978local char = plr.Character or plr.CharacterAdded:Wait()
979local humr = char:WaitForChild("HumanoidRootPart")
980
981return char, humr
982end
983
984local function get_target_players()
985local current_guns = guns_folder:GetChildren()
986local target_players = {}
987
988for i,v in next, current_guns do
989local player = game:GetService("Players"):FindFirstChild(v.Name)
990
991if player then
992if round_type.Value:lower():match("tdm") and player.Team ~= plr.Team then
993table.insert(target_players, player)
994elseif round_type.Value:lower():match("ffa") and player.UserId ~= plr.UserId then
995table.insert(target_players, player)
996end
997end
998end
999
1000return target_players
1001end
1002
1003while RS.RenderStepped:Wait() and _G.active do
1004local targets = get_target_players()
1005
1006for i,v in next, targets do
1007local cam = workspace.CurrentCamera
1008
1009repeat
1010local char, humr = getPlayer()
1011local target_char = v.Character if not target_char then break end
1012local target_humr = target_char:WaitForChild("HumanoidRootPart")
1013
1014humr.CFrame = target_humr.CFrame - target_humr.CFrame.lookVector * 5
1015cam.CFrame = CFrame.new(cam.CFrame.p, target_humr.Position)
1016RS.RenderStepped:Wait()
1017until not guns_folder:FindFirstChild(v.Name) or not _G.active
1018end
1019end
1020end)
1021
1022tp.MouseButton1Down:connect(function()
1023local Plr = game:GetService("Players").LocalPlayer
1024local Mouse = Plr:GetMouse()
1025
1026Mouse.Button1Down:connect(function()
1027if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
1028if not Mouse.Target then return end
1029Plr.Character:MoveTo(Mouse.Hit.p)
1030end)
1031end)
1032
1033ffa.MouseButton1Down:connect(function()
1034_G.FFA = true
1035game:GetService('RunService').Stepped:connect(function()
1036game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
1037end)
1038
1039while _G.FFA do
1040 for i , v in pairs(game.Players:GetChildren()) do
1041 if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") and v.Character.Humanoid.FloorMaterial ~= "Air" then
1042repeat
1043wait()
1044 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Character.HumanoidRootPart.Position + Vector3.new(-5, 20, 0), v.Character.HumanoidRootPart.Position)
1045until v.Character.Humanoid.Health < 1
1046 end
1047end
1048end
1049end)
1050
1051tdm.MouseButton1Down:connect(function()
1052_G.TDM = true
1053game:GetService('RunService').Stepped:connect(function()
1054game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
1055end)
1056
1057while _G.TDM do
1058 for i , v in pairs(game.Players:GetChildren()) do
1059 if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") and v.Team ~= game.Players.LocalPlayer.Team and v.Character.Humanoid.FloorMaterial ~= "Air" then
1060repeat
1061wait()
1062 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Character.HumanoidRootPart.Position + Vector3.new(-5, 20, 0), v.Character.HumanoidRootPart.Position)
1063until v.Character.Humanoid.Health < 1
1064 end
1065end
1066end
1067end)
1068
1069hitbox.MouseButton1Down:connect(function()
1070while wait(0.5) do
1071local stuff = workspace:getDescendants()
1072for i=1,#stuff do
1073if stuff[i].Name == "Hitbox" then
1074if stuff[i].Parent.Name ~= game.Players.LocalPlayer.Name then
1075stuff[i].Massless = true
1076stuff[i].Size = Vector3.new(100,100,100)
1077stuff[i].Transparency = 0.5
1078end
1079end
1080end
1081end
1082end)
1083
1084minimizeinteraction.MouseButton1Click:connect(function()
1085InterFrame.Visible = false
1086end)
1087
1088openinter.MouseButton1Click:connect(function()
1089InterFrame.Visible = true
1090end)
1091
1092--Bloxburg (DOESN'T WORK)
1093-- Gui to Lua
1094-- Version: 3
1095
1096-- Instances:
1097
1098local BloxburgGUI = Instance.new("ScreenGui")
1099local FrameInter = Instance.new("Frame")
1100local InterFrame = Instance.new("Frame")
1101local TextLabel = Instance.new("TextLabel")
1102local TextLabel_2 = Instance.new("TextLabel")
1103local StartHair = Instance.new("TextButton")
1104local StopHair = Instance.new("TextButton")
1105local StopBloxy = Instance.new("TextButton")
1106local StartBloxy = Instance.new("TextButton")
1107local TextLabel_3 = Instance.new("TextLabel")
1108local minimizeinteraction = Instance.new("TextButton")
1109local openinter = Instance.new("TextButton")
1110local TextLabelColor = Instance.new("TextLabel")
1111local zigzag
1112local counter
1113
1114--Properties:
1115
1116BloxburgGUI.Name = "Bloxburg GUI"
1117BloxburgGUI.Parent = game.CoreGui
1118
1119FrameInter.Active = true
1120FrameInter.Draggable = true
1121
1122FrameInter.Name = "FrameInter"
1123FrameInter.Parent = BloxburgGUI
1124FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
1125FrameInter.BorderSizePixel = 0
1126FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
1127FrameInter.Size = UDim2.new(0, 156, 0, 28)
1128
1129InterFrame.Name = "InterFrame"
1130InterFrame.Parent = FrameInter
1131InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1132InterFrame.BackgroundTransparency = 0.5
1133InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
1134InterFrame.BorderSizePixel = 0
1135InterFrame.Position = UDim2.new(0, 0, 1, 0)
1136InterFrame.Size = UDim2.new(0, 156, 0, 45)
1137
1138TextLabel.Parent = InterFrame
1139TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1140TextLabel.BackgroundTransparency = 100
1141TextLabel.Size = UDim2.new(0, 93, 0, 22)
1142TextLabel.Font = Enum.Font.SourceSans
1143TextLabel.Text = "> Hairdressers"
1144TextLabel.TextColor3 = Color3.new(1, 1, 1)
1145TextLabel.TextSize = 18
1146
1147TextLabel_2.Parent = InterFrame
1148TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
1149TextLabel_2.BackgroundTransparency = 100
1150TextLabel_2.Position = UDim2.new(0, 0, 0.48888889, 0)
1151TextLabel_2.Size = UDim2.new(0, 99, 0, 23)
1152TextLabel_2.Font = Enum.Font.SourceSans
1153TextLabel_2.Text = "> Bloxy Burgers"
1154TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
1155TextLabel_2.TextSize = 18
1156
1157StartHair.Name = "StartHair"
1158StartHair.Parent = InterFrame
1159StartHair.BackgroundColor3 = Color3.new(1, 1, 1)
1160StartHair.BackgroundTransparency = 100
1161StartHair.Position = UDim2.new(0.619871795, 0, 0, 0)
1162StartHair.Size = UDim2.new(0, 25, 0, 21)
1163StartHair.Font = Enum.Font.SourceSans
1164StartHair.Text = "ON"
1165StartHair.TextColor3 = Color3.new(0.333333, 1, 0)
1166StartHair.TextSize = 19
1167StartHair.TextStrokeColor3 = Color3.new(1, 1, 1)
1168
1169StopHair.Name = "StopHair"
1170StopHair.Parent = InterFrame
1171StopHair.BackgroundColor3 = Color3.new(1, 1, 1)
1172StopHair.BackgroundTransparency = 100
1173StopHair.Position = UDim2.new(0.799358964, 0, 0, 0)
1174StopHair.Size = UDim2.new(0, 25, 0, 21)
1175StopHair.Font = Enum.Font.SourceSans
1176StopHair.Text = "OFF"
1177StopHair.TextColor3 = Color3.new(1, 0, 0)
1178StopHair.TextSize = 19
1179StopHair.TextStrokeColor3 = Color3.new(1, 1, 1)
1180
1181StopBloxy.Name = "StopBloxy"
1182StopBloxy.Parent = InterFrame
1183StopBloxy.BackgroundColor3 = Color3.new(1, 1, 1)
1184StopBloxy.BackgroundTransparency = 100
1185StopBloxy.Position = UDim2.new(0.799358964, 0, 0.466666669, 0)
1186StopBloxy.Size = UDim2.new(0, 25, 0, 24)
1187StopBloxy.Font = Enum.Font.SourceSans
1188StopBloxy.Text = "OFF"
1189StopBloxy.TextColor3 = Color3.new(1, 0, 0)
1190StopBloxy.TextSize = 19
1191StopBloxy.TextStrokeColor3 = Color3.new(1, 1, 1)
1192
1193StartBloxy.Name = "StartBloxy"
1194StartBloxy.Parent = InterFrame
1195StartBloxy.BackgroundColor3 = Color3.new(1, 1, 1)
1196StartBloxy.BackgroundTransparency = 100
1197StartBloxy.Position = UDim2.new(0.619871795, 0, 0.465873003, 0)
1198StartBloxy.Size = UDim2.new(0, 25, 0, 21)
1199StartBloxy.Font = Enum.Font.SourceSans
1200StartBloxy.Text = "ON"
1201StartBloxy.TextColor3 = Color3.new(0.333333, 1, 0)
1202StartBloxy.TextSize = 19
1203StartBloxy.TextStrokeColor3 = Color3.new(1, 1, 1)
1204
1205TextLabel_3.Parent = FrameInter
1206TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
1207TextLabel_3.BackgroundTransparency = 199
1208TextLabel_3.Position = UDim2.new(0.00641035428, 0, 0, 0)
1209TextLabel_3.Size = UDim2.new(0, 148, 0, 28)
1210TextLabel_3.Font = Enum.Font.GothamSemibold
1211TextLabel_3.Text = "Bloxburg"
1212TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
1213TextLabel_3.TextSize = 21
1214
1215minimizeinteraction.Name = "minimizeinteraction"
1216minimizeinteraction.Parent = FrameInter
1217minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
1218minimizeinteraction.BackgroundTransparency = 100
1219minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
1220minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
1221minimizeinteraction.Font = Enum.Font.SourceSans
1222minimizeinteraction.Text = "-"
1223minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
1224minimizeinteraction.TextSize = 27
1225minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
1226
1227openinter.Name = "openinter"
1228openinter.Parent = FrameInter
1229openinter.BackgroundColor3 = Color3.new(1, 1, 1)
1230openinter.BackgroundTransparency = 100
1231openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
1232openinter.Size = UDim2.new(0, 21, 0, 20)
1233openinter.Font = Enum.Font.SourceSans
1234openinter.Text = "+"
1235openinter.TextColor3 = Color3.new(1, 1, 1)
1236openinter.TextSize = 27
1237openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
1238
1239TextLabelColor.Name = "TextLabelColor"
1240TextLabelColor.Parent = FrameInter
1241TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
1242TextLabelColor.BorderSizePixel = 0
1243TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
1244TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
1245TextLabelColor.Font = Enum.Font.SourceSans
1246TextLabelColor.Text = ""
1247TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
1248TextLabelColor.TextSize = 14
1249
1250-- Scripts:
1251
1252local function FYQMXRY_fake_script() -- TextLabelColor.LocalScript
1253 local script = Instance.new('LocalScript', TextLabelColor)
1254
1255 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
1256
1257 counter = 0
1258
1259 while wait(1.5)do
1260 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
1261
1262 counter = counter + 0.01
1263 end
1264end
1265coroutine.wrap(FYQMXRY_fake_script)()
1266
1267minimizeinteraction.MouseButton1Down:connect(function()
1268InterFrame.Visible = false
1269end)
1270
1271openinter.MouseButton1Down:connect(function()
1272InterFrame.Visible = true
1273end)
1274
1275StartHair.MouseButton1Down:connect(function()
1276-- Variables --
1277local remote = nil
1278local orderInc = 0
1279local workstationTable = {}
1280
1281-- Metatable --
1282function setupMetatable()
1283 warn("[?] Setting up the Metamethods.")
1284
1285 -- Metatable and Metamethods --
1286 local metatable = getrawmetatable(game)
1287 local backupNamecall = metatable.__namecall
1288
1289 -- Make metatable writeable --
1290 local setreadonly = make_writeable or setreadonly
1291 setreadonly(metatable, false)
1292
1293 -- Overwrite __namecall metamethod --
1294 metatable.__namecall = function(...)
1295 local args = {...}
1296 if(args[#args] == "FireServer") then
1297 if(args[2] and type(args[2]) == "table" and args[2]["Order"] and not workstationTable[args[2]["Workstation"]]) then
1298 warn("[!] Remote and Workstation have been found.")
1299 remote = args[1]
1300
1301 doWork(args[2]["Workstation"])
1302 end
1303 end
1304 return backupNamecall(...)
1305 end
1306end
1307
1308-- Get Order --
1309function getOrder(workstation)
1310 local orderValue = workstation.Occupied.Value:WaitForChild("Order")
1311
1312 return {
1313 orderValue.Style.Value,
1314 orderValue.Color.Value
1315 }
1316end
1317
1318-- Main --
1319warn("[?] Welcome to Hairdressers Farm Script!")
1320warn("[?] By IxploitsYT#6266")
1321warn("[-] Go to work at the Hairdressers.")
1322warn("[-] Complete an order.")
1323warn("[-] Magic, it will now complete orders.")
1324setupMetatable()
1325
1326function doWork(workstation)
1327 local workEvent = nil
1328 local inUseEvent = nil
1329 workstationTable[workstation] = true
1330
1331 workEvent = workstation.Occupied.Changed:Connect(function(value)
1332 if(value == nil) then return end
1333
1334 local order = getOrder(workstation)
1335 remote:FireServer({
1336 Type = "FinishHair",
1337 Workstation = workstation,
1338 Order = order
1339 })
1340
1341 orderInc = orderInc + 1
1342 local date = os.date("*t", now)
1343 warn("[!] Finished Order => " .. orderInc .. " => " .. date["hour"] .. ":" .. date["min"])
1344 end)
1345
1346 inUseEvent = workstation.InUse.Changed:Connect(function(value)
1347 if(value ~= game:GetService("Players").LocalPlayer and workEvent ~= nil) then
1348 warn("[?] You have changed your workstation, stopping old workEvent and resetting metamethod.")
1349 workstationTable = {}
1350 workEvent:Disconnect()
1351 inUseEvent:Disconnect()
1352 end
1353 end)
1354end
1355end)
1356
1357StopHair.MouseButton1Down:connect(function()
1358_G.StartHair = false
1359end)
1360
1361StartBloxy.MouseButton1Down:connect(function()
1362-- Variables --
1363local inUseEvent = nil
1364local workEvent = nil
1365local remote = nil
1366local workstation = nil
1367local orderInc = 0
1368local findRemWork = true
1369
1370-- Metatable --
1371function setupMetatable()
1372 warn("[?] Setting up the Metamethods.")
1373
1374 -- Metatable and Metamethods --
1375 local metatable = getrawmetatable(game)
1376 local backupNamecall = metatable.__namecall
1377
1378 -- Make metatable writeable --
1379 local setreadonly = make_writeable or setreadonly
1380 setreadonly(metatable, false)
1381
1382 -- Overwrite __namecall metamethod --
1383 metatable.__namecall = function(...)
1384 local args = {...}
1385 if(args[#args] == "FireServer") then
1386 if(args[2] and type(args[2]) == "table" and args[2]["Order"] and findRemWork) then
1387 warn("[!] Remote and Workstation have been found.")
1388 findRemWork = false
1389 remote = args[1]
1390 workstation = args[2]["Workstation"]
1391
1392 doWork()
1393 end
1394 end
1395 return backupNamecall(...)
1396 end
1397end
1398
1399-- Find Customer --
1400function getOrder(workstation)
1401 local orderValue = workstation.Occupied.Value:WaitForChild("Order")
1402
1403 return {
1404 orderValue.Burger.Value,
1405 orderValue.Fries.Value,
1406 orderValue.Cola.Value
1407 }
1408end
1409
1410-- Main --
1411warn("[?] Welcome to Bloxy Burgers Farm Script!")
1412warn("[?] By Ixploits!")
1413warn("[-] Go to work at Bloxy Burgers.")
1414warn("[-] Complete an order.")
1415warn("[-] Magic, it will now complete orders.")
1416setupMetatable()
1417
1418function doWork()
1419 workEvent = workstation.Occupied.Changed:Connect(function(value)
1420 if(value == nil) then return end
1421
1422 local order = getOrder(workstation)
1423 remote:FireServer({
1424 Type = "FinishOrder",
1425 Workstation = workstation,
1426 Order = order
1427 })
1428
1429 orderInc = orderInc + 1
1430 local date = os.date("*t", now)
1431 warn("[!] Finished Order => " .. orderInc .. " => " .. date["hour"] .. ":" .. date["min"])
1432 end)
1433
1434 inUseEvent = workstation.InUse.Changed:Connect(function(value)
1435 if(value ~= game:GetService("Players").LocalPlayer and workEvent ~= nil) then
1436 warn("[?] You have changed your workstation, stopping old workEvent and resetting metamethod.")
1437 findRemWork = true
1438 workEvent:Disconnect()
1439 inUseEvent:Disconnect()
1440 end
1441 end)
1442end
1443end)
1444
1445StartBloxy.MouseButton1Down:connect(function()
1446_G.StartBloxy = false
1447end)
1448
1449--Blox Fruits
1450-- Gui to Lua
1451-- Version: 3
1452
1453-- Instances:
1454
1455local BloxPiece = Instance.new("ScreenGui")
1456local FrameTep = Instance.new("Frame")
1457local TeleportsFrame = Instance.new("Frame")
1458local Ice = Instance.new("TextButton")
1459local Buggy = Instance.new("TextButton")
1460local Pirate = Instance.new("TextButton")
1461local Louge = Instance.new("TextButton")
1462local Sky = Instance.new("TextButton")
1463local Sand = Instance.new("TextButton")
1464local Marienford = Instance.new("TextButton")
1465local Marine = Instance.new("TextButton")
1466local Impel = Instance.new("TextButton")
1467local TextLabel = Instance.new("TextLabel")
1468local minimizetep = Instance.new("TextButton")
1469local opentep = Instance.new("TextButton")
1470local TextLabelColor1 = Instance.new("TextLabel")
1471local FrameInter = Instance.new("Frame")
1472local InterFrame = Instance.new("Frame")
1473local tpchests = Instance.new("TextButton")
1474local tpdf = Instance.new("TextButton")
1475local ChestTpOn = Instance.new("TextButton")
1476local ChestTpOff = Instance.new("TextButton")
1477local AutoAttack = Instance.new("TextButton")
1478local Anti = Instance.new("TextButton")
1479local TextLabel_2 = Instance.new("TextLabel")
1480local minimizeinteraction = Instance.new("TextButton")
1481local openinter = Instance.new("TextButton")
1482local TextLabelColor2 = Instance.new("TextLabel")
1483local FrameFarm = Instance.new("Frame")
1484local TextLabelColor2_2 = Instance.new("TextLabel")
1485local TextLabel_3 = Instance.new("TextLabel")
1486local openfarm = Instance.new("TextButton")
1487local minimizefarm = Instance.new("TextButton")
1488local FarmFrame = Instance.new("Frame")
1489local bandit = Instance.new("TextButton")
1490local BanditOn = Instance.new("TextButton")
1491local BanditOff = Instance.new("TextButton")
1492local Pirate_2 = Instance.new("TextButton")
1493local PirateOn = Instance.new("TextButton")
1494local PrateOff = Instance.new("TextButton")
1495local Snowbandits = Instance.new("TextButton")
1496local SnowBanditsOn = Instance.new("TextButton")
1497local SnowBanditsOff = Instance.new("TextButton")
1498local Yeti = Instance.new("TextButton")
1499local YetiOn = Instance.new("TextButton")
1500local YetiOff = Instance.new("TextButton")
1501local DesertBandtis = Instance.new("TextButton")
1502local DesertBanditsOn = Instance.new("TextButton")
1503local DesertBanditsOff = Instance.new("TextButton")
1504local Brute = Instance.new("TextButton")
1505local BruteOn = Instance.new("TextButton")
1506local BruteOff = Instance.new("TextButton")
1507local SkyBandits = Instance.new("TextButton")
1508local SkyBanditsOn = Instance.new("TextButton")
1509local SkyBanditsOff = Instance.new("TextButton")
1510local ChiefWardeon = Instance.new("TextButton")
1511local ChiefWardeonOn = Instance.new("TextButton")
1512local ChiefWardeonOff = Instance.new("TextButton")
1513local Warden = Instance.new("TextButton")
1514local WardenOn = Instance.new("TextButton")
1515local WardenOff = Instance.new("TextButton")
1516local DarkMaster = Instance.new("TextButton")
1517local DarkMasterOn = Instance.new("TextButton")
1518local DarkMasterOff = Instance.new("TextButton")
1519local Monkeys = Instance.new("TextButton")
1520local MonkeysOn = Instance.new("TextButton")
1521local MonkeysOff = Instance.new("TextButton")
1522local Gorilla = Instance.new("TextButton")
1523local GorillaOn = Instance.new("TextButton")
1524local GorillaOff = Instance.new("TextButton")
1525local MarineCaptain = Instance.new("TextButton")
1526local MarineCaptainOn = Instance.new("TextButton")
1527local MarineCaptainOff = Instance.new("TextButton")
1528local ViceAdmiral = Instance.new("TextButton")
1529local ViceAdmiralOn = Instance.new("TextButton")
1530local ViceAdmiralOff = Instance.new("TextButton")
1531
1532--Properties:
1533
1534BloxPiece.Name = "Blox Piece"
1535BloxPiece.Parent = game.CoreGui
1536
1537FrameTep.Active = true
1538FrameTep.Draggable = true
1539
1540FrameFarm.Active = true
1541FrameFarm.Draggable = true
1542
1543FrameInter.Active = true
1544FrameInter.Draggable = true
1545
1546FrameTep.Name = "FrameTep"
1547FrameTep.Parent = BloxPiece
1548FrameTep.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
1549FrameTep.BorderSizePixel = 0
1550FrameTep.Position = UDim2.new(0.331934333, 0, 0.0375565439, 0)
1551FrameTep.Size = UDim2.new(0, 156, 0, 28)
1552
1553TeleportsFrame.Name = "TeleportsFrame"
1554TeleportsFrame.Parent = FrameTep
1555TeleportsFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1556TeleportsFrame.BackgroundTransparency = 0.5
1557TeleportsFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
1558TeleportsFrame.BorderSizePixel = 0
1559TeleportsFrame.Position = UDim2.new(0, 0, 1, 0)
1560TeleportsFrame.Size = UDim2.new(0, 156, 0, 193)
1561
1562Ice.Name = "Ice"
1563Ice.Parent = TeleportsFrame
1564Ice.BackgroundColor3 = Color3.new(1, 1, 1)
1565Ice.BackgroundTransparency = 100
1566Ice.Position = UDim2.new(0.146298215, 0, 0.0409556292, 0)
1567Ice.Size = UDim2.new(0, 80, 0, 14)
1568Ice.Font = Enum.Font.SourceSans
1569Ice.Text = "> Ice Island"
1570Ice.TextColor3 = Color3.new(1, 1, 1)
1571Ice.TextSize = 21
1572Ice.TextStrokeColor3 = Color3.new(1, 1, 1)
1573
1574Buggy.Name = "Buggy"
1575Buggy.Parent = TeleportsFrame
1576Buggy.BackgroundColor3 = Color3.new(1, 1, 1)
1577Buggy.BackgroundTransparency = 100
1578Buggy.Position = UDim2.new(0.179487184, 0, 0.149763912, 0)
1579Buggy.Size = UDim2.new(0, 90, 0, 11)
1580Buggy.Font = Enum.Font.SourceSans
1581Buggy.Text = "> Buggy Island"
1582Buggy.TextColor3 = Color3.new(1, 1, 1)
1583Buggy.TextSize = 21
1584Buggy.TextStrokeColor3 = Color3.new(1, 1, 1)
1585
1586Pirate.Name = "Pirate"
1587Pirate.Parent = TeleportsFrame
1588Pirate.BackgroundColor3 = Color3.new(1, 1, 1)
1589Pirate.BackgroundTransparency = 100
1590Pirate.Position = UDim2.new(0.0950160846, 0, 0.254906684, 0)
1591Pirate.Size = UDim2.new(0, 108, 0, 11)
1592Pirate.Font = Enum.Font.SourceSans
1593Pirate.Text = "> Pirate MaIn"
1594Pirate.TextColor3 = Color3.new(1, 1, 1)
1595Pirate.TextSize = 21
1596Pirate.TextStrokeColor3 = Color3.new(1, 1, 1)
1597
1598Louge.Name = "Louge"
1599Louge.Parent = TeleportsFrame
1600Louge.BackgroundColor3 = Color3.new(1, 1, 1)
1601Louge.BackgroundTransparency = 100
1602Louge.Position = UDim2.new(0.0950160846, 0, 0.347056955, 0)
1603Louge.Size = UDim2.new(0, 114, 0, 14)
1604Louge.Font = Enum.Font.SourceSans
1605Louge.Text = "> Louge Town"
1606Louge.TextColor3 = Color3.new(1, 1, 1)
1607Louge.TextSize = 21
1608Louge.TextStrokeColor3 = Color3.new(1, 1, 1)
1609
1610Sky.Name = "Sky"
1611Sky.Parent = TeleportsFrame
1612Sky.BackgroundColor3 = Color3.new(1, 1, 1)
1613Sky.BackgroundTransparency = 100
1614Sky.Position = UDim2.new(0.0501442924, 0, 0.419595838, 0)
1615Sky.Size = UDim2.new(0, 116, 0, 25)
1616Sky.Font = Enum.Font.SourceSans
1617Sky.Text = "> Sky Island"
1618Sky.TextColor3 = Color3.new(1, 1, 1)
1619Sky.TextSize = 21
1620Sky.TextStrokeColor3 = Color3.new(1, 1, 1)
1621
1622Sand.Name = "Sand"
1623Sand.Parent = TeleportsFrame
1624Sand.BackgroundColor3 = Color3.new(1, 1, 1)
1625Sand.BackgroundTransparency = 100
1626Sand.Position = UDim2.new(0.012820513, 0, 0.553974748, 0)
1627Sand.Size = UDim2.new(0, 138, 0, 14)
1628Sand.Font = Enum.Font.SourceSans
1629Sand.Text = "> Sand Island"
1630Sand.TextColor3 = Color3.new(1, 1, 1)
1631Sand.TextSize = 21
1632Sand.TextStrokeColor3 = Color3.new(1, 1, 1)
1633
1634Marienford.Name = "Marienford"
1635Marienford.Parent = TeleportsFrame
1636Marienford.BackgroundColor3 = Color3.new(1, 1, 1)
1637Marienford.BackgroundTransparency = 100
1638Marienford.Position = UDim2.new(0.0501442924, 0, 0.67038703, 0)
1639Marienford.Size = UDim2.new(0, 131, 0, 12)
1640Marienford.Font = Enum.Font.SourceSans
1641Marienford.Text = "> Marine Main"
1642Marienford.TextColor3 = Color3.new(1, 1, 1)
1643Marienford.TextSize = 21
1644Marienford.TextStrokeColor3 = Color3.new(1, 1, 1)
1645
1646Marine.Name = "Marine"
1647Marine.Parent = TeleportsFrame
1648Marine.BackgroundColor3 = Color3.new(1, 1, 1)
1649Marine.BackgroundTransparency = 100
1650Marine.Position = UDim2.new(0.0437340364, 0, 0.785154819, 0)
1651Marine.Size = UDim2.new(0, 131, 0, 12)
1652Marine.Font = Enum.Font.SourceSans
1653Marine.Text = "> Marine Ford"
1654Marine.TextColor3 = Color3.new(1, 1, 1)
1655Marine.TextSize = 21
1656Marine.TextStrokeColor3 = Color3.new(1, 1, 1)
1657
1658Impel.Name = "Impel"
1659Impel.Parent = TeleportsFrame
1660Impel.BackgroundColor3 = Color3.new(1, 1, 1)
1661Impel.BackgroundTransparency = 100
1662Impel.Position = UDim2.new(0.0501442924, 0, 0.892972827, 0)
1663Impel.Size = UDim2.new(0, 131, 0, 12)
1664Impel.Font = Enum.Font.SourceSans
1665Impel.Text = "> Impel Down"
1666Impel.TextColor3 = Color3.new(1, 1, 1)
1667Impel.TextSize = 21
1668Impel.TextStrokeColor3 = Color3.new(1, 1, 1)
1669
1670TextLabel.Parent = FrameTep
1671TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1672TextLabel.BackgroundTransparency = 199
1673TextLabel.Position = UDim2.new(0.0705128238, 0, 0.0357142873, 0)
1674TextLabel.Size = UDim2.new(0, 133, 0, 27)
1675TextLabel.Font = Enum.Font.GothamSemibold
1676TextLabel.Text = "Teleports"
1677TextLabel.TextColor3 = Color3.new(1, 1, 1)
1678TextLabel.TextSize = 21
1679
1680minimizetep.Name = "minimizetep"
1681minimizetep.Parent = FrameTep
1682minimizetep.BackgroundColor3 = Color3.new(1, 1, 1)
1683minimizetep.BackgroundTransparency = 100
1684minimizetep.Position = UDim2.new(0.826923072, 0, 0, 0)
1685minimizetep.Size = UDim2.new(0, 21, 0, 24)
1686minimizetep.Font = Enum.Font.SourceSans
1687minimizetep.Text = "-"
1688minimizetep.TextColor3 = Color3.new(1, 1, 1)
1689minimizetep.TextSize = 27
1690minimizetep.TextStrokeColor3 = Color3.new(1, 1, 1)
1691
1692opentep.Name = "opentep"
1693opentep.Parent = FrameTep
1694opentep.BackgroundColor3 = Color3.new(1, 1, 1)
1695opentep.BackgroundTransparency = 100
1696opentep.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
1697opentep.Size = UDim2.new(0, 21, 0, 20)
1698opentep.Font = Enum.Font.SourceSans
1699opentep.Text = "+"
1700opentep.TextColor3 = Color3.new(1, 1, 1)
1701opentep.TextSize = 27
1702opentep.TextStrokeColor3 = Color3.new(1, 1, 1)
1703
1704TextLabelColor1.Name = "TextLabelColor1"
1705TextLabelColor1.Parent = FrameTep
1706TextLabelColor1.BackgroundColor3 = Color3.new(1, 1, 1)
1707TextLabelColor1.BorderSizePixel = 0
1708TextLabelColor1.Position = UDim2.new(0, 0, 0.999999464, 0)
1709TextLabelColor1.Size = UDim2.new(0, 156, 0, 2)
1710TextLabelColor1.Font = Enum.Font.SourceSans
1711TextLabelColor1.Text = ""
1712TextLabelColor1.TextColor3 = Color3.new(0, 0, 0)
1713TextLabelColor1.TextSize = 14
1714
1715FrameInter.Name = "FrameInter"
1716FrameInter.Parent = BloxPiece
1717FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
1718FrameInter.BorderSizePixel = 0
1719FrameInter.Position = UDim2.new(0.176430658, 0, 0.0375565439, 0)
1720FrameInter.Size = UDim2.new(0, 156, 0, 28)
1721
1722InterFrame.Name = "InterFrame"
1723InterFrame.Parent = FrameInter
1724InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1725InterFrame.BackgroundTransparency = 0.5
1726InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
1727InterFrame.BorderSizePixel = 0
1728InterFrame.Position = UDim2.new(0, 0, 0.999999702, 0)
1729InterFrame.Size = UDim2.new(0, 156, 0, 108)
1730
1731tpchests.Name = "tpchests"
1732tpchests.Parent = InterFrame
1733tpchests.BackgroundColor3 = Color3.new(1, 1, 1)
1734tpchests.BackgroundTransparency = 100
1735tpchests.Position = UDim2.new(0.0437340327, 0, 0.0113056302, 0)
1736tpchests.Size = UDim2.new(0, 86, 0, 24)
1737tpchests.Font = Enum.Font.SourceSans
1738tpchests.Text = "> TpChests"
1739tpchests.TextColor3 = Color3.new(1, 1, 1)
1740tpchests.TextSize = 21
1741tpchests.TextStrokeColor3 = Color3.new(1, 1, 1)
1742
1743tpdf.Name = "tpdf"
1744tpdf.Parent = InterFrame
1745tpdf.BackgroundColor3 = Color3.new(1, 1, 1)
1746tpdf.BackgroundTransparency = 100
1747tpdf.Position = UDim2.new(0.0437340364, 0, 0.30370903, 0)
1748tpdf.Size = UDim2.new(0, 63, 0, 20)
1749tpdf.Font = Enum.Font.SourceSans
1750tpdf.Text = "> TP DF"
1751tpdf.TextColor3 = Color3.new(1, 1, 1)
1752tpdf.TextSize = 21
1753tpdf.TextStrokeColor3 = Color3.new(1, 1, 1)
1754
1755ChestTpOn.Name = "ChestTpOn"
1756ChestTpOn.Parent = InterFrame
1757ChestTpOn.BackgroundColor3 = Color3.new(1, 1, 1)
1758ChestTpOn.BackgroundTransparency = 100
1759ChestTpOn.Position = UDim2.new(0.595016062, 0, 0.0464284122, 0)
1760ChestTpOn.Size = UDim2.new(0, 29, 0, 19)
1761ChestTpOn.Font = Enum.Font.SourceSans
1762ChestTpOn.Text = "ON"
1763ChestTpOn.TextColor3 = Color3.new(0.333333, 1, 0)
1764ChestTpOn.TextSize = 21
1765ChestTpOn.TextStrokeColor3 = Color3.new(1, 1, 1)
1766
1767ChestTpOff.Name = "ChestTpOff"
1768ChestTpOff.Parent = InterFrame
1769ChestTpOff.BackgroundColor3 = Color3.new(1, 1, 1)
1770ChestTpOff.BackgroundTransparency = 100
1771ChestTpOff.Position = UDim2.new(0.807692289, 0, 0.0211078934, 0)
1772ChestTpOff.Size = UDim2.new(0, 27, 0, 23)
1773ChestTpOff.Font = Enum.Font.SourceSans
1774ChestTpOff.Text = "OFF"
1775ChestTpOff.TextColor3 = Color3.new(1, 0, 0)
1776ChestTpOff.TextSize = 21
1777ChestTpOff.TextStrokeColor3 = Color3.new(1, 1, 1)
1778
1779AutoAttack.Name = "AutoAttack"
1780AutoAttack.Parent = InterFrame
1781AutoAttack.BackgroundColor3 = Color3.new(1, 1, 1)
1782AutoAttack.BackgroundTransparency = 100
1783AutoAttack.Position = UDim2.new(0, 0, 0.515293896, 0)
1784AutoAttack.Size = UDim2.new(0, 140, 0, 24)
1785AutoAttack.Font = Enum.Font.SourceSans
1786AutoAttack.Text = "> AutoAttack ( j )"
1787AutoAttack.TextColor3 = Color3.new(1, 1, 1)
1788AutoAttack.TextSize = 21
1789AutoAttack.TextStrokeColor3 = Color3.new(1, 1, 1)
1790
1791Anti.Name = "Anti"
1792Anti.Parent = InterFrame
1793Anti.BackgroundColor3 = Color3.new(1, 1, 1)
1794Anti.BackgroundTransparency = 100
1795Anti.Position = UDim2.new(0, 0, 0.766672075, 0)
1796Anti.Size = UDim2.new(0, 92, 0, 24)
1797Anti.Font = Enum.Font.SourceSans
1798Anti.Text = "> Anti AFK"
1799Anti.TextColor3 = Color3.new(1, 1, 1)
1800Anti.TextSize = 21
1801Anti.TextStrokeColor3 = Color3.new(1, 1, 1)
1802
1803TextLabel_2.Parent = FrameInter
1804TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
1805TextLabel_2.BackgroundTransparency = 199
1806TextLabel_2.Position = UDim2.new(-0.00641025603, 0, 0, 0)
1807TextLabel_2.Size = UDim2.new(0, 156, 0, 28)
1808TextLabel_2.Font = Enum.Font.GothamSemibold
1809TextLabel_2.Text = "Interaction"
1810TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
1811TextLabel_2.TextSize = 21
1812
1813minimizeinteraction.Name = "minimizeinteraction"
1814minimizeinteraction.Parent = FrameInter
1815minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
1816minimizeinteraction.BackgroundTransparency = 100
1817minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
1818minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
1819minimizeinteraction.Font = Enum.Font.SourceSans
1820minimizeinteraction.Text = "-"
1821minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
1822minimizeinteraction.TextSize = 27
1823minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
1824
1825openinter.Name = "openinter"
1826openinter.Parent = FrameInter
1827openinter.BackgroundColor3 = Color3.new(1, 1, 1)
1828openinter.BackgroundTransparency = 100
1829openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
1830openinter.Size = UDim2.new(0, 21, 0, 20)
1831openinter.Font = Enum.Font.SourceSans
1832openinter.Text = "+"
1833openinter.TextColor3 = Color3.new(1, 1, 1)
1834openinter.TextSize = 27
1835openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
1836
1837TextLabelColor2.Name = "TextLabelColor2"
1838TextLabelColor2.Parent = FrameInter
1839TextLabelColor2.BackgroundColor3 = Color3.new(1, 1, 1)
1840TextLabelColor2.BorderSizePixel = 0
1841TextLabelColor2.Position = UDim2.new(0, 0, 0.857142329, 0)
1842TextLabelColor2.Size = UDim2.new(0, 155, 0, 2)
1843TextLabelColor2.Font = Enum.Font.SourceSans
1844TextLabelColor2.Text = ""
1845TextLabelColor2.TextColor3 = Color3.new(0, 0, 0)
1846TextLabelColor2.TextSize = 14
1847
1848FrameFarm.Name = "FrameFarm"
1849FrameFarm.Parent = BloxPiece
1850FrameFarm.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
1851FrameFarm.BorderSizePixel = 0
1852FrameFarm.Position = UDim2.new(0.0185839385, 0, 0.0335724801, 0)
1853FrameFarm.Size = UDim2.new(0, 156, 0, 28)
1854
1855TextLabelColor2_2.Name = "TextLabelColor2"
1856TextLabelColor2_2.Parent = FrameFarm
1857TextLabelColor2_2.BackgroundColor3 = Color3.new(1, 1, 1)
1858TextLabelColor2_2.BorderSizePixel = 0
1859TextLabelColor2_2.Position = UDim2.new(0, 0, 0.857142329, 0)
1860TextLabelColor2_2.Size = UDim2.new(0, 155, 0, 2)
1861TextLabelColor2_2.Font = Enum.Font.SourceSans
1862TextLabelColor2_2.Text = ""
1863TextLabelColor2_2.TextColor3 = Color3.new(0, 0, 0)
1864TextLabelColor2_2.TextSize = 14
1865
1866TextLabel_3.Parent = FrameFarm
1867TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
1868TextLabel_3.BackgroundTransparency = 199
1869TextLabel_3.Position = UDim2.new(-0.00641025603, 0, 0, 0)
1870TextLabel_3.Size = UDim2.new(0, 156, 0, 28)
1871TextLabel_3.Font = Enum.Font.GothamSemibold
1872TextLabel_3.Text = "Farming"
1873TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
1874TextLabel_3.TextSize = 21
1875
1876openfarm.Name = "openfarm"
1877openfarm.Parent = FrameFarm
1878openfarm.BackgroundColor3 = Color3.new(1, 1, 1)
1879openfarm.BackgroundTransparency = 100
1880openfarm.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
1881openfarm.Size = UDim2.new(0, 21, 0, 20)
1882openfarm.Font = Enum.Font.SourceSans
1883openfarm.Text = "+"
1884openfarm.TextColor3 = Color3.new(1, 1, 1)
1885openfarm.TextSize = 27
1886openfarm.TextStrokeColor3 = Color3.new(1, 1, 1)
1887
1888minimizefarm.Name = "minimizefarm"
1889minimizefarm.Parent = FrameFarm
1890minimizefarm.BackgroundColor3 = Color3.new(1, 1, 1)
1891minimizefarm.BackgroundTransparency = 100
1892minimizefarm.Position = UDim2.new(0.826923072, 0, 0, 0)
1893minimizefarm.Size = UDim2.new(0, 21, 0, 24)
1894minimizefarm.Font = Enum.Font.SourceSans
1895minimizefarm.Text = "-"
1896minimizefarm.TextColor3 = Color3.new(1, 1, 1)
1897minimizefarm.TextSize = 27
1898minimizefarm.TextStrokeColor3 = Color3.new(1, 1, 1)
1899
1900FarmFrame.Name = "FarmFrame"
1901FarmFrame.Parent = FrameFarm
1902FarmFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1903FarmFrame.BackgroundTransparency = 0.5
1904FarmFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
1905FarmFrame.BorderSizePixel = 0
1906FarmFrame.Position = UDim2.new(0, 0, 0.999999702, 0)
1907FarmFrame.Size = UDim2.new(0, 156, 0, 325)
1908
1909bandit.Name = "bandit"
1910bandit.Parent = FarmFrame
1911bandit.BackgroundColor3 = Color3.new(1, 1, 1)
1912bandit.BackgroundTransparency = 100
1913bandit.Position = UDim2.new(0.0437340327, 0, 0.000881582499, 0)
1914bandit.Size = UDim2.new(0, 86, 0, 24)
1915bandit.Font = Enum.Font.SourceSans
1916bandit.Text = "> Bandit Farm"
1917bandit.TextColor3 = Color3.new(1, 1, 1)
1918bandit.TextSize = 19
1919bandit.TextStrokeColor3 = Color3.new(1, 1, 1)
1920
1921BanditOn.Name = "BanditOn"
1922BanditOn.Parent = FarmFrame
1923BanditOn.BackgroundColor3 = Color3.new(1, 1, 1)
1924BanditOn.BackgroundTransparency = 100
1925BanditOn.Position = UDim2.new(0.614246845, 0, 0.00420225551, 0)
1926BanditOn.Size = UDim2.new(0, 29, 0, 19)
1927BanditOn.Font = Enum.Font.SourceSans
1928BanditOn.Text = "ON"
1929BanditOn.TextColor3 = Color3.new(0.333333, 1, 0)
1930BanditOn.TextSize = 19
1931BanditOn.TextStrokeColor3 = Color3.new(1, 1, 1)
1932
1933BanditOff.Name = "BanditOff"
1934BanditOff.Parent = FarmFrame
1935BanditOff.BackgroundColor3 = Color3.new(1, 1, 1)
1936BanditOff.BackgroundTransparency = 100
1937BanditOff.Position = UDim2.new(0.801282108, 0, 0.00230297144, 0)
1938BanditOff.Size = UDim2.new(0, 27, 0, 20)
1939BanditOff.Font = Enum.Font.SourceSans
1940BanditOff.Text = "OFF"
1941BanditOff.TextColor3 = Color3.new(1, 0, 0)
1942BanditOff.TextSize = 19
1943BanditOff.TextStrokeColor3 = Color3.new(1, 1, 1)
1944
1945Pirate_2.Name = "Pirate"
1946Pirate_2.Parent = FarmFrame
1947Pirate_2.BackgroundColor3 = Color3.new(1, 1, 1)
1948Pirate_2.BackgroundTransparency = 100
1949Pirate_2.Position = UDim2.new(0.00448725792, 0, 0.0721292347, 0)
1950Pirate_2.Size = UDim2.new(0, 93, 0, 24)
1951Pirate_2.Font = Enum.Font.SourceSans
1952Pirate_2.Text = "> Pirate Farm"
1953Pirate_2.TextColor3 = Color3.new(1, 1, 1)
1954Pirate_2.TextSize = 19
1955Pirate_2.TextStrokeColor3 = Color3.new(1, 1, 1)
1956
1957PirateOn.Name = "PirateOn"
1958PirateOn.Parent = FarmFrame
1959PirateOn.BackgroundColor3 = Color3.new(1, 1, 1)
1960PirateOn.BackgroundTransparency = 100
1961PirateOn.Position = UDim2.new(0.620657146, 0, 0.082517013, 0)
1962PirateOn.Size = UDim2.new(0, 29, 0, 19)
1963PirateOn.Font = Enum.Font.SourceSans
1964PirateOn.Text = "ON"
1965PirateOn.TextColor3 = Color3.new(0.333333, 1, 0)
1966PirateOn.TextSize = 19
1967PirateOn.TextStrokeColor3 = Color3.new(1, 1, 1)
1968
1969PrateOff.Name = "PrateOff"
1970PrateOff.Parent = FarmFrame
1971PrateOff.BackgroundColor3 = Color3.new(1, 1, 1)
1972PrateOff.BackgroundTransparency = 100
1973PrateOff.Position = UDim2.new(0.807692409, 0, 0.0806177333, 0)
1974PrateOff.Size = UDim2.new(0, 27, 0, 20)
1975PrateOff.Font = Enum.Font.SourceSans
1976PrateOff.Text = "OFF"
1977PrateOff.TextColor3 = Color3.new(1, 0, 0)
1978PrateOff.TextSize = 19
1979PrateOff.TextStrokeColor3 = Color3.new(1, 1, 1)
1980
1981Snowbandits.Name = "Snowbandits"
1982Snowbandits.Parent = FarmFrame
1983Snowbandits.BackgroundColor3 = Color3.new(1, 1, 1)
1984Snowbandits.BackgroundTransparency = 100
1985Snowbandits.Position = UDim2.new(-0.0403845385, 0, 0.139843285, 0)
1986Snowbandits.Size = UDim2.new(0, 112, 0, 24)
1987Snowbandits.Font = Enum.Font.SourceSans
1988Snowbandits.Text = "> SnowBandits"
1989Snowbandits.TextColor3 = Color3.new(1, 1, 1)
1990Snowbandits.TextSize = 18
1991Snowbandits.TextStrokeColor3 = Color3.new(1, 1, 1)
1992
1993SnowBanditsOn.Name = "SnowBanditsOn"
1994SnowBanditsOn.Parent = FarmFrame
1995SnowBanditsOn.BackgroundColor3 = Color3.new(1, 1, 1)
1996SnowBanditsOn.BackgroundTransparency = 100
1997SnowBanditsOn.Position = UDim2.new(0.620199382, 0, 0.150231093, 0)
1998SnowBanditsOn.Size = UDim2.new(0, 29, 0, 19)
1999SnowBanditsOn.Font = Enum.Font.SourceSans
2000SnowBanditsOn.Text = "ON"
2001SnowBanditsOn.TextColor3 = Color3.new(0.333333, 1, 0)
2002SnowBanditsOn.TextSize = 19
2003SnowBanditsOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2004
2005SnowBanditsOff.Name = "SnowBanditsOff"
2006SnowBanditsOff.Parent = FarmFrame
2007SnowBanditsOff.BackgroundColor3 = Color3.new(1, 1, 1)
2008SnowBanditsOff.BackgroundTransparency = 100
2009SnowBanditsOff.Position = UDim2.new(0.810801804, 0, 0.148331791, 0)
2010SnowBanditsOff.Size = UDim2.new(0, 27, 0, 20)
2011SnowBanditsOff.Font = Enum.Font.SourceSans
2012SnowBanditsOff.Text = "OFF"
2013SnowBanditsOff.TextColor3 = Color3.new(1, 0, 0)
2014SnowBanditsOff.TextSize = 19
2015SnowBanditsOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2016
2017Yeti.Name = "Yeti"
2018Yeti.Parent = FarmFrame
2019Yeti.BackgroundColor3 = Color3.new(1, 1, 1)
2020Yeti.BackgroundTransparency = 100
2021Yeti.Position = UDim2.new(0.0173077714, 0, 0.210634291, 0)
2022Yeti.Size = UDim2.new(0, 74, 0, 24)
2023Yeti.Font = Enum.Font.SourceSans
2024Yeti.Text = "> Yeti Farm"
2025Yeti.TextColor3 = Color3.new(1, 1, 1)
2026Yeti.TextSize = 19
2027Yeti.TextStrokeColor3 = Color3.new(1, 1, 1)
2028
2029YetiOn.Name = "YetiOn"
2030YetiOn.Parent = FarmFrame
2031YetiOn.BackgroundColor3 = Color3.new(1, 1, 1)
2032YetiOn.BackgroundTransparency = 100
2033YetiOn.Position = UDim2.new(0.633477628, 0, 0.221022069, 0)
2034YetiOn.Size = UDim2.new(0, 29, 0, 19)
2035YetiOn.Font = Enum.Font.SourceSans
2036YetiOn.Text = "ON"
2037YetiOn.TextColor3 = Color3.new(0.333333, 1, 0)
2038YetiOn.TextSize = 19
2039YetiOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2040
2041YetiOff.Name = "YetiOff"
2042YetiOff.Parent = FarmFrame
2043YetiOff.BackgroundColor3 = Color3.new(1, 1, 1)
2044YetiOff.BackgroundTransparency = 100
2045YetiOff.Position = UDim2.new(0.820512891, 0, 0.219122767, 0)
2046YetiOff.Size = UDim2.new(0, 27, 0, 20)
2047YetiOff.Font = Enum.Font.SourceSans
2048YetiOff.Text = "OFF"
2049YetiOff.TextColor3 = Color3.new(1, 0, 0)
2050YetiOff.TextSize = 19
2051YetiOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2052
2053DesertBandtis.Name = "DesertBandtis"
2054DesertBandtis.Parent = FarmFrame
2055DesertBandtis.BackgroundColor3 = Color3.new(1, 1, 1)
2056DesertBandtis.BackgroundTransparency = 100
2057DesertBandtis.Position = UDim2.new(-0.00641025649, 0, 0.281881899, 0)
2058DesertBandtis.Size = UDim2.new(0, 95, 0, 24)
2059DesertBandtis.Font = Enum.Font.SourceSans
2060DesertBandtis.Text = "> DesertBand"
2061DesertBandtis.TextColor3 = Color3.new(1, 1, 1)
2062DesertBandtis.TextSize = 18
2063DesertBandtis.TextStrokeColor3 = Color3.new(1, 1, 1)
2064
2065DesertBanditsOn.Name = "DesertBanditsOn"
2066DesertBanditsOn.Parent = FarmFrame
2067DesertBanditsOn.BackgroundColor3 = Color3.new(1, 1, 1)
2068DesertBanditsOn.BackgroundTransparency = 100
2069DesertBanditsOn.Position = UDim2.new(0.627067387, 0, 0.292269677, 0)
2070DesertBanditsOn.Size = UDim2.new(0, 29, 0, 19)
2071DesertBanditsOn.Font = Enum.Font.SourceSans
2072DesertBanditsOn.Text = "ON"
2073DesertBanditsOn.TextColor3 = Color3.new(0.333333, 1, 0)
2074DesertBanditsOn.TextSize = 19
2075DesertBanditsOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2076
2077DesertBanditsOff.Name = "DesertBanditsOff"
2078DesertBanditsOff.Parent = FarmFrame
2079DesertBanditsOff.BackgroundColor3 = Color3.new(1, 1, 1)
2080DesertBanditsOff.BackgroundTransparency = 100
2081DesertBanditsOff.Position = UDim2.new(0.81410265, 0, 0.290370375, 0)
2082DesertBanditsOff.Size = UDim2.new(0, 26, 0, 20)
2083DesertBanditsOff.Font = Enum.Font.SourceSans
2084DesertBanditsOff.Text = "OFF"
2085DesertBanditsOff.TextColor3 = Color3.new(1, 0, 0)
2086DesertBanditsOff.TextSize = 19
2087DesertBanditsOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2088
2089Brute.Name = "Brute"
2090Brute.Parent = FarmFrame
2091Brute.BackgroundColor3 = Color3.new(1, 1, 1)
2092Brute.BackgroundTransparency = 100
2093Brute.Position = UDim2.new(0.00641025649, 0, 0.354499459, 0)
2094Brute.Size = UDim2.new(0, 95, 0, 24)
2095Brute.Font = Enum.Font.SourceSans
2096Brute.Text = "> Brute Farm"
2097Brute.TextColor3 = Color3.new(1, 1, 1)
2098Brute.TextSize = 19
2099Brute.TextStrokeColor3 = Color3.new(1, 1, 1)
2100
2101BruteOn.Name = "BruteOn"
2102BruteOn.Parent = FarmFrame
2103BruteOn.BackgroundColor3 = Color3.new(1, 1, 1)
2104BruteOn.BackgroundTransparency = 100
2105BruteOn.Position = UDim2.new(0.639887929, 0, 0.364887238, 0)
2106BruteOn.Size = UDim2.new(0, 29, 0, 19)
2107BruteOn.Font = Enum.Font.SourceSans
2108BruteOn.Text = "ON"
2109BruteOn.TextColor3 = Color3.new(0.333333, 1, 0)
2110BruteOn.TextSize = 19
2111BruteOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2112
2113BruteOff.Name = "BruteOff"
2114BruteOff.Parent = FarmFrame
2115BruteOff.BackgroundColor3 = Color3.new(1, 1, 1)
2116BruteOff.BackgroundTransparency = 100
2117BruteOff.Position = UDim2.new(0.826923192, 0, 0.362987965, 0)
2118BruteOff.Size = UDim2.new(0, 23, 0, 20)
2119BruteOff.Font = Enum.Font.SourceSans
2120BruteOff.Text = "OFF"
2121BruteOff.TextColor3 = Color3.new(1, 0, 0)
2122BruteOff.TextSize = 19
2123BruteOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2124
2125SkyBandits.Name = "SkyBandits"
2126SkyBandits.Parent = FarmFrame
2127SkyBandits.BackgroundColor3 = Color3.new(1, 1, 1)
2128SkyBandits.BackgroundTransparency = 100
2129SkyBandits.Position = UDim2.new(0.012820513, 0, 0.433727503, 0)
2130SkyBandits.Size = UDim2.new(0, 95, 0, 24)
2131SkyBandits.Font = Enum.Font.SourceSans
2132SkyBandits.Text = "> SkyBandits"
2133SkyBandits.TextColor3 = Color3.new(1, 1, 1)
2134SkyBandits.TextSize = 19
2135SkyBandits.TextStrokeColor3 = Color3.new(1, 1, 1)
2136
2137SkyBanditsOn.Name = "SkyBanditsOn"
2138SkyBanditsOn.Parent = FarmFrame
2139SkyBanditsOn.BackgroundColor3 = Color3.new(1, 1, 1)
2140SkyBanditsOn.BackgroundTransparency = 100
2141SkyBanditsOn.Position = UDim2.new(0.64629811, 0, 0.444115222, 0)
2142SkyBanditsOn.Size = UDim2.new(0, 29, 0, 19)
2143SkyBanditsOn.Font = Enum.Font.SourceSans
2144SkyBanditsOn.Text = "ON"
2145SkyBanditsOn.TextColor3 = Color3.new(0.333333, 1, 0)
2146SkyBanditsOn.TextSize = 19
2147SkyBanditsOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2148
2149SkyBanditsOff.Name = "SkyBanditsOff"
2150SkyBanditsOff.Parent = FarmFrame
2151SkyBanditsOff.BackgroundColor3 = Color3.new(1, 1, 1)
2152SkyBanditsOff.BackgroundTransparency = 100
2153SkyBanditsOff.Position = UDim2.new(0.846153855, 0, 0.442215919, 0)
2154SkyBanditsOff.Size = UDim2.new(0, 21, 0, 20)
2155SkyBanditsOff.Font = Enum.Font.SourceSans
2156SkyBanditsOff.Text = "OFF"
2157SkyBanditsOff.TextColor3 = Color3.new(1, 0, 0)
2158SkyBanditsOff.TextSize = 19
2159SkyBanditsOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2160
2161ChiefWardeon.Name = "ChiefWardeon"
2162ChiefWardeon.Parent = FarmFrame
2163ChiefWardeon.BackgroundColor3 = Color3.new(1, 1, 1)
2164ChiefWardeon.BackgroundTransparency = 100
2165ChiefWardeon.Position = UDim2.new(0.012820513, 0, 0.515119314, 0)
2166ChiefWardeon.Size = UDim2.new(0, 105, 0, 24)
2167ChiefWardeon.Font = Enum.Font.SourceSans
2168ChiefWardeon.Text = "> ChiefWardeon"
2169ChiefWardeon.TextColor3 = Color3.new(1, 1, 1)
2170ChiefWardeon.TextSize = 16
2171ChiefWardeon.TextStrokeColor3 = Color3.new(1, 1, 1)
2172
2173ChiefWardeonOn.Name = "ChiefWardeonOn"
2174ChiefWardeonOn.Parent = FarmFrame
2175ChiefWardeonOn.BackgroundColor3 = Color3.new(1, 1, 1)
2176ChiefWardeonOn.BackgroundTransparency = 100
2177ChiefWardeonOn.Position = UDim2.new(0.639887869, 0, 0.522429943, 0)
2178ChiefWardeonOn.Size = UDim2.new(0, 29, 0, 19)
2179ChiefWardeonOn.Font = Enum.Font.SourceSans
2180ChiefWardeonOn.Text = "ON"
2181ChiefWardeonOn.TextColor3 = Color3.new(0.333333, 1, 0)
2182ChiefWardeonOn.TextSize = 19
2183ChiefWardeonOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2184
2185ChiefWardeonOff.Name = "ChiefWardeonOff"
2186ChiefWardeonOff.Parent = FarmFrame
2187ChiefWardeonOff.BackgroundColor3 = Color3.new(1, 1, 1)
2188ChiefWardeonOff.BackgroundTransparency = 100
2189ChiefWardeonOff.Position = UDim2.new(0.826923192, 0, 0.520530701, 0)
2190ChiefWardeonOff.Size = UDim2.new(0, 25, 0, 20)
2191ChiefWardeonOff.Font = Enum.Font.SourceSans
2192ChiefWardeonOff.Text = "OFF"
2193ChiefWardeonOff.TextColor3 = Color3.new(1, 0, 0)
2194ChiefWardeonOff.TextSize = 19
2195ChiefWardeonOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2196
2197Warden.Name = "Warden"
2198Warden.Parent = FarmFrame
2199Warden.BackgroundColor3 = Color3.new(1, 1, 1)
2200Warden.BackgroundTransparency = 100
2201Warden.Position = UDim2.new(0.0173077714, 0, 0.587617159, 0)
2202Warden.Size = UDim2.new(0, 99, 0, 24)
2203Warden.Font = Enum.Font.SourceSans
2204Warden.Text = "> WardenFarm"
2205Warden.TextColor3 = Color3.new(1, 1, 1)
2206Warden.TextSize = 18
2207Warden.TextStrokeColor3 = Color3.new(1, 1, 1)
2208
2209WardenOn.Name = "WardenOn"
2210WardenOn.Parent = FarmFrame
2211WardenOn.BackgroundColor3 = Color3.new(1, 1, 1)
2212WardenOn.BackgroundTransparency = 100
2213WardenOn.Position = UDim2.new(0.652708411, 0, 0.594471335, 0)
2214WardenOn.Size = UDim2.new(0, 29, 0, 19)
2215WardenOn.Font = Enum.Font.SourceSans
2216WardenOn.Text = "ON"
2217WardenOn.TextColor3 = Color3.new(0.333333, 1, 0)
2218WardenOn.TextSize = 19
2219WardenOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2220
2221WardenOff.Name = "WardenOff"
2222WardenOff.Parent = FarmFrame
2223WardenOff.BackgroundColor3 = Color3.new(1, 1, 1)
2224WardenOff.BackgroundTransparency = 100
2225WardenOff.Position = UDim2.new(0.83900404, 0, 0.592572033, 0)
2226WardenOff.Size = UDim2.new(0, 22, 0, 19)
2227WardenOff.Font = Enum.Font.SourceSans
2228WardenOff.Text = "OFF"
2229WardenOff.TextColor3 = Color3.new(1, 0, 0)
2230WardenOff.TextSize = 19
2231WardenOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2232
2233DarkMaster.Name = "DarkMaster"
2234DarkMaster.Parent = FarmFrame
2235DarkMaster.BackgroundColor3 = Color3.new(1, 1, 1)
2236DarkMaster.BackgroundTransparency = 100
2237DarkMaster.Position = UDim2.new(0.0173077714, 0, 0.660115123, 0)
2238DarkMaster.Size = UDim2.new(0, 97, 0, 24)
2239DarkMaster.Font = Enum.Font.SourceSans
2240DarkMaster.Text = "> DarkMaster"
2241DarkMaster.TextColor3 = Color3.new(1, 1, 1)
2242DarkMaster.TextSize = 19
2243DarkMaster.TextStrokeColor3 = Color3.new(1, 1, 1)
2244
2245DarkMasterOn.Name = "DarkMasterOn"
2246DarkMasterOn.Parent = FarmFrame
2247DarkMasterOn.BackgroundColor3 = Color3.new(1, 1, 1)
2248DarkMasterOn.BackgroundTransparency = 100
2249DarkMasterOn.Position = UDim2.new(0.652708411, 0, 0.666969299, 0)
2250DarkMasterOn.Size = UDim2.new(0, 29, 0, 19)
2251DarkMasterOn.Font = Enum.Font.SourceSans
2252DarkMasterOn.Text = "ON"
2253DarkMasterOn.TextColor3 = Color3.new(0.333333, 1, 0)
2254DarkMasterOn.TextSize = 19
2255DarkMasterOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2256
2257DarkMasterOff.Name = "DarkMasterOff"
2258DarkMasterOff.Parent = FarmFrame
2259DarkMasterOff.BackgroundColor3 = Color3.new(1, 1, 1)
2260DarkMasterOff.BackgroundTransparency = 100
2261DarkMasterOff.Position = UDim2.new(0.83900404, 0, 0.665070117, 0)
2262DarkMasterOff.Size = UDim2.new(0, 21, 0, 20)
2263DarkMasterOff.Font = Enum.Font.SourceSans
2264DarkMasterOff.Text = "OFF"
2265DarkMasterOff.TextColor3 = Color3.new(1, 0, 0)
2266DarkMasterOff.TextSize = 19
2267DarkMasterOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2268
2269Monkeys.Name = "Monkeys"
2270Monkeys.Parent = FarmFrame
2271Monkeys.BackgroundColor3 = Color3.new(1, 1, 1)
2272Monkeys.BackgroundTransparency = 100
2273Monkeys.Position = UDim2.new(-0.00192299869, 0, 0.733961344, 0)
2274Monkeys.Size = UDim2.new(0, 83, 0, 24)
2275Monkeys.Font = Enum.Font.SourceSans
2276Monkeys.Text = "> Monkeys"
2277Monkeys.TextColor3 = Color3.new(1, 1, 1)
2278Monkeys.TextSize = 19
2279Monkeys.TextStrokeColor3 = Color3.new(1, 1, 1)
2280
2281MonkeysOn.Name = "MonkeysOn"
2282MonkeysOn.Parent = FarmFrame
2283MonkeysOn.BackgroundColor3 = Color3.new(1, 1, 1)
2284MonkeysOn.BackgroundTransparency = 100
2285MonkeysOn.Position = UDim2.new(0.652708411, 0, 0.740815461, 0)
2286MonkeysOn.Size = UDim2.new(0, 29, 0, 19)
2287MonkeysOn.Font = Enum.Font.SourceSans
2288MonkeysOn.Text = "ON"
2289MonkeysOn.TextColor3 = Color3.new(0.333333, 1, 0)
2290MonkeysOn.TextSize = 19
2291MonkeysOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2292
2293MonkeysOff.Name = "MonkeysOff"
2294MonkeysOff.Parent = FarmFrame
2295MonkeysOff.BackgroundColor3 = Color3.new(1, 1, 1)
2296MonkeysOff.BackgroundTransparency = 100
2297MonkeysOff.Position = UDim2.new(0.83900404, 0, 0.738916159, 0)
2298MonkeysOff.Size = UDim2.new(0, 21, 0, 20)
2299MonkeysOff.Font = Enum.Font.SourceSans
2300MonkeysOff.Text = "OFF"
2301MonkeysOff.TextColor3 = Color3.new(1, 0, 0)
2302MonkeysOff.TextSize = 19
2303MonkeysOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2304
2305Gorilla.Name = "Gorilla"
2306Gorilla.Parent = FarmFrame
2307Gorilla.BackgroundColor3 = Color3.new(1, 1, 1)
2308Gorilla.BackgroundTransparency = 100
2309Gorilla.Position = UDim2.new(-0.00192299869, 0, 0.798576653, 0)
2310Gorilla.Size = UDim2.new(0, 69, 0, 24)
2311Gorilla.Font = Enum.Font.SourceSans
2312Gorilla.Text = "> Gorilla"
2313Gorilla.TextColor3 = Color3.new(1, 1, 1)
2314Gorilla.TextSize = 19
2315Gorilla.TextStrokeColor3 = Color3.new(1, 1, 1)
2316
2317GorillaOn.Name = "GorillaOn"
2318GorillaOn.Parent = FarmFrame
2319GorillaOn.BackgroundColor3 = Color3.new(1, 1, 1)
2320GorillaOn.BackgroundTransparency = 100
2321GorillaOn.Position = UDim2.new(0.652708411, 0, 0.80543083, 0)
2322GorillaOn.Size = UDim2.new(0, 29, 0, 19)
2323GorillaOn.Font = Enum.Font.SourceSans
2324GorillaOn.Text = "ON"
2325GorillaOn.TextColor3 = Color3.new(0.333333, 1, 0)
2326GorillaOn.TextSize = 19
2327GorillaOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2328
2329GorillaOff.Name = "GorillaOff"
2330GorillaOff.Parent = FarmFrame
2331GorillaOff.BackgroundColor3 = Color3.new(1, 1, 1)
2332GorillaOff.BackgroundTransparency = 100
2333GorillaOff.Position = UDim2.new(0.83900404, 0, 0.803531408, 0)
2334GorillaOff.Size = UDim2.new(0, 21, 0, 20)
2335GorillaOff.Font = Enum.Font.SourceSans
2336GorillaOff.Text = "OFF"
2337GorillaOff.TextColor3 = Color3.new(1, 0, 0)
2338GorillaOff.TextSize = 19
2339GorillaOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2340
2341MarineCaptain.Name = "MarineCaptain"
2342MarineCaptain.Parent = FarmFrame
2343MarineCaptain.BackgroundColor3 = Color3.new(1, 1, 1)
2344MarineCaptain.BackgroundTransparency = 100
2345MarineCaptain.Position = UDim2.new(-0.00192299869, 0, 0.863192022, 0)
2346MarineCaptain.Size = UDim2.new(0, 96, 0, 24)
2347MarineCaptain.Font = Enum.Font.SourceSans
2348MarineCaptain.Text = "> MarineCap"
2349MarineCaptain.TextColor3 = Color3.new(1, 1, 1)
2350MarineCaptain.TextSize = 19
2351MarineCaptain.TextStrokeColor3 = Color3.new(1, 1, 1)
2352
2353MarineCaptainOn.Name = "MarineCaptainOn"
2354MarineCaptainOn.Parent = FarmFrame
2355MarineCaptainOn.BackgroundColor3 = Color3.new(1, 1, 1)
2356MarineCaptainOn.BackgroundTransparency = 100
2357MarineCaptainOn.Position = UDim2.new(0.652708411, 0, 0.870046198, 0)
2358MarineCaptainOn.Size = UDim2.new(0, 29, 0, 19)
2359MarineCaptainOn.Font = Enum.Font.SourceSans
2360MarineCaptainOn.Text = "ON"
2361MarineCaptainOn.TextColor3 = Color3.new(0.333333, 1, 0)
2362MarineCaptainOn.TextSize = 19
2363MarineCaptainOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2364
2365MarineCaptainOff.Name = "MarineCaptainOff"
2366MarineCaptainOff.Parent = FarmFrame
2367MarineCaptainOff.BackgroundColor3 = Color3.new(1, 1, 1)
2368MarineCaptainOff.BackgroundTransparency = 100
2369MarineCaptainOff.Position = UDim2.new(0.83900404, 0, 0.868146777, 0)
2370MarineCaptainOff.Size = UDim2.new(0, 22, 0, 20)
2371MarineCaptainOff.Font = Enum.Font.SourceSans
2372MarineCaptainOff.Text = "OFF"
2373MarineCaptainOff.TextColor3 = Color3.new(1, 0, 0)
2374MarineCaptainOff.TextSize = 19
2375MarineCaptainOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2376
2377ViceAdmiral.Name = "ViceAdmiral"
2378ViceAdmiral.Parent = FarmFrame
2379ViceAdmiral.BackgroundColor3 = Color3.new(1, 1, 1)
2380ViceAdmiral.BackgroundTransparency = 100
2381ViceAdmiral.Position = UDim2.new(-0.00192299869, 0, 0.937038183, 0)
2382ViceAdmiral.Size = UDim2.new(0, 101, 0, 20)
2383ViceAdmiral.Font = Enum.Font.SourceSans
2384ViceAdmiral.Text = "> ViceAdmiral"
2385ViceAdmiral.TextColor3 = Color3.new(1, 1, 1)
2386ViceAdmiral.TextSize = 19
2387ViceAdmiral.TextStrokeColor3 = Color3.new(1, 1, 1)
2388
2389ViceAdmiralOn.Name = "ViceAdmiralOn"
2390ViceAdmiralOn.Parent = FarmFrame
2391ViceAdmiralOn.BackgroundColor3 = Color3.new(1, 1, 1)
2392ViceAdmiralOn.BackgroundTransparency = 100
2393ViceAdmiralOn.Position = UDim2.new(0.652708471, 0, 0.94288218, 0)
2394ViceAdmiralOn.Size = UDim2.new(0, 29, 0, 16)
2395ViceAdmiralOn.Font = Enum.Font.SourceSans
2396ViceAdmiralOn.Text = "ON"
2397ViceAdmiralOn.TextColor3 = Color3.new(0.333333, 1, 0)
2398ViceAdmiralOn.TextSize = 19
2399ViceAdmiralOn.TextStrokeColor3 = Color3.new(1, 1, 1)
2400
2401ViceAdmiralOff.Name = "ViceAdmiralOff"
2402ViceAdmiralOff.Parent = FarmFrame
2403ViceAdmiralOff.BackgroundColor3 = Color3.new(1, 1, 1)
2404ViceAdmiralOff.BackgroundTransparency = 100
2405ViceAdmiralOff.Position = UDim2.new(0.83900404, 0, 0.941262782, 0)
2406ViceAdmiralOff.Size = UDim2.new(0, 22, 0, 17)
2407ViceAdmiralOff.Font = Enum.Font.SourceSans
2408ViceAdmiralOff.Text = "OFF"
2409ViceAdmiralOff.TextColor3 = Color3.new(1, 0, 0)
2410ViceAdmiralOff.TextSize = 19
2411ViceAdmiralOff.TextStrokeColor3 = Color3.new(1, 1, 1)
2412
2413-- Scripts:
2414
2415local function HJJG_fake_script() -- TextLabelColor1.LocalScript
2416 local script = Instance.new('LocalScript', TextLabelColor1)
2417
2418 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
2419
2420 counter = 0
2421
2422 while wait(1.5)do
2423 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
2424
2425 counter = counter + 0.01
2426 end
2427end
2428coroutine.wrap(HJJG_fake_script)()
2429local function UFJRQ_fake_script() -- TextLabelColor2.LocalScript
2430 local script = Instance.new('LocalScript', TextLabelColor2)
2431
2432 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
2433
2434 counter = 0
2435
2436 while wait(1.5)do
2437 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
2438
2439 counter = counter + 0.01
2440 end
2441end
2442coroutine.wrap(UFJRQ_fake_script)()
2443local function PLXKWMQ_fake_script() -- TextLabelColor2_2.LocalScript
2444 local script = Instance.new('LocalScript', TextLabelColor2_2)
2445
2446 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
2447
2448 counter = 0
2449
2450 while wait(1.5)do
2451 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
2452
2453 counter = counter + 0.01
2454 end
2455end
2456coroutine.wrap(PLXKWMQ_fake_script)()
2457
2458game:GetService("StarterGui"):SetCore("SendNotification", {
2459Title = "READ MEEEEE!!!!!!!!!!!";
2460Text = "YOU HAVE TO TP TO ISLAND FOR EACH SPECIFIC FARM ON NPC FOR AUTOFARM TO WORK!!!!!!";
2461Duration = 15000;
2462})
2463
2464Ice.MouseButton1Down:connect(function()
2465game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1389, 93, -1337)
2466end)
2467
2468Sand.MouseButton1Down:connect(function()
2469game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(901, 10, 4382)
2470end)
2471
2472Sky.MouseButton1Down:connect(function()
2473game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4800, 722, -2561)
2474end)
2475
2476Pirate.MouseButton1Down:connect(function()
2477game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1056, 23, 1439)
2478end)
2479
2480Buggy.MouseButton1Down:connect(function()
2481game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1277, 16, 4290)
2482end)
2483
2484Marienford.MouseButton1Down:connect(function()
2485game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4962, 25, 4245)
2486end)
2487
2488Marine.MouseButton1Down:connect(function()
2489game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2651, 12, 2069)
2490end)
2491
2492Louge.MouseButton1Down:connect(function()
2493game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-628, 8, 1662)
2494end)
2495
2496Impel.MouseButton1Down:connect(function()
2497game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5302, 91, 750)
2498end)
2499
2500PirateOn.MouseButton1Click:connect(function()
2501 _G.farm = true
2502 while _G.farm do
2503 wait(0)
2504
2505 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2506 if v.Name == "Pirate [Lv. 35]" then
2507 if v.Humanoid.Health > 0 then
2508 repeat wait()
2509 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2510 until v.Humanoid.Health == 0 or _G.farm == false
2511 end
2512 end
2513 end
2514 end
2515
2516end)
2517
2518PrateOff.MouseButton1Click:connect(function()
2519 _G.farm = false
2520
2521end)
2522
2523BruteOn.MouseButton1Click:connect(function()
2524 _G.farm2 = true
2525 while _G.farm2 do
2526 wait(0)
2527
2528 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2529 if v.Name == "Brute [Lv. 45]" then
2530 if v.Humanoid.Health > 0 then
2531 repeat wait()
2532 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2533 until v.Humanoid.Health == 0 or _G.farm2 == false
2534 end
2535 end
2536 end
2537 end
2538
2539end)
2540
2541BruteOff.MouseButton1Click:connect(function()
2542 _G.farm2 = false
2543
2544end)
2545
2546SnowBanditsOff.MouseButton1Click:connect(function()
2547 _G.farm3 = false
2548
2549end)
2550
2551SnowBanditsOn.MouseButton1Click:connect(function()
2552 _G.farm3 = true
2553 while _G.farm3 do
2554 wait(0)
2555
2556 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2557 if v.Name == "Snow Bandit [Lv. 90]" then
2558 if v.Humanoid.Health > 0 then
2559 repeat wait()
2560 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2561 until v.Humanoid.Health == 0 or _G.farm3 == false
2562 end
2563 end
2564 end
2565 end
2566
2567end)
2568
2569YetiOn.MouseButton1Click:connect(function()
2570 _G.farm5 = true
2571 while _G.farm5 do
2572 wait(0)
2573
2574 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2575 if v.Name == "Yeti [Lv. 100] [Boss]" then
2576 if v.Humanoid.Health > 0 then
2577 repeat wait()
2578 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2579 until v.Humanoid.Health == 0 or _G.farm5 == false
2580 end
2581 end
2582 end
2583 end
2584
2585end)
2586
2587YetiOff.MouseButton1Click:connect(function()
2588 _G.farm5 = false
2589
2590end)
2591
2592SkyBanditsOn.MouseButton1Click:connect(function()
2593 _G.farm6 = true
2594 while _G.farm6 do
2595 wait(0)
2596
2597 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2598 if v.Name == "Sky Bandit [Lv. 150]" then
2599 if v.Humanoid.Health > 0 then
2600 repeat wait()
2601 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2602 until v.Humanoid.Health == 0 or _G.farm6 == false
2603 end
2604 end
2605 end
2606 end
2607
2608end)
2609
2610SkyBanditsOff.MouseButton1Click:connect(function()
2611 _G.farm6 = false
2612
2613end)
2614
2615DarkMasterOn.MouseButton1Click:connect(function()
2616 _G.farm7 = true
2617 while _G.farm7 do
2618 wait(0)
2619
2620 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2621 if v.Name == "Dark Master [Lv. 160]" then
2622 if v.Humanoid.Health > 0 then
2623 repeat wait()
2624 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2625 until v.Humanoid.Health == 0 or _G.farm7 == false
2626 end
2627 end
2628 end
2629 end
2630
2631end)
2632
2633DarkMasterOff.MouseButton1Click:connect(function()
2634 _G.farm7 = false
2635
2636end)
2637
2638DesertBanditsOn.MouseButton1Click:connect(function()
2639 _G.farm8 = true
2640 while _G.farm8 do
2641 wait(0)
2642
2643 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2644 if v.Name == "Desert Bandit [Lv. 60]" then
2645 if v.Humanoid.Health > 0 then
2646 repeat wait()
2647 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2648 until v.Humanoid.Health == 0 or _G.farm8 == false
2649 end
2650 end
2651 end
2652 end
2653
2654end)
2655
2656DesertBanditsOff.MouseButton1Click:connect(function()
2657 _G.farm8 = false
2658
2659end)
2660
2661WardenOn.MouseButton1Click:connect(function()
2662 _G.farm10 = true
2663 while _G.farm10 do
2664 wait(0)
2665
2666 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2667 if v.Name == "Warden [Lv. 175]" then
2668 if v.Humanoid.Health > 0 then
2669 repeat wait()
2670 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2671 until v.Humanoid.Health == 0 or _G.farm10 == false
2672 end
2673 end
2674 end
2675 end
2676
2677end)
2678
2679WardenOff.MouseButton1Click:connect(function()
2680 _G.farm10 = false
2681
2682end)
2683
2684ChiefWardeonOn.MouseButton1Click:connect(function()
2685 _G.farm11 = true
2686 while _G.farm11 do
2687 wait(0)
2688
2689 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2690 if v.Name == "Chief Warden [Lv. 200] [Boss]" then
2691 if v.Humanoid.Health > 0 then
2692 repeat wait()
2693 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2694 until v.Humanoid.Health == 0 or _G.farm11 == false
2695 end
2696 end
2697 end
2698 end
2699
2700end)
2701
2702ChiefWardeonOff.MouseButton1Click:connect(function()
2703 _G.farm11 = false
2704
2705end)
2706
2707ChestTpOn.MouseButton1Click:connect(function()
2708 _G.chest = true
2709 while _G.chest do
2710 wait(5)
2711
2712 local OriginalPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
2713 local a = game.Workspace:GetChildren()
2714 for i=1,#a do
2715 if a[i].Name:lower():match("chest") then
2716 b = false
2717 repeat wait()
2718 if a[i].Parent~=game.Workspace then
2719 b = true
2720 else
2721 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].CFrame
2722 end
2723 until b == true
2724 end
2725 end
2726 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = OriginalPos
2727 end
2728
2729end)
2730
2731ChestTpOff.MouseButton1Click:connect(function()
2732 _G.chest = false
2733
2734end)
2735
2736GorillaOff.MouseButton1Click:connect(function()
2737 _G.farm15 = false
2738
2739
2740end)
2741
2742BanditOn.MouseButton1Click:connect(function()
2743 _G.farm13 = true
2744 while _G.farm13 do
2745 wait(0)
2746
2747 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2748 if v.Name == "Bandit [Lv. 5]" then
2749 if v.Humanoid.Health > 0 then
2750 repeat wait()
2751 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2752 until v.Humanoid.Health == 0 or _G.farm13 == false
2753 end
2754 end
2755 end
2756 end
2757
2758end)
2759
2760BanditOff.MouseButton1Click:connect(function()
2761 _G.farm13 = false
2762
2763
2764end)
2765
2766MonkeysOn.MouseButton1Click:connect(function()
2767 _G.farm14 = true
2768 while _G.farm14 do
2769 wait(0)
2770
2771 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2772 if v.Name == "Monkey [Lv. 14]" then
2773 if v.Humanoid.Health > 0 then
2774 repeat wait()
2775 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2776 until v.Humanoid.Health == 0 or _G.farm14 == false
2777 end
2778 end
2779 end
2780 end
2781
2782end)
2783
2784MonkeysOff.MouseButton1Click:connect(function()
2785 _G.farm14 = false
2786
2787
2788end)
2789
2790GorillaOn.MouseButton1Click:connect(function()
2791 _G.farm15 = true
2792 while _G.farm15 do
2793 wait(0)
2794
2795 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2796 if v.Name == "Gorilla [Lv. 20]" then
2797 if v.Humanoid.Health > 0 then
2798 repeat wait()
2799 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2800 until v.Humanoid.Health == 0 or _G.farm15 == false
2801 end
2802 end
2803 end
2804 end
2805
2806end)
2807
2808MarineCaptainOn.MouseButton1Click:connect(function()
2809 _G.farm16 = true
2810 while _G.farm16 do
2811 wait(0)
2812
2813 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2814 if v.Name == "Marine Captain [Lv. 120]" then
2815 if v.Humanoid.Health > 0 then
2816 repeat wait()
2817 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2818 until v.Humanoid.Health == 0 or _G.farm16 == false
2819 end
2820 end
2821 end
2822 end
2823
2824end)
2825
2826MarineCaptainOff.MouseButton1Click:connect(function()
2827 _G.farm16 = false
2828
2829
2830end)
2831
2832ViceAdmiralOn.MouseButton1Click:connect(function()
2833 _G.farm17 = true
2834 while _G.farm17 do
2835 wait(0)
2836
2837 for i,v in pairs(game.workspace.Enemies:GetChildren()) do
2838 if v.Name == "Vice Admiral [Lv. 130] [Boss]" then
2839 if v.Humanoid.Health > 0 then
2840 repeat wait()
2841 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
2842 until v.Humanoid.Health == 0 or _G.farm17 == false
2843 end
2844 end
2845 end
2846 end
2847
2848end)
2849
2850ViceAdmiralOff.MouseButton1Click:connect(function()
2851 _G.farm17 = false
2852
2853
2854end)
2855
2856minimizefarm.MouseButton1Down:connect(function()
2857FarmFrame.Visible = false
2858end)
2859
2860openfarm.MouseButton1Down:connect(function()
2861FarmFrame.Visible = true
2862end)
2863
2864minimizeinteraction.MouseButton1Down:connect(function()
2865InterFrame.Visible = false
2866end)
2867
2868openinter.MouseButton1Down:connect(function()
2869InterFrame.Visible = true
2870end)
2871
2872minimizetep.MouseButton1Down:connect(function()
2873TeleportsFrame.Visible = false
2874end)
2875
2876opentep.MouseButton1Down:connect(function()
2877TeleportsFrame.Visible = true
2878end)
2879
2880AutoAttack.MouseButton1Down:connect(function()
2881local time = 0.05 --decrease if too slow increase if too fast
2882
2883click = false
2884m = game.Players.LocalPlayer:GetMouse()
2885m.KeyDown:connect(function(key)
2886if key == "j" then
2887if click == true then click = false
2888elseif
2889click == false then click = true
2890
2891while click == true do
2892wait(time)
2893mouse1click()
2894end
2895end
2896end
2897end)
2898end)
2899
2900--Build A Boat For Treasure
2901-- Gui to Lua
2902-- Version: 3
2903
2904-- Instances:
2905
2906local BuildABoat = Instance.new("ScreenGui")
2907local FrameInter = Instance.new("Frame")
2908local InterFrame = Instance.new("Frame")
2909local autofarm = Instance.new("TextButton")
2910local Start = Instance.new("TextButton")
2911local Stop = Instance.new("TextButton")
2912local chicken = Instance.new("TextButton")
2913local fox = Instance.new("TextButton")
2914local speed = Instance.new("TextButton")
2915local TextLabel = Instance.new("TextLabel")
2916local minimizeinteraction = Instance.new("TextButton")
2917local openinter = Instance.new("TextButton")
2918local TextLabelColor = Instance.new("TextLabel")
2919local zigzag
2920local counter
2921
2922--Properties:
2923
2924BuildABoat.Name = "Build A Boat"
2925BuildABoat.Parent = game.CoreGui
2926
2927FrameInter.Active = true
2928FrameInter.Draggable = true
2929
2930FrameInter.Name = "FrameInter"
2931FrameInter.Parent = BuildABoat
2932FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
2933FrameInter.BorderSizePixel = 0
2934FrameInter.Position = UDim2.new(0.0267956257, 0, 0.0425816476, 0)
2935FrameInter.Size = UDim2.new(0, 156, 0, 28)
2936
2937InterFrame.Name = "InterFrame"
2938InterFrame.Parent = FrameInter
2939InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2940InterFrame.BackgroundTransparency = 0.5
2941InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2942InterFrame.BorderSizePixel = 0
2943InterFrame.Position = UDim2.new(0, 0, 1, 0)
2944InterFrame.Size = UDim2.new(0, 156, 0, 112)
2945
2946autofarm.Name = "autofarm"
2947autofarm.Parent = InterFrame
2948autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
2949autofarm.BackgroundTransparency = 100
2950autofarm.Position = UDim2.new(-0.00192299869, 0, 0.0817008689, 0)
2951autofarm.Size = UDim2.new(0, 91, 0, 10)
2952autofarm.Font = Enum.Font.SourceSans
2953autofarm.Text = "> AutoFarm"
2954autofarm.TextColor3 = Color3.new(1, 1, 1)
2955autofarm.TextSize = 20
2956autofarm.TextStrokeColor3 = Color3.new(1, 1, 1)
2957
2958Start.Name = "Start"
2959Start.Parent = InterFrame
2960Start.BackgroundColor3 = Color3.new(1, 1, 1)
2961Start.BackgroundTransparency = 100
2962Start.Position = UDim2.new(0.581410229, 0, 0.0267857146, 0)
2963Start.Size = UDim2.new(0, 25, 0, 21)
2964Start.Font = Enum.Font.SourceSans
2965Start.Text = "ON"
2966Start.TextColor3 = Color3.new(0.333333, 1, 0)
2967Start.TextSize = 21
2968Start.TextStrokeColor3 = Color3.new(1, 1, 1)
2969
2970Stop.Name = "Stop"
2971Stop.Parent = InterFrame
2972Stop.BackgroundColor3 = Color3.new(1, 1, 1)
2973Stop.BackgroundTransparency = 100
2974Stop.Position = UDim2.new(0.780128181, 0, 0.0267857146, 0)
2975Stop.Size = UDim2.new(0, 28, 0, 21)
2976Stop.Font = Enum.Font.SourceSans
2977Stop.Text = "OFF"
2978Stop.TextColor3 = Color3.new(1, 0, 0)
2979Stop.TextSize = 21
2980Stop.TextStrokeColor3 = Color3.new(1, 1, 1)
2981
2982chicken.Name = "chicken"
2983chicken.Parent = InterFrame
2984chicken.BackgroundColor3 = Color3.new(1, 1, 1)
2985chicken.BackgroundTransparency = 100
2986chicken.Position = UDim2.new(-0.00192299869, 0, 0.271103889, 0)
2987chicken.Size = UDim2.new(0, 81, 0, 21)
2988chicken.Font = Enum.Font.SourceSans
2989chicken.Text = "> Chicken"
2990chicken.TextColor3 = Color3.new(1, 1, 1)
2991chicken.TextSize = 21
2992chicken.TextStrokeColor3 = Color3.new(1, 1, 1)
2993
2994fox.Name = "fox"
2995fox.Parent = InterFrame
2996fox.BackgroundColor3 = Color3.new(1, 1, 1)
2997fox.BackgroundTransparency = 100
2998fox.Position = UDim2.new(-0.00192299869, 0, 0.515422106, 0)
2999fox.Size = UDim2.new(0, 49, 0, 21)
3000fox.Font = Enum.Font.SourceSans
3001fox.Text = "> Fox"
3002fox.TextColor3 = Color3.new(1, 1, 1)
3003fox.TextSize = 21
3004fox.TextStrokeColor3 = Color3.new(1, 1, 1)
3005
3006speed.Name = "speed"
3007speed.Parent = InterFrame
3008speed.BackgroundColor3 = Color3.new(1, 1, 1)
3009speed.BackgroundTransparency = 100
3010speed.Position = UDim2.new(0.00448725792, 0, 0.756493568, 0)
3011speed.Size = UDim2.new(0, 69, 0, 21)
3012speed.Font = Enum.Font.SourceSans
3013speed.Text = "> Speed"
3014speed.TextColor3 = Color3.new(1, 1, 1)
3015speed.TextSize = 21
3016speed.TextStrokeColor3 = Color3.new(1, 1, 1)
3017
3018TextLabel.Parent = FrameInter
3019TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3020TextLabel.BackgroundTransparency = 199
3021TextLabel.Position = UDim2.new(0.0256411247, 0, 0, 0)
3022TextLabel.Size = UDim2.new(0, 148, 0, 28)
3023TextLabel.Font = Enum.Font.GothamSemibold
3024TextLabel.Text = "BABFAT"
3025TextLabel.TextColor3 = Color3.new(1, 1, 1)
3026TextLabel.TextSize = 21
3027
3028minimizeinteraction.Name = "minimizeinteraction"
3029minimizeinteraction.Parent = FrameInter
3030minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
3031minimizeinteraction.BackgroundTransparency = 100
3032minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
3033minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
3034minimizeinteraction.Font = Enum.Font.SourceSans
3035minimizeinteraction.Text = "-"
3036minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
3037minimizeinteraction.TextSize = 27
3038minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
3039
3040openinter.Name = "openinter"
3041openinter.Parent = FrameInter
3042openinter.BackgroundColor3 = Color3.new(1, 1, 1)
3043openinter.BackgroundTransparency = 100
3044openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
3045openinter.Size = UDim2.new(0, 21, 0, 20)
3046openinter.Font = Enum.Font.SourceSans
3047openinter.Text = "+"
3048openinter.TextColor3 = Color3.new(1, 1, 1)
3049openinter.TextSize = 27
3050openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
3051
3052TextLabelColor.Name = "TextLabelColor"
3053TextLabelColor.Parent = FrameInter
3054TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
3055TextLabelColor.BorderSizePixel = 0
3056TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
3057TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
3058TextLabelColor.Font = Enum.Font.SourceSans
3059TextLabelColor.Text = ""
3060TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
3061TextLabelColor.TextSize = 14
3062
3063-- Scripts:
3064
3065local function JBVJFE_fake_script() -- TextLabelColor.LocalScript
3066 local script = Instance.new('LocalScript', TextLabelColor)
3067
3068 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
3069
3070 counter = 0
3071
3072 while wait(1.5)do
3073 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
3074
3075 counter = counter + 0.01
3076 end
3077end
3078coroutine.wrap(JBVJFE_fake_script)()
3079
3080Start.MouseButton1Click:connect(function()
3081local a=select;local b=string.byte;local c=string.sub;local d=string.char;local e=type;local f=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local g,h,i,j;if bit and bit.bxor then g=bit.bxor;h=function(k,l)local m=g(k,l)if m<0 then m=4294967296+m end;return m end else g=function(k,l)local n=function(o,p)return o%(p*2)>=p end;local q=0;for r=0,31 do q=q+(n(k,2^r)~=n(l,2^r)and 2^r or 0)end;return q end;h=g end;i=function(s,t,u)return(s+t)%u end;j=function(s,t,u)return(s-t)%u end;local function v(m)if m<0 then m=4294967296+m end;return m end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local w={}local x={}local y;local z;local A={}local B={}for r=0,255 do local C,D=d(r),d(r,0)A[C]=D;B[D]=C end;local function E(F,G,H,I)if H>=256 then H,I=0,I+1;if I>=256 then G={}I=1 end end;G[d(H,I)]=F;H=H+1;return G,H,I end;local function J(K)local function L(M)local I='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'M=string.gsub(M,'[^'..I..'=]','')return M:gsub('.',function(s)if s=='='then return''end;local N,O='',I:find(s)-1;for r=6,1,-1 do N=N..(O%2^r-O%2^(r-1)>0 and'1'or'0')end;return N end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(s)if#s~=8 then return''end;local P=0;for r=1,8 do P=P+(s:sub(r,r)=='1'and 2^(8-r)or 0)end;return string.char(P)end)end;K=L(K)local Q=c(K,1,1)if Q=="u"then return c(K,2)elseif Q~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;K=c(K,2)local R=#K;local G={}local H,I=0,1;local S={}local m=1;local T=c(K,1,2)S[m]=B[T]or G[T]m=m+1;for r=3,R,2 do local U=c(K,r,r+1)local V=B[T]or G[T]if not V then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local W=B[U]or G[U]if W then S[m]=W;m=m+1;G,H,I=E(V..c(W,1,1),G,H,I)else local X=V..c(V,1,1)S[m]=X;m=m+1;G,H,I=E(X,G,H,I)end;T=U end;return f(S)end;local function Y(Z,_,a0)if a0 then local a1=Z/2^(_-1)%2^(a0-1-(_-1)+1)return a1-a1%1 else local a2=2^(_-1)if Z%(a2+a2)>=a2 then return 1 else return 0 end end end;local function a3()local a4=g(1589253134,x[6])while true do if a4==g(2889998789,x[1])then y=function(a5,a6)return g(a5+17215,a6-9620)-g(3727962987,z)end;a4=g(a4,g(258884612,z))elseif a4==g(3813318458,z)then y=function(a5,a6)return g(a5+4559,a6-27720)-g(3727967934,z)end;a4=g(a4,g(1692573509,z))elseif a4==g(3661921289,x[8])then y=function(a5,a6)return g(a5-34854,a6+19083)-g(3727996455,z)end;a4=a4-g(1768700716,x[3])elseif a4==g(839906348,x[3])then y=function(a5,a6)return g(a5-11725,a6-4831)+g(3879362053,x[8])end;a4=g(a4,g(3431486195,z))elseif a4==g(2548806131,z)then return elseif a4==g(2236625351,z)then y=function(a5,a6)return g(a5-44016,a6+30907)-g(3879339766,x[8])end;a4=a4-g(3727961287,z)elseif a4==g(897729051,x[6])then y=function(a5,a6)return g(a5+46517,a6-42518)-g(3727974321,z)end;a4=g(a4,g(3541491535,z))elseif a4==g(3839468083,x[6])then y=function(a5,a6)return g(a5-12920,a6-19470)+g(2454524818,x[2])end;a4=a4+g(2580624207,x[5])elseif a4==g(367372135,x[2])then y=function(a5,a6)return g(a5-25982,a6+25918)-g(1200589412,x[7])end;a4=g(a4,g(3733003640,z))elseif a4==g(2289238401,z)then y=function(a5,a6)return g(a5+43110,a6-48478)+g(3727976118,z)end;a4=a4-g(3727962169,z)end end end;local function a7(a8)local a9=1;local aa;local ab;local function ac()local ad=b(a8,a9,a9)a9=a9+1;return ad end;local function ae()local af,a5,a6,ag=b(a8,a9,a9+3)a9=a9+4;return ag*16777216+a6*65536+a5*256+af end;local function ah()return ae()*4294967296+ae()end;local function ai()local aj=h(ae(),w[3208247346]or(function()local s="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"w[3208247346]=g(y(2199460122,1480900766),g(3459140782,x[7]))-string.len(s)-#{4292729291,2886306552,3558343661,3627874505}return w[3208247346]end)())local ak=h(ae(),w[1173042531]or(function()local s="thats how mafia works"w[1173042531]=g(y(3200373270,3773395467),g(774566578,x[7]))-string.len(s)-#{3889714937,2857342347,304311262,90443612}return w[1173042531]end)())local al=1;local am=Y(ak,1,20)*2^32+aj;local an=Y(ak,21,31)local ao=(-1)^Y(ak,32)if an==0 then if am==0 then return ao*0 else an=1;al=0 end elseif an==2047 then if am==0 then return ao*1/0 else return ao*0/0 end end;return math.ldexp(ao,an-1023)*(al+am/2^52)end;local function ap(aq)local ar;if aq then ar=c(a8,a9,a9+aq-1)a9=a9+aq else aq=aa()if aq==0 then return""end;ar=c(a8,a9,a9+aq-1)a9=a9+aq end;return ar end;local function as(ar)local a1={}for r=1,#ar do local at=ar:sub(r,r)a1[#a1+1]=string.char(g(string.byte(at),w[3539614089]or(function()local s="print(bytecode)"w[3539614089]=g(y(251489462,986395623),g(3926043057,z))-string.len(s)-#{4185205600,4097745033}return w[3539614089]end)()))end;return table.concat(a1)end;local function au()local av={}local aw={}local ax={}local ay={[w[2574407248]or(function()local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"w[2574407248]=g(y(807275013,323972851),g(898073613,x[3]))-string.len(s)-#{3889994806,2275599301,2077256394,1149329197,1623117799}return w[2574407248]end)()]=ax,[w[679417383]or(function(...)local s="xen best rerubi paste"local az=y(3630126511,2005632051)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(2762043170,1532907501)end;az=az+aC end;w[679417383]=g(g(4167196266,az),g(3194965612,z))-string.len(s)-#{3692844327,515895460}return w[679417383]end)({},12415,{},5755,8297,{},"IiIIlIIliIiillII",14441,10562,"IlIiIIIlIIIllllIlil")]=aw,[w[1878534805]or(function()local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."w[1878534805]=g(y(2687960944,3237393659),g(109397966,x[3]))-string.len(s)-#{3585484115,1807507600,1764613641,1070255980,3456644373,1478526120,1921391520,3131113607,2662903246,3472277003}return w[1878534805]end)()]=av}ac()ac()ay[2122721655]=g(ac(),w[1359752628]or(function(...)local s="yed"local az=y(2424182258,2835895639)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(2077331908,2217615912)end;az=az-aC end;w[1359752628]=g(g(186841036,az),g(3965777600,z))-string.len(s)-#{243750143}return w[1359752628]end)(11099,{},"lIIilIiIIlIi"))ac()ay[988155619]=g(ac(),w[3320094625]or(function(...)local s="can we have an f in chat for ripull"local az=y(2703164111,911179291)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(3158805641,1136148963)end;az=az-aC end;w[3320094625]=g(g(4165396789,az),g(215194141,x[6]))-string.len(s)-#{2065290728,3335619139,2993385687,502550352,316167783,809607721,2148007620,2299443281}return w[3320094625]end)("IiIliIlIiIiIIlIlllI","IlIlIlilIlllIliii",6545,11006,4233,{},{},{}))ac()for aE=1,g(ab(),w[140943121]or(function()local s="sometimes it be like that"w[140943121]=g(y(3092198621,2832736626),g(3644721789,x[3]))-string.len(s)-#{2892378162,2814299222,3878348305,2363781948,3832250880,3568956758,1104315162,269755632,3538938931,3306181539}return w[140943121]end)())do ae()local e=ac()local aF;if e==(w[2325737412]or(function()local s="SECURE API, IMPOSSIBLE TO BYPASS!"w[2325737412]=g(y(656069878,2538075978),g(1466374593,x[8]))-string.len(s)-#{3631784509,3421827703,2912507551}return w[2325737412]end)())then aF=ac()~=0 elseif e==(w[3022512298]or(function()local s="hi xen doesn't work on sk8r please help"w[3022512298]=g(y(2689353661,2231988374),g(4218539398,z))-string.len(s)-#{1608621771,3020465138,3710249956}return w[3022512298]end)())then aF=ai()elseif e==(w[4071572166]or(function()local s="now with shitty xor string obfuscation"w[4071572166]=g(y(1960255078,2481911413),g(957136649,z))-string.len(s)-#{3962729278,59644287,726203331,1441121144,423996975}return w[4071572166]end)())then aF=c(as(ap()),1,-2)end;aw[aE-1]=aF end;ae()for aE=1,g(ab(),w[3766409639]or(function()local s="xen detects custom getfenv"w[3766409639]=g(y(385437203,2553141587),g(2040226987,x[8]))-string.len(s)-#{3946465145,3776159373}return w[3766409639]end)())do local aG=g(ae(),w[141705729]or(function(...)local s="level 1 crook = luraph, level 100 boss = xen"local az=y(4213830434,1703954794)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(2260659841,2034352925)end;az=az+aC end;w[141705729]=g(g(2067080246,az),g(164098973,x[1]))-string.len(s)-#{395567862,3747027365,3520389456,3470829345,3354363632,825756575,4239914564,2052790715}return w[141705729]end)(12719,{},{},"IilIlllIIllliIIli",{},{},"iiiIlliIiIi","IIlilI",{},1617))local aH=ac()ac()local e=ac()ac()local aI={[86854898]=aG,[1215999741]=aH,[320290014]=Y(aG,1,6),[797998570]=Y(aG,7,14)}if e==(w[1374703404]or(function()local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"w[1374703404]=g(y(4135630876,2883817273),g(3126744168,x[8]))-string.len(s)-#{1233786854,1335927681,1916571448,304225093,3644033362,3516276169,881309885}return w[1374703404]end)())then aI[849889640]=Y(aG,24,32)aI[466143446]=Y(aG,15,23)elseif e==(w[2837220648]or(function(...)local s="now comes with a free n word pass"local az=y(1762383700,4192906257)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(1745401771,2549558201)end;az=az-aC end;w[2837220648]=g(g(4042699285,az),g(3189969374,z))-string.len(s)-#{1215931527,2237942906,3285404698,3174293452,860463399,2155092501,4206391153,3375637886}return w[2837220648]end)("IliIIiIilillil",6242,535))then aI[2129107138]=Y(aG,15,32)elseif e==(w[4032401895]or(function()local s="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"w[4032401895]=g(y(2251635978,4198579283),g(2341632030,x[4]))-string.len(s)-#{1391000066,1106517387,3731509176,1461364668,1478380537,823339183}return w[4032401895]end)())then aI[1845079299]=Y(aG,15,32)-131071 end;ax[aE]=aI end;for aE=1,g(ab(),w[3316751556]or(function(...)local s="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local az=y(288265915,2779785409)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(2506149693,1788824054)end;az=az+aC end;w[3316751556]=g(g(4207675962,az),g(3855044804,z))-string.len(s)-#{1193218664,3271543515,2762801367,3690400312,2236961149,1547067891}return w[3316751556]end)("ililI",3064,7232,"iI","IliiiIiIii"))do av[aE-1]=au()end;return ay end;do assert(ap(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")ab=ae;aa=ae;local aJ=ap()ac()z=v(ab())ac()ae()local aK=0;for r=1,#aJ do local at=aJ:sub(r,r)aK=aK+string.byte(at)end;aK=g(aK,z)for aE=1,ac()do x[aE]=h(ab(),aK)end;a3()end;return au()end;local function aL(...)return a('#',...),{...}end;local function aM(ay,aN,aO)local av=ay[w[1878534805]or(function()local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."w[1878534805]=g(y(2687960944,3237393659),g(109397966,x[3]))-string.len(s)-#{3585484115,1807507600,1764613641,1070255980,3456644373,1478526120,1921391520,3131113607,2662903246,3472277003}return w[1878534805]end)()]local ax=ay[w[2574407248]or(function()local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"w[2574407248]=g(y(807275013,323972851),g(898073613,x[3]))-string.len(s)-#{3889994806,2275599301,2077256394,1149329197,1623117799}return w[2574407248]end)()]local aw=ay[w[679417383]or(function(...)local s="xen best rerubi paste"local az=y(3630126511,2005632051)local aA={...}for r,aB in pairs(aA)do local aC;local aD=type(aB)if aD=="number"then aC=aB elseif aD=="string"then aC=aB:len()elseif aD=="table"then aC=y(2762043170,1532907501)end;az=az+aC end;w[679417383]=g(g(4167196266,az),g(3194965612,z))-string.len(s)-#{3692844327,515895460}return w[679417383]end)({},12415,{},5755,8297,{},"IiIIlIIliIiillII",14441,10562,"IlIiIIIlIIIllllIlil")]return function(...)local aP,aQ=1,-1;local aR,aS={},a('#',...)-1;local aT=0;local aU={}local aV={}local aW=setmetatable({},{__index=aU,__newindex=function(aX,aY,aZ)if aY>aQ then aQ=aY end;aU[aY]=aZ end})local function a_()local aI,b0;while true do aI=ax[aP]b0=aI[1215999741]aP=aP+1;if b0==42 then local b1=j(aI[797998570],9,256)local b2=i(aI[849889640],23,512)local at=j(aI[466143446],84,512)local b3=aW;local b4,b5;local b6,b7;b4={}if b2~=1 then if b2~=0 then b6=b1+b2-1 else b6=aQ end;b7=0;for aE=b1+1,b6 do b7=b7+1;b4[b7]=b3[aE]end;b6,b5=aL(b3[b1](unpack(b4,1,b6-b1)))else b6,b5=aL(b3[b1]())end;aQ=b1-1;if at~=1 then if at~=0 then b6=b1+at-2 else b6=b6+b1-1 end;b7=0;for aE=b1,b6 do b7=b7+1;b3[aE]=b5[b7]end end elseif b0==68 then local b2=i(g(aI[849889640],70),aT,512)local at=g(aI[466143446],83)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[i(aI[797998570],96,256)]=b2+at elseif b0==217 then local b1=j(aI[797998570],59,256)~=0;local b2=i(i(aI[849889640],58,512),aT,512)local at=g(aI[466143446],45)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;if b2<at~=b1 then aP=aP+1 end elseif b0==65 then if not not aW[i(j(aI[797998570],23,256),aT,256)]==(g(j(aI[466143446],112,512),aT)==0)then aP=aP+1 end elseif b0==25 then aN[aw[j(g(aI[2129107138],181813),aT,262144)]]=aW[j(aI[797998570],30,256)]elseif b0==203 then local at=g(aI[466143446],31)local b3=aW;if at>255 then at=aw[at-256]else at=b3[at]end;b3[i(aI[797998570],7,256)]=b3[j(aI[849889640],88,512)][at]elseif b0==33 then local b1=g(aI[797998570],82)local b2=g(aI[849889640],80)local at=j(aI[466143446],48,512)local b3=aW;if at==0 then aP=aP+1;at=ax[aP][86854898]end;local b8=(at-1)*50;local b9=b3[b1]if b2==0 then b2=aQ-b1 end;for aE=1,b2 do b9[b8+aE]=b3[b1+aE]end elseif b0==24 then local b1=i(aI[797998570],91,256)local b2=g(aI[849889640],23)local b3=aW;local b4,b5;local b6;local ba=0;b4={}if b2~=1 then if b2~=0 then b6=b1+b2-1 else b6=aQ end;for aE=b1+1,b6 do b4[#b4+1]=b3[aE]end;b5={b3[b1](unpack(b4,1,b6-b1))}else b5={b3[b1]()}end;for bb in next,b5 do if bb>ba then ba=bb end end;return b5,ba elseif b0==104 then if g(aI[2129107138],210036)==1255 then aW[g(aI[797998570],43)]=z else aW[g(aI[797998570],43)]=x[g(aI[2129107138],210036)]end elseif b0==187 then local b2=j(aI[849889640],76,512)local at=i(aI[466143446],94,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[j(aI[797998570],74,256)]=b2%at elseif b0==162 then local b1=i(aI[797998570],96,256)local b2=j(aI[849889640],68,512)local b3=aW;local b7,bc;local b6;if b2==1 then return elseif b2==0 then b6=aQ else b6=b1+b2-2 end;bc={}b7=0;for aE=b1,b6 do b7=b7+1;bc[b7]=b3[aE]end;return bc,b7 elseif b0==58 then local b2=g(aI[849889640],2)local at=j(aI[466143446],29,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[g(aI[797998570],84)]=b2*at elseif b0==204 then local b1=i(aI[797998570],49,256)~=0;local b2=g(aI[849889640],0)local at=g(aI[466143446],99)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;if b2<=at~=b1 then aP=aP+1 end elseif b0==227 then local bd=av[i(aI[2129107138],242628,262144)]local b3=aW;local be;local bf;if bd[2122721655]~=0 then be={}bf=setmetatable({},{__index=function(aX,aY)local bg=be[aY]return bg[1][bg[2]]end,__newindex=function(aX,aY,aZ)local bg=be[aY]bg[1][bg[2]]=aZ end})for aE=1,bd[2122721655]do local bh=ax[aP]if bh[1215999741]==248 then be[aE-1]={b3,g(bh[849889640],92)}elseif bh[1215999741]==9 then be[aE-1]={aO,g(bh[849889640],29)}end;aP=aP+1 end;aV[#aV+1]=be end;b3[i(aI[797998570],43,256)]=aM(bd,aN,bf)elseif b0==109 then local b1=j(aI[797998570],95,256)local b2=i(aI[849889640],44,512)local at=i(aI[466143446],120,512)local b3=aW;b2=b3[b2]if at>255 then at=aw[at-256]else at=b3[at]end;b3[b1+1]=b2;b3[b1]=b2[at]elseif b0==67 then local b1=i(j(aI[797998570],79,256),aT,256)local b3=aW;b3[b1]=assert(tonumber(b3[b1]),'`for` initial value must be a number')b3[b1+1]=assert(tonumber(b3[b1+1]),'`for` limit must be a number')b3[b1+2]=assert(tonumber(b3[b1+2]),'`for` step must be a number')b3[b1]=b3[b1]-b3[b1+2]aP=aP+aI[1845079299]elseif b0==222 then local b3=aW;local b2=g(i(aI[849889640],84,512),aT)local bi=b3[b2]for aE=b2+1,i(g(aI[466143446],56),aT,512)do bi=bi..b3[aE]end;aW[i(aI[797998570],71,256)]=bi elseif b0==117 then aW[j(j(aI[797998570],112,256),aT,256)]=g(aI[849889640],121)~=0;if i(aI[466143446],64,512)~=0 then aP=aP+1 end elseif b0==60 then aW[i(aI[797998570],80,256)]=not aW[g(aI[849889640],95)]elseif b0==178 then local b3=aW;for aE=j(aI[797998570],57,256),j(i(aI[849889640],24,512),aT,512)do b3[aE]=nil end elseif b0==9 then aW[g(aI[797998570],118)]=aO[g(aI[849889640],29)]elseif b0==91 then local b2=j(aI[849889640],2,512)local at=j(aI[466143446],26,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[i(aI[797998570],62,256)]=b2-at elseif b0==173 then local b1=i(aI[797998570],83,256)local at=j(aI[466143446],81,512)local b3=aW;local b8=b1+2;local bj={b3[b1](b3[b1+1],b3[b1+2])}for aE=1,at do aW[b8+aE]=bj[aE]end;if b3[b1+3]~=nil then b3[b1+2]=b3[b1+3]else aP=aP+1 end elseif b0==46 then aW[g(aI[797998570],4)]=-aW[j(aI[849889640],119,512)]elseif b0==237 then aW[i(i(aI[797998570],96,256),aT,256)]=aw[i(aI[2129107138],141468,262144)]elseif b0==154 then local b1=i(aI[797998570],86,256)~=0;local b2=g(i(aI[849889640],58,512),aT)local at=j(aI[466143446],125,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;if b2==at~=b1 then aP=aP+1 end elseif b0==41 then local b2,at=i(aI[849889640],3,512),j(aI[466143446],45,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[j(aI[797998570],88,256)][b2]=at elseif b0==208 then local b1=j(j(aI[797998570],57,256),aT,256)local bk={}for aE=1,#aV do local bl=aV[aE]for bm=0,#bl do local bn=bl[bm]local b3=bn[1]local a9=bn[2]if b3==aW and a9>=b1 then bk[a9]=b3[a9]bn[1]=bk end end end elseif b0==71 then aO[i(aI[849889640],121,512)]=aW[i(aI[797998570],94,256)]elseif b0==79 then local b1=g(aI[797998570],106)local b3=aW;local bo=b3[b1+2]local bb=b3[b1]+bo;b3[b1]=bb;if bo>0 then if bb<=b3[b1+1]then aP=aP+aI[1845079299]b3[b1+3]=bb end else if bb>=b3[b1+1]then aP=aP+aI[1845079299]b3[b1+3]=bb end end elseif b0==241 then aT=aW[g(aI[797998570],118)]elseif b0==36 then local b2=g(aI[849889640],110)local at=j(aI[466143446],2,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[i(aI[797998570],37,256)]=b2/at elseif b0==198 then aW[i(g(aI[797998570],12),aT,256)]={}elseif b0==230 then local b2=i(j(aI[849889640],21,512),aT,512)local at=j(j(aI[466143446],67,512),aT,512)local b3=aW;if b2>255 then b2=aw[b2-256]else b2=b3[b2]end;if at>255 then at=aw[at-256]else at=b3[at]end;b3[j(aI[797998570],107,256)]=b2^at elseif b0==54 then aP=aP+aI[1845079299]elseif b0==248 then aW[g(aI[797998570],100)]=aW[g(aI[849889640],92)]elseif b0==242 then local b2=aW[i(aI[849889640],32,512)]if not not b2==(j(aI[466143446],85,512)==0)then aP=aP+1 else aW[j(g(aI[797998570],36),aT,256)]=b2 end elseif b0==253 then aW[j(aI[797998570],41,256)]=aN[aw[g(aI[2129107138],83472)]]elseif b0==157 then aW[j(aI[797998570],28,256)]=#aW[g(aI[849889640],71)]elseif b0==139 then local b1=g(aI[797998570],43)local b2=j(aI[849889640],14,512)local b3,bp=aW,aR;aQ=b1-1;for aE=b1,b1+(b2>0 and b2-1 or aS)do b3[aE]=bp[aE-b1]end end end end;local b4={...}for aE=0,aS do if aE>=ay[988155619]then aR[aE-ay[988155619]]=b4[aE+1]else aW[aE]=b4[aE+1]end end;local b2,at=a_()if b2 and at>0 then return unpack(b2,1,at)end;return end end;local function bq(br,aN)local bs=a7(br)return aM(bs,aN or getfenv(0)),bs end;return bq(J("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"),getfenv())()
3082end)
3083
3084Stop.MouseButton1Click:connect(function()
3085 _G.autofarm = false
3086end)
3087
3088minimizeinteraction.MouseButton1Down:connect(function()
3089InterFrame.Visible = false
3090end)
3091
3092openinter.MouseButton1Down:connect(function()
3093InterFrame.Visible = true
3094end)
3095
3096chicken.MouseButton1Down:connect(function()
3097local A_1 = "ChickenCharacter"
3098local Event = game:GetService("Workspace").ChangeCharacter
3099Event:FireServer(A_1)
3100end)
3101
3102fox.MouseButton1Down:connect(function()
3103local A_1 = "FoxCharacter"
3104local Event = game:GetService("Workspace").ChangeCharacter
3105Event:FireServer(A_1)
3106end)
3107
3108speed.MouseButton1Down:connect(function()
3109while true do
3110 wait()
3111 local char = game.Players.LocalPlayer.Character
3112 if char:FindFirstChild("Humanoid") ~= nil then
3113 char.Humanoid.WalkSpeed = 50
3114 end
3115end
3116end)
3117
3118--Counter Blox
3119-- Gui to Lua
3120-- Version: 3
3121
3122-- Instances:
3123
3124local Cbro = Instance.new("ScreenGui")
3125local FrameInter = Instance.new("Frame")
3126local InterFrame = Instance.new("Frame")
3127local TextLabel = Instance.new("TextLabel")
3128local TextLabel_2 = Instance.new("TextLabel")
3129local TextLabel_3 = Instance.new("TextLabel")
3130local TextLabel_4 = Instance.new("TextLabel")
3131local TextLabel_5 = Instance.new("TextLabel")
3132local TextLabel_6 = Instance.new("TextLabel")
3133local minimizeinteraction = Instance.new("TextButton")
3134local openinter = Instance.new("TextButton")
3135local TextLabelColor = Instance.new("TextLabel")
3136local zigzag
3137local counter
3138
3139--Properties:
3140
3141Cbro.Name = "Cbro"
3142Cbro.Parent = game.CoreGui
3143
3144FrameInter.Active = true
3145FrameInter.Draggable = true
3146
3147FrameInter.Name = "FrameInter"
3148FrameInter.Parent = Cbro
3149FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
3150FrameInter.BorderSizePixel = 0
3151FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
3152FrameInter.Size = UDim2.new(0, 156, 0, 28)
3153
3154InterFrame.Name = "InterFrame"
3155InterFrame.Parent = FrameInter
3156InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3157InterFrame.BackgroundTransparency = 0.5
3158InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3159InterFrame.BorderSizePixel = 0
3160InterFrame.Position = UDim2.new(0, 0, 1, 0)
3161InterFrame.Size = UDim2.new(0, 156, 0, 137)
3162
3163TextLabel.Parent = InterFrame
3164TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3165TextLabel.BackgroundTransparency = 100
3166TextLabel.Position = UDim2.new(0.00641035428, 0, 0.0583941601, 0)
3167TextLabel.Size = UDim2.new(0, 107, 0, 17)
3168TextLabel.Font = Enum.Font.SourceSans
3169TextLabel.Text = "> (E) Aimbot"
3170TextLabel.TextColor3 = Color3.new(1, 1, 1)
3171TextLabel.TextSize = 19
3172
3173TextLabel_2.Parent = InterFrame
3174TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
3175TextLabel_2.BackgroundTransparency = 100
3176TextLabel_2.Position = UDim2.new(0.0512242429, 0, 0.248175189, 0)
3177TextLabel_2.Size = UDim2.new(0, 69, 0, 17)
3178TextLabel_2.Font = Enum.Font.SourceSans
3179TextLabel_2.Text = "> (L) ESP"
3180TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
3181TextLabel_2.TextSize = 19
3182
3183TextLabel_3.Parent = InterFrame
3184TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
3185TextLabel_3.BackgroundTransparency = 100
3186TextLabel_3.Position = UDim2.new(0.203190535, 0, 0.43065694, 0)
3187TextLabel_3.Size = UDim2.new(0, 72, 0, 17)
3188TextLabel_3.Font = Enum.Font.SourceSans
3189TextLabel_3.Text = "> (T) Update ESP"
3190TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
3191TextLabel_3.TextSize = 19
3192
3193TextLabel_4.Parent = InterFrame
3194TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
3195TextLabel_4.BackgroundTransparency = 100
3196TextLabel_4.Position = UDim2.new(0.274233401, 0, 0.627737224, 0)
3197TextLabel_4.Size = UDim2.new(0, 66, 0, 17)
3198TextLabel_4.Font = Enum.Font.SourceSans
3199TextLabel_4.Text = "> (O) Change Team"
3200TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
3201TextLabel_4.TextSize = 19
3202
3203TextLabel_5.Parent = InterFrame
3204TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
3205TextLabel_5.BackgroundTransparency = 100
3206TextLabel_5.Position = UDim2.new(0.274233401, 0, 0.817518234, 0)
3207TextLabel_5.Size = UDim2.new(0, 66, 0, 17)
3208TextLabel_5.Font = Enum.Font.SourceSans
3209TextLabel_5.Text = "Based Mode"
3210TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
3211TextLabel_5.TextSize = 19
3212
3213TextLabel_6.Parent = FrameInter
3214TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
3215TextLabel_6.BackgroundTransparency = 199
3216TextLabel_6.Position = UDim2.new(0.00641036034, 0, 7.4505806e-09, 0)
3217TextLabel_6.Size = UDim2.new(0, 156, 0, 28)
3218TextLabel_6.Font = Enum.Font.GothamSemibold
3219TextLabel_6.Text = "CBRO"
3220TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
3221TextLabel_6.TextSize = 21
3222
3223minimizeinteraction.Name = "minimizeinteraction"
3224minimizeinteraction.Parent = FrameInter
3225minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
3226minimizeinteraction.BackgroundTransparency = 100
3227minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
3228minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
3229minimizeinteraction.Font = Enum.Font.SourceSans
3230minimizeinteraction.Text = "-"
3231minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
3232minimizeinteraction.TextSize = 27
3233minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
3234
3235openinter.Name = "openinter"
3236openinter.Parent = FrameInter
3237openinter.BackgroundColor3 = Color3.new(1, 1, 1)
3238openinter.BackgroundTransparency = 100
3239openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
3240openinter.Size = UDim2.new(0, 21, 0, 20)
3241openinter.Font = Enum.Font.SourceSans
3242openinter.Text = "+"
3243openinter.TextColor3 = Color3.new(1, 1, 1)
3244openinter.TextSize = 27
3245openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
3246
3247TextLabelColor.Name = "TextLabelColor"
3248TextLabelColor.Parent = FrameInter
3249TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
3250TextLabelColor.BorderSizePixel = 0
3251TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
3252TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
3253TextLabelColor.Font = Enum.Font.SourceSans
3254TextLabelColor.Text = ""
3255TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
3256TextLabelColor.TextSize = 14
3257
3258-- Scripts:
3259
3260local function VEJGE_fake_script() -- TextLabelColor.LocalScript
3261 local script = Instance.new('LocalScript', TextLabelColor)
3262
3263 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
3264
3265 counter = 0
3266
3267 while wait(1.5)do
3268 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
3269
3270 counter = counter + 0.01
3271 end
3272end
3273coroutine.wrap(VEJGE_fake_script)()
3274
3275minimizeinteraction.MouseButton1Down:connect(function()
3276InterFrame.Visible = false
3277end)
3278
3279openinter.MouseButton1Down:connect(function()
3280InterFrame.Visible = true
3281end)
3282
3283
3284local plrs = game:GetService("Players")
3285local TeamBased = true ; local teambasedswitch = "o"
3286local presskeytoaim = true; local aimkey = "e"
3287local raycast = false
3288
3289local espupdatetime = 5; autoesp = false
3290
3291
3292
3293local lockaim = true; local lockangle = 5
3294
3295
3296
3297--function findwat(folder, what)
3298-- for i, smth in pairs(folder:GetChildren()) do
3299-- if string.find(string.lower(tostring(smth)), string.lower(what)) then
3300-- return smth
3301-- end
3302-- end
3303--end
3304--
3305--local plrs = findwat(game, "Players")
3306
3307
3308
3309
3310local Gui = Instance.new("ScreenGui")
3311local Move = Instance.new("Frame")
3312local Main = Instance.new("Frame")
3313local EspStatus = Instance.new("TextLabel")
3314local st1 = Instance.new("TextLabel")
3315local st1_2 = Instance.new("TextLabel")
3316local st1_3 = Instance.new("TextLabel")
3317local Name = Instance.new("TextLabel")
3318--Properties:
3319Gui.Name = "Gui"
3320Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
3321
3322Move.Name = "Move"
3323Move.Parent = Gui
3324Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
3325Move.BackgroundTransparency = 1
3326Move.BorderSizePixel = 0
3327Move.Draggable = true
3328Move.Position = UDim2.new(5.005, 0, -0.15, 0)
3329Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
3330
3331Main.Name = "Main"
3332Main.Parent = Move
3333Main.BackgroundColor3 = Color3.new(1, 1, 1)
3334Main.Position = UDim2.new(5, -7, 20.9960003, 0)
3335Main.Size = UDim2.new(1, 0, 5.79699993, 0)
3336Main.Style = Enum.FrameStyle.RobloxSquare
3337
3338EspStatus.Name = "EspStatus"
3339EspStatus.Parent = Main
3340EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
3341EspStatus.BackgroundTransparency = 1
3342EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
3343EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
3344EspStatus.Font = Enum.Font.ArialBold
3345EspStatus.Text = "Press O to change team based mode"
3346EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3347EspStatus.TextScaled = true
3348EspStatus.TextWrapped = true
3349
3350st1.Name = "st1"
3351st1.Parent = Main
3352st1.BackgroundColor3 = Color3.new(1, 1, 1)
3353st1.BackgroundTransparency = 1
3354st1.Position = UDim2.new(0.271787882, 0, 0, 0)
3355st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
3356st1.Font = Enum.Font.ArialBold
3357st1.Text = ""
3358st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
3359st1.TextScaled = true
3360st1.TextSize = 14
3361st1.TextWrapped = true
3362
3363st1_2.Name = "st1"
3364st1_2.Parent = Main
3365st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
3366st1_2.BackgroundTransparency = 1
3367st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
3368st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
3369st1_2.Font = Enum.Font.ArialBold
3370st1_2.Text = "Press E to lock on a person inside ur view"
3371st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3372st1_2.TextScaled = true
3373st1_2.TextWrapped = true
3374
3375st1_3.Name = "st1"
3376st1_3.Parent = Main
3377st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
3378st1_3.BackgroundTransparency = 1
3379st1_3.Position = UDim2.new(0, 0, 0.54, 0)
3380st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
3381st1_3.Font = Enum.Font.ArialBold
3382st1_3.Text = "Press L to enable esp loop and press T to update esp"
3383st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3384st1_3.TextScaled = true
3385st1_3.TextWrapped = true
3386
3387
3388Name.Name = "Name"
3389Name.Parent = Move
3390Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
3391Name.BackgroundTransparency = 1
3392Name.Position = UDim2.new(0, 25, 20.9860001, 0)
3393Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
3394Name.Font = Enum.Font.Arcade
3395Name.Text = "ARSENAL GUI"
3396Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
3397Name.TextScaled = true
3398Name.TextSize = 12
3399Name.TextWrapped = true
3400-- Scripts:
3401
3402
3403local plrsforaim = {}
3404
3405local lplr = game:GetService("Players").LocalPlayer
3406Move.Draggable = true
3407Gui.ResetOnSpawn = false
3408Gui.Name = "Chat"
3409Gui.DisplayOrder = 999
3410
3411 Gui.Parent = plrs.LocalPlayer.PlayerGui
3412
3413
3414f = {}
3415local espforlder
3416
3417f.addesp = function()
3418 --print("ESP ran")
3419 if espforlder then
3420 else
3421 espforlder = Instance.new("Folder")
3422 espforlder.Parent = game.Workspace.CurrentCamera
3423 end
3424 for i, v in pairs(espforlder:GetChildren()) do
3425 v:Destroy()
3426 end
3427 for _, plr in pairs(plrs:GetChildren()) do
3428 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
3429 if TeamBased == true then
3430 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
3431 local e = espforlder:FindFirstChild(plr.Name)
3432 if not e then
3433 --print("Added esp for team based")
3434 local bill = Instance.new("BillboardGui", espforlder)
3435 bill.Name = plr.Name
3436 bill.AlwaysOnTop = true
3437 bill.Size = UDim2.new(1,0,1,0)
3438 bill.Adornee = plr.Character.Head
3439 local Frame = Instance.new('Frame',bill)
3440 Frame.Active = true
3441 Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
3442 Frame.BackgroundTransparency = 0
3443 Frame.BorderSizePixel = 0
3444 Frame.AnchorPoint = Vector2.new(.5, .5)
3445 Frame.Position = UDim2.new (0.5,0,0.5,0)
3446 Frame.Size = UDim2.new (1,0,1,0)
3447 Frame.Rotation = 0
3448 plr.Character.Humanoid.Died:Connect(function()
3449 bill:Destroy()
3450 end)
3451 end
3452 end
3453 else
3454 local e = espforlder:FindFirstChild(plr.Name)
3455 if not e then
3456 --print("Added esp")
3457 local bill = Instance.new("BillboardGui", espforlder)
3458 bill.Name = plr.Name
3459 bill.AlwaysOnTop = true
3460 bill.Size = UDim2.new(1,0,1,0)
3461 bill.Adornee = plr.Character.Head
3462 local Frame = Instance.new('Frame',bill)
3463 Frame.Active = true
3464 Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
3465 Frame.BackgroundTransparency = 0
3466 Frame.BorderSizePixel = 0
3467 Frame.AnchorPoint = Vector2.new(.5, .5)
3468 Frame.Position = UDim2.new (0.5,0,0.5,0)
3469 Frame.Size = UDim2.new (1,0,1,0)
3470 Frame.Rotation = 0
3471 plr.Character.Humanoid.Died:Connect(function()
3472 bill:Destroy()
3473 end)
3474 end
3475 end
3476
3477
3478 end
3479 end
3480end
3481local cam = game.Workspace.CurrentCamera
3482
3483local mouse = lplr:GetMouse()
3484local switch = false
3485local key = "k"
3486local aimatpart = nil
3487mouse.KeyDown:Connect(function(a)
3488 if a == "t" then
3489 print("worked1")
3490 f.addesp()
3491 elseif a == "u" then
3492 if raycast == true then
3493 raycast = false
3494 else
3495 raycast = true
3496 end
3497 elseif a == "l" then
3498 if autoesp == false then
3499 autoesp = true
3500 else
3501 autoesp = false
3502 end
3503 end
3504 if a == "j" then
3505 if mouse.Target then
3506 mouse.Target:Destroy()
3507 end
3508 end
3509 if a == key then
3510 if switch == false then
3511 switch = true
3512 else
3513 switch = false
3514 if aimatpart ~= nil then
3515 aimatpart = nil
3516 end
3517 end
3518 elseif a == teambasedswitch then
3519 if TeamBased == true then
3520 TeamBased = false
3521 teambasedstatus.Text = tostring(TeamBased)
3522 else
3523 TeamBased = true
3524 teambasedstatus.Text = tostring(TeamBased)
3525 end
3526 elseif a == aimkey then
3527 if not aimatpart then
3528 local maxangle = math.rad(20)
3529 for i, plr in pairs(plrs:GetChildren()) do
3530 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
3531 if TeamBased == true then
3532 if plr.Team.Name ~= lplr.Team.Name then
3533 local an = checkfov(plr.Character.Head)
3534 if an < maxangle then
3535 maxangle = an
3536 aimatpart = plr.Character.Head
3537 end
3538 end
3539 else
3540 local an = checkfov(plr.Character.Head)
3541 if an < maxangle then
3542 maxangle = an
3543 aimatpart = plr.Character.Head
3544 end
3545 print(plr)
3546 end
3547 plr.Character.Humanoid.Died:Connect(function()
3548 if aimatpart.Parent == plr.Character or aimatpart == nil then
3549 aimatpart = nil
3550 end
3551 end)
3552 end
3553 end
3554 else
3555 aimatpart = nil
3556 end
3557 end
3558end)
3559
3560function getfovxyz (p0, p1, deg)
3561 local x1, y1, z1 = p0:ToOrientation()
3562 local cf = CFrame.new(p0.p, p1.p)
3563 local x2, y2, z2 = cf:ToOrientation()
3564 --local d = math.deg
3565 if deg then
3566 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
3567 else
3568 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
3569 end
3570end
3571
3572function getaimbotplrs()
3573 plrsforaim = {}
3574 for i, plr in pairs(plrs:GetChildren()) do
3575 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
3576
3577 if TeamBased == true then
3578 if plr.Team.Name ~= lplr.Team.Name then
3579 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
3580 local r = Ray.new(cf, cf.LookVector * 10000)
3581 local ign = {}
3582 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
3583 if v:IsA("BasePart") then
3584 table.insert(ign , v)
3585 end
3586 end
3587 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
3588 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
3589 table.insert(plrsforaim, obj)
3590 end
3591 end
3592 else
3593 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
3594 local r = Ray.new(cf, cf.LookVector * 10000)
3595 local ign = {}
3596 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
3597 if v:IsA("BasePart") then
3598 table.insert(ign , v)
3599 end
3600 end
3601 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
3602 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
3603 table.insert(plrsforaim, obj)
3604 end
3605 end
3606
3607
3608 end
3609 end
3610end
3611
3612function aimat(part)
3613 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
3614end
3615function checkfov (part)
3616 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
3617 local angle = math.abs(fov.X) + math.abs(fov.Y)
3618 return angle
3619end
3620
3621game:GetService("RunService").RenderStepped:Connect(function()
3622 if aimatpart then
3623 aimat(aimatpart)
3624 if aimatpart.Parent == plrs.LocalPlayer.Character then
3625 aimatpart = nil
3626 end
3627 end
3628
3629
3630-- if switch == true then
3631-- local maxangle = 99999
3632--
3633-- --print("Loop")
3634-- if true and raycast == false then
3635-- for i, plr in pairs(plrs:GetChildren()) do
3636-- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
3637-- if TeamBased then
3638-- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
3639-- local an = checkfov(plr.Character.Head)
3640-- if an < maxangle then
3641-- maxangle = an
3642-- aimatpart = plr.Character.Head
3643-- if an < lockangle then
3644-- break
3645-- end
3646-- end
3647-- end
3648-- else
3649-- local an = checkfov(plr.Character.Head)
3650-- if an < maxangle then
3651-- maxangle = an
3652-- aimatpart = plr.Character.Head
3653-- if an < lockangle then
3654-- break
3655-- end
3656-- end
3657-- end
3658--
3659--
3660--
3661--
3662-- end
3663-- end
3664-- elseif raycast == true then
3665--
3666-- end
3667
3668 if raycast == true and switch == false and not aimatpart then
3669 getaimbotplrs()
3670 aimatpart = nil
3671 local maxangle = 999
3672 for i, v in ipairs(plrsforaim) do
3673 if v.Parent ~= lplr.Character then
3674 local an = checkfov(v)
3675 if an < maxangle and v ~= lplr.Character.Head then
3676 maxangle = an
3677 aimatpart = v
3678 print(v:GetFullName())
3679 v.Parent.Humanoid.Died:connect(function()
3680 aimatpart = nil
3681 end)
3682 end
3683 end
3684 end
3685
3686 end
3687end)
3688delay(0, function()
3689 while wait(espupdatetime) do
3690 if autoesp == true then
3691 pcall(function()
3692 f.addesp()
3693 end)
3694 end
3695 end
3696end)
3697warn("loaded")
3698
3699-- Murder Mystery 2
3700-- Gui to Lua
3701-- Version: 3
3702
3703-- Instances:
3704
3705local MuderMystery2 = Instance.new("ScreenGui")
3706local FrameInter = Instance.new("Frame")
3707local InterFrame = Instance.new("Frame")
3708local TextLabel = Instance.new("TextLabel")
3709local StartEsp = Instance.new("TextButton")
3710local StopEsp = Instance.new("TextButton")
3711local bringgun = Instance.new("TextButton")
3712local tpmurder = Instance.new("TextButton")
3713local tpsheriff = Instance.new("TextButton")
3714local tplobby = Instance.new("TextButton")
3715local TextLabel_2 = Instance.new("TextLabel")
3716local minimizeinteraction = Instance.new("TextButton")
3717local openinter = Instance.new("TextButton")
3718local TextLabelColor = Instance.new("TextLabel")
3719local zigzag
3720local counter
3721
3722--Properties:
3723
3724MuderMystery2.Name = "Muder Mystery 2"
3725MuderMystery2.Parent = game.CoreGui
3726
3727FrameInter.Active = true
3728FrameInter.Draggable = true
3729
3730FrameInter.Name = "FrameInter"
3731FrameInter.Parent = MuderMystery2
3732FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
3733FrameInter.BorderSizePixel = 0
3734FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
3735FrameInter.Size = UDim2.new(0, 156, 0, 28)
3736
3737InterFrame.Name = "InterFrame"
3738InterFrame.Parent = FrameInter
3739InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3740InterFrame.BackgroundTransparency = 0.5
3741InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3742InterFrame.BorderSizePixel = 0
3743InterFrame.Position = UDim2.new(0, 0, 1.00000024, 0)
3744InterFrame.Size = UDim2.new(0, 156, 0, 120)
3745
3746TextLabel.Parent = InterFrame
3747TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3748TextLabel.BackgroundTransparency = 100
3749TextLabel.Size = UDim2.new(0, 55, 0, 28)
3750TextLabel.Font = Enum.Font.SourceSans
3751TextLabel.Text = "> ESP"
3752TextLabel.TextColor3 = Color3.new(1, 1, 1)
3753TextLabel.TextSize = 21
3754
3755StartEsp.Name = "StartEsp"
3756StartEsp.Parent = InterFrame
3757StartEsp.BackgroundColor3 = Color3.new(1, 1, 1)
3758StartEsp.BackgroundTransparency = 100
3759StartEsp.Position = UDim2.new(0.619871795, 0, 0, 0)
3760StartEsp.Size = UDim2.new(0, 25, 0, 21)
3761StartEsp.Font = Enum.Font.SourceSans
3762StartEsp.Text = "ON"
3763StartEsp.TextColor3 = Color3.new(0.333333, 1, 0)
3764StartEsp.TextSize = 19
3765StartEsp.TextStrokeColor3 = Color3.new(1, 1, 1)
3766
3767StopEsp.Name = "StopEsp"
3768StopEsp.Parent = InterFrame
3769StopEsp.BackgroundColor3 = Color3.new(1, 1, 1)
3770StopEsp.BackgroundTransparency = 100
3771StopEsp.Position = UDim2.new(0.799358964, 0, 0, 0)
3772StopEsp.Size = UDim2.new(0, 25, 0, 21)
3773StopEsp.Font = Enum.Font.SourceSans
3774StopEsp.Text = "OFF"
3775StopEsp.TextColor3 = Color3.new(1, 0, 0)
3776StopEsp.TextSize = 19
3777StopEsp.TextStrokeColor3 = Color3.new(1, 1, 1)
3778
3779bringgun.Name = "bringgun"
3780bringgun.Parent = InterFrame
3781bringgun.BackgroundColor3 = Color3.new(1, 1, 1)
3782bringgun.BackgroundTransparency = 100
3783bringgun.Position = UDim2.new(0, 0, 0.233333334, 0)
3784bringgun.Size = UDim2.new(0, 96, 0, 16)
3785bringgun.Font = Enum.Font.SourceSans
3786bringgun.Text = "> BringGun"
3787bringgun.TextColor3 = Color3.new(1, 1, 1)
3788bringgun.TextSize = 21
3789bringgun.TextStrokeColor3 = Color3.new(1, 1, 1)
3790
3791tpmurder.Name = "tpmurder"
3792tpmurder.Parent = InterFrame
3793tpmurder.BackgroundColor3 = Color3.new(1, 1, 1)
3794tpmurder.BackgroundTransparency = 100
3795tpmurder.Position = UDim2.new(0, 0, 0.433333337, 0)
3796tpmurder.Size = UDim2.new(0, 115, 0, 16)
3797tpmurder.Font = Enum.Font.SourceSans
3798tpmurder.Text = "> TpToMurder"
3799tpmurder.TextColor3 = Color3.new(1, 1, 1)
3800tpmurder.TextSize = 21
3801tpmurder.TextStrokeColor3 = Color3.new(1, 1, 1)
3802
3803tpsheriff.Name = "tpsheriff"
3804tpsheriff.Parent = InterFrame
3805tpsheriff.BackgroundColor3 = Color3.new(1, 1, 1)
3806tpsheriff.BackgroundTransparency = 100
3807tpsheriff.Position = UDim2.new(0.00641025649, 0, 0.641666651, 0)
3808tpsheriff.Size = UDim2.new(0, 108, 0, 16)
3809tpsheriff.Font = Enum.Font.SourceSans
3810tpsheriff.Text = "> TpToSheriff"
3811tpsheriff.TextColor3 = Color3.new(1, 1, 1)
3812tpsheriff.TextSize = 21
3813tpsheriff.TextStrokeColor3 = Color3.new(1, 1, 1)
3814
3815tplobby.Name = "tplobby"
3816tplobby.Parent = InterFrame
3817tplobby.BackgroundColor3 = Color3.new(1, 1, 1)
3818tplobby.BackgroundTransparency = 100
3819tplobby.Position = UDim2.new(0.00641025649, 0, 0.833333313, 0)
3820tplobby.Size = UDim2.new(0, 108, 0, 14)
3821tplobby.Font = Enum.Font.SourceSans
3822tplobby.Text = "> TpToLobby"
3823tplobby.TextColor3 = Color3.new(1, 1, 1)
3824tplobby.TextSize = 21
3825tplobby.TextStrokeColor3 = Color3.new(1, 1, 1)
3826
3827TextLabel_2.Parent = FrameInter
3828TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
3829TextLabel_2.BackgroundTransparency = 199
3830TextLabel_2.Position = UDim2.new(0.00641035428, 0, 0, 0)
3831TextLabel_2.Size = UDim2.new(0, 148, 0, 28)
3832TextLabel_2.Font = Enum.Font.GothamSemibold
3833TextLabel_2.Text = "MM2"
3834TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
3835TextLabel_2.TextSize = 21
3836
3837minimizeinteraction.Name = "minimizeinteraction"
3838minimizeinteraction.Parent = FrameInter
3839minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
3840minimizeinteraction.BackgroundTransparency = 100
3841minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
3842minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
3843minimizeinteraction.Font = Enum.Font.SourceSans
3844minimizeinteraction.Text = "-"
3845minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
3846minimizeinteraction.TextSize = 27
3847minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
3848
3849openinter.Name = "openinter"
3850openinter.Parent = FrameInter
3851openinter.BackgroundColor3 = Color3.new(1, 1, 1)
3852openinter.BackgroundTransparency = 100
3853openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
3854openinter.Size = UDim2.new(0, 21, 0, 20)
3855openinter.Font = Enum.Font.SourceSans
3856openinter.Text = "+"
3857openinter.TextColor3 = Color3.new(1, 1, 1)
3858openinter.TextSize = 27
3859openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
3860
3861TextLabelColor.Name = "TextLabelColor"
3862TextLabelColor.Parent = FrameInter
3863TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
3864TextLabelColor.BorderSizePixel = 0
3865TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
3866TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
3867TextLabelColor.Font = Enum.Font.SourceSans
3868TextLabelColor.Text = ""
3869TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
3870TextLabelColor.TextSize = 14
3871
3872-- Scripts:
3873
3874local function WNPI_fake_script() -- TextLabelColor.LocalScript
3875 local script = Instance.new('LocalScript', TextLabelColor)
3876
3877 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
3878
3879 counter = 0
3880
3881 while wait(1.5)do
3882 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
3883
3884 counter = counter + 0.01
3885 end
3886end
3887coroutine.wrap(WNPI_fake_script)()
3888
3889function murderer()
3890for i, v in pairs(game.Players:children()) do
3891if v.Backpack:findFirstChild("Knife") or v.Character:findFirstChild("Knife") then
3892return v
3893end
3894end
3895end
3896
3897function sherrif()
3898for i, v in pairs(game.Players:children()) do
3899if v.Backpack:findFirstChild("Gun") or v.Character:findFirstChild("Gun") then
3900return v
3901end
3902end
3903end
3904
3905StartEsp.MouseButton1Down:connect(function()
3906for i, v in pairs(game.Players:children()) do
3907if v.Backpack:findFirstChild("Knife") or v.Character:findFirstChild("Knife") then
3908local esp = Instance.new("BoxHandleAdornment")
3909esp.Parent = v.Character.Head
3910esp.Size = Vector3.new(1,1,1)
3911esp.Color3 = Color3.new(255, 0, 0)
3912esp.AlwaysOnTop = true
3913esp.Adornee = v.Character.Head
3914esp.Visible = true
3915esp.ZIndex = 2
3916
3917elseif v.Backpack:findFirstChild("Gun") or v.Character:findFirstChild("Gun") then
3918local esp = Instance.new("BoxHandleAdornment")
3919esp.Parent = v.Character.Head
3920esp.Size = Vector3.new(1,1,1)
3921esp.Color3 = Color3.new(0, 0, 255)
3922esp.AlwaysOnTop = true
3923esp.Adornee = v.Character.Head
3924esp.Visible = true
3925esp.ZIndex = 2
3926else
3927local esp = Instance.new("BoxHandleAdornment")
3928esp.Parent = v.Character.Head
3929esp.Size = Vector3.new(1,1,1)
3930esp.Color3 = Color3.new(0, 255, 0)
3931esp.AlwaysOnTop = true
3932esp.Adornee = v.Character.Head
3933esp.Visible = true
3934esp.ZIndex = 2
3935end
3936
3937end
3938
3939end)
3940
3941StopEsp.MouseButton1Down:connect(function()
3942for i, v in pairs(game.Players:children()) do
3943for i, a in pairs(v.Character.Head:children()) do
3944if a.ClassName == "BoxHandleAdornment" then
3945a:remove()
3946end
3947end
3948end
3949end)
3950
3951bringgun.MouseButton1Down:connect(function()
3952if game.Workspace:FindFirstChild("GunDrop") then
3953game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
3954end
3955end)
3956
3957tplobby.MouseButton1Down:connect(function()
3958game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Lobby.Radio.CFrame
3959end)
3960
3961tpmurder.MouseButton1Down:connect(function()
3962game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = murderer().Character.HumanoidRootPart.CFrame
3963end)
3964
3965tpsheriff.MouseButton1Down:connect(function()
3966game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = sherrif().Character.HumanoidRootPart.CFrame
3967end)
3968
3969minimizeinteraction.MouseButton1Down:connect(function()
3970InterFrame.Visible = false
3971end)
3972
3973openinter.MouseButton1Down:connect(function()
3974InterFrame.Visible = true
3975end)
3976
3977-- Pet Simulator 2
3978-- Gui to Lua
3979-- Version: 3
3980
3981-- Instances:
3982
3983local PetSimulator2 = Instance.new("ScreenGui")
3984local FrameInter = Instance.new("Frame")
3985local InterFrame = Instance.new("Frame")
3986local autofarm = Instance.new("TextButton")
3987local speed = Instance.new("TextButton")
3988local pet1 = Instance.new("TextButton")
3989local pet3 = Instance.new("TextButton")
3990local pet2 = Instance.new("TextButton")
3991local deletepets = Instance.new("TextButton")
3992local TextLabel = Instance.new("TextLabel")
3993local minimizeinteraction = Instance.new("TextButton")
3994local openinter = Instance.new("TextButton")
3995local TextLabelColor = Instance.new("TextLabel")
3996local LOLFrame = Instance.new("Frame")
3997local TextLabel_2 = Instance.new("TextLabel")
3998local zigzag
3999local counter
4000
4001--Properties:
4002
4003PetSimulator2.Name = "Pet Simulator 2"
4004PetSimulator2.Parent = game.CoreGui
4005
4006FrameInter.Active = true
4007FrameInter.Draggable = true
4008
4009FrameInter.Name = "FrameInter"
4010FrameInter.Parent = PetSimulator2
4011FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
4012FrameInter.BorderSizePixel = 0
4013FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
4014FrameInter.Size = UDim2.new(0, 156, 0, 28)
4015
4016InterFrame.Name = "InterFrame"
4017InterFrame.Parent = FrameInter
4018InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
4019InterFrame.BackgroundTransparency = 0.5
4020InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
4021InterFrame.BorderSizePixel = 0
4022InterFrame.Position = UDim2.new(0, 0, 1, 0)
4023InterFrame.Size = UDim2.new(0, 156, 0, 137)
4024
4025autofarm.Name = "autofarm"
4026autofarm.Parent = InterFrame
4027autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
4028autofarm.BackgroundTransparency = 100
4029autofarm.Position = UDim2.new(0.00448725792, 0, 0.0577773489, 0)
4030autofarm.Size = UDim2.new(0, 95, 0, 9)
4031autofarm.Font = Enum.Font.SourceSans
4032autofarm.Text = "> AutoFarm"
4033autofarm.TextColor3 = Color3.new(1, 1, 1)
4034autofarm.TextSize = 21
4035autofarm.TextStrokeColor3 = Color3.new(1, 1, 1)
4036
4037speed.Name = "speed"
4038speed.Parent = InterFrame
4039speed.BackgroundColor3 = Color3.new(1, 1, 1)
4040speed.BackgroundTransparency = 100
4041speed.Position = UDim2.new(0.00448725792, 0, 0.190221295, 0)
4042speed.Size = UDim2.new(0, 128, 0, 18)
4043speed.Font = Enum.Font.SourceSans
4044speed.Text = "> Speed Bypass"
4045speed.TextColor3 = Color3.new(1, 1, 1)
4046speed.TextSize = 21
4047speed.TextStrokeColor3 = Color3.new(1, 1, 1)
4048
4049pet1.Name = "pet1"
4050pet1.Parent = InterFrame
4051pet1.BackgroundColor3 = Color3.new(1, 1, 1)
4052pet1.BackgroundTransparency = 100
4053pet1.Position = UDim2.new(0.0365385413, 0, 0.365403771, 0)
4054pet1.Size = UDim2.new(0, 147, 0, 15)
4055pet1.Font = Enum.Font.SourceSans
4056pet1.Text = "> Buy Pet Tier Egg 1"
4057pet1.TextColor3 = Color3.new(1, 1, 1)
4058pet1.TextSize = 21
4059pet1.TextStrokeColor3 = Color3.new(1, 1, 1)
4060
4061pet3.Name = "pet3"
4062pet3.Parent = InterFrame
4063pet3.BackgroundColor3 = Color3.new(1, 1, 1)
4064pet3.BackgroundTransparency = 100
4065pet3.Position = UDim2.new(0.132692382, 0, 0.701170325, 0)
4066pet3.Size = UDim2.new(0, 116, 0, 17)
4067pet3.Font = Enum.Font.SourceSans
4068pet3.Text = "> Buy Pet Tier Egg 3"
4069pet3.TextColor3 = Color3.new(1, 1, 1)
4070pet3.TextSize = 21
4071pet3.TextStrokeColor3 = Color3.new(1, 1, 1)
4072
4073pet2.Name = "pet2"
4074pet2.Parent = InterFrame
4075pet2.BackgroundColor3 = Color3.new(1, 1, 1)
4076pet2.BackgroundTransparency = 100
4077pet2.Position = UDim2.new(0.0878205895, 0, 0.533286989, 0)
4078pet2.Size = UDim2.new(0, 131, 0, 17)
4079pet2.Font = Enum.Font.SourceSans
4080pet2.Text = "> Buy Pet Tier Egg 2"
4081pet2.TextColor3 = Color3.new(1, 1, 1)
4082pet2.TextSize = 21
4083pet2.TextStrokeColor3 = Color3.new(1, 1, 1)
4084
4085deletepets.Name = "deletepets"
4086deletepets.Parent = InterFrame
4087deletepets.BackgroundColor3 = Color3.new(1, 1, 1)
4088deletepets.BackgroundTransparency = 100
4089deletepets.Position = UDim2.new(0.0493590496, 0, 0.869053543, 0)
4090deletepets.Size = UDim2.new(0, 116, 0, 17)
4091deletepets.Font = Enum.Font.SourceSans
4092deletepets.Text = "> Delete All Pets"
4093deletepets.TextColor3 = Color3.new(1, 1, 1)
4094deletepets.TextSize = 21
4095deletepets.TextStrokeColor3 = Color3.new(1, 1, 1)
4096
4097TextLabel.Parent = FrameInter
4098TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
4099TextLabel.BackgroundTransparency = 199
4100TextLabel.Position = UDim2.new(0.00641036034, 0, 7.4505806e-09, 0)
4101TextLabel.Size = UDim2.new(0, 156, 0, 28)
4102TextLabel.Font = Enum.Font.GothamSemibold
4103TextLabel.Text = "Interaction"
4104TextLabel.TextColor3 = Color3.new(1, 1, 1)
4105TextLabel.TextSize = 21
4106
4107minimizeinteraction.Name = "minimizeinteraction"
4108minimizeinteraction.Parent = FrameInter
4109minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
4110minimizeinteraction.BackgroundTransparency = 100
4111minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
4112minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
4113minimizeinteraction.Font = Enum.Font.SourceSans
4114minimizeinteraction.Text = "-"
4115minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
4116minimizeinteraction.TextSize = 27
4117minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
4118
4119openinter.Name = "openinter"
4120openinter.Parent = FrameInter
4121openinter.BackgroundColor3 = Color3.new(1, 1, 1)
4122openinter.BackgroundTransparency = 100
4123openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
4124openinter.Size = UDim2.new(0, 21, 0, 20)
4125openinter.Font = Enum.Font.SourceSans
4126openinter.Text = "+"
4127openinter.TextColor3 = Color3.new(1, 1, 1)
4128openinter.TextSize = 27
4129openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
4130
4131TextLabelColor.Name = "TextLabelColor"
4132TextLabelColor.Parent = FrameInter
4133TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
4134TextLabelColor.BorderSizePixel = 0
4135TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
4136TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
4137TextLabelColor.Font = Enum.Font.SourceSans
4138TextLabelColor.Text = ""
4139TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
4140TextLabelColor.TextSize = 14
4141
4142LOLFrame.Name = "LOLFrame"
4143LOLFrame.Parent = PetSimulator2
4144LOLFrame.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
4145LOLFrame.Position = UDim2.new(0.748175204, 0, 0.755443871, 0)
4146LOLFrame.Size = UDim2.new(0, 276, 0, 89)
4147LOLFrame.Visible = false
4148
4149TextLabel_2.Parent = LOLFrame
4150TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
4151TextLabel_2.BackgroundTransparency = 100
4152TextLabel_2.Position = UDim2.new(0.275362313, 0, 0.325480223, 0)
4153TextLabel_2.Size = UDim2.new(0, 138, 0, 30)
4154TextLabel_2.Font = Enum.Font.SourceSans
4155TextLabel_2.Text = "By Ixploits!"
4156TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
4157TextLabel_2.TextSize = 50
4158
4159-- Scripts:
4160
4161local function EYMOUA_fake_script() -- TextLabelColor.LocalScript
4162 local script = Instance.new('LocalScript', TextLabelColor)
4163
4164 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
4165
4166 counter = 0
4167
4168 while wait(1.5)do
4169 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
4170
4171 counter = counter + 0.01
4172 end
4173end
4174coroutine.wrap(EYMOUA_fake_script)()
4175
4176autofarm.MouseButton1Click:connect(function()
4177local settings = {
4178 ["Coin Farm"] = {
4179 ["Enabled"] = true;
4180 ["MinHP"] = 10000; -- Min hp of the coins
4181 ["MaxHP"] = 9e+18; -- Max hp of the coins
4182 }
4183}
4184
4185game.Workspace['__THINGS'].Drops.ChildAdded:Connect(function()
4186for i , v in pairs(game.Workspace['__THINGS'].Drops:GetChildren()) do
4187for r = 0 , 8 , 1 do
4188local oh1 = { {v.Name, "id"..r }, { false, false } }
4189game:GetService("Workspace")["__THINGS"]["__REMOTES"]["take drop"]:FireServer(oh1)
4190end
4191end
4192end)
4193while true do
4194 wait()
4195for num,coin in pairs(game.workspace['__THINGS'].Coins:GetChildren()) do
4196 local a = {}
4197 if coin:FindFirstChild("Settings") ~= nil and coin.Settings.Health.Value <= settings["Coin Farm"]["MaxHP"] and coin.Settings.Health.Value >= settings["Coin Farm"]["MinHP"] then
4198 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coin.POS.CFrame + Vector3.new(0,9e+4,0)
4199 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
4200 for i , c in pairs(game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Container.Holder.Pets:GetChildren()) do
4201 if c:FindFirstChild("Equipped") ~= nil and c.Equipped.Visible == true then
4202 table.insert(a,c.Name)
4203 workspace.__THINGS.__REMOTES:FindFirstChild"join coin":InvokeServer({{coin.Name,c.Name},{false,false}})
4204 workspace.__THINGS.__REMOTES:FindFirstChild"change pet target":FireServer({{c.Name,"Coin",coin.Name},{false,false,false}})
4205 for i = 0 , 50, 1 do
4206 workspace.__THINGS.__REMOTES:FindFirstChild"farm coin":FireServer({{coin.Name,c.Name},{false,false}})
4207 end;end
4208 end
4209 repeat
4210 wait()
4211 for i , c in pairs(a) do
4212 workspace.__THINGS.__REMOTES:FindFirstChild"farm coin":FireServer({{coin.Name,c},{false,false}})
4213 end
4214 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
4215 until game.workspace['__THINGS'].Coins:FindFirstChild(coin.Name) == nil or game.Players.LocalPlayer.Character == nil or coin == nil
4216 end
4217end
4218end
4219end)
4220
4221deletepets.MouseButton1Click:connect(function()
4222local petids = game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Container.Holder.Pets:GetChildren()
4223
4224for i,v in pairs(petids) do
4225 if v.Name ~= "Empty" then --Add the PetID that you dont want to sell here.
4226 local A_1 = {[1] = {[1] = v.Name}, [2] = {[1] = false}}
4227 local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["delete pet"]Event:InvokeServer(A_1)
4228 end
4229end
4230end)
4231
4232pet1.MouseButton1Click:connect(function()
4233local A_1 = {[1] = {[1] = "1"}, -- change the "1" value to 2 or 3 for a different egg
4234[2] = {[1] = false}}
4235local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["buy egg"]Event:InvokeServer(A_1)
4236end)
4237
4238pet2.MouseButton1Click:connect(function()
4239local A_1 = {[1] = {[1] = "2"}, -- change the "1" value to 2 or 3 for a different egg
4240[2] = {[1] = false}}
4241local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["buy egg"]Event:InvokeServer(A_1)
4242end)
4243
4244pet3.MouseButton1Click:connect(function()
4245local A_1 = {[1] = {[1] = "3"}, -- change the "1" value to 2 or 3 for a different egg
4246[2] = {[1] = false}}
4247local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["buy egg"]Event:InvokeServer(A_1)
4248end)
4249
4250speed.MouseButton1Click:connect(function()
4251game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".WalkSpeed = 100
4252end)
4253
4254minimizeinteraction.MouseButton1Down:connect(function()
4255InterFrame.Visible = false
4256end)
4257
4258openinter.MouseButton1Down:connect(function()
4259InterFrame.Visible = true
4260end)
4261
4262--Vehicle Simulator
4263-- Gui to Lua
4264-- Version: 3
4265
4266-- Instances:
4267
4268local VehicleSimulator = Instance.new("ScreenGui")
4269local FrameInter = Instance.new("Frame")
4270local InterFrame = Instance.new("Frame")
4271local autofarm = Instance.new("TextButton")
4272local supercar = Instance.new("TextButton")
4273local giveallperks = Instance.new("TextButton")
4274local tpcar = Instance.new("TextButton")
4275local tpcrates = Instance.new("TextButton")
4276local TextLabel = Instance.new("TextLabel")
4277local minimizeinteraction = Instance.new("TextButton")
4278local openinter = Instance.new("TextButton")
4279local TextLabelColor = Instance.new("TextLabel")
4280local zigzag
4281local counter
4282
4283--Properties:
4284
4285VehicleSimulator.Name = "Vehicle Simulator"
4286VehicleSimulator.Parent = game.CoreGui
4287
4288FrameInter.Active = true
4289FrameInter.Draggable = true
4290
4291FrameInter.Name = "FrameInter"
4292FrameInter.Parent = VehicleSimulator
4293FrameInter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
4294FrameInter.BorderSizePixel = 0
4295FrameInter.Position = UDim2.new(0.137197077, 0, 0.187999994, 0)
4296FrameInter.Size = UDim2.new(0, 156, 0, 28)
4297
4298InterFrame.Name = "InterFrame"
4299InterFrame.Parent = FrameInter
4300InterFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
4301InterFrame.BackgroundTransparency = 0.5
4302InterFrame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
4303InterFrame.BorderSizePixel = 0
4304InterFrame.Position = UDim2.new(0, 0, 1, 0)
4305InterFrame.Size = UDim2.new(0, 156, 0, 141)
4306
4307autofarm.Name = "autofarm"
4308autofarm.Parent = InterFrame
4309autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
4310autofarm.BackgroundTransparency = 100
4311autofarm.Position = UDim2.new(0.00448725792, 0, 0.0577773489, 0)
4312autofarm.Size = UDim2.new(0, 95, 0, 10)
4313autofarm.Font = Enum.Font.SourceSans
4314autofarm.Text = "> AutoFarm"
4315autofarm.TextColor3 = Color3.new(1, 1, 1)
4316autofarm.TextSize = 21
4317autofarm.TextStrokeColor3 = Color3.new(1, 1, 1)
4318
4319supercar.Name = "supercar"
4320supercar.Parent = InterFrame
4321supercar.BackgroundColor3 = Color3.new(1, 1, 1)
4322supercar.BackgroundTransparency = 100
4323supercar.Position = UDim2.new(-0.00641025649, 0, 0.219579816, 0)
4324supercar.Size = UDim2.new(0, 95, 0, 21)
4325supercar.Font = Enum.Font.SourceSans
4326supercar.Text = "> SuperCar"
4327supercar.TextColor3 = Color3.new(1, 1, 1)
4328supercar.TextSize = 21
4329supercar.TextStrokeColor3 = Color3.new(1, 1, 1)
4330
4331giveallperks.Name = "giveallperks"
4332giveallperks.Parent = InterFrame
4333giveallperks.BackgroundColor3 = Color3.new(1, 1, 1)
4334giveallperks.BackgroundTransparency = 100
4335giveallperks.Position = UDim2.new(0.0365385413, 0, 0.433594495, 0)
4336giveallperks.Size = UDim2.new(0, 112, 0, 18)
4337giveallperks.Font = Enum.Font.SourceSans
4338giveallperks.Text = "> Give All Perks"
4339giveallperks.TextColor3 = Color3.new(1, 1, 1)
4340giveallperks.TextSize = 21
4341giveallperks.TextStrokeColor3 = Color3.new(1, 1, 1)
4342
4343tpcar.Name = "tpcar"
4344tpcar.Parent = InterFrame
4345tpcar.BackgroundColor3 = Color3.new(1, 1, 1)
4346tpcar.BackgroundTransparency = 100
4347tpcar.Position = UDim2.new(0.00448725792, 0, 0.85270679, 0)
4348tpcar.Size = UDim2.new(0, 83, 0, 20)
4349tpcar.Font = Enum.Font.SourceSans
4350tpcar.Text = "> TpToCar"
4351tpcar.TextColor3 = Color3.new(1, 1, 1)
4352tpcar.TextSize = 21
4353tpcar.TextStrokeColor3 = Color3.new(1, 1, 1)
4354
4355tpcrates.Name = "tpcrates"
4356tpcrates.Parent = InterFrame
4357tpcrates.BackgroundColor3 = Color3.new(1, 1, 1)
4358tpcrates.BackgroundTransparency = 100
4359tpcrates.Position = UDim2.new(0.0685899183, 0, 0.629774809, 0)
4360tpcrates.Size = UDim2.new(0, 84, 0, 20)
4361tpcrates.Font = Enum.Font.SourceSans
4362tpcrates.Text = "> TpToCrates"
4363tpcrates.TextColor3 = Color3.new(1, 1, 1)
4364tpcrates.TextSize = 21
4365tpcrates.TextStrokeColor3 = Color3.new(1, 1, 1)
4366
4367TextLabel.Parent = FrameInter
4368TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
4369TextLabel.BackgroundTransparency = 199
4370TextLabel.Position = UDim2.new(0.00641035428, 0, 0, 0)
4371TextLabel.Size = UDim2.new(0, 148, 0, 28)
4372TextLabel.Font = Enum.Font.GothamSemibold
4373TextLabel.Text = "Vehicle Sim"
4374TextLabel.TextColor3 = Color3.new(1, 1, 1)
4375TextLabel.TextSize = 21
4376
4377minimizeinteraction.Name = "minimizeinteraction"
4378minimizeinteraction.Parent = FrameInter
4379minimizeinteraction.BackgroundColor3 = Color3.new(1, 1, 1)
4380minimizeinteraction.BackgroundTransparency = 100
4381minimizeinteraction.Position = UDim2.new(0.826923072, 0, 0, 0)
4382minimizeinteraction.Size = UDim2.new(0, 21, 0, 24)
4383minimizeinteraction.Font = Enum.Font.SourceSans
4384minimizeinteraction.Text = "-"
4385minimizeinteraction.TextColor3 = Color3.new(1, 1, 1)
4386minimizeinteraction.TextSize = 27
4387minimizeinteraction.TextStrokeColor3 = Color3.new(1, 1, 1)
4388
4389openinter.Name = "openinter"
4390openinter.Parent = FrameInter
4391openinter.BackgroundColor3 = Color3.new(1, 1, 1)
4392openinter.BackgroundTransparency = 100
4393openinter.Position = UDim2.new(-0.00192299869, 0, 0.142857149, 0)
4394openinter.Size = UDim2.new(0, 21, 0, 20)
4395openinter.Font = Enum.Font.SourceSans
4396openinter.Text = "+"
4397openinter.TextColor3 = Color3.new(1, 1, 1)
4398openinter.TextSize = 27
4399openinter.TextStrokeColor3 = Color3.new(1, 1, 1)
4400
4401TextLabelColor.Name = "TextLabelColor"
4402TextLabelColor.Parent = FrameInter
4403TextLabelColor.BackgroundColor3 = Color3.new(1, 1, 1)
4404TextLabelColor.BorderSizePixel = 0
4405TextLabelColor.Position = UDim2.new(0.00641036034, 0, 0.928570867, 0)
4406TextLabelColor.Size = UDim2.new(0, 154, 0, 2)
4407TextLabelColor.Font = Enum.Font.SourceSans
4408TextLabelColor.Text = ""
4409TextLabelColor.TextColor3 = Color3.new(0, 0, 0)
4410TextLabelColor.TextSize = 14
4411
4412-- Scripts:
4413
4414function findCar()
4415
4416local vehicle = workspace.Vehicles:getChildren()
4417
4418for i=1,#vehicle do
4419
4420if vehicle[i]:findFirstChild("owner") then
4421
4422if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
4423
4424myCar = vehicle[i]
4425
4426end
4427
4428end
4429
4430end
4431
4432end
4433
4434local function JYKNNNU_fake_script() -- TextLabelColor.LocalScript
4435 local script = Instance.new('LocalScript', TextLabelColor)
4436
4437 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
4438
4439 counter = 0
4440
4441 while wait(1.5)do
4442 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
4443
4444 counter = counter + 0.01
4445 end
4446end
4447coroutine.wrap(JYKNNNU_fake_script)()
4448
4449giveallperks.MouseButton1Down:connect(function()
4450
4451game:GetService("Players").LocalPlayer.UserId = 1099580
4452
4453end)
4454
4455autofarm.MouseButton1Down:connect(function()
4456local waitTime = 3
4457local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
4458local found = false
4459local go = true
4460function findVehicle()
4461 while not found do
4462 local vehicles = Workspace.Vehicles:getChildren()
4463 for i=1,#vehicles do
4464 if vehicles[i]:findFirstChild'owner' then
4465 if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then
4466 found = true --Setting found to true so loop breaks
4467 vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
4468 vehStats = vehicle.Handling
4469 vehStats.MaxSpeed.Value = 800
4470 vehStats.Torque.Value = 60000
4471 vehStats.SteeringRadiusConstant.Value = 120000000
4472 elseif vehicles[i + 1] == nil and not found then
4473 hint.Text = "Please spawn and enter your vehicle!"
4474 end
4475 end
4476 end
4477 wait(1) --Waiting before checking again so we don't crash
4478 end
4479 wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
4480 vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
4481end
4482
4483function farm() --This is where the magic happens :)
4484 hint.Text = "Finished loading! Autofarm initialized."
4485 while wait(waitTime) do --Waits x seconds before resetting car
4486 vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777))
4487 game:GetService'VirtualUser':SetKeyUp("w")
4488 game:GetService'VirtualUser':SetKeyDown("w")
4489 end
4490end
4491findVehicle() --Calls the findVehicle function
4492while go do
4493 if not pcall(farm()) then
4494 found = false
4495 findVehicle()
4496 end
4497end
4498end)
4499
4500supercar.MouseButton1Down:connect(function()
4501
4502findCar()
4503
4504myCar.Handling.MaxSpeed.Value = 10000
4505
4506myCar.Handling.Torque.Value = 55555
4507
4508myCar.Handling.SteeringRadiusConstant.Value = 15000
4509
4510myCar.Handling.FrictionRoad.Value = 250
4511
4512myCar.Handling.Nitro.NitroSpeed.Value = 100000
4513
4514myCar.Handling.Nitro.NitroForce.Value = 100000
4515
4516myCar.Handling.Braking.Value = 100000
4517
4518myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
4519
4520end)
4521
4522tpcrates.MouseButton1Down:connect(function()
4523
4524 local crates = workspace:getChildren()
4525
4526for i=1,#crates do
4527
4528if crates[i].ClassName == "Model" then
4529
4530local crates2 = crates[i]:getChildren()
4531
4532for i=1,#crates2 do
4533
4534if crates2[i].ClassName == "Model" then
4535
4536local crates3 = crates2[i]:getChildren()
4537
4538for i=1,#crates3 do
4539
4540if crates3[i].ClassName == "MeshPart" then
4541
4542if crates3[i]:findFirstChild("Smoke") then
4543
4544game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
4545
4546wait()
4547
4548game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
4549
4550wait(4)
4551
4552end
4553
4554end
4555
4556end
4557
4558end
4559
4560end
4561
4562end
4563
4564end
4565
4566
4567end)
4568
4569tpcar.MouseButton1Down:connect(function()
4570
4571 findCar()
4572
4573game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
4574
4575end)
4576
4577minimizeinteraction.MouseButton1Down:connect(function()
4578InterFrame.Visible = false
4579end)
4580
4581openinter.MouseButton1Down:connect(function()
4582InterFrame.Visible = true
4583end)