· 7 years ago · Sep 23, 2018, 03:40 AM
1wait(0.3) -- debugging
2
3-- // EasyHax v0.6.0 by asdfghjkqi0325
4-- // Make sure to change GuiLocation to game.CoreGui if your exploit supports that
5
6GuiLocation = game.Players.LocalPlayer.PlayerGui
7
8-- kthxbye
9
10local guiopenboolean= false
11local gui= Instance.new("ScreenGui",GuiLocation)
12local executorenabled= true
13local guisenabled= true
14
15local openbutton= Instance.new("TextButton",gui)
16openbutton.Text= "EasyHax"
17openbutton.Size= UDim2.new(0.2,0,0.066,0)
18openbutton.Position= UDim2.new(0,0,0.434,0)
19openbutton.BackgroundColor3= Color3.fromRGB(255,255,255)
20openbutton.TextScaled= true
21openbutton.BorderSizePixel= 0
22openbutton.Font= Enum.Font.SourceSansBold
23
24local openbuttonshade= Instance.new("Frame",gui)
25openbuttonshade.Size= UDim2.new(0.2,0,0.01,0)
26openbuttonshade.Position= UDim2.new(0,0,0.5,0)
27openbuttonshade.BackgroundColor3= Color3.fromRGB(200,200,200)
28openbuttonshade.BorderSizePixel= 0
29
30local mainframe= Instance.new("Frame",gui)
31mainframe.Size= UDim2.new(0.4,0,0.4,0)
32mainframe.Position= UDim2.new(0.3,0,0.3,0)
33mainframe.Active= true
34mainframe.Draggable= true
35mainframe.BorderSizePixel= 0
36mainframe.BackgroundColor3= Color3.fromRGB(255,255,255)
37mainframe.Visible= false
38
39local mainframeshade= Instance.new("Frame",mainframe)
40mainframeshade.Size= UDim2.new(1,0,0.033,0)
41mainframeshade.Position= UDim2.new(0,0,1,0)
42mainframeshade.BackgroundColor3= Color3.fromRGB(200,200,200)
43mainframeshade.BorderSizePixel= 0
44
45local target= Instance.new("TextBox",mainframe)
46target.Text= "Target"
47target.Size= UDim2.new(0.33,0,0.1,0)
48target.Position= UDim2.new(0,0,-0.15,0)
49target.BackgroundColor3= Color3.fromRGB(255,255,255)
50target.TextColor3= Color3.fromRGB(0,0,0)
51target.TextScaled= true
52target.BorderSizePixel= 0
53target.Font= Enum.Font.SourceSansBold
54
55local targetshade= Instance.new("Frame",mainframe)
56targetshade.Size= UDim2.new(0.33,0,0.033,0)
57targetshade.Position= UDim2.new(0,0,0.-0.05,0)
58targetshade.BackgroundColor3= Color3.fromRGB(200,200,200)
59targetshade.BorderSizePixel= 0
60
61local febutton= Instance.new("TextButton",mainframe)
62febutton.Text= "FE Game"
63febutton.Size= UDim2.new(0.33,0,0.1,0)
64febutton.Position= UDim2.new(0.1,0,0.8,0)
65febutton.BackgroundColor3= Color3.fromRGB(255,0,0)
66febutton.TextColor3= Color3.fromRGB(255,255,255)
67febutton.TextScaled= true
68febutton.BorderSizePixel= 0
69febutton.Font= Enum.Font.SourceSansBold
70
71local febuttonshade= Instance.new("Frame",mainframe)
72febuttonshade.Size= UDim2.new(0.33,0,0.033,0)
73febuttonshade.Position= UDim2.new(0.1,0,0.9,0)
74febuttonshade.BackgroundColor3= Color3.fromRGB(200,0,0)
75febuttonshade.BorderSizePixel= 0
76
77local nonfebutton= Instance.new("TextButton",mainframe)
78nonfebutton.Text= "Non-FE Game"
79nonfebutton.Size= UDim2.new(0.33,0,0.1,0)
80nonfebutton.Position= UDim2.new(0.6,0,0.8,0)
81nonfebutton.BackgroundColor3= Color3.fromRGB(0,255,0)
82nonfebutton.TextColor3= Color3.fromRGB(255,255,255)
83nonfebutton.TextScaled= true
84nonfebutton.BorderSizePixel= 0
85nonfebutton.Font= Enum.Font.SourceSansBold
86
87local nonfebuttonshade= Instance.new("Frame",mainframe)
88nonfebuttonshade.Size= UDim2.new(0.33,0,0.033,0)
89nonfebuttonshade.Position= UDim2.new(0.6,0,0.9,0)
90nonfebuttonshade.BackgroundColor3= Color3.fromRGB(0,200,0)
91nonfebuttonshade.BorderSizePixel= 0
92
93local title= Instance.new("TextLabel",mainframe)
94title.Text= "EasyHax"
95title.Size= UDim2.new(0.6,0,0.2,0)
96title.Position= UDim2.new(0,0,0,0)
97title.BackgroundColor3= Color3.fromRGB(255,255,255)
98title.TextColor3= Color3.fromRGB(0,0,0)
99title.TextScaled= true
100title.BorderSizePixel= 0
101title.Font= Enum.Font.SourceSansBold
102title.TextXAlignment= Enum.TextXAlignment.Right
103title.BackgroundTransparency= 0
104
105local version= Instance.new("TextLabel",mainframe)
106version.Text= "v0.6.0"
107version.Size= UDim2.new(0.4,0,0.1,0)
108version.Position= UDim2.new(0.6,0,0.1,0)
109version.BackgroundColor3= Color3.fromRGB(255,255,255)
110version.TextColor3= Color3.fromRGB(0,0,0)
111version.TextScaled= true
112version.BorderSizePixel= 0
113version.Font= Enum.Font.SourceSansBold
114version.TextXAlignment= Enum.TextXAlignment.Left
115version.BackgroundTransparency= 0
116
117local feandnonfehelp= Instance.new("TextLabel",mainframe)
118feandnonfehelp.Text= "Welcome to EasyHax! Please select whether you want FE game scripts or Non-FE game scripts."
119feandnonfehelp.Size= UDim2.new(1,0,0.4,0)
120feandnonfehelp.Position= UDim2.new(0,0,0.2,0)
121feandnonfehelp.BackgroundColor3= Color3.fromRGB(255,255,255)
122feandnonfehelp.TextColor3= Color3.fromRGB(0,0,0)
123feandnonfehelp.TextScaled= true
124feandnonfehelp.BorderSizePixel= 0
125feandnonfehelp.Font= Enum.Font.SourceSansBold
126feandnonfehelp.BackgroundTransparency= 0
127
128local fecheck= Instance.new("TextLabel",mainframe)
129fecheck.Text= "FE: "..tostring(game.Workspace.FilteringEnabled)
130fecheck.Size= UDim2.new(1,0,0.1,0)
131fecheck.Position= UDim2.new(0,0,0.6,0)
132fecheck.BackgroundColor3= Color3.fromRGB(255,255,255)
133fecheck.TextColor3= Color3.fromRGB(0,0,0)
134fecheck.TextScaled= true
135fecheck.BorderSizePixel= 0
136fecheck.Font= Enum.Font.SourceSansBold
137fecheck.BackgroundTransparency= 0
138
139local feframe= Instance.new("Frame",mainframe)
140feframe.Size= UDim2.new(1,0,1,0)
141feframe.Position= UDim2.new(0,0,0,0)
142feframe.BackgroundTransparency= 1
143feframe.Visible= false
144
145local felocalplayer= Instance.new("TextButton",feframe)
146felocalplayer.Text= "LocalPlayer"
147felocalplayer.Size= UDim2.new(0.33,0,0.1,0)
148felocalplayer.Position= UDim2.new(0.05,0,0.5,0)
149felocalplayer.BackgroundColor3= Color3.fromRGB(255,0,0)
150felocalplayer.TextColor3= Color3.fromRGB(255,255,255)
151felocalplayer.TextScaled= true
152felocalplayer.BorderSizePixel= 0
153felocalplayer.Font= Enum.Font.SourceSansBold
154
155local felocalplayershade= Instance.new("Frame",feframe)
156felocalplayershade.Size= UDim2.new(0.33,0,0.033,0)
157felocalplayershade.Position= UDim2.new(0.05,0,0.6,0)
158felocalplayershade.BackgroundColor3= Color3.fromRGB(200,0,0)
159felocalplayershade.BorderSizePixel= 0
160
161local feothers= Instance.new("TextButton",feframe)
162feothers.Text= "Others"
163feothers.Size= UDim2.new(0.33,0,0.1,0)
164feothers.Position= UDim2.new(0.6,0,0.5,0)
165feothers.BackgroundColor3= Color3.fromRGB(255,0,0)
166feothers.TextColor3= Color3.fromRGB(255,255,255)
167feothers.TextScaled= true
168feothers.BorderSizePixel= 0
169feothers.Font= Enum.Font.SourceSansBold
170
171local feothersshade= Instance.new("Frame",feframe)
172feothersshade.Size= UDim2.new(0.33,0,0.033,0)
173feothersshade.Position= UDim2.new(0.6,0,0.6,0)
174feothersshade.BackgroundColor3= Color3.fromRGB(200,0,0)
175feothersshade.BorderSizePixel= 0
176
177local feexecutor= Instance.new("TextButton",feframe)
178feexecutor.Text= "Executor"
179feexecutor.Size= UDim2.new(0.33,0,0.1,0)
180feexecutor.Position= UDim2.new(0.05,0,0.65,0)
181feexecutor.BackgroundColor3= Color3.fromRGB(255,0,0)
182feexecutor.TextColor3= Color3.fromRGB(255,255,255)
183feexecutor.Visible= executorenabled
184feexecutor.TextScaled= true
185feexecutor.BorderSizePixel= 0
186feexecutor.Font= Enum.Font.SourceSansBold
187
188local feexecutorshade= Instance.new("Frame",feframe)
189feexecutorshade.Size= UDim2.new(0.33,0,0.033,0)
190feexecutorshade.Position= UDim2.new(0.05,0,0.75,0)
191feexecutorshade.BackgroundColor3= Color3.fromRGB(200,0,0)
192feexecutorshade.Visible= executorenabled
193feexecutorshade.BorderSizePixel= 0
194
195local fegames= Instance.new("TextButton",feframe)
196fegames.Text= "Games"
197fegames.Size= UDim2.new(0.33,0,0.1,0)
198fegames.Position= UDim2.new(0.6,0,0.65,0)
199fegames.BackgroundColor3= Color3.fromRGB(255,0,0)
200fegames.TextColor3= Color3.fromRGB(255,255,255)
201fegames.TextScaled= true
202fegames.BorderSizePixel= 0
203fegames.Visible= guisenabled
204fegames.Font= Enum.Font.SourceSansBold
205
206local fegamesshade= Instance.new("Frame",feframe)
207fegamesshade.Size= UDim2.new(0.33,0,0.033,0)
208fegamesshade.Position= UDim2.new(0.6,0,0.75,0)
209fegamesshade.BackgroundColor3= Color3.fromRGB(200,0,0)
210fegamesshade.Visible= guisenabled
211fegamesshade.BorderSizePixel= 0
212
213local feback= Instance.new("TextButton",feframe)
214feback.Text= "Back"
215feback.Size= UDim2.new(0.33,0,0.1,0)
216feback.Position= UDim2.new(0.6,0,0.8,0)
217feback.BackgroundColor3= Color3.fromRGB(0,255,0)
218feback.TextColor3= Color3.fromRGB(255,255,255)
219feback.TextScaled= true
220feback.BorderSizePixel= 0
221feback.Font= Enum.Font.SourceSansBold
222
223local febackshade= Instance.new("Frame",feframe)
224febackshade.Size= UDim2.new(0.33,0,0.033,0)
225febackshade.Position= UDim2.new(0.6,0,0.9,0)
226febackshade.BackgroundColor3= Color3.fromRGB(0,200,0)
227febackshade.BorderSizePixel= 0
228
229local felocalplayerscripts= Instance.new("Frame",mainframe)
230felocalplayerscripts.Size= UDim2.new(1,0,1,0)
231felocalplayerscripts.Position= UDim2.new(0,0,0,0)
232felocalplayerscripts.BackgroundTransparency= 1
233felocalplayerscripts.Visible= false
234
235local felocalplayerback= Instance.new("TextButton",felocalplayerscripts)
236felocalplayerback.Text= "Back"
237felocalplayerback.Size= UDim2.new(0.33,0,0.1,0)
238felocalplayerback.Position= UDim2.new(0.05,0,0.8,0)
239felocalplayerback.BackgroundColor3= Color3.fromRGB(0,255,0)
240felocalplayerback.TextColor3= Color3.fromRGB(255,255,255)
241felocalplayerback.TextScaled= true
242felocalplayerback.BorderSizePixel= 0
243felocalplayerback.Font= Enum.Font.SourceSansBold
244
245local felocalplayerbackshade= Instance.new("Frame",felocalplayerscripts)
246felocalplayerbackshade.Size= UDim2.new(0.33,0,0.033,0)
247felocalplayerbackshade.Position= UDim2.new(0.05,0,0.9,0)
248felocalplayerbackshade.BackgroundColor3= Color3.fromRGB(0,200,0)
249felocalplayerbackshade.BorderSizePixel= 0
250
251local felocalplayernext= Instance.new("TextButton",felocalplayerscripts)
252felocalplayernext.Text= "Next"
253felocalplayernext.Size= UDim2.new(0.33,0,0.1,0)
254felocalplayernext.Position= UDim2.new(0.6,0,0.8,0)
255felocalplayernext.BackgroundColor3= Color3.fromRGB(0,255,0)
256felocalplayernext.TextColor3= Color3.fromRGB(255,255,255)
257felocalplayernext.TextScaled= true
258felocalplayernext.BorderSizePixel= 0
259felocalplayernext.Font= Enum.Font.SourceSansBold
260
261local felocalplayernextshade= Instance.new("Frame",felocalplayerscripts)
262felocalplayernextshade.Size= UDim2.new(0.33,0,0.033,0)
263felocalplayernextshade.Position= UDim2.new(0.6,0,0.9,0)
264felocalplayernextshade.BackgroundColor3= Color3.fromRGB(0,200,0)
265felocalplayernextshade.BorderSizePixel= 0
266
267local fechatspam= Instance.new("TextButton",felocalplayerscripts)
268fechatspam.Text= "Spam"
269fechatspam.Size= UDim2.new(0.33,0,0.1,0)
270fechatspam.Position= UDim2.new(0.6,0,0.65,0)
271fechatspam.BackgroundColor3= Color3.fromRGB(255,0,0)
272fechatspam.TextColor3= Color3.fromRGB(255,255,255)
273fechatspam.TextScaled= true
274fechatspam.BorderSizePixel= 0
275fechatspam.Font= Enum.Font.SourceSansBold
276
277local fechatspamshade= Instance.new("Frame",felocalplayerscripts)
278fechatspamshade.Size= UDim2.new(0.33,0,0.033,0)
279fechatspamshade.Position= UDim2.new(0.6,0,0.75,0)
280fechatspamshade.BackgroundColor3= Color3.fromRGB(200,0,0)
281fechatspamshade.BorderSizePixel= 0
282
283local fechat= Instance.new("TextButton",felocalplayerscripts)
284fechat.Text= "Chat"
285fechat.Size= UDim2.new(0.33,0,0.1,0)
286fechat.Position= UDim2.new(0.05,0,0.65,0)
287fechat.BackgroundColor3= Color3.fromRGB(255,0,0)
288fechat.TextColor3= Color3.fromRGB(255,255,255)
289fechat.TextScaled= true
290fechat.BorderSizePixel= 0
291fechat.Font= Enum.Font.SourceSansBold
292
293local fechatshade= Instance.new("Frame",felocalplayerscripts)
294fechatshade.Size= UDim2.new(0.33,0,0.033,0)
295fechatshade.Position= UDim2.new(0.05,0,0.75,0)
296fechatshade.BackgroundColor3= Color3.fromRGB(200,0,0)
297fechatshade.BorderSizePixel= 0
298
299local fechatmessage= Instance.new("TextBox",felocalplayerscripts)
300fechatmessage.Text= "Message here"
301fechatmessage.Size= UDim2.new(0.88,0,0.1,0)
302fechatmessage.Position= UDim2.new(0.05,0,0.5,0)
303fechatmessage.BackgroundColor3= Color3.fromRGB(255,0,0)
304fechatmessage.TextColor3= Color3.fromRGB(255,255,255)
305fechatmessage.TextScaled= true
306fechatmessage.BorderSizePixel= 0
307fechatmessage.Font= Enum.Font.SourceSansBold
308
309local fechatmessageshade= Instance.new("Frame",felocalplayerscripts)
310fechatmessageshade.Size= UDim2.new(0.88,0,0.033,0)
311fechatmessageshade.Position= UDim2.new(0.05,0,0.6,0)
312fechatmessageshade.BackgroundColor3= Color3.fromRGB(200,0,0)
313fechatmessageshade.BorderSizePixel= 0
314
315local fenoclip= Instance.new("TextButton",felocalplayerscripts)
316fenoclip.Text= "Noclip"
317fenoclip.Size= UDim2.new(0.33,0,0.1,0)
318fenoclip.Position= UDim2.new(0.05,0,0.25,0)
319fenoclip.BackgroundColor3= Color3.fromRGB(255,0,0)
320fenoclip.TextColor3= Color3.fromRGB(255,255,255)
321fenoclip.TextScaled= true
322fenoclip.BorderSizePixel= 0
323fenoclip.Font= Enum.Font.SourceSansBold
324
325local fenoclipshade= Instance.new("Frame",felocalplayerscripts)
326fenoclipshade.Size= UDim2.new(0.33,0,0.033,0)
327fenoclipshade.Position= UDim2.new(0.05,0,0.35,0)
328fenoclipshade.BackgroundColor3= Color3.fromRGB(200,0,0)
329fenoclipshade.BorderSizePixel= 0
330
331local feinfjump= Instance.new("TextButton",felocalplayerscripts)
332feinfjump.Text= "Inf. Jump"
333feinfjump.Size= UDim2.new(0.33,0,0.1,0)
334feinfjump.Position= UDim2.new(0.6,0,0.25,0)
335feinfjump.BackgroundColor3= Color3.fromRGB(255,0,0)
336feinfjump.TextColor3= Color3.fromRGB(255,255,255)
337feinfjump.TextScaled= true
338feinfjump.BorderSizePixel= 0
339feinfjump.Font= Enum.Font.SourceSansBold
340
341local feinfjumpshade= Instance.new("Frame",felocalplayerscripts)
342feinfjumpshade.Size= UDim2.new(0.33,0,0.033,0)
343feinfjumpshade.Position= UDim2.new(0.6,0,0.35,0)
344feinfjumpshade.BackgroundColor3= Color3.fromRGB(200,0,0)
345feinfjumpshade.BorderSizePixel= 0
346
347local felocalplayerscripts2= Instance.new("Frame",mainframe)
348felocalplayerscripts2.Size= UDim2.new(1,0,1,0)
349felocalplayerscripts2.Position= UDim2.new(0,0,0,0)
350felocalplayerscripts2.BackgroundTransparency= 1
351felocalplayerscripts2.Visible= false
352
353local felocalplayer2back= Instance.new("TextButton",felocalplayerscripts2)
354felocalplayer2back.Text= "Back"
355felocalplayer2back.Size= UDim2.new(0.33,0,0.1,0)
356felocalplayer2back.Position= UDim2.new(0.05,0,0.8,0)
357felocalplayer2back.BackgroundColor3= Color3.fromRGB(0,255,0)
358felocalplayer2back.TextColor3= Color3.fromRGB(255,255,255)
359felocalplayer2back.TextScaled= true
360felocalplayer2back.BorderSizePixel= 0
361felocalplayer2back.Font= Enum.Font.SourceSansBold
362
363local felocalplayer2backshade= Instance.new("Frame",felocalplayerscripts2)
364felocalplayer2backshade.Size= UDim2.new(0.33,0,0.033,0)
365felocalplayer2backshade.Position= UDim2.new(0.05,0,0.9,0)
366felocalplayer2backshade.BackgroundColor3= Color3.fromRGB(0,200,0)
367felocalplayer2backshade.BorderSizePixel= 0
368
369local fedab= Instance.new("TextButton",felocalplayerscripts2)
370fedab.Text= "Cancer Dab"
371fedab.Size= UDim2.new(0.33,0,0.1,0)
372fedab.Position= UDim2.new(0.05,0,0.25,0)
373fedab.BackgroundColor3= Color3.fromRGB(255,0,0)
374fedab.TextColor3= Color3.fromRGB(255,255,255)
375fedab.TextScaled= true
376fedab.BorderSizePixel= 0
377fedab.Font= Enum.Font.SourceSansBold
378
379local fedabshade= Instance.new("Frame",felocalplayerscripts2)
380fedabshade.Size= UDim2.new(0.33,0,0.033,0)
381fedabshade.Position= UDim2.new(0.05,0,0.35,0)
382fedabshade.BackgroundColor3= Color3.fromRGB(200,0,0)
383fedabshade.BorderSizePixel= 0
384
385local feseizure= Instance.new("TextButton",felocalplayerscripts2)
386feseizure.Text= "Seizure"
387feseizure.Size= UDim2.new(0.33,0,0.1,0)
388feseizure.Position= UDim2.new(0.6,0,0.25,0)
389feseizure.BackgroundColor3= Color3.fromRGB(255,0,0)
390feseizure.TextColor3= Color3.fromRGB(255,255,255)
391feseizure.TextScaled= true
392feseizure.BorderSizePixel= 0
393feseizure.Font= Enum.Font.SourceSansBold
394
395local feseizureshade= Instance.new("Frame",felocalplayerscripts2)
396feseizureshade.Size= UDim2.new(0.33,0,0.033,0)
397feseizureshade.Position= UDim2.new(0.6,0,0.35,0)
398feseizureshade.BackgroundColor3= Color3.fromRGB(200,0,0)
399feseizureshade.BorderSizePixel= 0
400
401local feadult= Instance.new("TextButton",felocalplayerscripts2)
402feadult.Text= "18+"
403feadult.Size= UDim2.new(0.33,0,0.1,0)
404feadult.Position= UDim2.new(0.05,0,0.4,0)
405feadult.BackgroundColor3= Color3.fromRGB(255,0,0)
406feadult.TextColor3= Color3.fromRGB(255,255,255)
407feadult.TextScaled= true
408feadult.BorderSizePixel= 0
409feadult.Font= Enum.Font.SourceSansBold
410
411local feadultshade= Instance.new("Frame",felocalplayerscripts2)
412feadultshade.Size= UDim2.new(0.33,0,0.033,0)
413feadultshade.Position= UDim2.new(0.05,0,0.5,0)
414feadultshade.BackgroundColor3= Color3.fromRGB(200,0,0)
415feadultshade.BorderSizePixel= 0
416
417local fehtool= Instance.new("TextButton",felocalplayerscripts2)
418fehtool.Text= "HTool"
419fehtool.Size= UDim2.new(0.33,0,0.1,0)
420fehtool.Position= UDim2.new(0.6,0,0.4,0)
421fehtool.BackgroundColor3= Color3.fromRGB(255,0,0)
422fehtool.TextColor3= Color3.fromRGB(255,255,255)
423fehtool.TextScaled= true
424fehtool.BorderSizePixel= 0
425fehtool.Font= Enum.Font.SourceSansBold
426local fehtoolworking= true
427
428local fehtoolshade= Instance.new("Frame",felocalplayerscripts2)
429fehtoolshade.Size= UDim2.new(0.33,0,0.033,0)
430fehtoolshade.Position= UDim2.new(0.6,0,0.5,0)
431fehtoolshade.BackgroundColor3= Color3.fromRGB(200,0,0)
432fehtoolshade.BorderSizePixel= 0
433
434local fesuperspin= Instance.new("TextButton",felocalplayerscripts2)
435fesuperspin.Text= "Super Spin"
436fesuperspin.Size= UDim2.new(0.33,0,0.1,0)
437fesuperspin.Position= UDim2.new(0.05,0,0.55,0)
438fesuperspin.BackgroundColor3= Color3.fromRGB(255,0,0)
439fesuperspin.TextColor3= Color3.fromRGB(255,255,255)
440fesuperspin.TextScaled= true
441fesuperspin.BorderSizePixel= 0
442fesuperspin.Font= Enum.Font.SourceSansBold
443
444local fesuperspinshade= Instance.new("Frame",felocalplayerscripts2)
445fesuperspinshade.Size= UDim2.new(0.33,0,0.033,0)
446fesuperspinshade.Position= UDim2.new(0.05,0,0.65,0)
447fesuperspinshade.BackgroundColor3= Color3.fromRGB(200,0,0)
448fesuperspinshade.BorderSizePixel= 0
449
450
451local fenaked= Instance.new("TextButton",felocalplayerscripts2)
452fenaked.Text= "Naked"
453fenaked.Size= UDim2.new(0.33,0,0.1,0)
454fenaked.Position= UDim2.new(0.6,0,0.55,0)
455fenaked.BackgroundColor3= Color3.fromRGB(255,0,0)
456fenaked.TextColor3= Color3.fromRGB(255,255,255)
457fenaked.TextScaled= true
458fenaked.BorderSizePixel= 0
459fenaked.Font= Enum.Font.SourceSansBold
460
461local fenakedshade= Instance.new("Frame",felocalplayerscripts2)
462fenakedshade.Size= UDim2.new(0.33,0,0.033,0)
463fenakedshade.Position= UDim2.new(0.6,0,0.65,0)
464fenakedshade.BackgroundColor3= Color3.fromRGB(200,0,0)
465fenakedshade.BorderSizePixel= 0
466
467local feothersscripts= Instance.new("Frame",mainframe)
468feothersscripts.Size= UDim2.new(1,0,1,0)
469feothersscripts.Position= UDim2.new(0,0,0,0)
470feothersscripts.BackgroundTransparency= 1
471feothersscripts.Visible= false
472
473local feothersscripts2= Instance.new("Frame",mainframe)
474feothersscripts2.Size= UDim2.new(1,0,1,0)
475feothersscripts2.Position= UDim2.new(0,0,0,0)
476feothersscripts2.BackgroundTransparency= 1
477feothersscripts2.Visible= false
478
479local feothersscripts3= Instance.new("Frame",mainframe)
480feothersscripts3.Size= UDim2.new(1,0,1,0)
481feothersscripts3.Position= UDim2.new(0,0,0,0)
482feothersscripts3.BackgroundTransparency= 1
483feothersscripts3.Visible= false
484
485local feothersback= Instance.new("TextButton",feothersscripts)
486feothersback.Text= "Back"
487feothersback.Size= UDim2.new(0.33,0,0.1,0)
488feothersback.Position= UDim2.new(0.05,0,0.8,0)
489feothersback.BackgroundColor3= Color3.fromRGB(0,255,0)
490feothersback.TextColor3= Color3.fromRGB(255,255,255)
491feothersback.TextScaled= true
492feothersback.BorderSizePixel= 0
493feothersback.Font= Enum.Font.SourceSansBold
494
495local feothersbackshade= Instance.new("Frame",feothersscripts)
496feothersbackshade.Size= UDim2.new(0.33,0,0.033,0)
497feothersbackshade.Position= UDim2.new(0.05,0,0.9,0)
498feothersbackshade.BackgroundColor3= Color3.fromRGB(0,200,0)
499feothersbackshade.BorderSizePixel= 0
500
501local feothers3back= Instance.new("TextButton",feothersscripts3)
502feothers3back.Text= "Back"
503feothers3back.Size= UDim2.new(0.33,0,0.1,0)
504feothers3back.Position= UDim2.new(0.05,0,0.8,0)
505feothers3back.BackgroundColor3= Color3.fromRGB(0,255,0)
506feothers3back.TextColor3= Color3.fromRGB(255,255,255)
507feothers3back.TextScaled= true
508feothers3back.BorderSizePixel= 0
509feothers3back.Font= Enum.Font.SourceSansBold
510
511local feothers3backshade= Instance.new("Frame",feothersscripts3)
512feothers3backshade.Size= UDim2.new(0.33,0,0.033,0)
513feothers3backshade.Position= UDim2.new(0.05,0,0.9,0)
514feothers3backshade.BackgroundColor3= Color3.fromRGB(0,200,0)
515feothers3backshade.BorderSizePixel= 0
516
517local feothersnext= Instance.new("TextButton",feothersscripts)
518feothersnext.Text= "Next"
519feothersnext.Size= UDim2.new(0.33,0,0.1,0)
520feothersnext.Position= UDim2.new(0.6,0,0.8,0)
521feothersnext.BackgroundColor3= Color3.fromRGB(0,255,0)
522feothersnext.TextColor3= Color3.fromRGB(255,255,255)
523feothersnext.TextScaled= true
524feothersnext.BorderSizePixel= 0
525feothersnext.Font= Enum.Font.SourceSansBold
526
527local feothersnextshade= Instance.new("Frame",feothersscripts)
528feothersnextshade.Size= UDim2.new(0.33,0,0.033,0)
529feothersnextshade.Position= UDim2.new(0.6,0,0.9,0)
530feothersnextshade.BackgroundColor3= Color3.fromRGB(0,200,0)
531feothersnextshade.BorderSizePixel= 0
532
533local feothers2back= Instance.new("TextButton",feothersscripts2)
534feothers2back.Text= "Back"
535feothers2back.Size= UDim2.new(0.33,0,0.1,0)
536feothers2back.Position= UDim2.new(0.05,0,0.8,0)
537feothers2back.BackgroundColor3= Color3.fromRGB(0,255,0)
538feothers2back.TextColor3= Color3.fromRGB(255,255,255)
539feothers2back.TextScaled= true
540feothers2back.BorderSizePixel= 0
541feothers2back.Font= Enum.Font.SourceSansBold
542
543local feothers2backshade= Instance.new("Frame",feothersscripts2)
544feothers2backshade.Size= UDim2.new(0.33,0,0.033,0)
545feothers2backshade.Position= UDim2.new(0.05,0,0.9,0)
546feothers2backshade.BackgroundColor3= Color3.fromRGB(0,200,0)
547feothers2backshade.BorderSizePixel= 0
548
549local feothers2next= Instance.new("TextButton",feothersscripts2)
550feothers2next.Text= "Next"
551feothers2next.Size= UDim2.new(0.33,0,0.1,0)
552feothers2next.Position= UDim2.new(0.6,0,0.8,0)
553feothers2next.BackgroundColor3= Color3.fromRGB(0,255,0)
554feothers2next.TextColor3= Color3.fromRGB(255,255,255)
555feothers2next.TextScaled= true
556feothers2next.BorderSizePixel= 0
557feothers2next.Font= Enum.Font.SourceSansBold
558
559local feothers2nextshade= Instance.new("Frame",feothersscripts2)
560feothers2nextshade.Size= UDim2.new(0.33,0,0.033,0)
561feothers2nextshade.Position= UDim2.new(0.6,0,0.9,0)
562feothers2nextshade.BackgroundColor3= Color3.fromRGB(0,200,0)
563feothers2nextshade.BorderSizePixel= 0
564
565local feothershelp= Instance.new("TextLabel",feothersscripts)
566feothershelp.Text= "Warning! These scripts require a tool in your inventory."
567feothershelp.Size= UDim2.new(1,0,0.2,0)
568feothershelp.Position= UDim2.new(0,0,0.2,0)
569feothershelp.BackgroundColor3= Color3.fromRGB(255,255,255)
570feothershelp.TextColor3= Color3.fromRGB(0,0,0)
571feothershelp.TextScaled= true
572feothershelp.BorderSizePixel= 0
573feothershelp.Font= Enum.Font.SourceSansBold
574feothershelp.BackgroundTransparency= 0
575
576local fekill= Instance.new("TextButton",feothersscripts)
577fekill.Text= "Kill"
578fekill.Size= UDim2.new(0.33,0,0.1,0)
579fekill.Position= UDim2.new(0.05,0,0.4,0)
580fekill.BackgroundColor3= Color3.fromRGB(255,0,0)
581fekill.TextColor3= Color3.fromRGB(255,255,255)
582fekill.TextScaled= true
583fekill.BorderSizePixel= 0
584fekill.Font= Enum.Font.SourceSansBold
585
586local fekillshade= Instance.new("Frame",feothersscripts)
587fekillshade.Size= UDim2.new(0.33,0,0.033,0)
588fekillshade.Position= UDim2.new(0.05,0,0.5,0)
589fekillshade.BackgroundColor3= Color3.fromRGB(200,0,0)
590fekillshade.BorderSizePixel= 0
591
592local fekick= Instance.new("TextButton",feothersscripts)
593fekick.Text= "Kick"
594fekick.Size= UDim2.new(0.33,0,0.1,0)
595fekick.Position= UDim2.new(0.6,0,0.4,0)
596fekick.BackgroundColor3= Color3.fromRGB(255,0,0)
597fekick.TextColor3= Color3.fromRGB(255,255,255)
598fekick.TextScaled= true
599fekick.BorderSizePixel= 0
600fekick.Font= Enum.Font.SourceSansBold
601
602local fekickshade= Instance.new("Frame",feothersscripts)
603fekickshade.Size= UDim2.new(0.33,0,0.033,0)
604fekickshade.Position= UDim2.new(0.6,0,0.5,0)
605fekickshade.BackgroundColor3= Color3.fromRGB(200,0,0)
606fekickshade.BorderSizePixel= 0
607
608local feban= Instance.new("TextButton",feothersscripts)
609feban.Text= "Ban"
610feban.Size= UDim2.new(0.33,0,0.1,0)
611feban.Position= UDim2.new(0.05,0,0.55,0)
612feban.BackgroundColor3= Color3.fromRGB(255,0,0)
613feban.TextColor3= Color3.fromRGB(255,255,255)
614feban.TextScaled= true
615feban.BorderSizePixel= 0
616feban.Font= Enum.Font.SourceSansBold
617
618local febanshade= Instance.new("Frame",feothersscripts)
619febanshade.Size= UDim2.new(0.33,0,0.033,0)
620febanshade.Position= UDim2.new(0.05,0,0.65,0)
621febanshade.BackgroundColor3= Color3.fromRGB(200,0,0)
622febanshade.BorderSizePixel= 0
623
624local feshutdown= Instance.new("TextButton",feothersscripts)
625feshutdown.Text= "Shutdown"
626feshutdown.Size= UDim2.new(0.33,0,0.1,0)
627feshutdown.Position= UDim2.new(0.6,0,0.55,0)
628feshutdown.BackgroundColor3= Color3.fromRGB(200,0,0)
629feshutdown.TextColor3= Color3.fromRGB(255,255,255)
630feshutdown.TextScaled= true
631feshutdown.BorderSizePixel= 0
632feshutdown.Font= Enum.Font.SourceSansBold
633
634local feshutdownshade= Instance.new("Frame",feothersscripts)
635feshutdownshade.Size= UDim2.new(0.33,0,0.033,0)
636feshutdownshade.Position= UDim2.new(0.6,0,0.65,0)
637feshutdownshade.BackgroundColor3= Color3.fromRGB(145,0,0)
638feshutdownshade.BorderSizePixel= 0
639
640local fecopytools= Instance.new("TextButton",feothersscripts2)
641fecopytools.Text= "Copy Tools"
642fecopytools.Size= UDim2.new(0.33,0,0.1,0)
643fecopytools.Position= UDim2.new(0.05,0,0.2,0)
644fecopytools.BackgroundColor3= Color3.fromRGB(255,0,0)
645fecopytools.TextColor3= Color3.fromRGB(255,255,255)
646fecopytools.TextScaled= true
647fecopytools.BorderSizePixel= 0
648fecopytools.Font= Enum.Font.SourceSansBold
649
650local fecopytoolsshade= Instance.new("Frame",feothersscripts2)
651fecopytoolsshade.Size= UDim2.new(0.33,0,0.033,0)
652fecopytoolsshade.Position= UDim2.new(0.05,0,0.3,0)
653fecopytoolsshade.BackgroundColor3= Color3.fromRGB(200,0,0)
654fecopytoolsshade.BorderSizePixel= 0
655
656local feadultx2= Instance.new("TextButton",feothersscripts2)
657feadultx2.Text= "18+ (x2)"
658feadultx2.Size= UDim2.new(0.33,0,0.1,0)
659feadultx2.Position= UDim2.new(0.6,0,0.2,0)
660feadultx2.BackgroundColor3= Color3.fromRGB(255,0,0)
661feadultx2.TextColor3= Color3.fromRGB(255,255,255)
662feadultx2.TextScaled= true
663feadultx2.BorderSizePixel= 0
664feadultx2.Font= Enum.Font.SourceSansBold
665
666local feadultx2shade= Instance.new("Frame",feothersscripts2)
667feadultx2shade.Size= UDim2.new(0.33,0,0.033,0)
668feadultx2shade.Position= UDim2.new(0.6,0,0.3,0)
669feadultx2shade.BackgroundColor3= Color3.fromRGB(200,0,0)
670feadultx2shade.BorderSizePixel= 0
671
672local fetpto= Instance.new("TextButton",feothersscripts2)
673fetpto.Text= "TP To"
674fetpto.Size= UDim2.new(0.33,0,0.1,0)
675fetpto.Position= UDim2.new(0.05,0,0.35,0)
676fetpto.BackgroundColor3= Color3.fromRGB(255,0,0)
677fetpto.TextColor3= Color3.fromRGB(255,255,255)
678fetpto.TextScaled= true
679fetpto.BorderSizePixel= 0
680fetpto.Font= Enum.Font.SourceSansBold
681
682local fetptoshade= Instance.new("Frame",feothersscripts2)
683fetptoshade.Size= UDim2.new(0.33,0,0.033,0)
684fetptoshade.Position= UDim2.new(0.05,0,0.45,0)
685fetptoshade.BackgroundColor3= Color3.fromRGB(200,0,0)
686fetptoshade.BorderSizePixel= 0
687
688local febring= Instance.new("TextButton",feothersscripts2)
689febring.Text= "Bring"
690febring.Size= UDim2.new(0.33,0,0.1,0)
691febring.Position= UDim2.new(0.6,0,0.35,0)
692febring.BackgroundColor3= Color3.fromRGB(255,0,0)
693febring.TextColor3= Color3.fromRGB(255,255,255)
694febring.TextScaled= true
695febring.BorderSizePixel= 0
696febring.Font= Enum.Font.SourceSansBold
697
698local febringshade= Instance.new("Frame",feothersscripts2)
699febringshade.Size= UDim2.new(0.33,0,0.033,0)
700febringshade.Position= UDim2.new(0.6,0,0.45,0)
701febringshade.BackgroundColor3= Color3.fromRGB(200,0,0)
702febringshade.BorderSizePixel= 0
703
704local fecampfiresongsong= Instance.new("TextButton",feothersscripts2)
705fecampfiresongsong.Text= "Campfire Song Song"
706fecampfiresongsong.Size= UDim2.new(0.33,0,0.1,0)
707fecampfiresongsong.Position= UDim2.new(0.05,0,0.5,0)
708fecampfiresongsong.BackgroundColor3= Color3.fromRGB(255,0,0)
709fecampfiresongsong.TextColor3= Color3.fromRGB(255,255,255)
710fecampfiresongsong.TextScaled= true
711fecampfiresongsong.BorderSizePixel= 0
712fecampfiresongsong.Font= Enum.Font.SourceSansBold
713
714local fecampfiresongsongshade= Instance.new("Frame",feothersscripts2)
715fecampfiresongsongshade.Size= UDim2.new(0.33,0,0.033,0)
716fecampfiresongsongshade.Position= UDim2.new(0.05,0,0.6,0)
717fecampfiresongsongshade.BackgroundColor3= Color3.fromRGB(200,0,0)
718fecampfiresongsongshade.BorderSizePixel= 0
719
720local feannoy= Instance.new("TextButton",feothersscripts2)
721feannoy.Text= "Annoy"
722feannoy.Size= UDim2.new(0.33,0,0.1,0)
723feannoy.Position= UDim2.new(0.6,0,0.5,0)
724feannoy.BackgroundColor3= Color3.fromRGB(255,0,0)
725feannoy.TextColor3= Color3.fromRGB(255,255,255)
726feannoy.TextScaled= true
727feannoy.BorderSizePixel= 0
728feannoy.Font= Enum.Font.SourceSansBold
729
730local feannoyshade= Instance.new("Frame",feothersscripts2)
731feannoyshade.Size= UDim2.new(0.33,0,0.033,0)
732feannoyshade.Position= UDim2.new(0.6,0,0.6,0)
733feannoyshade.BackgroundColor3= Color3.fromRGB(200,0,0)
734feannoyshade.BorderSizePixel= 0
735
736local feothersnaked= Instance.new("TextButton",feothersscripts3)
737feothersnaked.Text= "Naked"
738feothersnaked.Size= UDim2.new(0.33,0,0.1,0)
739feothersnaked.Position= UDim2.new(0.05,0,0.2,0)
740feothersnaked.BackgroundColor3= Color3.fromRGB(255,0,0)
741feothersnaked.TextColor3= Color3.fromRGB(255,255,255)
742feothersnaked.TextScaled= true
743feothersnaked.BorderSizePixel= 0
744feothersnaked.Font= Enum.Font.SourceSansBold
745
746local feothersnakedshade= Instance.new("Frame",feothersscripts3)
747feothersnakedshade.Size= UDim2.new(0.33,0,0.033,0)
748feothersnakedshade.Position= UDim2.new(0.05,0,0.3,0)
749feothersnakedshade.BackgroundColor3= Color3.fromRGB(200,0,0)
750feothersnakedshade.BorderSizePixel= 0
751
752local fenohead= Instance.new("TextButton",feothersscripts3)
753fenohead.Text= "No Head"
754fenohead.Size= UDim2.new(0.33,0,0.1,0)
755fenohead.Position= UDim2.new(0.6,0,0.2,0)
756fenohead.BackgroundColor3= Color3.fromRGB(255,0,0)
757fenohead.TextColor3= Color3.fromRGB(255,255,255)
758fenohead.TextScaled= true
759fenohead.BorderSizePixel= 0
760fenohead.Font= Enum.Font.SourceSansBold
761
762local fenoheadshade= Instance.new("Frame",feothersscripts3)
763fenoheadshade.Size= UDim2.new(0.33,0,0.033,0)
764fenoheadshade.Position= UDim2.new(0.6,0,0.3,0)
765fenoheadshade.BackgroundColor3= Color3.fromRGB(200,0,0)
766fenoheadshade.BorderSizePixel= 0
767
768local feplranchor= Instance.new("TextButton",feothersscripts3)
769feplranchor.Text= "Anchor"
770feplranchor.Size= UDim2.new(0.33,0,0.1,0)
771feplranchor.Position= UDim2.new(0.05,0,0.35,0)
772feplranchor.BackgroundColor3= Color3.fromRGB(255,0,0)
773feplranchor.TextColor3= Color3.fromRGB(255,255,255)
774feplranchor.TextScaled= true
775feplranchor.BorderSizePixel= 0
776feplranchor.Font= Enum.Font.SourceSansBold
777
778local feplranchorshade= Instance.new("Frame",feothersscripts3)
779feplranchorshade.Size= UDim2.new(0.33,0,0.033,0)
780feplranchorshade.Position= UDim2.new(0.05,0,0.45,0)
781feplranchorshade.BackgroundColor3= Color3.fromRGB(200,0,0)
782feplranchorshade.BorderSizePixel= 0
783
784local fenolimbs= Instance.new("TextButton",feothersscripts3)
785fenolimbs.Text= "No Limbs (R6)"
786fenolimbs.Size= UDim2.new(0.33,0,0.1,0)
787fenolimbs.Position= UDim2.new(0.05,0,0.35,0)
788fenolimbs.BackgroundColor3= Color3.fromRGB(255,0,0)
789fenolimbs.TextColor3= Color3.fromRGB(255,255,255)
790fenolimbs.TextScaled= true
791fenolimbs.BorderSizePixel= 0
792fenolimbs.Font= Enum.Font.SourceSansBold
793
794local fenolimbsshade= Instance.new("Frame",feothersscripts3)
795fenolimbsshade.Size= UDim2.new(0.33,0,0.033,0)
796fenolimbsshade.Position= UDim2.new(0.05,0,0.45,0)
797fenolimbsshade.BackgroundColor3= Color3.fromRGB(200,0,0)
798fenolimbsshade.BorderSizePixel= 0
799
800local feothersdab= Instance.new("TextButton",feothersscripts3)
801feothersdab.Text= "Cancer Dab"
802feothersdab.Size= UDim2.new(0.33,0,0.1,0)
803feothersdab.Position= UDim2.new(0.6,0,0.35,0)
804feothersdab.BackgroundColor3= Color3.fromRGB(255,0,0)
805feothersdab.TextColor3= Color3.fromRGB(255,255,255)
806feothersdab.TextScaled= true
807feothersdab.BorderSizePixel= 0
808feothersdab.Font= Enum.Font.SourceSansBold
809
810local feothersdabshade= Instance.new("Frame",feothersscripts3)
811feothersdabshade.Size= UDim2.new(0.33,0,0.033,0)
812feothersdabshade.Position= UDim2.new(0.6,0,0.45,0)
813feothersdabshade.BackgroundColor3= Color3.fromRGB(200,0,0)
814feothersdabshade.BorderSizePixel= 0
815
816local feothersseizure= Instance.new("TextButton",feothersscripts3)
817feothersseizure.Text= "Seizure"
818feothersseizure.Size= UDim2.new(0.33,0,0.1,0)
819feothersseizure.Position= UDim2.new(0.05,0,0.5,0)
820feothersseizure.BackgroundColor3= Color3.fromRGB(255,0,0)
821feothersseizure.TextColor3= Color3.fromRGB(255,255,255)
822feothersseizure.TextScaled= true
823feothersseizure.BorderSizePixel= 0
824feothersseizure.Font= Enum.Font.SourceSansBold
825
826local feothersseizureshade= Instance.new("Frame",feothersscripts3)
827feothersseizureshade.Size= UDim2.new(0.33,0,0.033,0)
828feothersseizureshade.Position= UDim2.new(0.05,0,0.6,0)
829feothersseizureshade.BackgroundColor3= Color3.fromRGB(200,0,0)
830feothersseizureshade.BorderSizePixel= 0
831
832local feothersadult= Instance.new("TextButton",feothersscripts3)
833feothersadult.Text= "18+"
834feothersadult.Size= UDim2.new(0.33,0,0.1,0)
835feothersadult.Position= UDim2.new(0.6,0,0.5,0)
836feothersadult.BackgroundColor3= Color3.fromRGB(255,0,0)
837feothersadult.TextColor3= Color3.fromRGB(255,255,255)
838feothersadult.TextScaled= true
839feothersadult.BorderSizePixel= 0
840feothersadult.Font= Enum.Font.SourceSansBold
841
842local feothersadultshade= Instance.new("Frame",feothersscripts3)
843feothersadultshade.Size= UDim2.new(0.33,0,0.033,0)
844feothersadultshade.Position= UDim2.new(0.6,0,0.6,0)
845feothersadultshade.BackgroundColor3= Color3.fromRGB(200,0,0)
846feothersadultshade.BorderSizePixel= 0
847
848local feexecutordisplay= Instance.new("Frame",mainframe)
849feexecutordisplay.Size= UDim2.new(1,0,1,0)
850feexecutordisplay.Position= UDim2.new(0,0,0,0)
851feexecutordisplay.BackgroundTransparency= 1
852feexecutordisplay.Visible= false
853
854local feexecutordisplayback= Instance.new("TextButton",feexecutordisplay)
855feexecutordisplayback.Text= "Back"
856feexecutordisplayback.Size= UDim2.new(0.33,0,0.1,0)
857feexecutordisplayback.Position= UDim2.new(0.05,0,0.8,0)
858feexecutordisplayback.BackgroundColor3= Color3.fromRGB(0,255,0)
859feexecutordisplayback.TextColor3= Color3.fromRGB(255,255,255)
860feexecutordisplayback.TextScaled= true
861feexecutordisplayback.BorderSizePixel= 0
862feexecutordisplayback.Font= Enum.Font.SourceSansBold
863
864local feexecutordisplaybackshade= Instance.new("Frame",feexecutordisplay)
865feexecutordisplaybackshade.Size= UDim2.new(0.33,0,0.033,0)
866feexecutordisplaybackshade.Position= UDim2.new(0.05,0,0.9,0)
867feexecutordisplaybackshade.BackgroundColor3= Color3.fromRGB(0,200,0)
868feexecutordisplaybackshade.BorderSizePixel= 0
869
870local feexecutorbox= Instance.new("TextBox",feexecutordisplay)
871feexecutorbox.Text= "-- Script goes here"
872feexecutorbox.Size= UDim2.new(0.55,0,0.55,0)
873feexecutorbox.Position= UDim2.new(0.05,0,0.2,0)
874feexecutorbox.BackgroundColor3= Color3.fromRGB(255,0,0)
875feexecutorbox.TextColor3= Color3.fromRGB(255,255,255)
876feexecutorbox.TextScaled= true
877feexecutorbox.TextXAlignment= Enum.TextXAlignment.Left
878feexecutorbox.TextYAlignment= Enum.TextYAlignment.Top
879feexecutorbox.BorderSizePixel= 0
880feexecutorbox.Font= Enum.Font.SourceSansBold
881
882local feexecutorboxshade= Instance.new("Frame",feexecutordisplay)
883feexecutorboxshade.Size= UDim2.new(0.55,0,0.033,0)
884feexecutorboxshade.Position= UDim2.new(0.05,0,0.722,0)
885feexecutorboxshade.BackgroundColor3= Color3.fromRGB(200,0,0)
886feexecutorboxshade.BorderSizePixel= 0
887
888local feexecutorexecute= Instance.new("TextButton",feexecutordisplay)
889feexecutorexecute.Text= "Execute"
890feexecutorexecute.Size= UDim2.new(0.33,0,0.1,0)
891feexecutorexecute.Position= UDim2.new(0.65,0,0.2,0)
892feexecutorexecute.BackgroundColor3= Color3.fromRGB(0,255,0)
893feexecutorexecute.TextColor3= Color3.fromRGB(255,255,255)
894feexecutorexecute.TextScaled= true
895feexecutorexecute.BorderSizePixel= 0
896feexecutorexecute.Font= Enum.Font.SourceSansBold
897
898local feexecutorexecuteshade= Instance.new("Frame",feexecutordisplay)
899feexecutorexecuteshade.Size= UDim2.new(0.33,0,0.033,0)
900feexecutorexecuteshade.Position= UDim2.new(0.65,0,0.3,0)
901feexecutorexecuteshade.BackgroundColor3= Color3.fromRGB(0,200,0)
902feexecutorexecuteshade.BorderSizePixel= 0
903
904local feexecutorclear= Instance.new("TextButton",feexecutordisplay)
905feexecutorclear.Text= "Clear"
906feexecutorclear.Size= UDim2.new(0.33,0,0.1,0)
907feexecutorclear.Position= UDim2.new(0.65,0,0.35,0)
908feexecutorclear.BackgroundColor3= Color3.fromRGB(0,255,0)
909feexecutorclear.TextColor3= Color3.fromRGB(255,255,255)
910feexecutorclear.TextScaled= true
911feexecutorclear.BorderSizePixel= 0
912feexecutorclear.Font= Enum.Font.SourceSansBold
913
914local feexecutorclearshade= Instance.new("Frame",feexecutordisplay)
915feexecutorclearshade.Size= UDim2.new(0.33,0,0.033,0)
916feexecutorclearshade.Position= UDim2.new(0.65,0,0.45,0)
917feexecutorclearshade.BackgroundColor3= Color3.fromRGB(0,200,0)
918feexecutorclearshade.BorderSizePixel= 0
919
920local feexplorer= Instance.new("TextButton",feexecutordisplay)
921feexplorer.Text= "DEX v3.0"
922feexplorer.Size= UDim2.new(0.33,0,0.1,0)
923feexplorer.Position= UDim2.new(0.65,0,0.5,0)
924feexplorer.BackgroundColor3= Color3.fromRGB(255,0,0)
925feexplorer.TextColor3= Color3.fromRGB(255,255,255)
926feexplorer.TextScaled= true
927feexplorer.BorderSizePixel= 0
928feexplorer.Font= Enum.Font.SourceSansBold
929
930local feexplorershade= Instance.new("Frame",feexecutordisplay)
931feexplorershade.Size= UDim2.new(0.33,0,0.033,0)
932feexplorershade.Position= UDim2.new(0.65,0,0.6,0)
933feexplorershade.BackgroundColor3= Color3.fromRGB(200,0,0)
934feexplorershade.BorderSizePixel= 0
935
936local feopfinality= Instance.new("TextButton",feexecutordisplay)
937feopfinality.Text= "OPFinality"
938feopfinality.Size= UDim2.new(0.33,0,0.1,0)
939feopfinality.Position= UDim2.new(0.65,0,0.65,0)
940feopfinality.BackgroundColor3= Color3.fromRGB(255,0,0)
941feopfinality.TextColor3= Color3.fromRGB(255,255,255)
942feopfinality.TextScaled= true
943feopfinality.BorderSizePixel= 0
944feopfinality.Font= Enum.Font.SourceSansBold
945
946local feopfinalityshade= Instance.new("Frame",feexecutordisplay)
947feopfinalityshade.Size= UDim2.new(0.33,0,0.033,0)
948feopfinalityshade.Position= UDim2.new(0.65,0,0.75,0)
949feopfinalityshade.BackgroundColor3= Color3.fromRGB(200,0,0)
950feopfinalityshade.BorderSizePixel= 0
951
952local ferevizadmincmds= Instance.new("TextButton",feexecutordisplay)
953ferevizadmincmds.Text= "Reviz Admin"
954ferevizadmincmds.Size= UDim2.new(0.33,0,0.1,0)
955ferevizadmincmds.Position= UDim2.new(0.65,0,0.8,0)
956ferevizadmincmds.BackgroundColor3= Color3.fromRGB(255,0,0)
957ferevizadmincmds.TextColor3= Color3.fromRGB(255,255,255)
958ferevizadmincmds.TextScaled= true
959ferevizadmincmds.BorderSizePixel= 0
960ferevizadmincmds.Font= Enum.Font.SourceSansBold
961
962local ferevizadmincmdsshade= Instance.new("Frame",feexecutordisplay)
963ferevizadmincmdsshade.Size= UDim2.new(0.33,0,0.033,0)
964ferevizadmincmdsshade.Position= UDim2.new(0.65,0,0.9,0)
965ferevizadmincmdsshade.BackgroundColor3= Color3.fromRGB(200,0,0)
966ferevizadmincmdsshade.BorderSizePixel= 0
967
968local feguisscripts= Instance.new("Frame",mainframe)
969feguisscripts.Size= UDim2.new(1,0,1,0)
970feguisscripts.Position= UDim2.new(0,0,0,0)
971feguisscripts.BackgroundTransparency= 1
972feguisscripts.Visible= false
973
974local feguisback= Instance.new("TextButton",feguisscripts)
975feguisback.Text= "Back"
976feguisback.Size= UDim2.new(0.33,0,0.1,0)
977feguisback.Position= UDim2.new(0.05,0,0.8,0)
978feguisback.BackgroundColor3= Color3.fromRGB(0,255,0)
979feguisback.TextColor3= Color3.fromRGB(255,255,255)
980feguisback.TextScaled= true
981feguisback.BorderSizePixel= 0
982feguisback.Font= Enum.Font.SourceSansBold
983
984local feguisbackshade= Instance.new("Frame",feguisscripts)
985feguisbackshade.Size= UDim2.new(0.33,0,0.033,0)
986feguisbackshade.Position= UDim2.new(0.05,0,0.9,0)
987feguisbackshade.BackgroundColor3= Color3.fromRGB(0,200,0)
988feguisbackshade.BorderSizePixel= 0
989
990local jailbreakgui= Instance.new("TextButton",feguisscripts)
991jailbreakgui.Text= "Jailbreak"
992jailbreakgui.Size= UDim2.new(0.33,0,0.1,0)
993jailbreakgui.Position= UDim2.new(0.05,0,0.2,0)
994jailbreakgui.BackgroundColor3= Color3.fromRGB(255,0,0)
995jailbreakgui.TextColor3= Color3.fromRGB(255,255,255)
996jailbreakgui.TextScaled= true
997jailbreakgui.BorderSizePixel= 0
998jailbreakgui.Font= Enum.Font.SourceSansBold
999
1000local jailbreakguishade= Instance.new("Frame",feguisscripts)
1001jailbreakguishade.Size= UDim2.new(0.33,0,0.033,0)
1002jailbreakguishade.Position= UDim2.new(0.05,0,0.3,0)
1003jailbreakguishade.BackgroundColor3= Color3.fromRGB(200,0,0)
1004jailbreakguishade.BorderSizePixel= 0
1005
1006local prisonlifegui= Instance.new("TextButton",feguisscripts)
1007prisonlifegui.Text= "Prison Life"
1008prisonlifegui.Size= UDim2.new(0.33,0,0.1,0)
1009prisonlifegui.Position= UDim2.new(0.6,0,0.2,0)
1010prisonlifegui.BackgroundColor3= Color3.fromRGB(255,0,0)
1011prisonlifegui.TextColor3= Color3.fromRGB(255,255,255)
1012prisonlifegui.TextScaled= true
1013prisonlifegui.BorderSizePixel= 0
1014prisonlifegui.Font= Enum.Font.SourceSansBold
1015
1016local prisonlifeguishade= Instance.new("Frame",feguisscripts)
1017prisonlifeguishade.Size= UDim2.new(0.33,0,0.033,0)
1018prisonlifeguishade.Position= UDim2.new(0.6,0,0.3,0)
1019prisonlifeguishade.BackgroundColor3= Color3.fromRGB(200,0,0)
1020prisonlifeguishade.BorderSizePixel= 0
1021
1022local mm2gui= Instance.new("TextButton",feguisscripts)
1023mm2gui.Text= "Murder Mystery 2"
1024mm2gui.Size= UDim2.new(0.33,0,0.1,0)
1025mm2gui.Position= UDim2.new(0.05,0,0.35,0)
1026mm2gui.BackgroundColor3= Color3.fromRGB(255,0,0)
1027mm2gui.TextColor3= Color3.fromRGB(255,255,255)
1028mm2gui.TextScaled= true
1029mm2gui.BorderSizePixel= 0
1030mm2gui.Font= Enum.Font.SourceSansBold
1031
1032local mm2guishade= Instance.new("Frame",feguisscripts)
1033mm2guishade.Size= UDim2.new(0.33,0,0.033,0)
1034mm2guishade.Position= UDim2.new(0.05,0,0.45,0)
1035mm2guishade.BackgroundColor3= Color3.fromRGB(200,0,0)
1036mm2guishade.BorderSizePixel= 0
1037
1038local hiltonhotelsgui= Instance.new("TextButton",feguisscripts)
1039hiltonhotelsgui.Text= "Hilton Hotels"
1040hiltonhotelsgui.Size= UDim2.new(0.33,0,0.1,0)
1041hiltonhotelsgui.Position= UDim2.new(0.6,0,0.35,0)
1042hiltonhotelsgui.BackgroundColor3= Color3.fromRGB(255,0,0)
1043hiltonhotelsgui.TextColor3= Color3.fromRGB(255,255,255)
1044hiltonhotelsgui.TextScaled= true
1045hiltonhotelsgui.BorderSizePixel= 0
1046hiltonhotelsgui.Font= Enum.Font.SourceSansBold
1047
1048local hiltonhotelsguishade= Instance.new("Frame",feguisscripts)
1049hiltonhotelsguishade.Size= UDim2.new(0.33,0,0.033,0)
1050hiltonhotelsguishade.Position= UDim2.new(0.6,0,0.45,0)
1051hiltonhotelsguishade.BackgroundColor3= Color3.fromRGB(200,0,0)
1052hiltonhotelsguishade.BorderSizePixel= 0
1053
1054-- FUNCTIONS
1055
1056hiltonhotelsgui.MouseButton1Click:connect(function()
1057 -- Objects
1058
1059local FHH = Instance.new("ScreenGui")
1060local main = Instance.new("Frame")
1061local title = Instance.new("TextLabel")
1062local main2 = Instance.new("Frame")
1063local handcuff = Instance.new("TextButton")
1064local gamepass = Instance.new("TextButton")
1065local inviswalls = Instance.new("TextButton")
1066local roomdoors = Instance.new("TextButton")
1067local fly = Instance.new("TextButton")
1068local TextLabel = Instance.new("TextLabel")
1069local noclip = Instance.new("TextButton")
1070
1071-- Properties
1072
1073FHH.Name = "FHH"
1074FHH.Parent = game.Players.LocalPlayer.PlayerGui
1075
1076main.Name = "main"
1077main.Parent = FHH
1078main.Active = true
1079main.BackgroundColor3 = Color3.new(0.666667, 0, 0)
1080main.BackgroundTransparency = 0.5
1081main.Draggable = true
1082main.Position = UDim2.new(0.0468846373, 0, 0.183374077, 0)
1083main.Size = UDim2.new(0, 297, 0, 384)
1084
1085title.Name = "title"
1086title.Parent = main
1087title.BackgroundColor3 = Color3.new(1, 0, 0)
1088title.BackgroundTransparency = 1
1089title.BorderSizePixel = 0
1090title.Size = UDim2.new(0, 297, 0, 50)
1091title.Font = Enum.Font.SourceSansLight
1092title.FontSize = Enum.FontSize.Size14
1093title.Text = "Fuck Hilton Hotel"
1094title.TextColor3 = Color3.new(1, 1, 1)
1095title.TextScaled = true
1096title.TextSize = 14
1097title.TextWrapped = true
1098
1099main2.Name = "main2"
1100main2.Parent = main
1101main2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
1102main2.BackgroundTransparency = 0.69999998807907
1103main2.Position = UDim2.new(0, 0, 0.130208328, 0)
1104main2.Size = UDim2.new(0, 297, 0, 334)
1105
1106handcuff.Name = "handcuff"
1107handcuff.Parent = main2
1108handcuff.BackgroundColor3 = Color3.new(1, 1, 1)
1109handcuff.BackgroundTransparency = 0.5
1110handcuff.Size = UDim2.new(0, 297, 0, 50)
1111handcuff.Font = Enum.Font.SourceSansLight
1112handcuff.FontSize = Enum.FontSize.Size14
1113handcuff.Text = "Handcuff Bypass"
1114handcuff.TextScaled = true
1115handcuff.TextSize = 14
1116handcuff.TextWrapped = true
1117
1118gamepass.Name = "gamepass"
1119gamepass.Parent = main2
1120gamepass.BackgroundColor3 = Color3.new(1, 1, 1)
1121gamepass.BackgroundTransparency = 0.5
1122gamepass.Position = UDim2.new(0, 0, 0.149700597, 0)
1123gamepass.Size = UDim2.new(0, 297, 0, 50)
1124gamepass.Font = Enum.Font.SourceSansLight
1125gamepass.FontSize = Enum.FontSize.Size14
1126gamepass.Text = "Remove Gamepass Doors"
1127gamepass.TextScaled = true
1128gamepass.TextSize = 14
1129gamepass.TextWrapped = true
1130
1131inviswalls.Name = "inviswalls"
1132inviswalls.Parent = main2
1133inviswalls.BackgroundColor3 = Color3.new(1, 1, 1)
1134inviswalls.BackgroundTransparency = 0.5
1135inviswalls.Position = UDim2.new(0, 0, 0.299401194, 0)
1136inviswalls.Size = UDim2.new(0, 297, 0, 50)
1137inviswalls.Font = Enum.Font.SourceSansLight
1138inviswalls.FontSize = Enum.FontSize.Size14
1139inviswalls.Text = "Remove Invisible Walls"
1140inviswalls.TextScaled = true
1141inviswalls.TextSize = 14
1142inviswalls.TextWrapped = true
1143
1144roomdoors.Name = "roomdoors"
1145roomdoors.Parent = main2
1146roomdoors.BackgroundColor3 = Color3.new(1, 1, 1)
1147roomdoors.BackgroundTransparency = 0.5
1148roomdoors.Position = UDim2.new(0, 0, 0.449101806, 0)
1149roomdoors.Size = UDim2.new(0, 297, 0, 50)
1150roomdoors.Font = Enum.Font.SourceSansLight
1151roomdoors.FontSize = Enum.FontSize.Size14
1152roomdoors.Text = "Remove all room doors."
1153roomdoors.TextScaled = true
1154roomdoors.TextSize = 14
1155roomdoors.TextWrapped = true
1156
1157fly.Name = "fly"
1158fly.Parent = main2
1159fly.BackgroundColor3 = Color3.new(1, 1, 1)
1160fly.BackgroundTransparency = 0.5
1161fly.Position = UDim2.new(0, 0, 0.598802388, 0)
1162fly.Size = UDim2.new(0, 297, 0, 50)
1163fly.Font = Enum.Font.SourceSansLight
1164fly.FontSize = Enum.FontSize.Size14
1165fly.Text = "Fly (Toggle: E)"
1166fly.TextScaled = true
1167fly.TextSize = 14
1168fly.TextWrapped = true
1169
1170TextLabel.Parent = main2
1171TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1172TextLabel.BackgroundTransparency = 1
1173TextLabel.Position = UDim2.new(0, 0, 0.901197612, 0)
1174TextLabel.Size = UDim2.new(0, 297, 0, 33)
1175TextLabel.Font = Enum.Font.SourceSansLight
1176TextLabel.FontSize = Enum.FontSize.Size14
1177TextLabel.Text = "Created by GtaMasterYT"
1178TextLabel.TextScaled = true
1179TextLabel.TextSize = 14
1180TextLabel.TextWrapped = true
1181TextLabel.TextXAlignment = Enum.TextXAlignment.Left
1182
1183noclip.Name = "noclip"
1184noclip.Parent = main2
1185noclip.BackgroundColor3 = Color3.new(1, 1, 1)
1186noclip.BackgroundTransparency = 0.5
1187noclip.Position = UDim2.new(0, 0, 0.74850297, 0)
1188noclip.Size = UDim2.new(0, 297, 0, 50)
1189noclip.Font = Enum.Font.SourceSansLight
1190noclip.FontSize = Enum.FontSize.Size14
1191noclip.Text = "NoClip (Toggle: F)"
1192noclip.TextScaled = true
1193noclip.TextSize = 14
1194noclip.TextWrapped = true
1195
1196handcuff.MouseButton1Down:connect(function()
1197 local Playr = "LocalPlayer"
1198 local Anchored = false
1199
1200 if Anchored == true then
1201 local Anchored2 = false
1202 else
1203 local Anchored2 = true
1204 end
1205
1206 game.Players[Playr].Character["Head"].Anchored = Anchored
1207 game.Players[Playr].Character["Torso"].Anchored = Anchored
1208 game.Players[Playr].Character["Right Arm"].Anchored = Anchored
1209 game.Players[Playr].Character["Left Arm"].Anchored = Anchored
1210 game.Players[Playr].Character["Right Leg"].Anchored = Anchored
1211 game.Players[Playr].Character["Left Leg"].Anchored = Anchored
1212 wait(2)
1213 game.Players[Playr].Character["Head"].Anchored = Anchored2
1214 game.Players[Playr].Character["Torso"].Anchored = Anchored2
1215 game.Players[Playr].Character["Right Arm"].Anchored = Anchored2
1216 game.Players[Playr].Character["Left Arm"].Anchored = Anchored2
1217 game.Players[Playr].Character["Right Leg"].Anchored = Anchored2
1218 game.Players[Playr].Character["Left Leg"].Anchored = Anchored2
1219end)
1220
1221inviswalls.MouseButton1Down:connect(function()
1222 for i,v in pairs(game.Workspace:GetChildren()) do
1223 if v.Name == "GroupDoorArea" then
1224 v:Destroy()
1225 end
1226 end
1227end)
1228gamepass.MouseButton1Down:connect(function()
1229 while true do
1230 wait()
1231 game.Workspace.GamepassDoorArea:Destroy()
1232 end
1233end)
1234roomdoors.MouseButton1Down:connect(function()
1235 for i,v in pairs(game.Workspace:GetChildren()) do
1236 if v.Name == "SuiteRoom" or v.Name == "Room" then
1237 for a,b in pairs(v:GetChildren()) do
1238 if b.Name == "RoomDoor" then
1239 b:Destroy()
1240 end
1241 end
1242 end
1243 end
1244end)
1245fly.MouseButton1Down:connect(function()
1246repeat wait()
1247until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
1248local mouse = game.Players.LocalPlayer:GetMouse()
1249repeat wait() until mouse
1250local plr = game.Players.LocalPlayer
1251local torso = plr.Character.Torso
1252local flying = true
1253local deb = true
1254local ctrl = {f = 0, b = 0, l = 0, r = 0}
1255local lastctrl = {f = 0, b = 0, l = 0, r = 0}
1256local maxspeed = 50
1257local speed = 0
1258
1259function Fly()
1260local bg = Instance.new("BodyGyro", torso)
1261bg.P = 9e4
1262bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1263bg.cframe = torso.CFrame
1264local bv = Instance.new("BodyVelocity", torso)
1265bv.velocity = Vector3.new(0,0.1,0)
1266bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
1267repeat wait()
1268plr.Character.Humanoid.PlatformStand = true
1269if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
1270speed = speed+.5+(speed/maxspeed)
1271if speed > maxspeed then
1272speed = maxspeed
1273end
1274elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
1275speed = speed-1
1276if speed < 0 then
1277speed = 0
1278end
1279end
1280if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
1281bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1282lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
1283elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
1284bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1285else
1286bv.velocity = Vector3.new(0,0.1,0)
1287end
1288bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
1289until not flying
1290ctrl = {f = 0, b = 0, l = 0, r = 0}
1291lastctrl = {f = 0, b = 0, l = 0, r = 0}
1292speed = 0
1293bg:Destroy()
1294bv:Destroy()
1295plr.Character.Humanoid.PlatformStand = false
1296end
1297mouse.KeyDown:connect(function(key)
1298if key:lower() == "e" then
1299if flying then flying = false
1300else
1301flying = true
1302Fly()
1303end
1304elseif key:lower() == "w" then
1305ctrl.f = 1
1306elseif key:lower() == "s" then
1307ctrl.b = -1
1308elseif key:lower() == "a" then
1309ctrl.l = -1
1310elseif key:lower() == "d" then
1311ctrl.r = 1
1312end
1313end)
1314mouse.KeyUp:connect(function(key)
1315if key:lower() == "w" then
1316ctrl.f = 0
1317elseif key:lower() == "s" then
1318ctrl.b = 0
1319elseif key:lower() == "a" then
1320ctrl.l = 0
1321elseif key:lower() == "d" then
1322ctrl.r = 0
1323end
1324end)
1325Fly()
1326end)
1327
1328noclip.MouseButton1Down:connect(function()
1329 local noclip = false
1330 game:GetService('RunService').Stepped:connect(function()
1331 if noclip then
1332 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1333 end
1334 end)
1335
1336 local plr = game.Players.LocalPlayer
1337 local mouse = plr:GetMouse()
1338 mouse.KeyDown:connect(function(key)
1339 if key == 'f' then
1340 noclip = not noclip
1341 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1342 end
1343 end)
1344end)
1345end)
1346
1347mm2gui.MouseButton1Click:connect(function()
1348print("Made by abs_0 (absoabsolute0)")
1349-- Objects
1350
1351local mygui = Instance.new("ScreenGui")
1352local maintab = Instance.new("Frame")
1353local title = Instance.new("TextLabel")
1354local bodyframe = Instance.new("Frame")
1355local menuframe = Instance.new("Frame")
1356local generalbuttonframe = Instance.new("Frame")
1357local generalbutton = Instance.new("TextButton")
1358local generalbuttonlabel = Instance.new("ImageLabel")
1359local lpbuttonframe = Instance.new("Frame")
1360local lpbutton = Instance.new("TextButton")
1361local lpbuttonlabel = Instance.new("ImageLabel")
1362local tpbuttonframe = Instance.new("Frame")
1363local tpbutton = Instance.new("TextButton")
1364local tpbuttonlabel = Instance.new("ImageLabel")
1365local tptextbox = Instance.new("TextBox")
1366local tpunderline = Instance.new("Frame")
1367local tpunderlinebase = Instance.new("Frame")
1368local generalframe = Instance.new("Frame")
1369local generalespframe = Instance.new("Frame")
1370local generalespbutton = Instance.new("TextButton")
1371local generalesplabel = Instance.new("ImageLabel")
1372local generalcoinframe = Instance.new("Frame")
1373local generalcoinbutton = Instance.new("TextButton")
1374local generalcoinlabel = Instance.new("ImageLabel")
1375local generalgunframe = Instance.new("Frame")
1376local generalgunbutton = Instance.new("TextButton")
1377local generalgunlabel = Instance.new("ImageLabel")
1378local generallobbyframe = Instance.new("Frame")
1379local generallobbybutton = Instance.new("TextButton")
1380local generallobbylabel = Instance.new("ImageLabel")
1381local lpframe = Instance.new("Frame")
1382local lpjumpframe = Instance.new("Frame")
1383local lpjumpbutton = Instance.new("TextButton")
1384local lpjumplabel = Instance.new("ImageLabel")
1385local lpgravframe = Instance.new("Frame")
1386local lpgravbutton = Instance.new("TextButton")
1387local lpgravlabel = Instance.new("ImageLabel")
1388local lpwalkframe = Instance.new("Frame")
1389local lpwalkbutton = Instance.new("TextButton")
1390local lpwalklabel = Instance.new("ImageLabel")
1391local lpgodframe = Instance.new("Frame")
1392local lpgodbutton = Instance.new("TextButton")
1393local lpgodlabel = Instance.new("ImageLabel")
1394local backbutton1 = Instance.new("TextButton")
1395local backbutton1label = Instance.new("ImageLabel")
1396local backbutton2 = Instance.new("TextButton")
1397local backbutton2label = Instance.new("ImageLabel")
1398local creditsbutton = Instance.new("TextButton")
1399local creditsiconlabel1 = Instance.new("ImageLabel")
1400local creditsiconlabel2 = Instance.new("ImageLabel")
1401local toggle = Instance.new("Frame")
1402local closeall = Instance.new("TextButton")
1403local closeopen = Instance.new("TextButton")
1404local closeopenlabel = Instance.new("ImageLabel")
1405local creditstab = Instance.new("Frame")
1406local creditstitle = Instance.new("TextLabel")
1407local creditsframe = Instance.new("Frame")
1408local creditsmenuframe = Instance.new("Frame")
1409local creditsfield = Instance.new("TextLabel")
1410local closecredits = Instance.new("TextButton")
1411
1412-- Properties
1413
1414mygui.Name = "mygui"
1415mygui.Parent = game.CoreGui
1416
1417maintab.Name = "maintab"
1418maintab.Parent = mygui
1419maintab.Active = true
1420maintab.BackgroundColor3 = Color3.new(1, 1, 1)
1421maintab.BackgroundTransparency = 0.5
1422maintab.BorderSizePixel = 0
1423maintab.Draggable = true
1424maintab.Position = UDim2.new(0, 900, 0, 330)
1425maintab.Size = UDim2.new(0, 256, 0, 30)
1426
1427title.Name = "title"
1428title.Parent = maintab
1429title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
1430title.BorderSizePixel = 0
1431title.Size = UDim2.new(0, 256, 0, 30)
1432title.Font = Enum.Font.SourceSansBold
1433title.FontSize = Enum.FontSize.Size24
1434title.Text = "MM2 Gui"
1435title.TextColor3 = Color3.new(1, 1, 1)
1436title.TextSize = 23
1437
1438bodyframe.Name = "bodyframe"
1439bodyframe.Parent = maintab
1440bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
1441bodyframe.BorderSizePixel = 0
1442bodyframe.ClipsDescendants = true
1443bodyframe.Position = UDim2.new(0, 0, 0, 30)
1444bodyframe.Size = UDim2.new(0, 256, 0, 222)
1445
1446menuframe.Name = "menuframe"
1447menuframe.Parent = bodyframe
1448menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
1449menuframe.BackgroundTransparency = 1
1450menuframe.BorderSizePixel = 0
1451menuframe.Size = UDim2.new(0, 256, 0, 222)
1452
1453generalbuttonframe.Name = "generalbuttonframe"
1454generalbuttonframe.Parent = menuframe
1455generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
1456generalbuttonframe.BorderSizePixel = 0
1457generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
1458generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
1459
1460generalbutton.Name = "generalbutton"
1461generalbutton.Parent = generalbuttonframe
1462generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1463generalbutton.BackgroundTransparency = 1
1464generalbutton.BorderSizePixel = 0
1465generalbutton.ClipsDescendants = true
1466generalbutton.Size = UDim2.new(0, 194, 0, 30)
1467generalbutton.Font = Enum.Font.SourceSansSemibold
1468generalbutton.FontSize = Enum.FontSize.Size24
1469generalbutton.Text = "General"
1470generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1471generalbutton.TextSize = 20
1472
1473generalbuttonlabel.Name = "generalbuttonlabel"
1474generalbuttonlabel.Parent = generalbutton
1475generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1476generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1477generalbuttonlabel.BackgroundTransparency = 1
1478generalbuttonlabel.BorderSizePixel = 0
1479generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1480generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
1481generalbuttonlabel.Visible = false
1482generalbuttonlabel.Image = "rbxassetid://200182847"
1483generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1484generalbuttonlabel.ImageTransparency = 0.80000001192093
1485
1486lpbuttonframe.Name = "lpbuttonframe"
1487lpbuttonframe.Parent = menuframe
1488lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
1489lpbuttonframe.BorderSizePixel = 0
1490lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
1491lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
1492
1493lpbutton.Name = "lpbutton"
1494lpbutton.Parent = lpbuttonframe
1495lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1496lpbutton.BackgroundTransparency = 1
1497lpbutton.BorderSizePixel = 0
1498lpbutton.ClipsDescendants = true
1499lpbutton.Size = UDim2.new(0, 194, 0, 30)
1500lpbutton.Font = Enum.Font.SourceSansSemibold
1501lpbutton.FontSize = Enum.FontSize.Size24
1502lpbutton.Text = "Local Player"
1503lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1504lpbutton.TextSize = 19
1505
1506lpbuttonlabel.Name = "lpbuttonlabel"
1507lpbuttonlabel.Parent = lpbutton
1508lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1509lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1510lpbuttonlabel.BackgroundTransparency = 1
1511lpbuttonlabel.BorderSizePixel = 0
1512lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1513lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
1514lpbuttonlabel.Visible = false
1515lpbuttonlabel.Image = "rbxassetid://200182847"
1516lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1517lpbuttonlabel.ImageTransparency = 0.80000001192093
1518
1519tptextbox.Name = "tptextbox"
1520tptextbox.Parent = menuframe
1521tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
1522tptextbox.BackgroundTransparency = 1
1523tptextbox.BorderSizePixel = 0
1524tptextbox.Position = UDim2.new(0, 31, 0, 165)
1525tptextbox.Size = UDim2.new(0, 194, 0, 31)
1526tptextbox.Font = Enum.Font.SourceSans
1527tptextbox.FontSize = Enum.FontSize.Size18
1528tptextbox.Text = "Player Name"
1529tptextbox.TextColor3 = Color3.new(1, 1, 1)
1530tptextbox.TextSize = 15
1531
1532tpunderline.Name = "tpunderline"
1533tpunderline.Parent = tptextbox
1534tpunderline.AnchorPoint = Vector2.new(0, 0)
1535tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
1536tpunderline.BorderSizePixel = 0
1537tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
1538tpunderline.Size = UDim2.new(0, 0, 0, 2)
1539
1540tpunderlinebase.Name = "tpunderlinebase"
1541tpunderlinebase.Parent = tptextbox
1542tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
1543tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
1544tpunderlinebase.BackgroundTransparency = 0.80000001192093
1545tpunderlinebase.BorderSizePixel = 0
1546tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
1547tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
1548tpunderlinebase.Visible = false --secretkey
1549
1550generalframe.Name = "generalframe"
1551generalframe.Parent = bodyframe
1552generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
1553generalframe.BackgroundTransparency = 1
1554generalframe.BorderSizePixel = 0
1555generalframe.Position = UDim2.new(0, 256, 0, 0)
1556generalframe.Size = UDim2.new(0, 256, 0, 222)
1557
1558generalespframe.Name = "generalespframe"
1559generalespframe.Parent = generalframe
1560generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
1561generalespframe.BorderSizePixel = 0
1562generalespframe.Position = UDim2.new(0, 31, 0, 172)
1563generalespframe.Size = UDim2.new(0, 194, 0, 30)
1564
1565generalespbutton.Name = "generalespbutton"
1566generalespbutton.Parent = generalespframe
1567generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1568generalespbutton.BackgroundTransparency = 1
1569generalespbutton.BorderSizePixel = 0
1570generalespbutton.ClipsDescendants = true
1571generalespbutton.Size = UDim2.new(0, 194, 0, 30)
1572generalespbutton.Font = Enum.Font.SourceSansSemibold
1573generalespbutton.FontSize = Enum.FontSize.Size24
1574generalespbutton.Text = "ESP (Left Alt)"
1575generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1576generalespbutton.TextSize = 19
1577
1578generalesplabel.Name = "generalesplabel"
1579generalesplabel.Parent = generalespbutton
1580generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
1581generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
1582generalesplabel.BackgroundTransparency = 1
1583generalesplabel.BorderSizePixel = 0
1584generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1585generalesplabel.Size = UDim2.new(0, 50, 0, 50)
1586generalesplabel.Visible = false
1587generalesplabel.Image = "rbxassetid://200182847"
1588generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1589generalesplabel.ImageTransparency = 0.80000001192093
1590
1591generalcoinframe.Name = "generalcoinframe"
1592generalcoinframe.Parent = generalframe
1593generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
1594generalcoinframe.BorderSizePixel = 0
1595generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
1596generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
1597
1598generalcoinbutton.Name = "generalcoinbutton"
1599generalcoinbutton.Parent = generalcoinframe
1600generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1601generalcoinbutton.BackgroundTransparency = 1
1602generalcoinbutton.BorderSizePixel = 0
1603generalcoinbutton.ClipsDescendants = true
1604generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
1605generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
1606generalcoinbutton.Font = Enum.Font.SourceSansSemibold
1607generalcoinbutton.FontSize = Enum.FontSize.Size24
1608generalcoinbutton.Text = "Grab 10 Coins"
1609generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1610generalcoinbutton.TextSize = 19
1611
1612generalcoinlabel.Name = "generalcoinlabel"
1613generalcoinlabel.Parent = generalcoinbutton
1614generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1615generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1616generalcoinlabel.BackgroundTransparency = 1
1617generalcoinlabel.BorderSizePixel = 0
1618generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1619generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
1620generalcoinlabel.Visible = false
1621generalcoinlabel.Image = "rbxassetid://200182847"
1622generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1623generalcoinlabel.ImageTransparency = 0.80000001192093
1624
1625generalgunframe.Name = "generalgunframe"
1626generalgunframe.Parent = generalframe
1627generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
1628generalgunframe.BorderSizePixel = 0
1629generalgunframe.Position = UDim2.new(0, 31, 0, 68)
1630generalgunframe.Size = UDim2.new(0, 194, 0, 30)
1631
1632generalgunbutton.Name = "generalgunbutton"
1633generalgunbutton.Parent = generalgunframe
1634generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1635generalgunbutton.BackgroundTransparency = 1
1636generalgunbutton.BorderSizePixel = 0
1637generalgunbutton.ClipsDescendants = true
1638generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
1639generalgunbutton.Font = Enum.Font.SourceSansSemibold
1640generalgunbutton.FontSize = Enum.FontSize.Size24
1641generalgunbutton.Text = "Grab Gun"
1642generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1643generalgunbutton.TextSize = 19
1644
1645generalgunlabel.Name = "generalgunlabel"
1646generalgunlabel.Parent = generalgunbutton
1647generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1648generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1649generalgunlabel.BackgroundTransparency = 1
1650generalgunlabel.BorderSizePixel = 0
1651generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1652generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
1653generalgunlabel.Visible = false
1654generalgunlabel.Image = "rbxassetid://200182847"
1655generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1656generalgunlabel.ImageTransparency = 0.80000001192093
1657
1658generallobbyframe.Name = "generallobbyframe"
1659generallobbyframe.Parent = generalframe
1660generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
1661generallobbyframe.BorderSizePixel = 0
1662generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
1663generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
1664
1665generallobbybutton.Name = "generallobbybutton"
1666generallobbybutton.Parent = generallobbyframe
1667generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
1668generallobbybutton.BackgroundTransparency = 1
1669generallobbybutton.BorderSizePixel = 0
1670generallobbybutton.ClipsDescendants = true
1671generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
1672generallobbybutton.Font = Enum.Font.SourceSansSemibold
1673generallobbybutton.FontSize = Enum.FontSize.Size24
1674generallobbybutton.Text = "TP to Lobby"
1675generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
1676generallobbybutton.TextSize = 19
1677
1678generallobbylabel.Name = "generallobbylabel"
1679generallobbylabel.Parent = generallobbybutton
1680generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
1681generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
1682generallobbylabel.BackgroundTransparency = 1
1683generallobbylabel.BorderSizePixel = 0
1684generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1685generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
1686generallobbylabel.Visible = false
1687generallobbylabel.Image = "rbxassetid://200182847"
1688generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1689generallobbylabel.ImageTransparency = 0.80000001192093
1690
1691lpframe.Name = "lpframe"
1692lpframe.Parent = bodyframe
1693lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
1694lpframe.BackgroundTransparency = 1
1695lpframe.BorderSizePixel = 0
1696lpframe.Position = UDim2.new(0, 256, 0, 0)
1697lpframe.Size = UDim2.new(0, 256, 0, 222)
1698
1699lpjumpframe.Name = "lpjumpframe"
1700lpjumpframe.Parent = lpframe
1701lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
1702lpjumpframe.BorderSizePixel = 0
1703lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
1704lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
1705
1706lpjumpbutton.Name = "lpjumpbutton"
1707lpjumpbutton.Parent = lpjumpframe
1708lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1709lpjumpbutton.BackgroundTransparency = 1
1710lpjumpbutton.BorderSizePixel = 0
1711lpjumpbutton.ClipsDescendants = true
1712lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
1713lpjumpbutton.Font = Enum.Font.SourceSansSemibold
1714lpjumpbutton.FontSize = Enum.FontSize.Size24
1715lpjumpbutton.Text = "High Jump"
1716lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1717lpjumpbutton.TextSize = 19
1718
1719lpjumplabel.Name = "lpjumplabel"
1720lpjumplabel.Parent = lpjumpbutton
1721lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
1722lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
1723lpjumplabel.BackgroundTransparency = 1
1724lpjumplabel.BorderSizePixel = 0
1725lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1726lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
1727lpjumplabel.Visible = false
1728lpjumplabel.Image = "rbxassetid://200182847"
1729lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1730lpjumplabel.ImageTransparency = 0.80000001192093
1731
1732lpgravframe.Name = "lpgravframe"
1733lpgravframe.Parent = lpframe
1734lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
1735lpgravframe.BorderSizePixel = 0
1736lpgravframe.Position = UDim2.new(0, 31, 0, 120)
1737lpgravframe.Size = UDim2.new(0, 194, 0, 30)
1738
1739lpgravbutton.Name = "lpgravbutton"
1740lpgravbutton.Parent = lpgravframe
1741lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1742lpgravbutton.BackgroundTransparency = 1
1743lpgravbutton.BorderSizePixel = 0
1744lpgravbutton.ClipsDescendants = true
1745lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
1746lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
1747lpgravbutton.Font = Enum.Font.SourceSansSemibold
1748lpgravbutton.FontSize = Enum.FontSize.Size24
1749lpgravbutton.Text = "Low Gravity"
1750lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1751lpgravbutton.TextSize = 19
1752
1753lpgravlabel.Name = "lpgravlabel"
1754lpgravlabel.Parent = lpgravbutton
1755lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1756lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1757lpgravlabel.BackgroundTransparency = 1
1758lpgravlabel.BorderSizePixel = 0
1759lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1760lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
1761lpgravlabel.Visible = false
1762lpgravlabel.Image = "rbxassetid://200182847"
1763lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1764lpgravlabel.ImageTransparency = 0.80000001192093
1765
1766lpwalkframe.Name = "lpwalkframe"
1767lpwalkframe.Parent = lpframe
1768lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
1769lpwalkframe.BorderSizePixel = 0
1770lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
1771lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
1772
1773lpwalkbutton.Name = "lpwalkbutton"
1774lpwalkbutton.Parent = lpwalkframe
1775lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1776lpwalkbutton.BackgroundTransparency = 1
1777lpwalkbutton.BorderSizePixel = 0
1778lpwalkbutton.ClipsDescendants = true
1779lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
1780lpwalkbutton.Font = Enum.Font.SourceSansSemibold
1781lpwalkbutton.FontSize = Enum.FontSize.Size24
1782lpwalkbutton.Text = "Fast Walk"
1783lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1784lpwalkbutton.TextSize = 19
1785
1786lpwalklabel.Name = "lpwalklabel"
1787lpwalklabel.Parent = lpwalkbutton
1788lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
1789lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
1790lpwalklabel.BackgroundTransparency = 1
1791lpwalklabel.BorderSizePixel = 0
1792lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1793lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
1794lpwalklabel.Visible = false
1795lpwalklabel.Image = "rbxassetid://200182847"
1796lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1797lpwalklabel.ImageTransparency = 0.80000001192093
1798
1799lpgodframe.Name = "lpgodframe"
1800lpgodframe.Parent = lpframe
1801lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
1802lpgodframe.BorderSizePixel = 0
1803lpgodframe.Position = UDim2.new(0, 31, 0, 17)
1804lpgodframe.Size = UDim2.new(0, 194, 0, 30)
1805
1806lpgodbutton.Name = "lpgodbutton"
1807lpgodbutton.Parent = lpgodframe
1808lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1809lpgodbutton.BackgroundTransparency = 1
1810lpgodbutton.BorderSizePixel = 0
1811lpgodbutton.ClipsDescendants = true
1812lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
1813lpgodbutton.Font = Enum.Font.SourceSansSemibold
1814lpgodbutton.FontSize = Enum.FontSize.Size24
1815lpgodbutton.Text = "God Mode"
1816lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1817lpgodbutton.TextSize = 19
1818
1819lpgodlabel.Name = "lpgodlabel"
1820lpgodlabel.Parent = lpgodbutton
1821lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1822lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1823lpgodlabel.BackgroundTransparency = 1
1824lpgodlabel.BorderSizePixel = 0
1825lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1826lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
1827lpgodlabel.Visible = false
1828lpgodlabel.Image = "rbxassetid://200182847"
1829lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1830lpgodlabel.ImageTransparency = 0.80000001192093
1831
1832backbutton1.Name = "backbutton1"
1833backbutton1.Parent = maintab
1834backbutton1.Active = false
1835backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
1836backbutton1.BackgroundTransparency = 1
1837backbutton1.BorderSizePixel = 0
1838backbutton1.ClipsDescendants = true
1839backbutton1.Size = UDim2.new(0, 29, 0, 30)
1840backbutton1.Visible = false
1841backbutton1.AutoButtonColor = false
1842backbutton1.Font = Enum.Font.SourceSansBold
1843backbutton1.FontSize = Enum.FontSize.Size24
1844backbutton1.Text = "<"
1845backbutton1.TextColor3 = Color3.new(1, 1, 1)
1846backbutton1.TextSize = 20
1847
1848backbutton1label.Name = "backbutton1label"
1849backbutton1label.Parent = backbutton1
1850backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
1851backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
1852backbutton1label.BackgroundTransparency = 1
1853backbutton1label.BorderSizePixel = 0
1854backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1855backbutton1label.Size = UDim2.new(0, 50, 0, 50)
1856backbutton1label.Visible = false
1857backbutton1label.Image = "rbxassetid://200182847"
1858backbutton1label.ImageTransparency = 0.80000001192093
1859
1860backbutton2.Name = "backbutton2"
1861backbutton2.Parent = maintab
1862backbutton2.Active = false
1863backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
1864backbutton2.BackgroundTransparency = 1
1865backbutton2.BorderSizePixel = 0
1866backbutton2.ClipsDescendants = true
1867backbutton2.Size = UDim2.new(0, 29, 0, 30)
1868backbutton2.Visible = false
1869backbutton2.AutoButtonColor = false
1870backbutton2.Font = Enum.Font.SourceSansBold
1871backbutton2.FontSize = Enum.FontSize.Size24
1872backbutton2.Text = "<"
1873backbutton2.TextColor3 = Color3.new(1, 1, 1)
1874backbutton2.TextSize = 20
1875
1876backbutton2label.Name = "backbutton2label"
1877backbutton2label.Parent = backbutton2
1878backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
1879backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
1880backbutton2label.BackgroundTransparency = 1
1881backbutton2label.BorderSizePixel = 0
1882backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1883backbutton2label.Size = UDim2.new(0, 50, 0, 50)
1884backbutton2label.Visible = false
1885backbutton2label.Image = "rbxassetid://200182847"
1886backbutton2label.ImageTransparency = 0.80000001192093
1887
1888creditsbutton.Name = "creditsbutton"
1889creditsbutton.Parent = maintab
1890creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1891creditsbutton.BackgroundTransparency = 1
1892creditsbutton.BorderSizePixel = 0
1893creditsbutton.ClipsDescendants = true
1894creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
1895creditsbutton.Size = UDim2.new(0, 31, 0, 30)
1896creditsbutton.Font = Enum.Font.SourceSansSemibold
1897creditsbutton.FontSize = Enum.FontSize.Size18
1898creditsbutton.Text = ""
1899creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1900creditsbutton.TextSize = 15
1901
1902creditsiconlabel1.Name = "creditsiconlabel1"
1903creditsiconlabel1.Parent = creditsbutton
1904creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
1905creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
1906creditsiconlabel1.BackgroundTransparency = 1
1907creditsiconlabel1.BorderSizePixel = 0
1908creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1909creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
1910creditsiconlabel1.Visible = false
1911creditsiconlabel1.Image = "rbxassetid://200182847"
1912creditsiconlabel1.ImageTransparency = 0.80000001192093
1913
1914creditsiconlabel2.Name = "creditsiconlabel2"
1915creditsiconlabel2.Parent = creditsbutton
1916creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
1917creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
1918creditsiconlabel2.BackgroundTransparency = 1
1919creditsiconlabel2.BorderSizePixel = 0
1920creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
1921creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
1922creditsiconlabel2.Image = "rbxassetid://23151450"
1923
1924toggle.Name = "toggle"
1925toggle.Parent = mygui
1926toggle.Active = true
1927toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
1928toggle.BackgroundTransparency = 0.5
1929toggle.BorderSizePixel = 0
1930toggle.Draggable = true
1931toggle.Position = UDim2.new(0, 5, 0, 530)
1932toggle.Size = UDim2.new(0, 140, 0, 30)
1933
1934closeall.Name = "closeall"
1935closeall.Parent = toggle
1936closeall.BackgroundColor3 = Color3.new(1, 0, 0)
1937closeall.BorderSizePixel = 0
1938closeall.Position = UDim2.new(0, 110, 0, 0)
1939closeall.Size = UDim2.new(0, 30, 0, 30)
1940closeall.FontSize = Enum.FontSize.Size18
1941closeall.Text = ""
1942closeall.TextSize = 15
1943
1944closeopen.Name = "closeopen"
1945closeopen.Parent = toggle
1946closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
1947closeopen.BorderSizePixel = 0
1948closeopen.ClipsDescendants = true
1949closeopen.Size = UDim2.new(0, 110, 0, 30)
1950closeopen.AutoButtonColor = false
1951closeopen.Font = Enum.Font.SourceSansBold
1952closeopen.FontSize = Enum.FontSize.Size24
1953closeopen.Text = "Close"
1954closeopen.TextColor3 = Color3.new(1, 1, 1)
1955closeopen.TextSize = 20
1956
1957closeopenlabel.Name = "closeopenlabel"
1958closeopenlabel.Parent = closeopen
1959closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1960closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1961closeopenlabel.BackgroundTransparency = 1
1962closeopenlabel.BorderSizePixel = 0
1963closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1964closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
1965closeopenlabel.Visible = false
1966closeopenlabel.Image = "rbxassetid://200182847"
1967closeopenlabel.ImageTransparency = 0.80000001192093
1968
1969creditstab.Name = "creditstab"
1970creditstab.Parent = mygui
1971creditstab.Active = true
1972creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
1973creditstab.BackgroundTransparency = 0.5
1974creditstab.BorderSizePixel = 0
1975creditstab.Draggable = true
1976creditstab.Position = UDim2.new(0, 42, 0, 47)
1977creditstab.Size = UDim2.new(0, 256, 0, 30)
1978creditstab.Visible = false
1979
1980creditstitle.Name = "creditstitle"
1981creditstitle.Parent = creditstab
1982creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
1983creditstitle.BorderSizePixel = 0
1984creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
1985creditstitle.Size = UDim2.new(0, 256, 0, 30)
1986creditstitle.Font = Enum.Font.SourceSansBold
1987creditstitle.FontSize = Enum.FontSize.Size24
1988creditstitle.Text = "Credits"
1989creditstitle.TextColor3 = Color3.new(1, 1, 1)
1990creditstitle.TextSize = 23
1991
1992creditsframe.Name = "creditsframe"
1993creditsframe.Parent = creditstab
1994creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
1995creditsframe.BorderSizePixel = 0
1996creditsframe.ClipsDescendants = true
1997creditsframe.Position = UDim2.new(0, 0, 0, 30)
1998creditsframe.Size = UDim2.new(0, 256, 0, 222)
1999
2000creditsmenuframe.Name = "menuframe"
2001creditsmenuframe.Parent = creditsframe
2002creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
2003creditsmenuframe.BackgroundTransparency = 1
2004creditsmenuframe.BorderSizePixel = 0
2005creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
2006
2007creditsfield.Name = "creditsfield"
2008creditsfield.Parent = creditsmenuframe
2009creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
2010creditsfield.BorderSizePixel = 0
2011creditsfield.Position = UDim2.new(0, 31, 0, 31)
2012creditsfield.Size = UDim2.new(0, 194, 0, 31)
2013creditsfield.Font = Enum.Font.SourceSansSemibold
2014creditsfield.FontSize = Enum.FontSize.Size24
2015creditsfield.Text = "By: abs_0"
2016creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
2017creditsfield.TextSize = 20
2018
2019closecredits.Name = "closeall"
2020closecredits.Parent = creditstab
2021closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
2022closecredits.BorderSizePixel = 0
2023closecredits.Position = UDim2.new(0, 226, 0, 0)
2024closecredits.Size = UDim2.new(0, 30, 0, 30)
2025closecredits.FontSize = Enum.FontSize.Size18
2026closecredits.Text = ""
2027closecredits.TextSize = 15
2028
2029--Appearance Scripts
2030
2031--mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
2032local mouse = game.Players.LocalPlayer:GetMouse()
2033
2034
2035generallobbybutton.MouseButton1Down:connect(function()
2036 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
2037 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
2038 generallobbylabel.Position = UDim2.new(0,x,0,y)
2039 generallobbylabel.Size = UDim2.new(0,50,0,50)
2040 generallobbylabel.ImageTransparency = 0.8
2041 generallobbylabel.Visible = true
2042
2043 wait()
2044
2045 generallobbylabel:TweenSize(
2046 UDim2.new(0,390,0,390),
2047 "Out",
2048 "Quint",
2049 1
2050 )
2051end)
2052
2053generallobbybutton.MouseButton1Up:connect(function()
2054 wait(0.35)
2055 local TweenService = game:GetService("TweenService")
2056 local circle = generallobbylabel
2057
2058 local Info = TweenInfo.new(
2059 0.2, -- Length
2060 Enum.EasingStyle.Linear, -- Easing Style
2061 Enum.EasingDirection.Out, -- Easing Direction
2062 0, -- Times repeated
2063 false, -- Reverse
2064 0 -- Delay
2065 )
2066 local Goals =
2067 {
2068 ImageTransparency = 1;
2069 }
2070
2071 local tween = TweenService:Create(circle,Info,Goals)
2072 tween:Play()
2073end)
2074
2075--mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
2076local mouse = game.Players.LocalPlayer:GetMouse()
2077
2078
2079generalgunbutton.MouseButton1Down:connect(function()
2080 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
2081 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
2082 generalgunlabel.Position = UDim2.new(0,x,0,y)
2083 generalgunlabel.Size = UDim2.new(0,50,0,50)
2084 generalgunlabel.ImageTransparency = 0.8
2085 generalgunlabel.Visible = true
2086
2087 wait()
2088
2089 generalgunlabel:TweenSize(
2090 UDim2.new(0,390,0,390),
2091 "Out",
2092 "Quint",
2093 1
2094 )
2095end)
2096
2097generalgunbutton.MouseButton1Up:connect(function()
2098 wait(0.35)
2099 local TweenService = game:GetService("TweenService")
2100 local circle = generalgunlabel
2101
2102 local Info = TweenInfo.new(
2103 0.2, -- Length
2104 Enum.EasingStyle.Linear, -- Easing Style
2105 Enum.EasingDirection.Out, -- Easing Direction
2106 0, -- Times repeated
2107 false, -- Reverse
2108 0 -- Delay
2109 )
2110 local Goals =
2111 {
2112 ImageTransparency = 1;
2113 }
2114
2115 local tween = TweenService:Create(circle,Info,Goals)
2116 tween:Play()
2117end)
2118
2119--mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
2120local mouse = game.Players.LocalPlayer:GetMouse()
2121
2122
2123generalcoinbutton.MouseButton1Down:connect(function()
2124 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
2125 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
2126 generalcoinlabel.Position = UDim2.new(0,x,0,y)
2127 generalcoinlabel.Size = UDim2.new(0,50,0,50)
2128 generalcoinlabel.ImageTransparency = 0.8
2129 generalcoinlabel.Visible = true
2130
2131 wait()
2132
2133 generalcoinlabel:TweenSize(
2134 UDim2.new(0,390,0,390),
2135 "Out",
2136 "Quint",
2137 1
2138 )
2139end)
2140
2141generalcoinbutton.MouseButton1Up:connect(function()
2142 wait(0.35)
2143 local TweenService = game:GetService("TweenService")
2144 local circle = generalcoinlabel
2145
2146 local Info = TweenInfo.new(
2147 0.2, -- Length
2148 Enum.EasingStyle.Linear, -- Easing Style
2149 Enum.EasingDirection.Out, -- Easing Direction
2150 0, -- Times repeated
2151 false, -- Reverse
2152 0 -- Delay
2153 )
2154 local Goals =
2155 {
2156 ImageTransparency = 1;
2157 }
2158
2159 local tween = TweenService:Create(circle,Info,Goals)
2160 tween:Play()
2161end)
2162
2163--mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
2164local mouse = game.Players.LocalPlayer:GetMouse()
2165
2166
2167generalespbutton.MouseButton1Down:connect(function()
2168 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
2169 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
2170 generalesplabel.Position = UDim2.new(0,x,0,y)
2171 generalesplabel.Size = UDim2.new(0,50,0,50)
2172 generalesplabel.ImageTransparency = 0.8
2173 generalesplabel.Visible = true
2174
2175 wait()
2176
2177 generalesplabel:TweenSize(
2178 UDim2.new(0,390,0,390),
2179 "Out",
2180 "Quint",
2181 1
2182 )
2183end)
2184
2185generalespbutton.MouseButton1Up:connect(function()
2186 wait(0.35)
2187 local TweenService = game:GetService("TweenService")
2188 local circle = generalesplabel
2189
2190 local Info = TweenInfo.new(
2191 0.2, -- Length
2192 Enum.EasingStyle.Linear, -- Easing Style
2193 Enum.EasingDirection.Out, -- Easing Direction
2194 0, -- Times repeated
2195 false, -- Reverse
2196 0 -- Delay
2197 )
2198 local Goals =
2199 {
2200 ImageTransparency = 1;
2201 }
2202
2203 local tween = TweenService:Create(circle,Info,Goals)
2204 tween:Play()
2205end)
2206
2207--mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
2208local mouse = game.Players.LocalPlayer:GetMouse()
2209
2210
2211lpgodbutton.MouseButton1Down:connect(function()
2212 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
2213 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
2214 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
2215 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
2216 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
2217 lpgodbutton.lpgodlabel.Visible = true
2218
2219 wait()
2220
2221 lpgodbutton.lpgodlabel:TweenSize(
2222 UDim2.new(0,390,0,390),
2223 "Out",
2224 "Quint",
2225 1
2226 )
2227end)
2228
2229lpgodbutton.MouseButton1Up:connect(function()
2230 wait(0.35)
2231 local TweenService = game:GetService("TweenService")
2232 local circle = lpgodbutton.lpgodlabel
2233
2234 local Info = TweenInfo.new(
2235 0.2, -- Length
2236 Enum.EasingStyle.Linear, -- Easing Style
2237 Enum.EasingDirection.Out, -- Easing Direction
2238 0, -- Times repeated
2239 false, -- Reverse
2240 0 -- Delay
2241 )
2242 local Goals =
2243 {
2244 ImageTransparency = 1;
2245 }
2246
2247 local tween = TweenService:Create(circle,Info,Goals)
2248 tween:Play()
2249end)
2250
2251--mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
2252local mouse = game.Players.LocalPlayer:GetMouse()
2253
2254
2255lpwalkbutton.MouseButton1Down:connect(function()
2256 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
2257 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
2258 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
2259 else
2260 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
2261 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
2262 end
2263
2264 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
2265 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
2266 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
2267 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
2268 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
2269 lpwalkbutton.lpwalklabel.Visible = true
2270
2271 wait()
2272
2273 lpwalkbutton.lpwalklabel:TweenSize(
2274 UDim2.new(0,390,0,390),
2275 "Out",
2276 "Quint",
2277 1
2278 )
2279end)
2280
2281lpwalkbutton.MouseButton1Up:connect(function()
2282 wait(0.35)
2283 local TweenService = game:GetService("TweenService")
2284 local circle = lpwalkbutton.lpwalklabel
2285
2286 local Info = TweenInfo.new(
2287 0.2, -- Length
2288 Enum.EasingStyle.Linear, -- Easing Style
2289 Enum.EasingDirection.Out, -- Easing Direction
2290 0, -- Times repeated
2291 false, -- Reverse
2292 0 -- Delay
2293 )
2294 local Goals =
2295 {
2296 ImageTransparency = 1;
2297 }
2298
2299 local tween = TweenService:Create(circle,Info,Goals)
2300 tween:Play()
2301end)
2302
2303--mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
2304local mouse = game.Players.LocalPlayer:GetMouse()
2305
2306lpgravbutton.MouseButton1Down:connect(function()
2307 if game.Workspace.Gravity < 196.1 then
2308 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
2309 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
2310 else
2311 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
2312 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
2313 end
2314
2315 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
2316 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
2317 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
2318 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
2319 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
2320 lpgravbutton.lpgravlabel.Visible = true
2321
2322 wait()
2323
2324 lpgravbutton.lpgravlabel:TweenSize(
2325 UDim2.new(0,390,0,390),
2326 "Out",
2327 "Quint",
2328 1
2329 )
2330end)
2331
2332lpgravbutton.MouseButton1Up:connect(function()
2333 wait(0.35)
2334 local TweenService = game:GetService("TweenService")
2335 local circle = lpgravbutton.lpgravlabel
2336
2337 local Info = TweenInfo.new(
2338 0.2, -- Length
2339 Enum.EasingStyle.Linear, -- Easing Style
2340 Enum.EasingDirection.Out, -- Easing Direction
2341 0, -- Times repeated
2342 false, -- Reverse
2343 0 -- Delay
2344 )
2345 local Goals =
2346 {
2347 ImageTransparency = 1;
2348 }
2349
2350 local tween = TweenService:Create(circle,Info,Goals)
2351 tween:Play()
2352end)
2353
2354--mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
2355local mouse = game.Players.LocalPlayer:GetMouse()
2356
2357
2358lpjumpbutton.MouseButton1Down:connect(function()
2359 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
2360 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
2361 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
2362 else
2363 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
2364 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
2365 end
2366
2367 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
2368 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
2369 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
2370 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
2371 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
2372 lpjumpbutton.lpjumplabel.Visible = true
2373
2374 wait()
2375
2376 lpjumpbutton.lpjumplabel:TweenSize(
2377 UDim2.new(0,390,0,390),
2378 "Out",
2379 "Quint",
2380 1
2381 )
2382end)
2383
2384lpjumpbutton.MouseButton1Up:connect(function()
2385 wait(0.35)
2386 local TweenService = game:GetService("TweenService")
2387 local circle = lpjumpbutton.lpjumplabel
2388
2389 local Info = TweenInfo.new(
2390 0.2, -- Length
2391 Enum.EasingStyle.Linear, -- Easing Style
2392 Enum.EasingDirection.Out, -- Easing Direction
2393 0, -- Times repeated
2394 false, -- Reverse
2395 0 -- Delay
2396 )
2397 local Goals =
2398 {
2399 ImageTransparency = 1;
2400 }
2401
2402 local tween = TweenService:Create(circle,Info,Goals)
2403 tween:Play()
2404end)
2405
2406--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
2407local mouse = game.Players.LocalPlayer:GetMouse()
2408
2409
2410generalbutton.MouseButton1Down:connect(function()
2411 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
2412 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
2413 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
2414 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
2415 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
2416 generalbutton.generalbuttonlabel.Visible = true
2417
2418 wait()
2419
2420 generalbutton.generalbuttonlabel:TweenSize(
2421 UDim2.new(0,390,0,390),
2422 "Out",
2423 "Quint",
2424 1
2425 )
2426end)
2427
2428generalbutton.MouseButton1Up:connect(function()
2429 wait(0.35)
2430 local TweenService = game:GetService("TweenService")
2431 local circle = generalbutton.generalbuttonlabel
2432
2433 local Info = TweenInfo.new(
2434 0.2, -- Length
2435 Enum.EasingStyle.Linear, -- Easing Style
2436 Enum.EasingDirection.Out, -- Easing Direction
2437 0, -- Times repeated
2438 false, -- Reverse
2439 0 -- Delay
2440 )
2441 local Goals =
2442 {
2443 ImageTransparency = 1;
2444 }
2445
2446 local tween = TweenService:Create(circle,Info,Goals)
2447 tween:Play()
2448end)
2449
2450--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
2451generalbutton.MouseButton1Click:connect(function()
2452 wait(0.25)
2453 menuframe:TweenPosition(
2454 UDim2.new(0,-256,0,0),
2455 "Out",
2456 "Quint",
2457 0.2
2458 )
2459 generalframe:TweenPosition(
2460 UDim2.new(0,0,0,0),
2461 "Out",
2462 "Quint",
2463 0.2
2464 )
2465 backbutton1.Visible = true
2466 backbutton1.Active = true
2467 maintab.title.Text = "General"
2468 maintab.title.TextSize = 19
2469end)
2470
2471--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
2472local mouse = game.Players.LocalPlayer:GetMouse()
2473
2474
2475lpbutton.MouseButton1Down:connect(function()
2476 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
2477 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
2478 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
2479 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
2480 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
2481 lpbutton.lpbuttonlabel.Visible = true
2482
2483 wait()
2484
2485 lpbuttonlabel:TweenSize(
2486 UDim2.new(0,390,0,390),
2487 "Out",
2488 "Quint",
2489 1
2490 )
2491end)
2492
2493lpbutton.MouseButton1Up:connect(function()
2494 wait(0.35)
2495 local TweenService = game:GetService("TweenService")
2496 local circle = lpbutton.lpbuttonlabel
2497
2498 local Info = TweenInfo.new(
2499 0.2, -- Length
2500 Enum.EasingStyle.Linear, -- Easing Style
2501 Enum.EasingDirection.Out, -- Easing Direction
2502 0, -- Times repeated
2503 false, -- Reverse
2504 0 -- Delay
2505 )
2506 local Goals =
2507 {
2508 ImageTransparency = 1;
2509 }
2510
2511 local tween = TweenService:Create(circle,Info,Goals)
2512 tween:Play()
2513end)
2514
2515--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
2516lpbutton.MouseButton1Click:connect(function()
2517 wait(0.25)
2518 menuframe:TweenPosition(
2519 UDim2.new(0,-256,0,0),
2520 "Out",
2521 "Quint",
2522 0.2
2523 )
2524 lpframe:TweenPosition(
2525 UDim2.new(0,0,0,0),
2526 "Out",
2527 "Quint",
2528 0.2
2529 )
2530 backbutton2.Visible = true
2531 backbutton2.Active = true
2532 maintab.title.Text = "Local Player"
2533 maintab.title.TextSize = 19
2534end)
2535
2536--mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
2537local mouse = game.Players.LocalPlayer:GetMouse()
2538
2539
2540tpbutton.MouseButton1Down:connect(function()
2541 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
2542 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
2543 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
2544 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
2545 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
2546 tpbutton.tpbuttonlabel.Visible = true
2547
2548 wait()
2549
2550 tpbutton.tpbuttonlabel:TweenSize(
2551 UDim2.new(0,75,0,75),
2552 "Out",
2553 "Quint",
2554 0.9
2555 )
2556end)
2557
2558tpbutton.MouseButton1Up:connect(function()
2559 wait(0.35)
2560 local TweenService = game:GetService("TweenService")
2561 local circle = tpbutton.tpbuttonlabel
2562
2563 local Info = TweenInfo.new(
2564 0.2, -- Length
2565 Enum.EasingStyle.Linear, -- Easing Style
2566 Enum.EasingDirection.Out, -- Easing Direction
2567 0, -- Times repeated
2568 false, -- Reverse
2569 0 -- Delay
2570 )
2571 local Goals =
2572 {
2573 ImageTransparency = 1;
2574 }
2575
2576 local tween = TweenService:Create(circle,Info,Goals)
2577 tween:Play()
2578end)
2579
2580--mygui.maintab.bodyframe.menuframe.tptextbox.matscript
2581--[[tptextbox.Focused:connect(function()
2582 local mouse = game.Players.LocalPlayer:GetMouse()
2583 tptextbox.tpunderline.BackgroundTransparency = 0
2584 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
2585 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
2586
2587 wait()
2588 tptextbox.tpunderline:TweenSizeAndPosition(
2589 UDim2.new(0,156,0,2),
2590 UDim2.new(0,0,0,30),
2591 "Out",
2592 "Quint",
2593 0.2
2594 )
2595end)]]--
2596
2597--mygui.maintab.backbutton1.Script
2598local mouse = game.Players.LocalPlayer:GetMouse()
2599
2600backbutton1.MouseButton1Down:connect(function()
2601 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
2602 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
2603 backbutton1.backbutton1label.ImageTransparency = 0.8
2604 backbutton1.backbutton1label.Visible = true
2605
2606 wait()
2607
2608 backbutton1.backbutton1label:TweenSize(
2609 UDim2.new(0,60,0,60),
2610 "Out",
2611 "Quint",
2612 0.25
2613 )
2614end)
2615
2616backbutton1.MouseButton1Up:connect(function()
2617 wait(0.35)
2618 local TweenService = game:GetService("TweenService")
2619 local circle = backbutton1.backbutton1label
2620
2621 local Info = TweenInfo.new(
2622 0.2, -- Length
2623 Enum.EasingStyle.Linear, -- Easing Style
2624 Enum.EasingDirection.Out, -- Easing Direction
2625 0, -- Times repeated
2626 false, -- Reverse
2627 0 -- Delay
2628 )
2629 local Goals =
2630 {
2631 ImageTransparency = 1;
2632 }
2633
2634 local tween = TweenService:Create(circle,Info,Goals)
2635 tween:Play()
2636end)
2637
2638--mygui.maintab.backbutton1.TransitionScript
2639backbutton1.MouseButton1Click:connect(function()
2640 wait(0.2)
2641 menuframe:TweenPosition(
2642 UDim2.new(0,0,0,0),
2643 "Out",
2644 "Quint",
2645 0.2
2646 )
2647 generalframe:TweenPosition(
2648 UDim2.new(0,256,0,0),
2649 "Out",
2650 "Quint",
2651 0.2
2652 )
2653 backbutton1.Visible = false
2654 backbutton1.Active = false
2655 maintab.title.Text = "MM2 Gui"
2656 maintab.title.TextSize = 20
2657end)
2658
2659--mygui.maintab.backbutton2.Script
2660local mouse = game.Players.LocalPlayer:GetMouse()
2661
2662
2663backbutton2.MouseButton1Down:connect(function()
2664 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
2665 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
2666 backbutton2.backbutton2label.ImageTransparency = 0.8
2667 backbutton2.backbutton2label.Visible = true
2668
2669 wait()
2670
2671 backbutton2.backbutton2label:TweenSize(
2672 UDim2.new(0,60,0,60),
2673 "Out",
2674 "Quint",
2675 0.25
2676 )
2677end)
2678
2679backbutton2.MouseButton1Up:connect(function()
2680 wait(0.35)
2681 local TweenService = game:GetService("TweenService")
2682 local circle = backbutton2.backbutton2label
2683
2684 local Info = TweenInfo.new(
2685 0.2, -- Length
2686 Enum.EasingStyle.Linear, -- Easing Style
2687 Enum.EasingDirection.Out, -- Easing Direction
2688 0, -- Times repeated
2689 false, -- Reverse
2690 0 -- Delay
2691 )
2692 local Goals =
2693 {
2694 ImageTransparency = 1;
2695 }
2696
2697 local tween = TweenService:Create(circle,Info,Goals)
2698 tween:Play()
2699end)
2700
2701--mygui.maintab.backbutton2.TransitionScript
2702backbutton2.MouseButton1Click:connect(function()
2703 wait(0.2)
2704 menuframe:TweenPosition(
2705 UDim2.new(0,0,0,0),
2706 "Out",
2707 "Quint",
2708 0.2
2709 )
2710 lpframe:TweenPosition(
2711 UDim2.new(0,256,0,0),
2712 "Out",
2713 "Quint",
2714 0.2
2715 )
2716 backbutton2.Visible = false
2717 backbutton2.Active = false
2718 backbutton2.Parent.title.Text = "MM2 Gui"
2719 backbutton2.Parent.title.TextSize = 20
2720end)
2721
2722--mygui.maintab.creditsbutton.Script
2723local mouse = game.Players.LocalPlayer:GetMouse()
2724
2725
2726creditsbutton.MouseButton1Down:connect(function()
2727 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
2728 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
2729 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
2730 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
2731 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
2732 creditsbutton.creditsiconlabel1.Visible = true
2733
2734 wait()
2735
2736 creditsbutton.creditsiconlabel1:TweenSize(
2737 UDim2.new(0,75,0,75),
2738 "Out",
2739 "Quint",
2740 0.9
2741 )
2742end)
2743
2744creditsbutton.MouseButton1Up:connect(function()
2745 wait(0.35)
2746 local TweenService = game:GetService("TweenService")
2747 local circle = creditsbutton.creditsiconlabel1
2748
2749 local Info = TweenInfo.new(
2750 0.2, -- Length
2751 Enum.EasingStyle.Linear, -- Easing Style
2752 Enum.EasingDirection.Out, -- Easing Direction
2753 0, -- Times repeated
2754 false, -- Reverse
2755 0 -- Delay
2756 )
2757 local Goals =
2758 {
2759 ImageTransparency = 1;
2760 }
2761
2762 local tween = TweenService:Create(circle,Info,Goals)
2763 tween:Play()
2764end)
2765
2766--mygui.maintab.creditsbutton.CreditsWindowScript
2767creditsbutton.MouseButton1Click:connect(function()
2768 creditstab.Visible = true
2769 creditstab.Active = true
2770end)
2771
2772--mygui.creditstab.closecredits.Script
2773closecredits.MouseButton1Click:connect(function()
2774 creditstab.Visible = false
2775 creditstab.Active = false
2776end)
2777
2778--mygui.toggle.closeopen.CloseOpenScript
2779closeopen.MouseButton1Click:connect(function()
2780 if
2781 (maintab.Visible == true) and
2782 (maintab.Active == true) then
2783 maintab.Visible = false
2784 maintab.Active = false
2785 closeopen.Text = "Open"
2786 else
2787 maintab.Visible = true
2788 maintab.Active = true
2789 closeopen.Text = "Close"
2790 end
2791end)
2792
2793--mygui.toggle.closeopen.Script
2794local mouse = game.Players.LocalPlayer:GetMouse()
2795
2796
2797closeopen.MouseButton1Down:connect(function()
2798 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
2799 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
2800 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
2801 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
2802 closeopen.closeopenlabel.ImageTransparency = 0.8
2803 closeopen.closeopenlabel.Visible = true
2804
2805 wait()
2806
2807 closeopen.closeopenlabel:TweenSize(
2808 UDim2.new(0,240,0,240),
2809 "Out",
2810 "Quint",
2811 1
2812 )
2813end)
2814
2815closeopen.MouseButton1Up:connect(function()
2816 wait(0.35)
2817 local TweenService = game:GetService("TweenService")
2818 local circle = closeopen.closeopenlabel
2819
2820 local Info = TweenInfo.new(
2821 0.2, -- Length
2822 Enum.EasingStyle.Linear, -- Easing Style
2823 Enum.EasingDirection.Out, -- Easing Direction
2824 0, -- Times repeated
2825 false, -- Reverse
2826 0 -- Delay
2827 )
2828 local Goals =
2829 {
2830 ImageTransparency = 1;
2831 }
2832
2833 local tween = TweenService:Create(circle,Info,Goals)
2834 tween:Play()
2835end)
2836
2837--mygui.toggle.closeall.Script
2838closeall.MouseButton1Click:connect(function()
2839 mygui:Remove()
2840end)
2841
2842-- Scripts
2843
2844lpgravbutton.MouseButton1Down:connect(function()
2845 if game.Workspace.Gravity > 196.1 then
2846 game.Workspace.Gravity = 50
2847 else
2848 game.Workspace.Gravity = 196.2
2849 end
2850end)
2851
2852lpwalkbutton.MouseButton1Down:connect(function()
2853 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
2854 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
2855 else
2856 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
2857 end
2858end)
2859
2860lpjumpbutton.MouseButton1Down:connect(function()
2861 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
2862 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
2863 else
2864 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
2865 end
2866end)
2867
2868lpgodbutton.MouseButton1Down:connect(function()
2869 game.Players.LocalPlayer.Character.Humanoid:Remove()
2870 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
2871end)
2872
2873generallobbybutton.MouseButton1Down:connect(function()
2874 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
2875end)
2876
2877generalgunbutton.MouseButton1Down:connect(function()
2878 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
2879end)
2880
2881generalcoinbutton.MouseButton1Down:connect(function()
2882 for i = 10, 1, -1 do
2883 for i,v in pairs(game.Workspace:GetChildren()) do
2884 local s = v:FindFirstChild("CoinContainer")
2885 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
2886 if e and s then
2887 for i,c in pairs(s:GetChildren()) do
2888 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
2889 end
2890 end
2891 end
2892 wait(0.7)
2893 end
2894end)
2895
2896--[[tpbutton.MouseButton1Down:connect(function()
2897 for i,v in pairs(game.Workspace:GetChildren()) do
2898 if tptextbox.Text:lower() == v.Name:lower() then
2899 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
2900 else
2901 print("Player not found")
2902 end
2903 end
2904end)]]--
2905
2906
2907
2908
2909--script
2910local parent = tptextbox --insert textbox name!
2911local mouse = game.Players.LocalPlayer:GetMouse()
2912
2913local xsize = parent.Size.X.Offset
2914local ysize = parent.Size.Y.Offset
2915parent.Visible = true
2916parent.Active = true
2917parent.Selectable = true
2918
2919local Underline = Instance.new("Frame")
2920local UnderlineBase = Instance.new("Frame")
2921
2922Underline.Name = "Underline"
2923Underline.Parent = parent
2924Underline.BackgroundColor3 = parent.TextColor3
2925Underline.BorderSizePixel = 0
2926Underline.Position = UDim2.new(0, 0, 1, 0)
2927Underline.Size = UDim2.new(0, 0, 0, 1)
2928
2929UnderlineBase.Name = "UnderlineBase"
2930UnderlineBase.Parent = parent
2931UnderlineBase.BackgroundColor3 = parent.TextColor3
2932UnderlineBase.BackgroundTransparency = 0.85
2933UnderlineBase.BorderSizePixel = 0
2934UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
2935UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
2936
2937parent.Focused:connect(function()
2938 local x = (mouse.X) - (parent.AbsolutePosition.X)
2939 Underline.BackgroundTransparency = 0
2940 Underline.Position = UDim2.new(0,x,1,0)
2941 wait()
2942 Underline:TweenSizeAndPosition(
2943 UDim2.new(0, xsize, 0, 1),
2944 UDim2.new(0, 0, 1, 0),
2945 "Out",
2946 "Quint",
2947 0.2
2948 )
2949end)
2950
2951parent.FocusLost:connect(function(enterPressed)
2952 if parent.Text == "" then
2953 parent.Text = "Player Name"
2954 end
2955
2956 local TweenService = game:GetService("TweenService")
2957
2958 local Info = TweenInfo.new(
2959 0.15,
2960 Enum.EasingStyle.Linear,
2961 Enum.EasingDirection.Out,
2962 0,
2963 false,
2964 0
2965 )
2966 local Goals =
2967 {
2968 BackgroundTransparency = 1;
2969 }
2970
2971 local tween = TweenService:Create(Underline,Info,Goals)
2972 tween:Play()
2973
2974 wait(0.15)
2975 Underline.Size = UDim2.new(0,0,0,1)
2976
2977 if enterPressed then
2978 for i,v in pairs(game.Workspace:GetChildren()) do
2979 if tptextbox.Text:lower() == v.Name:lower() then
2980 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
2981 else
2982 print("Player not found")
2983 end
2984 end
2985 print(true)
2986 elseif tptextbox.Text ~= "Player Name" then
2987 tptextbox.Text = "Press Enter to TP"
2988 end
2989end)
2990
2991--/script
2992
2993if enterPressed then
2994 for i,v in pairs(game.Workspace:GetChildren()) do
2995 if tptextbox.Text:lower() == v.Name:lower() then
2996 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
2997 else
2998 print("Player not found")
2999 end
3000 end
3001end
3002
3003generalespbutton.MouseButton1Down:connect(function()
3004 --credits to Nebula Hub for the esp + aimbot
3005 PLAYER = game.Players.LocalPlayer
3006 MOUSE = PLAYER:GetMouse()
3007 CC = game.Workspace.CurrentCamera
3008
3009 ENABLED = false
3010 ESP_ENABLED = false
3011
3012 _G.FREE_FOR_ALL = true
3013
3014 _G.BIND = 50
3015 _G.ESP_BIND = 52
3016 _G.CHANGE_AIM = 'q'
3017
3018 _G.AIM_AT = 'Head'
3019
3020 wait(1)
3021
3022 function GetNearestPlayerToMouse()
3023 local PLAYERS = {}
3024 local PLAYER_HOLD = {}
3025 local DISTANCES = {}
3026 for i, v in pairs(game.Players:GetPlayers()) do
3027 if v ~= PLAYER then
3028 table.insert(PLAYERS, v)
3029 end
3030 end
3031 for i, v in pairs(PLAYERS) do
3032 if _G.FREE_FOR_ALL == false then
3033 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
3034 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
3035 if AIM ~= nil then
3036 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
3037 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
3038 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
3039 local DIFF = math.floor((POS - AIM.Position).magnitude)
3040 PLAYER_HOLD[v.Name .. i] = {}
3041 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
3042 PLAYER_HOLD[v.Name .. i].plr = v
3043 PLAYER_HOLD[v.Name .. i].diff = DIFF
3044 table.insert(DISTANCES, DIFF)
3045 end
3046 end
3047 elseif _G.FREE_FOR_ALL == true then
3048 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
3049 if AIM ~= nil then
3050 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
3051 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
3052 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
3053 local DIFF = math.floor((POS - AIM.Position).magnitude)
3054 PLAYER_HOLD[v.Name .. i] = {}
3055 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
3056 PLAYER_HOLD[v.Name .. i].plr = v
3057 PLAYER_HOLD[v.Name .. i].diff = DIFF
3058 table.insert(DISTANCES, DIFF)
3059 end
3060 end
3061 end
3062
3063 if unpack(DISTANCES) == nil then
3064 return false
3065 end
3066
3067 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
3068 if L_DISTANCE > 20 then
3069 return false
3070 end
3071
3072 for i, v in pairs(PLAYER_HOLD) do
3073 if v.diff == L_DISTANCE then
3074 return v.plr
3075 end
3076 end
3077 return false
3078 end
3079
3080 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
3081 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
3082 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
3083
3084 GUI_MAIN.Name = 'AIMBOT'
3085
3086 GUI_TARGET.Size = UDim2.new(0,200,0,30)
3087 GUI_TARGET.BackgroundTransparency = 0.5
3088 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
3089 GUI_TARGET.BorderSizePixel = 0
3090 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
3091 GUI_TARGET.Text = 'AIMBOT : OFF'
3092 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
3093 GUI_TARGET.TextStrokeTransparency = 1
3094 GUI_TARGET.TextWrapped = true
3095 GUI_TARGET.FontSize = 'Size24'
3096 GUI_TARGET.Font = 'SourceSansBold'
3097
3098 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
3099 GUI_AIM_AT.BackgroundTransparency = 0.5
3100 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
3101 GUI_AIM_AT.BorderSizePixel = 0
3102 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
3103 GUI_AIM_AT.Text = 'AIMING : HEAD'
3104 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
3105 GUI_AIM_AT.TextStrokeTransparency = 1
3106 GUI_AIM_AT.TextWrapped = true
3107 GUI_AIM_AT.FontSize = 'Size18'
3108 GUI_AIM_AT.Font = 'SourceSansBold'
3109
3110 local TRACK = false
3111
3112 function CREATE(BASE, COLOR)
3113 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
3114 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
3115 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
3116
3117 ESP_MAIN.Name = 'ESP'
3118 ESP_MAIN.Adornee = BASE
3119 ESP_MAIN.AlwaysOnTop = true
3120 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
3121 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
3122
3123 ESP_DOT.Name = 'DOT'
3124 ESP_DOT.BackgroundColor3 = COLOR
3125 ESP_DOT.BackgroundTransparency = 0.3
3126 ESP_DOT.BorderSizePixel = 0
3127 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
3128 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
3129 ESP_DOT.Visible = true
3130 ESP_DOT.ZIndex = 10
3131
3132 ESP_NAME.Name = 'NAME'
3133 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
3134 ESP_NAME.BackgroundTransparency = 1
3135 ESP_NAME.BorderSizePixel = 0
3136 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
3137 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
3138 ESP_NAME.Visible = true
3139 ESP_NAME.ZIndex = 10
3140 ESP_NAME.Font = 'ArialBold'
3141 ESP_NAME.FontSize = 'Size14'
3142 ESP_NAME.Text = BASE.Parent.Name:upper()
3143 ESP_NAME.TextColor3 = COLOR
3144 end
3145
3146 function CLEAR()
3147 for _,v in pairs(PLAYER.PlayerGui:children()) do
3148 if v.Name == 'ESP' and v:IsA('BillboardGui') then
3149 v:Destroy()
3150 end
3151 end
3152 end
3153
3154 local Remote = game:service'ReplicatedStorage'.GetPlayerData
3155 local player_roles = Remote:InvokeServer()
3156 function FIND()
3157 CLEAR()
3158 TRACK = true
3159 spawn(function()
3160 while wait() do
3161 if TRACK then
3162 CLEAR()
3163 local a,b = ypcall(function()
3164 for name,player in pairs(player_roles)do
3165 if game:service'Players':FindFirstChild(name) ~= nil then
3166 local v = game:service'Players':FindFirstChild(name)
3167 if v.Character and v.Character:FindFirstChild('Head') then
3168 if v.Character:FindFirstChild('Head') then
3169 if player.Dead ~= true then
3170 if player.Role == "Murderer"then
3171 CREATE(v.Character.Head, Color3.new(1,0,0))
3172 elseif player.Role == "Sheriff" or player.Role == "Hero" then
3173 CREATE(v.Character.Head, Color3.new(0,0,1))
3174 else
3175 CREATE(v.Character.Head, Color3.new(0,1,0))
3176 end
3177 end
3178 end
3179 end
3180 end
3181 end
3182 end)
3183 end
3184 end
3185 wait(1)
3186 end)
3187 end
3188 coroutine.wrap(function()
3189 while wait()do
3190 player_roles = Remote:InvokeServer()
3191 end
3192 end)()
3193
3194 MOUSE.KeyDown:connect(function(KEY)
3195 KEY = KEY:lower():byte()
3196 if KEY == _G.BIND then
3197 ENABLED = true
3198 end
3199 end)
3200
3201 MOUSE.KeyUp:connect(function(KEY)
3202 KEY = KEY:lower():byte()
3203 if KEY == _G.BIND then
3204 ENABLED = false
3205 end
3206 end)
3207
3208 MOUSE.KeyDown:connect(function(KEY)
3209 KEY = KEY:lower():byte()
3210 if KEY == _G.ESP_BIND then
3211 if ESP_ENABLED == false then
3212 FIND()
3213 ESP_ENABLED = true
3214 print('ESP : ON')
3215 elseif ESP_ENABLED == true then
3216 wait()
3217 CLEAR()
3218 TRACK = false
3219 ESP_ENABLED = false
3220 print('ESP : OFF')
3221 end
3222 end
3223 end)
3224
3225 MOUSE.KeyDown:connect(function(KEY)
3226 if KEY == _G.CHANGE_AIM then
3227 if _G.AIM_AT == 'Head' then
3228 _G.AIM_AT = 'Torso'
3229 GUI_AIM_AT.Text = 'AIMING : TORSO'
3230 elseif _G.AIM_AT == 'Torso' then
3231 _G.AIM_AT = 'Head'
3232 GUI_AIM_AT.Text = 'AIMING : HEAD'
3233 end
3234 end
3235 end)
3236
3237 game:GetService('RunService').RenderStepped:connect(function()
3238 if ENABLED then
3239 local TARGET = GetNearestPlayerToMouse()
3240 if (TARGET ~= false) then
3241 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
3242 if AIM then
3243 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
3244 end
3245 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
3246 else
3247 GUI_TARGET.Text = 'AIMBOT : OFF'
3248 end
3249 end
3250 end)
3251
3252 repeat
3253 wait()
3254 if ESP_ENABLED == true then
3255 FIND()
3256 end
3257 until ESP_ENABLED == false
3258
3259
3260 wait()
3261
3262 _G.FREE_FOR_ALL = true
3263
3264 _G.BIND = 50 -- LEFT CTRL
3265 _G.ESP_BIND = 52 -- LEFT ALT
3266end)
3267
3268local plr = game.Players.LocalPlayer
3269
3270plr:GetMouse().KeyDown:connect(function(KeyUp)
3271 if KeyUp == "0" then
3272 plr.Character.Humanoid.WalkSpeed = 35
3273 end
3274end)
3275
3276plr:GetMouse().KeyUp:connect(function(KeyUp)
3277 if KeyUp == "0" then
3278 plr.Character.Humanoid.WalkSpeed = 16
3279 end
3280end)
3281end)
3282
3283prisonlifegui.MouseButton1Click:connect(function()
3284 loadstring(game:HttpGet(('https://pastebin.com/raw/Hy5MYY32'),true))()
3285end)
3286
3287jailbreakgui.MouseButton1Click:connect(function()
3288 pcall(function()
3289 spawn(function()
3290while wait(0.05) do
3291game:GetService("Workspace").Name = "Workspace"
3292game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
3293game:GetService("Players").Name = "Players"
3294end
3295end)
3296function Bypass()
3297game:GetService('Workspace').Name = "Workspace"
3298game.Workspace.Banks:GetChildren()[1].Name="Bank"
3299game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
3300game:GetService('Players').Name = "Players"
3301game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
3302end
3303Bypass()
3304
3305local JailFix = Instance.new("ScreenGui")
3306local mainframe = Instance.new("Frame")
3307local TextLabel = Instance.new("TextLabel")
3308local Teleports = Instance.new("TextButton")
3309local GameStuff = Instance.new("TextButton")
3310local ExtraStuff = Instance.new("TextButton")
3311local bluecolor = Instance.new("TextButton")
3312local yellowcolor = Instance.new("TextButton")
3313local redcolor = Instance.new("TextButton")
3314local greencolor = Instance.new("TextButton")
3315local teleportgui = Instance.new("Frame")
3316local nameeeee = Instance.new("TextLabel")
3317local bankin = Instance.new("TextButton")
3318local bankout = Instance.new("TextButton")
3319local jewerlyin = Instance.new("TextButton")
3320local jewerlyout = Instance.new("TextButton")
3321local trainspawn = Instance.new("TextButton")
3322local criminalbase1 = Instance.new("TextButton")
3323local criminalbase2 = Instance.new("TextButton")
3324local gasstation = Instance.new("TextButton")
3325local donutshop = Instance.new("TextButton")
3326local prisionbase = Instance.new("TextButton")
3327local police1 = Instance.new("TextButton")
3328local police2 = Instance.new("TextButton")
3329local closeteleportgui = Instance.new("TextButton")
3330local gamestuffgui = Instance.new("Frame")
3331local nameeeeeeeee = Instance.new("TextLabel")
3332local btools = Instance.new("TextButton")
3333local fly = Instance.new("TextButton")
3334local walkspeed = Instance.new("TextButton")
3335local closegamestuff = Instance.new("TextButton")
3336local clicktp = Instance.new("TextButton")
3337local spamarrest = Instance.new("TextButton")
3338local infinitejump = Instance.new("TextButton")
3339local espall = Instance.new("TextButton")
3340local lowgravity = Instance.new("TextButton")
3341local godmode = Instance.new("TextButton")
3342local highjump = Instance.new("TextButton")
3343local platform = Instance.new("TextButton")
3344local tracers = Instance.new("TextButton")
3345local suicide = Instance.new("TextButton")
3346local spawnblocks = Instance.new("TextButton")
3347local playername = Instance.new("TextBox")
3348local goto = Instance.new("TextButton")
3349local f3x = Instance.new("TextButton")
3350local extrastuff = Instance.new("Frame")
3351local banknotification = Instance.new("TextButton")
3352local jewerlynotification = Instance.new("TextButton")
3353local KeyCard = Instance.new("TextButton")
3354local TextLabel_2 = Instance.new("TextLabel")
3355local closeextrastuff = Instance.new("TextButton")
3356local autorobtrain = Instance.new("TextButton")
3357local autorob = Instance.new("TextButton")
3358local removeall = Instance.new("TextButton")
3359local allitemsgiver = Instance.new("TextButton")
3360local infiniteammo = Instance.new("TextButton")
3361local sframe = Instance.new("ScrollingFrame")
3362local e = true
3363local val = Instance.new("ObjectValue", sframe)
3364local StarterGui = game:GetService('StarterGui')
3365local plr = game:GetService("Players").LocalPlayer
3366local char = plr.Character
3367
3368-- Properties
3369
3370JailFix.Name = "JailFix"
3371JailFix.Parent = game.CoreGui
3372
3373mainframe.Name = "mainframe"
3374mainframe.Parent = JailFix
3375mainframe.Active = true
3376mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
3377mainframe.BackgroundTransparency = 0.23000000417233
3378mainframe.BorderColor3 = Color3.new(0, 0, 0)
3379mainframe.BorderSizePixel = 3
3380mainframe.Draggable = true
3381mainframe.Position = UDim2.new(0.349194169, 0, 0.298537463, 0)
3382mainframe.Size = UDim2.new(0, 339, 0, 323)
3383
3384TextLabel.Parent = mainframe
3385TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3386TextLabel.Position = UDim2.new(-0.00147492625, 0, 0, 0)
3387TextLabel.Size = UDim2.new(0, 339, 0, 50)
3388TextLabel.Font = Enum.Font.SourceSansItalic
3389TextLabel.FontSize = Enum.FontSize.Size32
3390TextLabel.Text = "JailFix"
3391TextLabel.TextSize = 30
3392
3393Teleports.Name = "Teleports"
3394Teleports.Parent = mainframe
3395Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
3396Teleports.Position = UDim2.new(0.20501475, 0, 0.210526302, 0)
3397Teleports.Size = UDim2.new(0, 200, 0, 50)
3398Teleports.Font = Enum.Font.ArialBold
3399Teleports.FontSize = Enum.FontSize.Size14
3400Teleports.Text = "Teleports"
3401Teleports.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3402Teleports.TextSize = 14
3403
3404GameStuff.Name = "GameStuff"
3405GameStuff.Parent = mainframe
3406GameStuff.BackgroundColor3 = Color3.new(1, 1, 1)
3407GameStuff.Position = UDim2.new(0.205014765, 0, 0.411764681, 0)
3408GameStuff.Size = UDim2.new(0, 200, 0, 50)
3409GameStuff.Font = Enum.Font.ArialBold
3410GameStuff.FontSize = Enum.FontSize.Size14
3411GameStuff.Text = "Game Related"
3412GameStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3413GameStuff.TextSize = 14
3414
3415ExtraStuff.Name = "ExtraStuff"
3416ExtraStuff.Parent = mainframe
3417ExtraStuff.BackgroundColor3 = Color3.new(1, 1, 1)
3418ExtraStuff.Position = UDim2.new(0.203539819, 0, 0.600619137, 0)
3419ExtraStuff.Size = UDim2.new(0, 200, 0, 50)
3420ExtraStuff.Font = Enum.Font.ArialBold
3421ExtraStuff.FontSize = Enum.FontSize.Size14
3422ExtraStuff.Text = "Multi Purpose"
3423ExtraStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3424ExtraStuff.TextSize = 14
3425
3426bluecolor.Name = "bluecolor"
3427bluecolor.Parent = mainframe
3428bluecolor.BackgroundColor3 = Color3.new(0.239216, 1, 1)
3429bluecolor.Position = UDim2.new(0.206489682, 0, 0.804953575, 0)
3430bluecolor.Size = UDim2.new(0, 36, 0, 32)
3431bluecolor.Font = Enum.Font.SourceSans
3432bluecolor.FontSize = Enum.FontSize.Size14
3433bluecolor.Text = ""
3434bluecolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
3435bluecolor.TextSize = 14
3436
3437yellowcolor.Name = "yellowcolor"
3438yellowcolor.Parent = mainframe
3439yellowcolor.BackgroundColor3 = Color3.new(0.960784, 1, 0.14902)
3440yellowcolor.Position = UDim2.new(0.690265477, 0, 0.804953575, 0)
3441yellowcolor.Size = UDim2.new(0, 36, 0, 32)
3442yellowcolor.Font = Enum.Font.SourceSans
3443yellowcolor.FontSize = Enum.FontSize.Size14
3444yellowcolor.Text = ""
3445yellowcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
3446yellowcolor.TextSize = 14
3447
3448redcolor.Name = "redcolor"
3449redcolor.Parent = mainframe
3450redcolor.BackgroundColor3 = Color3.new(1, 0, 0)
3451redcolor.Position = UDim2.new(0.517699122, 0, 0.804953575, 0)
3452redcolor.Size = UDim2.new(0, 36, 0, 32)
3453redcolor.Font = Enum.Font.SourceSans
3454redcolor.FontSize = Enum.FontSize.Size14
3455redcolor.Text = ""
3456redcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
3457redcolor.TextSize = 14
3458
3459greencolor.Name = "greencolor"
3460greencolor.Parent = mainframe
3461greencolor.BackgroundColor3 = Color3.new(0.0901961, 1, 0.14902)
3462greencolor.Position = UDim2.new(0.362831861, 0, 0.804953575, 0)
3463greencolor.Size = UDim2.new(0, 36, 0, 32)
3464greencolor.Font = Enum.Font.SourceSans
3465greencolor.FontSize = Enum.FontSize.Size14
3466greencolor.Text = ""
3467greencolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
3468greencolor.TextSize = 14
3469
3470teleportgui.Name = "teleportgui"
3471teleportgui.Parent = JailFix
3472teleportgui.Active = true
3473teleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
3474teleportgui.Draggable = true
3475teleportgui.Position = UDim2.new(0.307494491, 0, 0.347222239, 0)
3476teleportgui.Size = UDim2.new(0, 524, 0, 253)
3477teleportgui.Visible = false
3478
3479nameeeee.Name = "nameeeee"
3480nameeeee.Parent = teleportgui
3481nameeeee.BackgroundColor3 = Color3.new(1, 1, 1)
3482nameeeee.BorderColor3 = Color3.new(1, 1, 1)
3483nameeeee.Position = UDim2.new(0.0209923666, 0, 0.0355731212, 0)
3484nameeeee.Size = UDim2.new(0, 437, 0, 50)
3485nameeeee.Font = Enum.Font.SourceSans
3486nameeeee.FontSize = Enum.FontSize.Size32
3487nameeeee.Text = "Teleport Menu"
3488nameeeee.TextColor3 = Color3.new(0, 0, 0)
3489nameeeee.TextSize = 30
3490
3491bankin.Name = "bankin"
3492bankin.Parent = teleportgui
3493bankin.BackgroundColor3 = Color3.new(1, 1, 1)
3494bankin.Position = UDim2.new(0.0209923666, 0, 0.30039525, 0)
3495bankin.Size = UDim2.new(0, 143, 0, 29)
3496bankin.Font = Enum.Font.SourceSans
3497bankin.FontSize = Enum.FontSize.Size14
3498bankin.Text = "Bank (In)"
3499bankin.TextSize = 14
3500
3501bankout.Name = "bankout"
3502bankout.Parent = teleportgui
3503bankout.BackgroundColor3 = Color3.new(1, 1, 1)
3504bankout.Position = UDim2.new(0.0209923666, 0, 0.462450594, 0)
3505bankout.Size = UDim2.new(0, 143, 0, 28)
3506bankout.Font = Enum.Font.SourceSans
3507bankout.FontSize = Enum.FontSize.Size14
3508bankout.Text = "Bank (Out)"
3509bankout.TextSize = 14
3510
3511jewerlyin.Name = "jewerlyin"
3512jewerlyin.Parent = teleportgui
3513jewerlyin.BackgroundColor3 = Color3.new(1, 1, 1)
3514jewerlyin.Position = UDim2.new(0.0209923666, 0, 0.62845856, 0)
3515jewerlyin.Size = UDim2.new(0, 143, 0, 27)
3516jewerlyin.Font = Enum.Font.SourceSans
3517jewerlyin.FontSize = Enum.FontSize.Size14
3518jewerlyin.Text = "Jewerly Store (In)"
3519jewerlyin.TextSize = 14
3520
3521jewerlyout.Name = "jewerlyout"
3522jewerlyout.Parent = teleportgui
3523jewerlyout.BackgroundColor3 = Color3.new(1, 1, 1)
3524jewerlyout.Position = UDim2.new(0.0209923666, 0, 0.790513873, 0)
3525jewerlyout.Size = UDim2.new(0, 143, 0, 24)
3526jewerlyout.Font = Enum.Font.SourceSans
3527jewerlyout.FontSize = Enum.FontSize.Size14
3528jewerlyout.Text = "Jewerly Store (Out)"
3529jewerlyout.TextSize = 14
3530
3531trainspawn.Name = "trainspawn"
3532trainspawn.Parent = teleportgui
3533trainspawn.BackgroundColor3 = Color3.new(1, 1, 1)
3534trainspawn.Position = UDim2.new(0.335877866, 0, 0.30039525, 0)
3535trainspawn.Size = UDim2.new(0, 149, 0, 31)
3536trainspawn.Font = Enum.Font.SourceSans
3537trainspawn.FontSize = Enum.FontSize.Size14
3538trainspawn.Text = "Train Spawnpoint"
3539trainspawn.TextSize = 14
3540
3541criminalbase1.Name = "criminalbase1"
3542criminalbase1.Parent = teleportgui
3543criminalbase1.BackgroundColor3 = Color3.new(1, 1, 1)
3544criminalbase1.Position = UDim2.new(0.335877866, 0, 0.462450594, 0)
3545criminalbase1.Size = UDim2.new(0, 149, 0, 28)
3546criminalbase1.Font = Enum.Font.SourceSans
3547criminalbase1.FontSize = Enum.FontSize.Size14
3548criminalbase1.Text = "Criminal Base 1 "
3549criminalbase1.TextSize = 14
3550
3551criminalbase2.Name = "criminalbase2"
3552criminalbase2.Parent = teleportgui
3553criminalbase2.BackgroundColor3 = Color3.new(1, 1, 1)
3554criminalbase2.Position = UDim2.new(0.335877866, 0, 0.6284585, 0)
3555criminalbase2.Size = UDim2.new(0, 149, 0, 27)
3556criminalbase2.Font = Enum.Font.SourceSans
3557criminalbase2.FontSize = Enum.FontSize.Size14
3558criminalbase2.Text = "Criminal Base 2"
3559criminalbase2.TextSize = 14
3560
3561gasstation.Name = "gasstation"
3562gasstation.Parent = teleportgui
3563gasstation.BackgroundColor3 = Color3.new(1, 1, 1)
3564gasstation.Position = UDim2.new(0.335877866, 0, 0.790513873, 0)
3565gasstation.Size = UDim2.new(0, 149, 0, 24)
3566gasstation.Font = Enum.Font.SourceSans
3567gasstation.FontSize = Enum.FontSize.Size14
3568gasstation.Text = "Gas Station"
3569gasstation.TextSize = 14
3570
3571donutshop.Name = "donutshop"
3572donutshop.Parent = teleportgui
3573donutshop.BackgroundColor3 = Color3.new(1, 1, 1)
3574donutshop.Position = UDim2.new(0.652671754, 0, 0.30039525, 0)
3575donutshop.Size = UDim2.new(0, 152, 0, 31)
3576donutshop.Font = Enum.Font.SourceSans
3577donutshop.FontSize = Enum.FontSize.Size14
3578donutshop.Text = "Donut Shop"
3579donutshop.TextSize = 14
3580
3581prisionbase.Name = "prisionbase"
3582prisionbase.Parent = teleportgui
3583prisionbase.BackgroundColor3 = Color3.new(1, 1, 1)
3584prisionbase.Position = UDim2.new(0.652671754, 0, 0.462450594, 0)
3585prisionbase.Size = UDim2.new(0, 152, 0, 28)
3586prisionbase.Font = Enum.Font.SourceSans
3587prisionbase.FontSize = Enum.FontSize.Size14
3588prisionbase.Text = "Prison Base"
3589prisionbase.TextSize = 14
3590
3591police1.Name = "police1"
3592police1.Parent = teleportgui
3593police1.BackgroundColor3 = Color3.new(1, 1, 1)
3594police1.Position = UDim2.new(0.652671754, 0, 0.6284585, 0)
3595police1.Size = UDim2.new(0, 152, 0, 27)
3596police1.Font = Enum.Font.SourceSans
3597police1.FontSize = Enum.FontSize.Size14
3598police1.Text = "Police Station 1"
3599police1.TextSize = 14
3600
3601police2.Name = "police2"
3602police2.Parent = teleportgui
3603police2.BackgroundColor3 = Color3.new(1, 1, 1)
3604police2.Position = UDim2.new(0.652671754, 0, 0.790513813, 0)
3605police2.Size = UDim2.new(0, 152, 0, 24)
3606police2.Font = Enum.Font.SourceSans
3607police2.FontSize = Enum.FontSize.Size14
3608police2.Text = "Poilice Station 2"
3609police2.TextSize = 14
3610
3611closeteleportgui.Name = "closeteleportgui"
3612closeteleportgui.Parent = teleportgui
3613closeteleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
3614closeteleportgui.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
3615closeteleportgui.Position = UDim2.new(0.854961812, 0, 0.0355731212, 0)
3616closeteleportgui.Size = UDim2.new(0, 76, 0, 50)
3617closeteleportgui.Font = Enum.Font.ArialBold
3618closeteleportgui.FontSize = Enum.FontSize.Size32
3619closeteleportgui.Text = "Back"
3620closeteleportgui.TextColor3 = Color3.new(0, 0, 0)
3621closeteleportgui.TextScaled = true
3622closeteleportgui.TextSize = 30
3623closeteleportgui.TextWrapped = true
3624
3625gamestuffgui.Name = "gamestuffgui"
3626gamestuffgui.Parent = JailFix
3627gamestuffgui.Active = true
3628gamestuffgui.BackgroundColor3 = Color3.new(1, 1, 1)
3629gamestuffgui.BackgroundTransparency = 0.14000000059605
3630gamestuffgui.Draggable = true
3631gamestuffgui.Position = UDim2.new(0.32752651, 0, 0.349794835, 0)
3632gamestuffgui.Size = UDim2.new(0, 415, 0, 263)
3633gamestuffgui.Visible = false
3634
3635nameeeeeeeee.Name = "nameeeeeeeee"
3636nameeeeeeeee.Parent = gamestuffgui
3637nameeeeeeeee.BackgroundColor3 = Color3.new(1, 1, 1)
3638nameeeeeeeee.BackgroundTransparency = 0.20999999344349
3639nameeeeeeeee.BorderColor3 = Color3.new(1, 1, 1)
3640nameeeeeeeee.Position = UDim2.new(0.0289156623, 0, 0.0836501867, 0)
3641nameeeeeeeee.Size = UDim2.new(0, 332, 0, 33)
3642nameeeeeeeee.Font = Enum.Font.ArialBold
3643nameeeeeeeee.FontSize = Enum.FontSize.Size32
3644nameeeeeeeee.Text = "Multi Purpose"
3645nameeeeeeeee.TextSize = 30
3646
3647btools.Name = "btools"
3648btools.Parent = gamestuffgui
3649btools.BackgroundColor3 = Color3.new(1, 1, 1)
3650btools.BorderColor3 = Color3.new(0, 0, 0)
3651btools.Position = UDim2.new(0.334939778, 0, 0.292775661, 0)
3652btools.Size = UDim2.new(0, 97, 0, 20)
3653btools.Font = Enum.Font.ArialBold
3654btools.FontSize = Enum.FontSize.Size14
3655btools.Text = "Btools"
3656btools.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3657btools.TextSize = 14
3658
3659fly.Name = "fly"
3660fly.Parent = gamestuffgui
3661fly.BackgroundColor3 = Color3.new(1, 1, 1)
3662fly.BorderColor3 = Color3.new(0, 0, 0)
3663fly.Position = UDim2.new(0.0819277093, 0, 0.292775661, 0)
3664fly.Size = UDim2.new(0, 88, 0, 20)
3665fly.Font = Enum.Font.ArialBold
3666fly.FontSize = Enum.FontSize.Size14
3667fly.Text = "Fly"
3668fly.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3669fly.TextSize = 14
3670fly.TextStrokeColor3 = Color3.new(0.0117647, 1, 0.788235)
3671
3672walkspeed.Name = "walkspeed"
3673walkspeed.Parent = gamestuffgui
3674walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
3675walkspeed.BorderColor3 = Color3.new(0, 0, 0)
3676walkspeed.Position = UDim2.new(0.0819277093, 0, 0.406844109, 0)
3677walkspeed.Size = UDim2.new(0, 88, 0, 21)
3678walkspeed.Font = Enum.Font.ArialBold
3679walkspeed.FontSize = Enum.FontSize.Size14
3680walkspeed.Text = "Walkspeed"
3681walkspeed.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3682walkspeed.TextSize = 14
3683
3684closegamestuff.Name = "closegamestuff"
3685closegamestuff.Parent = gamestuffgui
3686closegamestuff.BackgroundColor3 = Color3.new(1, 1, 1)
3687closegamestuff.Position = UDim2.new(0.790361464, 0, 0.0532319397, 0)
3688closegamestuff.Size = UDim2.new(0, 77, 0, 39)
3689closegamestuff.Font = Enum.Font.ArialBold
3690closegamestuff.FontSize = Enum.FontSize.Size32
3691closegamestuff.Text = "Back"
3692closegamestuff.TextColor3 = Color3.new(0, 0, 0)
3693closegamestuff.TextSize = 30
3694
3695clicktp.Name = "clicktp"
3696clicktp.Parent = gamestuffgui
3697clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
3698clicktp.BorderColor3 = Color3.new(0, 0, 0)
3699clicktp.Position = UDim2.new(0.607228875, 0, 0.520912528, 0)
3700clicktp.Size = UDim2.new(0, 109, 0, 19)
3701clicktp.Font = Enum.Font.ArialBold
3702clicktp.FontSize = Enum.FontSize.Size14
3703clicktp.Text = "Click TP"
3704clicktp.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3705clicktp.TextSize = 14
3706
3707spamarrest.Name = "spamarrest"
3708spamarrest.Parent = gamestuffgui
3709spamarrest.BackgroundColor3 = Color3.new(1, 1, 1)
3710spamarrest.BorderColor3 = Color3.new(0, 0, 0)
3711spamarrest.Position = UDim2.new(0.606024086, 0, 0.406844109, 0)
3712spamarrest.Size = UDim2.new(0, 109, 0, 21)
3713spamarrest.Font = Enum.Font.ArialBold
3714spamarrest.FontSize = Enum.FontSize.Size14
3715spamarrest.Text = "Spam Arrest"
3716spamarrest.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3717spamarrest.TextSize = 14
3718
3719infinitejump.Name = "infinitejump"
3720infinitejump.Parent = gamestuffgui
3721infinitejump.BackgroundColor3 = Color3.new(1, 1, 1)
3722infinitejump.BorderColor3 = Color3.new(0, 0, 0)
3723infinitejump.Position = UDim2.new(0.334939778, 0, 0.520912528, 0)
3724infinitejump.Size = UDim2.new(0, 97, 0, 19)
3725infinitejump.Font = Enum.Font.ArialBold
3726infinitejump.FontSize = Enum.FontSize.Size14
3727infinitejump.Text = "Infinite Jump"
3728infinitejump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3729infinitejump.TextSize = 14
3730
3731espall.Name = "espall"
3732espall.Parent = gamestuffgui
3733espall.BackgroundColor3 = Color3.new(1, 1, 1)
3734espall.BorderColor3 = Color3.new(0, 0, 0)
3735espall.Position = UDim2.new(0.607228935, 0, 0.292775661, 0)
3736espall.Size = UDim2.new(0, 109, 0, 20)
3737espall.Font = Enum.Font.ArialBold
3738espall.FontSize = Enum.FontSize.Size14
3739espall.Text = "ESP (All)"
3740espall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3741espall.TextSize = 14
3742
3743lowgravity.Name = "lowgravity"
3744lowgravity.Parent = gamestuffgui
3745lowgravity.BackgroundColor3 = Color3.new(1, 1, 1)
3746lowgravity.Position = UDim2.new(0.607228935, 0, 0.631178737, 0)
3747lowgravity.Size = UDim2.new(0, 109, 0, 20)
3748lowgravity.Font = Enum.Font.ArialBold
3749lowgravity.FontSize = Enum.FontSize.Size14
3750lowgravity.Text = "Low Gravity"
3751lowgravity.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3752lowgravity.TextSize = 14
3753
3754godmode.Name = "godmode"
3755godmode.Parent = gamestuffgui
3756godmode.BackgroundColor3 = Color3.new(1, 1, 1)
3757godmode.Position = UDim2.new(0.334939778, 0, 0.737642586, 0)
3758godmode.Size = UDim2.new(0, 97, 0, 19)
3759godmode.Font = Enum.Font.ArialBold
3760godmode.FontSize = Enum.FontSize.Size14
3761godmode.Text = "God Mode"
3762godmode.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3763godmode.TextSize = 14
3764
3765highjump.Name = "highjump"
3766highjump.Parent = gamestuffgui
3767highjump.BackgroundColor3 = Color3.new(1, 1, 1)
3768highjump.Position = UDim2.new(0.0819277093, 0, 0.520912528, 0)
3769highjump.Size = UDim2.new(0, 88, 0, 19)
3770highjump.Font = Enum.Font.ArialBold
3771highjump.FontSize = Enum.FontSize.Size14
3772highjump.Text = "High Jump"
3773highjump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3774highjump.TextSize = 14
3775
3776platform.Name = "platform"
3777platform.Parent = gamestuffgui
3778platform.BackgroundColor3 = Color3.new(1, 1, 1)
3779platform.Position = UDim2.new(0.334939748, 0, 0.406844109, 0)
3780platform.Size = UDim2.new(0, 97, 0, 20)
3781platform.Font = Enum.Font.ArialBold
3782platform.FontSize = Enum.FontSize.Size14
3783platform.Text = "Platform"
3784platform.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3785platform.TextSize = 14
3786
3787tracers.Name = "tracers"
3788tracers.Parent = gamestuffgui
3789tracers.BackgroundColor3 = Color3.new(1, 1, 1)
3790tracers.Position = UDim2.new(0.334939778, 0, 0.631178737, 0)
3791tracers.Size = UDim2.new(0, 97, 0, 20)
3792tracers.Font = Enum.Font.ArialBold
3793tracers.FontSize = Enum.FontSize.Size14
3794tracers.Text = "Tracers: None"
3795tracers.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3796tracers.TextSize = 14
3797
3798suicide.Name = "suicide"
3799suicide.Parent = gamestuffgui
3800suicide.BackgroundColor3 = Color3.new(1, 1, 1)
3801suicide.Position = UDim2.new(0.607228935, 0, 0.737642586, 0)
3802suicide.Size = UDim2.new(0, 109, 0, 19)
3803suicide.Font = Enum.Font.ArialBold
3804suicide.FontSize = Enum.FontSize.Size14
3805suicide.Text = "click 4 death :)"
3806suicide.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3807suicide.TextSize = 14
3808
3809spawnblocks.Name = "spawnblocks"
3810spawnblocks.Parent = gamestuffgui
3811spawnblocks.BackgroundColor3 = Color3.new(1, 1, 1)
3812spawnblocks.Position = UDim2.new(0.0819277093, 0, 0.631178737, 0)
3813spawnblocks.Size = UDim2.new(0, 88, 0, 20)
3814spawnblocks.Font = Enum.Font.ArialBold
3815spawnblocks.FontSize = Enum.FontSize.Size14
3816spawnblocks.Text = "Spawn Blocks"
3817spawnblocks.TextSize = 14
3818
3819playername.Name = "playername"
3820playername.Parent = gamestuffgui
3821playername.BackgroundColor3 = Color3.new(1, 1, 1)
3822playername.Position = UDim2.new(0, 0, 0.89353615, 0)
3823playername.Size = UDim2.new(0, 200, 0, 28)
3824playername.Font = Enum.Font.ArialBold
3825playername.FontSize = Enum.FontSize.Size32
3826playername.Text = "Player Name"
3827playername.TextSize = 30
3828
3829goto.Name = "goto"
3830goto.Parent = gamestuffgui
3831goto.BackgroundColor3 = Color3.new(1, 1, 1)
3832goto.BorderColor3 = Color3.new(0, 0, 0)
3833goto.Position = UDim2.new(0.481927723, 0, 0.89353615, 0)
3834goto.Size = UDim2.new(0, 215, 0, 28)
3835goto.Font = Enum.Font.ArialBold
3836goto.FontSize = Enum.FontSize.Size32
3837goto.Text = "Goto"
3838goto.TextSize = 30
3839
3840f3x.Name = "f3x"
3841f3x.Parent = gamestuffgui
3842f3x.BackgroundColor3 = Color3.new(1, 1, 1)
3843f3x.Position = UDim2.new(0.0819277093, 0, 0.737642586, 0)
3844f3x.Size = UDim2.new(0, 88, 0, 19)
3845f3x.Font = Enum.Font.ArialBold
3846f3x.FontSize = Enum.FontSize.Size14
3847f3x.Text = "F3x"
3848f3x.TextSize = 14
3849
3850extrastuff.Name = "extrastuff"
3851extrastuff.Parent = JailFix
3852extrastuff.Active = true
3853extrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
3854extrastuff.BackgroundTransparency = 0.18999999761581
3855extrastuff.Draggable = true
3856extrastuff.Position = UDim2.new(0.318704993, 0, 0.266912788, 0)
3857extrastuff.Size = UDim2.new(0, 516, 0, 385)
3858extrastuff.Visible = false
3859
3860banknotification.Name = "banknotification"
3861banknotification.Parent = extrastuff
3862banknotification.BackgroundColor3 = Color3.new(1, 1, 1)
3863banknotification.Position = UDim2.new(0.0620154962, 0, 0.262337625, 0)
3864banknotification.Size = UDim2.new(0, 200, 0, 50)
3865banknotification.Font = Enum.Font.ArialBold
3866banknotification.FontSize = Enum.FontSize.Size14
3867banknotification.Text = "Bank Notification"
3868banknotification.TextColor3 = Color3.new(0, 0, 0)
3869banknotification.TextSize = 14
3870
3871jewerlynotification.Name = "jewerlynotification"
3872jewerlynotification.Parent = extrastuff
3873jewerlynotification.BackgroundColor3 = Color3.new(1, 1, 1)
3874jewerlynotification.Position = UDim2.new(0.515503883, 0, 0.262337655, 0)
3875jewerlynotification.Size = UDim2.new(0, 200, 0, 50)
3876jewerlynotification.Font = Enum.Font.ArialBold
3877jewerlynotification.FontSize = Enum.FontSize.Size14
3878jewerlynotification.Text = "Jewerly Store Notification"
3879jewerlynotification.TextColor3 = Color3.new(0, 0, 0)
3880jewerlynotification.TextSize = 14
3881
3882KeyCard.Name = "KeyCard"
3883KeyCard.Parent = extrastuff
3884KeyCard.BackgroundColor3 = Color3.new(1, 1, 1)
3885KeyCard.Position = UDim2.new(0.0620155036, 0, 0.433766246, 0)
3886KeyCard.Size = UDim2.new(0, 200, 0, 51)
3887KeyCard.Font = Enum.Font.ArialBold
3888KeyCard.FontSize = Enum.FontSize.Size14
3889KeyCard.Text = "Keycard"
3890KeyCard.TextColor3 = Color3.new(0, 0, 0)
3891KeyCard.TextSize = 14
3892
3893TextLabel_2.Parent = extrastuff
3894TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
3895TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
3896TextLabel_2.Position = UDim2.new(0.110465109, 0, 0.0610389635, 0)
3897TextLabel_2.Size = UDim2.new(0, 275, 0, 39)
3898TextLabel_2.Font = Enum.Font.ArialBold
3899TextLabel_2.FontSize = Enum.FontSize.Size60
3900TextLabel_2.Text = "Game Related"
3901TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
3902TextLabel_2.TextSize = 50
3903TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
3904
3905closeextrastuff.Name = "closeextrastuff"
3906closeextrastuff.Parent = extrastuff
3907closeextrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
3908closeextrastuff.BorderColor3 = Color3.new(0, 0, 0)
3909closeextrastuff.Position = UDim2.new(0.751937985, 0, 0.0467532463, 0)
3910closeextrastuff.Size = UDim2.new(0, 103, 0, 50)
3911closeextrastuff.Font = Enum.Font.ArialBold
3912closeextrastuff.FontSize = Enum.FontSize.Size32
3913closeextrastuff.Text = "Back"
3914closeextrastuff.TextColor3 = Color3.new(0, 0, 0)
3915closeextrastuff.TextSize = 30
3916
3917autorobtrain.Name = "autorobtrain"
3918autorobtrain.Parent = extrastuff
3919autorobtrain.BackgroundColor3 = Color3.new(1, 1, 1)
3920autorobtrain.Position = UDim2.new(0.515503883, 0, 0.433766246, 0)
3921autorobtrain.Size = UDim2.new(0, 200, 0, 50)
3922autorobtrain.Font = Enum.Font.ArialBold
3923autorobtrain.FontSize = Enum.FontSize.Size14
3924autorobtrain.Text = "AutoRob Trains (Hella Buggy)"
3925autorobtrain.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3926autorobtrain.TextSize = 14
3927
3928autorob.Name = "autorob"
3929autorob.Parent = extrastuff
3930autorob.BackgroundColor3 = Color3.new(1, 1, 1)
3931autorob.Position = UDim2.new(0.0620155036, 0, 0.76363641, 0)
3932autorob.Size = UDim2.new(0, 200, 0, 50)
3933autorob.Font = Enum.Font.ArialBold
3934autorob.FontSize = Enum.FontSize.Size14
3935autorob.Text = "AutoRob All Stores"
3936autorob.TextSize = 14
3937
3938removeall.Name = "removeall"
3939removeall.Parent = extrastuff
3940removeall.BackgroundColor3 = Color3.new(1, 1, 1)
3941removeall.BorderColor3 = Color3.new(0, 0, 0)
3942removeall.Position = UDim2.new(0.0620155036, 0, 0.594805181, 0)
3943removeall.Size = UDim2.new(0, 200, 0, 50)
3944removeall.Font = Enum.Font.ArialBold
3945removeall.FontSize = Enum.FontSize.Size14
3946removeall.Text = "Remove All"
3947removeall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3948removeall.TextSize = 14
3949
3950allitemsgiver.Name = "allitemsgiver"
3951allitemsgiver.Parent = extrastuff
3952allitemsgiver.BackgroundColor3 = Color3.new(1, 1, 1)
3953allitemsgiver.BorderColor3 = Color3.new(0, 0, 0)
3954allitemsgiver.Position = UDim2.new(0.515503883, 0, 0.594805181, 0)
3955allitemsgiver.Size = UDim2.new(0, 200, 0, 50)
3956allitemsgiver.Font = Enum.Font.ArialBold
3957allitemsgiver.FontSize = Enum.FontSize.Size14
3958allitemsgiver.Text = "All Items Giver"
3959allitemsgiver.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3960allitemsgiver.TextSize = 14
3961
3962infiniteammo.Name = "infiniteammo"
3963infiniteammo.Parent = extrastuff
3964infiniteammo.BackgroundColor3 = Color3.new(1, 1, 1)
3965infiniteammo.Position = UDim2.new(0.515503883, 0, 0.763636351, 0)
3966infiniteammo.Size = UDim2.new(0, 200, 0, 50)
3967infiniteammo.Font = Enum.Font.ArialBold
3968infiniteammo.FontSize = Enum.FontSize.Size14
3969infiniteammo.Text = "Infinite Ammo"
3970infiniteammo.TextSize = 14
3971
3972Teleports.MouseButton1Down:connect(function()
3973 teleportgui.Visible = not teleportgui.Visible
3974 mainframe.Visible = false
3975end)
3976
3977GameStuff.MouseButton1Down:connect(function()
3978 gamestuffgui.Visible = not gamestuffgui.Visible
3979 mainframe.Visible = false
3980end)
3981
3982ExtraStuff.MouseButton1Down:connect(function()
3983 extrastuff.Visible = not extrastuff.Visible
3984 mainframe.Visible = false
3985end)
3986
3987closeteleportgui.MouseButton1Down:connect(function()
3988 teleportgui.Visible = false
3989 mainframe.Visible = true
3990end)
3991
3992police1.MouseButton1Down:connect(function()
3993 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1206.99585, 17.9300575, -1586.10864)
3994end)
3995
3996police2.MouseButton1Down:connect(function()
3997 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(733.814575, 38.0526962, 1124.16504)
3998end)
3999
4000prisionbase.MouseButton1Down:connect(function()
4001 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1239.27979, 18.0500565, -1570.29688)
4002end)
4003
4004donutshop.MouseButton1Down:connect(function()
4005 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.116425, 17.8176937, -1766.83899)
4006end)
4007
4008gasstation.MouseButton1Down:connect(function()
4009 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
4010end)
4011
4012criminalbase1.MouseButton1Down:connect(function()
4013 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-223.377686, 17.6145134, 1587.12146)
4014end)
4015
4016criminalbase2.MouseButton1Down:connect(function()
4017 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1749.50195, 49.8635178, -1790.7113)
4018end)
4019
4020trainspawn.MouseButton1Down:connect(function()
4021 game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
4022end)
4023
4024jewerlyout.MouseButton1Down:connect(function()
4025 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.701019, 17.6109638, 1356.74683)
4026end)
4027
4028jewerlyin.MouseButton1Down:connect(function()
4029 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134.412323, 17.8779831, 1318.1095)
4030end)
4031
4032bankin.MouseButton1Down:connect(function()
4033 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.8007507, 0.790616274, 815.760254)
4034end)
4035
4036bankout.MouseButton1Down:connect(function()
4037 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.4078064, 17.6235695, 776.03186)
4038end)
4039
4040local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
4041
4042local c
4043local h
4044local bv
4045local bav
4046local cam
4047local flying
4048local p = game.Players.LocalPlayer
4049local buttons = {W = false, S = false, A = false, D = false, Moving = false}
4050
4051local startFly = function () -- Call this function to begin flying
4052 if not p.Character or not p.Character.Head or flying then return end
4053 c = p.Character
4054 h = c.Humanoid
4055 h.PlatformStand = true
4056 cam = workspace:WaitForChild('Camera')
4057 bv = Instance.new("BodyVelocity")
4058 bav = Instance.new("BodyAngularVelocity")
4059 bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
4060 bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
4061 bv.Parent = c.Head
4062 bav.Parent = c.Head
4063 flying = true
4064 h.Died:connect(function() flying = false end)
4065end
4066
4067local endFly = function () -- Call this function to stop flying
4068 if not p.Character or not flying then return end
4069 h.PlatformStand = false
4070 bv:Destroy()
4071 bav:Destroy()
4072 flying = false
4073end
4074
4075game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
4076 if GPE then return end
4077 for i, e in pairs(buttons) do
4078 if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
4079 buttons[i] = true
4080 buttons.Moving = true
4081 end
4082 end
4083end)
4084
4085game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
4086 if GPE then return end
4087 local a = false
4088 for i, e in pairs(buttons) do
4089 if i ~= "Moving" then
4090 if input.KeyCode == Enum.KeyCode[i] then
4091 buttons[i] = false
4092 end
4093 if buttons[i] then a = true end
4094 end
4095 end
4096 buttons.Moving = a
4097end)
4098
4099local setVec = function (vec)
4100 return vec * (speed / vec.Magnitude)
4101end
4102
4103game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
4104 if flying and c and c.PrimaryPart then
4105 local p = c.PrimaryPart.Position
4106 local cf = cam.CFrame
4107 local ax, ay, az = cf:toEulerAnglesXYZ()
4108 c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
4109 if buttons.Moving then
4110 local t = Vector3.new()
4111 if buttons.W then t = t + (setVec(cf.lookVector)) end
4112 if buttons.S then t = t - (setVec(cf.lookVector)) end
4113 if buttons.A then t = t - (setVec(cf.rightVector)) end
4114 if buttons.D then t = t + (setVec(cf.rightVector)) end
4115 c:TranslateBy(t * step)
4116 end
4117 end
4118end)
4119
4120fly.MouseButton1Down:connect(function()
4121 if flyy == true then
4122 flyy = false
4123 endFly()
4124 else
4125 flyy = true
4126 startFly()
4127 end
4128 game.Players.LocalPlayer.Character.Humanoid.Sit = true
4129end)
4130
4131btools.MouseButton1Down:connect(function()
4132 StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
4133for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
4134 if child.ClassName == "Part" then
4135 child.Locked = false
4136 end
4137 if child.ClassName == "MeshPart" then
4138 child.Locked = false
4139 end
4140 if child.ClassName == "UnionOperation" then
4141 child.Locked = false
4142 end
4143 if child.ClassName == "Model" then
4144 for index, chil in pairs(child:GetChildren()) do
4145 if chil.ClassName == "Part" then
4146 chil.Locked = false
4147 end
4148 if chil.ClassName == "MeshPart" then
4149 chil.Locked = false
4150 end
4151 if chil.ClassName == "UnionOperation" then
4152 chil.Locked = false
4153 end
4154 if chil.ClassName == "Model" then
4155 for index, childe in pairs(chil:GetChildren()) do
4156 if childe.ClassName == "Part" then
4157 childe.Locked = false
4158 end
4159 if childe.ClassName == "MeshPart" then
4160 childe.Locked = false
4161 end
4162 if childe.ClassName == "UnionOperation" then
4163 childe.Locked = false
4164 end
4165 if childe.ClassName == "Model" then
4166 for index, childeo in pairs(childe:GetChildren()) do
4167 if childeo.ClassName == "Part" then
4168 childeo.Locked = false
4169 end
4170 if childeo.ClassName == "MeshPart" then
4171 childeo.Locked = false
4172 end
4173 if childeo.ClassName == "UnionOperation" then
4174 childeo.Locked = false
4175 end
4176 if childeo.ClassName == "Model" then
4177 end
4178 end
4179 end
4180 end
4181 end
4182 end
4183 end
4184end
4185c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
4186c.BinType = Enum.BinType.Hammer
4187c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
4188c.BinType = Enum.BinType.Clone
4189c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
4190c.BinType = Enum.BinType.Grab
4191end)
4192
4193allitemsgiver.MouseButton1Down:connect(function()
4194 if not workspace:FindFirstChild("Givers") then return end
4195if Giver then
4196for i,v in pairs(Giver) do
4197v.ClickDetector.Parent = v.OriginalParent
4198v.Event:Disconnect()
4199end
4200getmetatable(Giver):Destroy()
4201end
4202Giver = {}
4203local g = Giver
4204local p = Instance.new("Part", workspace)
4205p.Anchored = true
4206p.CanCollide = false
4207p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
4208setmetatable(Giver, {__metatable = p})
4209for i,v in pairs(workspace.Givers:GetChildren()) do
4210local cd = v:FindFirstChildOfClass"ClickDetector"
4211if cd then
4212local newt = {}
4213newt.ClickDetector = cd
4214newt.OriginalParent = v
4215cd.Parent = p
4216newt.Event = cd.MouseClick:connect(function()
4217cd.Parent = v
4218end)
4219table.insert(Giver, newt)
4220end
4221end
4222spawn(function()
4223wait(10)
4224if Giver == g then
4225Giver = nil
4226for i,v in pairs(g) do
4227v.ClickDetector.Parent = v.OriginalParent
4228v.Event:Disconnect()
4229end
4230getmetatable(g):Destroy()
4231end
4232end)
4233end)
4234
4235removeall.MouseButton1Down:connect(function()
4236 game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
4237 game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
4238 game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
4239 game.Workspace.Cells:Remove()
4240 game.Workspace.Banks.Bank.Lasers:Remove()
4241 game.Workspace.Doors:Remove()
4242 game.Workspace.Banks.Bank.Door:Destroy()
4243 game.Workspace.Banks.Bank.TriggerDoor:Destroy()
4244 game.Workspace.EscapeRoutes.ExplodeWall:Destroy()
4245 game.Workspace.EscapeRoutes.LiftGate:Remove()
4246end)
4247
4248walkspeed.MouseButton1Down:connect(function()
4249 down = false
4250velocity = Instance.new("BodyVelocity")
4251velocity.maxForce = Vector3.new(100000, 0, 100000)
4252local speed = 150
4253gyro = Instance.new("BodyGyro")
4254gyro.maxTorque = Vector3.new(100000, 0, 100000)
4255
4256local hum = game.Players.LocalPlayer.Character.Humanoid
4257
4258function onButton1Down(mouse)
4259 down = true
4260 velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
4261 velocity.velocity = (hum.MoveDirection) * speed
4262 gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
4263 while down do
4264 if not down then break end
4265 velocity.velocity = (hum.MoveDirection) * speed
4266 local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
4267 gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
4268 wait(0.1)
4269 end
4270end
4271
4272function onButton1Up(mouse)
4273 velocity.Parent = nil
4274 gyro.Parent = nil
4275 down = false
4276end
4277
4278local function onSelected(mouse)
4279 mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
4280 mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
4281end
4282
4283onSelected(game.Players.LocalPlayer:GetMouse())
4284end)
4285
4286local ClickTpEnabled = false
4287clicktp.MouseButton1Down:connect(function()
4288loadstring(game:GetObjects("rbxassetid://956305503")[1].Source)()
4289end)
4290
4291
4292
4293spamarrest.MouseButton1Down:connect(function()
4294 local Player = game.Players.LocalPlayer
4295 wait(0.5)
4296 for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
4297 repeat
4298 wait()
4299 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
4300 until v.Team.Name ~= "Criminal"
4301 end
4302end)
4303
4304local InfiniteJumpEnabled = false
4305game:GetService("UserInputService").JumpRequest:connect(function()
4306if InfiniteJumpEnabled then
4307game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
4308end
4309end)
4310
4311infinitejump.MouseButton1Down:connect(function()
4312local state = infinitejump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
4313local new = state == "Off" and "On" or state == "On" and "Off"
4314InfiniteJumpEnabled = new == "On"
4315infinitejump.Text = "Infinite Jump: " .. new
4316end)
4317
4318ENABLED = false
4319PLAYER = game.Players.LocalPlayer
4320MOUSE = PLAYER:GetMouse()
4321CC = game.Workspace.CurrentCamera
4322_G.FREE_FOR_ALL = false
4323_G.AIM_AT = 'Head'
4324local player = game.Players.LocalPlayer
4325local esp = false
4326local track = false
4327
4328function Create(base, team)
4329local bb = Instance.new("BillboardGui",player.PlayerGui)
4330bb.Adornee = base
4331bb.ExtentsOffset = Vector3.new(0,1,0)
4332bb.AlwaysOnTop = true
4333bb.Size = UDim2.new(0,5,0,5)
4334bb.StudsOffset = Vector3.new(0,1,0)
4335bb.Name = "tracker"
4336local frame = Instance.new("Frame",bb)
4337frame.ZIndex = 10
4338frame.BackgroundTransparency = 0.3
4339frame.Size = UDim2.new(1,0,1,0)
4340frame.Position = UDim2.new(0,0,0)
4341frame.Transparency = 1
4342local txtlbl = Instance.new("TextLabel",bb)
4343txtlbl.ZIndex = 10
4344txtlbl.Text = (string.upper(base.Parent.Name))
4345txtlbl.BackgroundTransparency = 1
4346txtlbl.Position = UDim2.new(0,0,0,-35)
4347txtlbl.Size = UDim2.new(1,0,10,0)
4348txtlbl.Font = "SourceSansBold"
4349txtlbl.FontSize = "Size10"
4350txtlbl.TextStrokeTransparency = 0.5
4351
4352local txtlbl2 = Instance.new("TextLabel",bb)
4353txtlbl2.ZIndex = 10
4354txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
4355txtlbl2.BackgroundTransparency = 1
4356txtlbl2.Position = UDim2.new(0,0,0,-25)
4357txtlbl2.Size = UDim2.new(1,0,10,0)
4358txtlbl2.Font = "SourceSansBold"
4359txtlbl2.FontSize = "Size10"
4360
4361txtlbl2.TextStrokeTransparency = 0.5
4362if team then
4363txtlbl.TextColor3 = Color3.new(85,0,127)
4364txtlbl2.TextColor3 = Color3.new(85,0,127)
4365frame.BackgroundColor3 = Color3.new(85,0,127)
4366
4367elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
4368txtlbl.TextColor3 = Color3.new(0,255,0)
4369txtlbl2.TextColor3 = Color3.new(0,255,0)
4370frame.BackgroundColor3 = Color3.new(0,255,0)
4371txtlbl.Text = "FRIEND"
4372txtlbl.FontSize = "Size14"
4373txtlbl2.FontSize = "Size14"
4374
4375elseif base.Parent.Name == game.Players.LocalPlayer.Name then
4376txtlbl2.Transparency = 1
4377txtlbl.Transparency = 1
4378frame.Transparency = 1
4379else
4380txtlbl.TextColor3 = Color3.new(85,0,127)
4381txtlbl2.TextColor3 = Color3.new(85,0,127)
4382frame.BackgroundColor3 = Color3.new(85,0,127)
4383
4384end
4385end
4386
4387function Find()
4388Clear()
4389track = true
4390spawn(function()
4391while wait() do
4392if track then
4393Clear()
4394for _,v in pairs(game.Players:players()) do
4395
4396if v.Character and v.Character.Head then
4397Create(v.Character.Head, false)
4398end
4399end
4400end
4401end
4402wait(1)
4403end)
4404end
4405function Clear()
4406for _,v in pairs(player.PlayerGui:children()) do
4407if v.Name == "tracker" and v:isA("BillboardGui") then
4408v:Destroy()
4409end
4410end
4411end
4412
4413espall.MouseButton1Down:connect(function()
4414 if not esp then
4415Find()
4416warn("Jailbreak ESP Enabled")
4417game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
4418esp = true
4419else
4420Clear()
4421track = false
4422warn("Jailbreak ESP Disabled")
4423game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
4424esp = false
4425end
4426end)
4427
4428closegamestuff.MouseButton1Down:connect(function()
4429 gamestuffgui.Visible = false
4430 mainframe.Visible = true
4431end)
4432
4433closeextrastuff.MouseButton1Down:connect(function()
4434 extrastuff.Visible = false
4435 mainframe.Visible = true
4436end)
4437
4438closeteleportgui.MouseButton1Down:connect(function()
4439 teleportgui.Visible = false
4440 mainframe.Visible = true
4441end)
4442
4443banknotification.MouseButton1Down:connect(function()
4444pcall(function()
4445local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
4446local Info = Bank.Extra.Sign.Decal
4447Info:GetPropertyChangedSignal("Transparency"):Connect(function()
4448if Info.Transparency ~= 0 then
4449local cb = Instance.new("BindableFunction")
4450cb.OnInvoke = function(arg)
4451if arg == "Teleport" then
4452game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10, 18, 784)
4453end
4454end
4455game:GetService("StarterGui"):SetCore("SendNotification",{
4456Title = "Bank is ready!",
4457Text = "Bank is ready!",
4458Duration = 4,
4459Button1 = "Dismiss",
4460Button2 = "Teleport",
4461Callback = cb
4462})
4463end
4464end)
4465end)
4466end)
4467
4468jewerlynotification.MouseButton1Down:connect(function()
4469pcall(function()
4470local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
4471local Info = Jewelry.Extra.Sign.Decal
4472Info:GetPropertyChangedSignal("Transparency"):Connect(function()
4473if Info.Transparency ~= 0 then
4474local cb = Instance.new("BindableFunction")
4475cb.OnInvoke = function(arg)
4476if arg == "Teleport" then
4477game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(142, 18, 1365)
4478end
4479end
4480game:GetService("StarterGui"):SetCore("SendNotification",{
4481Title = "Jewelry is ready!",
4482Text = "Jewelry is ready!",
4483Duration = 4,
4484Button1 = "Dismiss",
4485Button2 = "Teleport",
4486Callback = cb
4487})
4488end
4489end)
4490end)
4491end)
4492
4493KeyCard.MouseButton1Down:connect(function()
4494 game.Players.LocalPlayer.TeamValue.Value= "Police"
4495end)
4496
4497platform.MouseButton1Down:connect(function()
4498local p = Instance.new("Part", workspace)
4499p.Size = Vector3.new(30,0.5,30)
4500p.Anchored = true
4501p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
4502plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
4503spawn(function()
4504while p.Parent do
4505wait(1)
4506if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
4507p:Destroy()
4508end
4509end
4510end)
4511end)
4512
4513
4514local Tracers = {}
4515
4516local function AddLasso(p,team)
4517 if not Tracers[team.Name] then return end
4518 if p == plr then return end
4519 spawn(function()
4520 if p.Character then
4521 local l = Instance.new("SelectionPartLasso")
4522 l.Parent = p.Character
4523 l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
4524 l.Part = plr.Character:WaitForChild"HumanoidRootPart"
4525 l.Visible = true
4526 l.Color3 = team.TeamColor.Color
4527 for i=0,5 do
4528 local sg = Instance.new("SurfaceGui")
4529 sg.Face = i
4530 sg.Parent = p.Character
4531 sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
4532 sg.AlwaysOnTop = true
4533 local f = Instance.new("Frame", sg)
4534 f.Size = UDim2.new(1,0,1,0)
4535 f.BorderSizePixel = 0
4536 f.BackgroundColor3 = team.TeamColor.Color
4537 f.BackgroundTransparency = 0.5
4538 end
4539 end
4540 end)
4541end
4542
4543local function RemoveLasso(p)
4544 if not p.Character then return end
4545 for i,v in pairs(p.Character:GetDescendants()) do
4546 if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
4547 v:Destroy()
4548 end
4549 end
4550end
4551
4552for _,team in pairs(game:GetService("Teams"):GetChildren()) do
4553 team.PlayerAdded:connect(function(p)
4554 AddLasso(p,team)
4555 end)
4556
4557 team.PlayerRemoved:connect(function(p)
4558 RemoveLasso(p)
4559 end)
4560end
4561
4562function ToggleTracers(team, bool)
4563 Tracers[team] = bool
4564 local t = game:GetService("Teams"):FindFirstChild(team)
4565 if not t then return end
4566 for i,v in pairs(t:GetPlayers()) do
4567 if bool then
4568 AddLasso(v,t)
4569 else
4570 RemoveLasso(v)
4571 end
4572 end
4573end
4574
4575local function CharAdded(plr, char)
4576 if Tracers[tostring(plr.Team)] then
4577 AddLasso(plr,plr.Team)
4578 end
4579end
4580
4581local function PlrAdded(plr)
4582 plr.CharacterAdded:connect(function(char)
4583 CharAdded(plr, char)
4584 end)
4585 if plr.Character then
4586 CharAdded(plr, plr.Character)
4587 end
4588end
4589
4590game:GetService("Players").PlayerAdded:connect(PlrAdded)
4591for _,v in pairs(game:GetService("Players"):GetPlayers()) do
4592 PlrAdded(v)
4593end
4594
4595tracers.MouseButton1Down:connect(function()
4596 local curr = Tracers.Text:sub(10)
4597 if curr ~= "None" then
4598 ToggleTracers(curr, false)
4599 end
4600 local teams = {"None", "Police", "Criminal", "Prisoner"}
4601 local new = ""
4602 for i,v in pairs(teams) do
4603 if v == curr then
4604 new = teams[i + 1] or teams[1]
4605 end
4606 end
4607 if new ~= "None" then
4608 ToggleTracers(new, true)
4609 end
4610 Tracers.Text = "Tracers: " .. new
4611end)
4612
4613lowgravity.MouseButton1Down:connect(function()
4614local t = lowgravity.Text == "Low Gravity" and true or false
4615workspace.Gravity = t and 50 or 196.2
4616lowgravity.Text = t and "Normal Gravity" or "Low Gravity"
4617end)
4618
4619highjump.MouseButton1Down:connect(function()
4620 if Jump == true then
4621Jump = false
4622game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
4623game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: OFF"
4624else
4625Jump = true
4626game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
4627game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: ON"
4628end
4629end)
4630
4631godmode.MouseButton1Down:connect(function()
4632 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4633local l = game.Players.LocalPlayer.Character["1"]:Clone()
4634l.Parent = game.Players.LocalPlayer.Character
4635l.Name = "Humanoid"
4636wait(0.1)
4637game.Players.LocalPlayer.Character["1"]:Destroy()
4638game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4639game.Players.LocalPlayer.Character.Animate.Disabled = true
4640wait(0.1)
4641game.Players.LocalPlayer.Character.Animate.Disabled = false
4642game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4643end)
4644
4645suicide.MouseButton1Down:connect(function()
4646 game.Players.LocalPlayer.Character.Humanoid.Health = "0"
4647end)
4648
4649autorobtrain.MouseButton1Down:connect(function()
4650local Time = 42
4651local plr = game:GetService("Players").LocalPlayer
4652local doit = true
4653
4654plr.Chatted:connect(function(chat)
4655if chat:lower() == "start" then
4656doit = true
4657end
4658if chat:lower() == "stop" then
4659doit = false
4660end
4661end)
4662
4663if workspace:FindFirstChild("Trains") then
4664local rob = function()
4665if doit == true then
4666if workspace.Trains:FindFirstChild("BoxCar") then
4667if workspace.Trains.BoxCar:FindFirstChild("Skeleton") then
4668local roof = workspace.Trains.BoxCar.Skeleton.RoofDoorClosed
4669local vaultdoor = workspace.Trains.BoxCar.Model.Rob.Doorframe
4670local opendet = workspace.Trains.BoxCar.Skeleton.Vault.Part.Open
4671if roof.Open.Value == true then
4672for i = 1,50 do
4673if doit == false then
4674break
4675end
4676plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
4677wait()
4678end
4679for i = 1,50 do
4680if doit == false then
4681break
4682end
4683plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
4684wait()
4685end
4686repeat
4687if doit == false then
4688break
4689end
4690plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
4691wait(1)
4692until opendet.Value == true
4693if workspace.Trains.BoxCar:FindFirstChild("Model") then
4694if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
4695local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
4696for i = 1,Time do
4697if doit == false then
4698break
4699end
4700plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
4701wait(1)
4702end
4703end
4704end
4705for i = 1,50 do
4706plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
4707wait()
4708end
4709else
4710repeat
4711if doit == false then
4712break
4713end
4714plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
4715wait()
4716until roof.Open.Value == true
4717for i = 1,50 do
4718if doit == false then
4719break
4720end
4721plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
4722wait()
4723end
4724repeat
4725if doit == false then
4726break
4727end
4728plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
4729wait(1)
4730until opendet.Value == true
4731if workspace.Trains.BoxCar:FindFirstChild("Model") then
4732if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
4733local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
4734for i = 1,Time do
4735if doit == false then
4736break
4737end
4738plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
4739wait(1)
4740end
4741end
4742end
4743for i = 1,50 do
4744plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
4745wait()
4746end
4747end
4748end
4749end
4750end
4751end
4752rob()
4753workspace.Trains.ChildAdded:connect(function()
4754wait(20)
4755rob()
4756end)
4757end
4758end)
4759
4760f3x.MouseButton1Down:connect(function()
4761 StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
4762 loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
4763end)
4764
4765goto.MouseButton1Down:connect(function()
4766local name = playername.Text
4767local player = game.Players:FindFirstChild(name)
4768
4769game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame
4770end)
4771
4772autorob.MouseButton1Down:connect(function()
4773robbed = false
4774trobbed = 0
4775canBank = 3000
4776canJew = 3000
4777local trialSTARTTIME = os.time()
4778wait(2)
4779idle = 0
4780nam =game:GetService("Players").LocalPlayer.Name
4781
4782game:GetService('RunService').Stepped:connect(function()
4783for a, b in pairs(game.Workspace:GetChildren()) do
4784if b.Name == nam then
4785for i, v in pairs(game.Workspace[nam]:GetChildren()) do
4786if v:IsA("BasePart") then
4787v.CanCollide = false
4788
4789end
4790end
4791end
4792end
4793end)
4794
4795
4796workspace[nam].Head.Changed:connect(function()
4797for a, b in pairs(game.Workspace:GetChildren()) do
4798if b.Name == nam then
4799for i, v in pairs(game.Workspace[nam]:GetChildren()) do
4800if v:IsA("BasePart") then
4801v.CanCollide = false
4802
4803end
4804end
4805end
4806end
4807end)
4808local Player = game:GetService("Players").LocalPlayer
4809local GUI = Instance.new("ScreenGui", Player.PlayerGui)
4810local ImageLabel = Instance.new("ImageLabel",GUI)
4811ImageLabel.Image = "rbxassetid://1266969676"
4812ImageLabel.Draggable = true
4813GUI.ResetOnSpawn = false
4814ImageLabel.Active = true
4815local ImageLabelc = Instance.new("TextLabel",ImageLabel)
4816local ImageLabelz = Instance.new("TextLabel",ImageLabel)
4817ImageLabelc.BackgroundTransparency = 1
4818ImageLabelc.Visible = false
4819ImageLabelc.TextScaled = true
4820ImageLabelc.Size = UDim2.new(.8,0,.25,0)
4821ImageLabelc.Position = UDim2.new(.1,0,.45,0)
4822ImageLabelz.BackgroundTransparency = 1
4823ImageLabelz.Visible = true
4824ImageLabelz.TextScaled = true
4825ImageLabelz.Size = UDim2.new(.2,0,.1,0)
4826ImageLabelz.Position = UDim2.new(0,0,0.9,0)
4827ImageLabelz.Text = "version 0.1"
4828ImageLabelz.TextColor3 = Color3.new(1,1,1)
4829btnStart = Instance.new("ImageButton",ImageLabel)
4830btnStart.Size = UDim2.new(.5,0,.185,0)
4831btnStart.Position = UDim2.new(.25,0,.52,0)
4832btnStart.Image = "rbxassetid://1267027315"
4833btnStart.BorderSizePixel = 0
4834btnStart.BorderColor3 = Color3.new(.2,0,.3)
4835
4836local light = game:GetService("Workspace").Banks:FindFirstChildOfClass("Model").Extra.Light
4837local lightj = game:GetService("Workspace").Jewelrys:FindFirstChildOfClass("Model").Extra.Light
4838ImageLabel.Size = UDim2.new(0,375,0,250)
4839btnStart.MouseButton1Down:connect(function()
4840 ImageLabelc.Visible = true
4841 ImageLabelc.Text = "Waiting for a bank to open.."
4842 ImageLabelc.TextColor3 = Color3.new(.5,0,1)
4843 ImageLabelc.Font = Enum.Font.ArialBold
4844 ImageLabelc.TextStrokeTransparency = 0
4845 ImageLabelc.TextStrokeColor3 = Color3.new(.2,0,.5)
4846 btnStart.Visible = false
4847 Player.Character.UpperTorso.Anchored = true
4848 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4849 wait(.2)
4850 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4851 wait(.2)
4852 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4853 wait(.2)
4854 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4855 wait(.2)
4856 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4857 wait(.2)
4858 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4859 wait(.2)
4860 Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
4861 wait(1)
4862
4863 velocity = Instance.new("BodyPosition", Player.Character.UpperTorso)
4864 velocity.maxForce = Vector3.new(100000, 100000, 100000)
4865 velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
4866 gyro = Instance.new("BodyGyro", Player.Character.UpperTorso)
4867 gyro.maxTorque = Vector3.new(100000, 100000, 100000)
4868 Player.Character.UpperTorso.Anchored = false
4869 while (light.Position - Player.Character.UpperTorso.Position).magnitude > 60 do
4870 wait(.1)
4871 Player.Character.Humanoid.Jump = true
4872 end
4873 velocity.maxForce = Vector3.new(00000, 0000, 0000)
4874 gyro:Destroy()
4875
4876
4877 while wait(.1) do
4878 canBank = canBank + 1
4879 canJew = canJew + 1
4880 if idle > 30 then
4881 idle = 0
4882 Player.Character.Humanoid.Jump = true
4883 else
4884 idle = idle + 1
4885 end
4886 Player.Character:WaitForChild("UpperTorso")
4887 Player.Character.Humanoid.PlatformStand = false
4888 if velocity.Parent ~= Player.Character.UpperTorso then
4889 velocity.Parent = Player.Character.UpperTorso
4890 end
4891 if (light.Position - Player.Character.UpperTorso.Position).magnitude > 40 then
4892 velocity.maxForce = Vector3.new(100000, 10000, 100000)
4893 else
4894 if not robbed then
4895 velocity.maxForce = Vector3.new(00000, 0000, 0000)
4896 end
4897
4898 end
4899 if canBank > 3000 then
4900 if light.SurfaceLight.Enabled then
4901 canBank = 0
4902 robbed = true
4903 ImageLabelc.Text = "Robbing bank!"
4904 velocity.Position = Vector3.new(23.69,18.16,846.23)
4905 velocity.maxForce = Vector3.new(100000, 10000, 100000)
4906 wait(2)
4907 Player.Character.Humanoid.PlatformStand = true
4908 velocity.Position = Vector3.new(18.53, 0.766, 816.56)
4909 velocity.maxForce = Vector3.new(100000, 10000, 100000)
4910 wait(3)
4911 Player.Character.Humanoid.PlatformStand = false
4912 wait(45)
4913 trobbed = trobbed + 1
4914
4915 Player.Character.Humanoid.PlatformStand = true
4916 velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
4917 velocity.maxForce = Vector3.new(100000, 10000, 100000)
4918 ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
4919 wait(3)
4920 Player.Character.Humanoid.PlatformStand = false
4921
4922 end
4923 elseif canJew > 3000 then
4924 if lightj.SurfaceLight.Enabled then
4925 canJew = 0
4926 ImageLabelc.Text = "Robbing jewelry store.."
4927 Player.Character.Humanoid.PlatformStand = true
4928 velocity.Position = Vector3.new(142.99,18.6,1349.5)
4929 wait(3)
4930 velocity.Position = Vector3.new(122.173,16.52,1308.727)
4931 wait(4)
4932 velocity.Position = Vector3.new(111.2,17.39,1332.67)
4933 wait(4)
4934 velocity.Position = Vector3.new(125.43,17.75,1328.31)
4935 wait(4)
4936 velocity.Position = Vector3.new(141.287, 18.2,1315.98)
4937 wait(4)
4938 velocity.Position = Vector3.new(108.606,17.131,1320.33)
4939 wait(4)
4940 velocity.Position = Vector3.new(123.107,18.13,1321.723)
4941 wait(4)
4942 velocity.Position = Vector3.new(122.56,17.39,1312.67)
4943 wait(4)
4944 velocity.Position = Vector3.new(138.37,17.76,1308.8)
4945 wait(4)
4946 Player.Character.Humanoid.PlatformStand = false
4947 velocity.Position = Vector3.new(-264.7,18.31,1563.9)
4948 trobbed = trobbed + 1
4949 ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
4950 end
4951 end
4952 end
4953end)
4954end)
4955
4956spawnblocks.MouseButton1Down:connect(function()
4957local b = Instance.new("Part", game.Workspace)
4958b.Anchored = true
4959wait(1)
4960b.Position = Vector3.new("0, 10, 0")
4961while true do
4962wait(.00000000001)
4963b = Instance.new("Part", game.Workspace)
4964end
4965end)
4966
4967infiniteammo.MouseButton1Down:connect(function()
4968 game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked=true
4969end)
4970
4971bluecolor.MouseButton1Down:connect(function()
4972 game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4973 game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4974 game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4975 game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4976 game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4977 game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4978 game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4979 game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4980 game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4981 game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4982 game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4983 game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4984 game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4985 game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4986 game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4987 game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4988 game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4989 game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4990 game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4991 game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4992 game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4993 game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4994 game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4995 game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4996 game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4997 game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4998 game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(0, 0.666667, 1)
4999 game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5000 game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5001 game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5002 game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5003 game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5004 game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5005 game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5006 game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5007 game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5008 game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5009 game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5010 game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5011 game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5012 game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5013 game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5014 game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5015 game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5016 game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5017 game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5018 game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5019 game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5020 game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5021 game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5022 game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
5023end)
5024
5025redcolor.MouseButton1Down:connect(function()
5026 game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(1, 0, 0)
5027 game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
5028 game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
5029 game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(1, 0, 0)
5030 game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(1, 0, 0)
5031 game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
5032 game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(1, 0, 0)
5033 game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(1, 0, 0)
5034 game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
5035 game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(1, 0, 0)
5036 game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(1, 0, 0)
5037 game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(1, 0, 0)
5038 game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(1, 0, 0)
5039 game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(1, 0, 0)
5040 game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(1, 0, 0)
5041 game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(1, 0, 0)
5042 game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(1, 0, 0)
5043 game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(1, 0, 0)
5044 game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(1, 0, 0)
5045 game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(1, 0, 0)
5046 game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(1, 0, 0)
5047 game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(1, 0, 0)
5048 game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(1, 0, 0)
5049 game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(1, 0, 0)
5050 game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(1, 0, 0)
5051 game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(1, 0, 0)
5052 game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(1, 0, 0)
5053 game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(1, 0, 0)
5054 game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(1, 0, 0)
5055 game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(1, 0, 0)
5056 game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(1, 0, 0)
5057 game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(1, 0, 0)
5058 game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(1, 0, 0)
5059 game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(1, 0, 0)
5060 game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(1, 0, 0)
5061 game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(1, 0, 0)
5062 game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(1, 0, 0)
5063 game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(1, 0, 0)
5064 game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
5065 game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(1, 0, 0)
5066 game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
5067 game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(1, 0, 0)
5068 game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(1, 0, 0)
5069 game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(1, 0, 0)
5070 game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(1, 0, 0)
5071 game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(1, 0, 0)
5072 game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(1, 0, 0)
5073 game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
5074 game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(1, 0, 0)
5075 game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(1, 0, 0)
5076 game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
5077end)
5078
5079greencolor.MouseButton1Down:connect(function()
5080 game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5081 game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5082 game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5083 game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5084 game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5085 game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5086 game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5087 game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5088 game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5089 game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5090 game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5091 game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5092 game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5093 game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5094 game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5095 game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5096 game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5097 game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5098 game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5099 game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5100 game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5101 game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5102 game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5103 game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5104 game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5105 game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5106 game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5107 game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5108 game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5109 game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5110 game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5111 game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5112 game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5113 game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5114 game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5115 game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5116 game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5117 game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5118 game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5119 game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5120 game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5121 game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5122 game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5123 game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5124 game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5125 game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5126 game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5127 game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5128 game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5129 game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5130 game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
5131end)
5132
5133yellowcolor.MouseButton1Down:connect(function()
5134 game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5135 game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5136 game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5137 game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5138 game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5139 game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5140 game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5141 game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5142 game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5143 game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5144 game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5145 game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5146 game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5147 game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5148 game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5149 game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5150 game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5151 game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5152 game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5153 game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5154 game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5155 game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5156 game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5157 game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5158 game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5159 game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5160 game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5161 game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5162 game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5163 game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5164 game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5165 game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5166 game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5167 game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5168 game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5169 game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5170 game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5171 game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5172 game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5173 game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5174 game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5175 game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5176 game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5177 game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5178 game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5179 game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5180 game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5181 game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5182 game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5183 game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5184 game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
5185end)
5186end)
5187end)
5188
5189ferevizadmincmds.MouseButton1Click:connect(function()
5190 feexecutorbox.Text= 'loadstring(game:GetObjects("rbxassetid://1368835475")[1].Source)()'
5191end)
5192
5193feopfinality.MouseButton1Click:connect(function()
5194 feexecutorbox.Text= 'loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()'
5195end)
5196
5197feexplorer.MouseButton1Click:connect(function()
5198 feexecutorbox.Text= 'loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()'
5199end)
5200
5201feexecutorclear.MouseButton1Click:connect(function()
5202 feexecutorbox.Text= ""
5203end)
5204
5205feexecutorexecute.MouseButton1Click:connect(function()
5206 pcall(function()
5207 loadstring(feexecutorbox.Text)()
5208 end)
5209end)
5210
5211feothersdab.MouseButton1Click:connect(function()
5212local AnimationId = "248263260"
5213local Anim = Instance.new("Animation")
5214Anim.AnimationId = "rbxassetid://"..AnimationId
5215local k = game.Players[target.Text].Character.Humanoid:LoadAnimation(Anim)
5216k:Play()
5217k:AdjustSpeed(1)
5218end)
5219
5220feothersseizure.MouseButton1Click:connect(function()
5221local AnimationId = "33796059"
5222local Anim = Instance.new("Animation")
5223Anim.AnimationId = "rbxassetid://"..AnimationId
5224local k = game.Players[target.Text].Character.Humanoid:LoadAnimation(Anim)
5225k:Play()
5226k:AdjustSpeed(99)
5227end)
5228
5229feothersadult.MouseButton1Click:connect(function()
5230local AnimationId = "2379147746"
5231local Anim = Instance.new("Animation")
5232Anim.AnimationId = "rbxassetid://"..AnimationId
5233local k = game.Players[target.Text].Character.Humanoid:LoadAnimation(Anim)
5234k:Play()
5235k:AdjustSpeed(0.1)
5236end)
5237
5238fenolimbs.MouseButton1Click:connect(function()
5239 pcall(function()
5240 workspace[target.Text]["Left Arm"]:Destroy()
5241 workspace[target.Text]["Right Arm"]:Destroy()
5242 workspace[target.Text]["Left Leg"]:Destroy()
5243 workspace[target.Text]["Right Leg"]:Destroy()
5244 end)
5245end)
5246
5247feplranchor.MouseButton1Click:connect(function()
5248 feplranchor.Text= "Broken :("
5249 wait(1.5)
5250 feplranchor.Text= "Anchor"
5251end)
5252
5253fenohead.MouseButton1Click:connect(function()
5254 pcall(function()
5255 workspace[target.Text].Head:Destroy()
5256 end)
5257end)
5258
5259feothersnaked.MouseButton1Click:connect(function()
5260 pcall(function()
5261 workspace[target.Text].Shirt:Destroy()
5262 end)
5263 pcall(function()
5264 workspace[target.Text].Pants:Destroy()
5265 end)
5266end)
5267
5268feannoy.MouseButton1Click:connect(function()
5269print("just reset to stop annoying")
5270repeat
5271game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[target.Text].HumanoidRootPart.CFrame
5272wait(0.01)
5273until game.Players.LocalPlayer.Character.Humanoid.Health == 0
5274end)
5275
5276fecampfiresongsong.MouseButton1Click:connect(function()
5277 pcall(function()
5278game.Players.LocalPlayer.Character.Head.face.Texture= "rbxassetid://31390944"
5279end)
5280local s= Instance.new("Sound", workspace)
5281s.Name= "Sound"
5282s.SoundId= "rbxassetid://166549677"
5283s.Volume= 1
5284s:Play()
5285local function chat(msg)
5286 for i = 1, 1 do
5287local rs= game:GetService("ReplicatedStorage")
5288local dcsce= rs.DefaultChatSystemChatEvents
5289local say= dcsce.SayMessageRequest:FireServer(msg, "All")
5290end
5291end
5292
5293-- the singing (why)
5294print("Script is surprisingly not skidded. Amazed?")
5295wait(1.33)
5296chat("I call this one The Campfire Song Song.")
5297wait(1.75)
5298chat("Let's gather round the campfire and sing our campfire song,")
5299wait(4.3)
5300chat("Our c-a-m-p-f-i-r-e-s-o-n-g song, and if you don't think that we can sing it faster than you're wrong,")
5301wait(8.75)
5302chat("but it will help it, you just sing, along, dong, dong, dong...")
5303wait(8)
5304chat("C-a-m-p-f-i-r-e-s-o-n-g song, c-a-m-p-f-i-r-e-s-o-n-g song,")
5305wait(6)
5306chat("and if you don't think that we can sing it faster than you're wrong,")
5307wait(2.65)
5308chat("but it will help it, you just sing, sing along the song,")
5309wait(3)
5310chat("C-a-m-p-f-i-r-e-s-o-n-g song, Patrick! SONG, C-A-M-P-F-I-R-E, Squidward! Good!")
5311wait(7)
5312chat("It will help, it will hel-hel-help, if you just sing along! *instruments playing*")
5313wait(11.3)
5314chat("OH YEAHHH!!!")
5315wait(2)
5316game.Players.LocalPlayer.Character.Head.face.Texture= "rbxasset://textures/face.png"
5317end)
5318
5319fetpto.MouseButton1Click:connect(function()
5320 pcall(function()
5321 local hrp= game.Players.LocalPlayer.Character.HumanoidRootPart
5322 local thrp= game.Players[target.Text].Character.HumanoidRootPart
5323 hrp.CFrame= thrp.CFrame
5324 print("yes it's that simple")
5325 end)
5326end)
5327
5328febring.MouseButton1Click:connect(function()
5329 pcall(function()
5330 print("totally not from opfinality x2")
5331 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
5332 game.Players.LocalPlayer.Character.Humanoid.Name = "1"
5333 local l = game.Players.LocalPlayer.Character["1"]:Clone()
5334 l.Parent = game.Players.LocalPlayer.Character
5335 l.Name = "Humanoid"
5336 wait(0.1)
5337 game.Players.LocalPlayer.Character["1"]:Destroy()
5338 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5339 game.Players.LocalPlayer.Character.Animate.Disabled = true
5340 wait(0.1)
5341 game.Players.LocalPlayer.Character.Animate.Disabled = false
5342 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
5343 for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
5344 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5345 end
5346
5347 local function tp(player,player2)
5348 local char1,char2=player.Character,player2.Character
5349 if char1 and char2 then
5350 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5351 end
5352 end
5353
5354 local function getout(player,player2)
5355 local char1,char2=player.Character,player2.Character
5356 if char1 and char2 then
5357 char1:MoveTo(char2.Head.Position)
5358 end
5359 end
5360 tp(game.Players[target.Text], game.Players.LocalPlayer)
5361 wait(0.2)
5362 tp(game.Players[target.Text], game.Players.LocalPlayer)
5363 wait(0.5)
5364 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
5365 wait(0.5)
5366 getout(game.Players.LocalPlayer, game.Players[target.Text])
5367 wait(0.3)
5368 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
5369 end)
5370end)
5371feadultx2.MouseButton1Click:connect(function()
5372local AnimationId = "148840371"
5373local Anim = Instance.new('Animation')
5374Anim.AnimationId = "rbxassetid://"..AnimationId
5375local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5376k:Play()
5377k:AdjustSpeed(10)
5378pcall(function()
5379 game.Players.LocalPlayer.Character.Pants:Destroy()
5380end)
5381pcall(function()
5382 game.Players.LocalPlayer.Character.Shirt:Destroy()
5383end)
5384while game.Players.LocalPlayer.Character.Parent ~= nil do
5385wait(0.01)
5386game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame= workspace[target.Text].HumanoidRootPart.CFrame
5387end
5388end)
5389
5390fecopytools.MouseButton1Click:connect(function()
5391pcall(function()
5392 for i,v in pairs(game.Players[target.Text].Backpack:GetChildren()) do
5393 if v:IsA("Tool") then
5394 v:Clone().Parent= game.Players.LocalPlayer.Backpack
5395 elseif v:IsA("HopperBin") then
5396 v:Clone().Parent= game.Players.LocalPlayer.Backpack
5397 end
5398 end
5399end)
5400end)
5401
5402feshutdown.MouseButton1Click:connect(function()
5403while wait(0.2) do
5404for _,plr in pairs(game.Players:GetPlayers()) do
5405pcall(function()
5406for _,obj in pairs(plr.Character.Head:GetChildren()) do
5407if obj:IsA("Sound") then
5408obj:Play()
5409end
5410end
5411end)
5412end
5413end
5414end)
5415
5416fekick.MouseButton1Click:connect(function()
5417 pcall(function()
5418 for i,v in pairs(workspace[target.Text]:GetChildren()) do
5419 v:Destroy()
5420 game.Players[target.Text]:Destroy()
5421 end
5422 end)
5423end)
5424
5425feban.MouseButton1Click:connect(function()
5426 pcall(function()
5427 while true do
5428 wait(0.01)
5429 for i,v in pairs(workspace[target.Text]:GetChildren()) do
5430 v:Destroy()
5431 game.Players[target.Text]:Destroy()
5432 end
5433 end
5434 end)
5435end)
5436
5437fekill.MouseButton1Click:connect(function()
5438 pcall(function()
5439 print("totally not from opfinality")
5440 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
5441 game.Players.LocalPlayer.Character.Humanoid.Name = "1"
5442 local l = game.Players.LocalPlayer.Character["1"]:Clone()
5443 l.Parent = game.Players.LocalPlayer.Character
5444 l.Name = "Humanoid"
5445 wait(0.1)
5446 game.Players.LocalPlayer.Character["1"]:Destroy()
5447 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5448 game.Players.LocalPlayer.Character.Animate.Disabled = true
5449 wait(0.1)
5450 game.Players.LocalPlayer.Character.Animate.Disabled = false
5451 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
5452 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
5453 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5454 end
5455 local function tp(player,player2)
5456 local char1,char2=player.Character,player2.Character
5457 if char1 and char2 then
5458 char1:MoveTo(char2.Head.Position)
5459 end
5460 end
5461 local v= target.Text
5462 wait(0.1)
5463 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
5464 wait(0.2)
5465 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
5466 wait(0.2)
5467 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
5468 wait(0.7)
5469 tp(game.Players.LocalPlayer,game.Players[v])
5470 wait(0.7)
5471 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
5472 end)
5473end)
5474
5475fenaked.MouseButton1Click:connect(function()
5476 game:GetService("RunService").Stepped:connect(function()
5477 pcall(function()
5478 game.Players.LocalPlayer.Character.Shirt:Destroy()
5479 end)
5480 pcall(function()
5481 game.Players.LocalPlayer.Character.Pants:Destroy()
5482 end)
5483 end)
5484end)
5485
5486fehtool.MouseButton1Click:connect(function()
5487 if fehtoolworking==true then
5488 local htool= Instance.new("Tool",game.Players.LocalPlayer.Backpack)
5489 htool.Name= "Hammer Tool"
5490 htool.TextureId= "rbxassetid://24122622"
5491 htool.RequiresHandle= false
5492 local htoolequipped= false
5493 htool.Equipped:connect(function()
5494 htoolequipped= true
5495 end)
5496 htool.Unequipped:connect(function()
5497 htoolequipped= false
5498 end)
5499game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
5500if htoolequipped==true then
5501if not game.Players.LocalPlayer:GetMouse().Target then return end
5502game.Players.LocalPlayer:GetMouse().Target:Destroy()
5503end
5504end)
5505 else
5506 fehtool.Text= "Broken :("
5507 wait(1.5)
5508 fehtool.Text= "HTool"
5509end
5510end)
5511
5512fesuperspin.MouseButton1Click:connect(function()
5513local AnimationId = "2382610211"
5514local Anim = Instance.new("Animation")
5515Anim.AnimationId = "rbxassetid://"..AnimationId
5516local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5517k:Play()
5518k:AdjustSpeed(99)
5519end)
5520
5521fedab.MouseButton1Click:connect(function()
5522local AnimationId = "248263260"
5523local Anim = Instance.new("Animation")
5524Anim.AnimationId = "rbxassetid://"..AnimationId
5525local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5526k:Play()
5527k:AdjustSpeed(1)
5528end)
5529
5530feseizure.MouseButton1Click:connect(function()
5531local AnimationId = "33796059"
5532local Anim = Instance.new("Animation")
5533Anim.AnimationId = "rbxassetid://"..AnimationId
5534local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5535k:Play()
5536k:AdjustSpeed(99)
5537end)
5538
5539feadult.MouseButton1Click:connect(function()
5540local AnimationId = "2379147746"
5541local Anim = Instance.new("Animation")
5542Anim.AnimationId = "rbxassetid://"..AnimationId
5543local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5544k:Play()
5545k:AdjustSpeed(0.1)
5546end)
5547
5548fenoclip.MouseButton1Click:connect(function()
5549 game:GetService("RunService").Stepped:connect(function()
5550 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
5551 end)
5552end)
5553
5554feinfjump.MouseButton1Click:connect(function()
5555function Action(obj,func)
5556 if obj~=nil then
5557 func(obj)
5558 end
5559end
5560_G.JumpHeight= 50
5561game:GetService("UserInputService").InputBegan:connect(function(UserInput)
5562 if UserInput.UserInputType==Enum.UserInputType.Keyboard and UserInput.KeyCode==Enum.KeyCode.Space then
5563 Action(game.Players.LocalPlayer.Character.Humanoid, function(self)
5564 if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState()==Enum.HumanoidStateType.Freefall then
5565 Action(self.Parent.HumanoidRootPart, function(self)
5566 self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
5567 end)
5568 end
5569 end)
5570 end
5571end)
5572end)
5573
5574fechat.MouseButton1Click:connect(function()
5575for i = 1, 1 do
5576local rs= game:GetService("ReplicatedStorage")
5577local dcsce= rs.DefaultChatSystemChatEvents
5578local say= dcsce.SayMessageRequest:FireServer(fechatmessage.Text, "All")
5579end
5580end)
5581
5582fechatspam.MouseButton1Click:connect(function()
5583for i = 1, 100000 do
5584local rs= game:GetService("ReplicatedStorage")
5585local dcsce= rs.DefaultChatSystemChatEvents
5586local say= dcsce.SayMessageRequest:FireServer(fechatmessage.Text, "All")
5587wait(1.5)
5588end
5589end)
5590
5591felocalplayer.MouseButton1Click:connect(function()
5592 feframe.Visible= false
5593 felocalplayerscripts.Visible= true
5594end)
5595
5596feothers.MouseButton1Click:connect(function()
5597 feframe.Visible= false
5598 feothersscripts.Visible= true
5599end)
5600
5601feexecutor.MouseButton1Click:connect(function()
5602 feframe.Visible= false
5603 feexecutordisplay.Visible= true
5604end)
5605
5606openbutton.MouseButton1Click:connect(function()
5607 if guiopenboolean==false then
5608 mainframe.Visible= true
5609 guiopenboolean= true
5610 else
5611 mainframe.Visible= false
5612 guiopenboolean= false
5613 end
5614end)
5615
5616feback.MouseButton1Click:connect(function()
5617 febutton.Visible= true
5618 nonfebutton.Visible= true
5619 febuttonshade.Visible= true
5620 nonfebuttonshade.Visible= true
5621 feandnonfehelp.Visible= true
5622 fecheck.Visible= true
5623 feframe.Visible= false
5624end)
5625
5626felocalplayerback.MouseButton1Click:connect(function()
5627 febutton.Visible= false
5628 nonfebutton.Visible= false
5629 febuttonshade.Visible= false
5630 nonfebuttonshade.Visible= false
5631 feandnonfehelp.Visible= false
5632 fecheck.Visible= false
5633 felocalplayerscripts.Visible= false
5634 feframe.Visible= true
5635end)
5636
5637feexecutordisplayback.MouseButton1Click:connect(function()
5638 febutton.Visible= false
5639 nonfebutton.Visible= false
5640 febuttonshade.Visible= false
5641 nonfebuttonshade.Visible= false
5642 feandnonfehelp.Visible= false
5643 fecheck.Visible= false
5644 feexecutordisplay.Visible= false
5645 feframe.Visible= true
5646end)
5647
5648fegames.MouseButton1Click:connect(function()
5649 feguisscripts.Visible= true
5650 feframe.Visible= false
5651end)
5652
5653felocalplayer2back.MouseButton1Click:connect(function()
5654 felocalplayerscripts.Visible= true
5655 felocalplayerscripts2.Visible= false
5656end)
5657
5658felocalplayernext.MouseButton1Click:connect(function()
5659 felocalplayerscripts.Visible= false
5660 felocalplayerscripts2.Visible= true
5661end)
5662
5663feothers2back.MouseButton1Click:connect(function()
5664 feothersscripts.Visible= true
5665 feothersscripts2.Visible= false
5666end)
5667
5668feothers2next.MouseButton1Click:connect(function()
5669 feothersscripts3.Visible= true
5670 feothersscripts2.Visible= false
5671end)
5672
5673feothers3back.MouseButton1Click:connect(function()
5674 feothersscripts3.Visible= false
5675 feothersscripts2.Visible= true
5676end)
5677
5678feothersnext.MouseButton1Click:connect(function()
5679 feothersscripts.Visible= false
5680 feothersscripts2.Visible= true
5681end)
5682
5683feothersback.MouseButton1Click:connect(function()
5684 febutton.Visible= false
5685 nonfebutton.Visible= false
5686 febuttonshade.Visible= false
5687 nonfebuttonshade.Visible= false
5688 feandnonfehelp.Visible= false
5689 fecheck.Visible= false
5690 feothersscripts.Visible= false
5691 feframe.Visible= true
5692end)
5693
5694feguisback.MouseButton1Click:connect(function()
5695 febutton.Visible= false
5696 nonfebutton.Visible= false
5697 febuttonshade.Visible= false
5698 nonfebuttonshade.Visible= false
5699 feandnonfehelp.Visible= false
5700 fecheck.Visible= false
5701 feguisscripts.Visible= false
5702 feframe.Visible= true
5703end)
5704
5705febutton.MouseButton1Click:connect(function()
5706 febutton.Visible= false
5707 nonfebutton.Visible= false
5708 febuttonshade.Visible= false
5709 nonfebuttonshade.Visible= false
5710 feandnonfehelp.Visible= false
5711 fecheck.Visible= false
5712 feframe.Visible= true
5713end)