· 6 years ago · Mar 31, 2020, 08:10 AM
1--Created by Wolf Cheats
2-- Gui to Lua
3-- Version: 3.2
4
5-- Instances:
6
7local JailBreakV1 = Instance.new("ScreenGui")
8local OpenFrame = Instance.new("Frame")
9local Open = Instance.new("TextButton")
10local Main = Instance.new("Frame")
11local TopCreddsshit = Instance.new("Frame")
12local JailbreakV1 = Instance.new("TextButton")
13local Close = Instance.new("TextButton")
14local Btools = Instance.new("TextButton")
15local Gravity = Instance.new("TextButton")
16local InfJump = Instance.new("TextButton")
17local Speed = Instance.new("TextButton")
18local GravityOff = Instance.new("TextButton")
19local InfNitro = Instance.new("TextButton")
20local Noclipsoon = Instance.new("TextButton")
21local ConrtlDelete = Instance.new("TextButton")
22local InfAmo = Instance.new("TextButton")
23local bottomCreddsshit = Instance.new("Frame")
24local Checkytfornewversion = Instance.new("TextButton")
25local CreatedbyWolfz = Instance.new("TextButton")
26local Updatedlast = Instance.new("TextButton")
27
28--Properties:
29
30JailBreakV1.Name = "JailBreak V1"
31JailBreakV1.Parent = game.CoreGui
32
33OpenFrame.Name = "OpenFrame"
34OpenFrame.Parent = JailBreakV1
35OpenFrame.BackgroundColor3 = Color3.fromRGB(34, 255, 10)
36OpenFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
37OpenFrame.BorderSizePixel = 3
38OpenFrame.Position = UDim2.new(0, 0, 0.457848847, 0)
39OpenFrame.Size = UDim2.new(0, 103, 0, 29)
40
41Open.Name = "Open"
42Open.Parent = OpenFrame
43Open.BackgroundColor3 = Color3.fromRGB(46, 255, 0)
44Open.BorderSizePixel = 0
45Open.Size = UDim2.new(0, 94, 0, 27)
46Open.Font = Enum.Font.Cartoon
47Open.Text = "Open Gui"
48Open.TextColor3 = Color3.fromRGB(253, 253, 253)
49Open.TextSize = 25.000
50Open.TextWrapped = true
51Open.MouseButton1Down:connect(function()
52Main.Visible = true
53OpenFrame.Visible = false
54end)
55
56Main.Name = "Main"
57Main.Parent = JailBreakV1
58Main.Active = true
59Main.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
60Main.BorderSizePixel = 0
61Main.Position = UDim2.new(0.293144196, 0, 0.29729721, 0)
62Main.Size = UDim2.new(0, 524, 0, 290)
63Main.Visible = false
64Main.Draggable = true
65
66TopCreddsshit.Name = "Top Credds shit"
67TopCreddsshit.Parent = Main
68TopCreddsshit.Active = true
69TopCreddsshit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
70TopCreddsshit.BorderSizePixel = 0
71TopCreddsshit.Position = UDim2.new(-0.000614661316, 0, -0.00390751287, 0)
72TopCreddsshit.Size = UDim2.new(0, 524, 0, 25)
73
74JailbreakV1.Name = "Jailbreak V1"
75JailbreakV1.Parent = TopCreddsshit
76JailbreakV1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
77JailbreakV1.BorderSizePixel = 0
78JailbreakV1.Position = UDim2.new(0.283250839, 0, -0.00383239612, 0)
79JailbreakV1.Size = UDim2.new(0, 200, 0, 24)
80JailbreakV1.Font = Enum.Font.Cartoon
81JailbreakV1.Text = "Jailbreak V1"
82JailbreakV1.TextColor3 = Color3.fromRGB(0, 0, 0)
83JailbreakV1.TextSize = 22.000
84
85Close.Name = "Close"
86Close.Parent = TopCreddsshit
87Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
88Close.BorderSizePixel = 0
89Close.Position = UDim2.new(0.951446414, 0, 0.00676506758, 0)
90Close.Size = UDim2.new(0, 26, 0, 24)
91Close.Font = Enum.Font.Cartoon
92Close.Text = "X"
93Close.TextColor3 = Color3.fromRGB(0, 0, 0)
94Close.TextSize = 22.000
95Close.MouseButton1Down:connect(function()
96OpenFrame.Visible = true
97Main.Visible = false
98end)
99
100Btools.Name = "Btools"
101Btools.Parent = TopCreddsshit
102Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
103Btools.Position = UDim2.new(0.0248091593, 0, 1.44000006, 0)
104Btools.Size = UDim2.new(0, 117, 0, 50)
105Btools.Font = Enum.Font.SourceSans
106Btools.Text = "Btools"
107Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
108Btools.TextSize = 22.000
109Btools.MouseButton1Down:connect(function()
110 game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
111for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
112 if child.ClassName == "Part" then
113 child.Locked = false
114 end
115 if child.ClassName == "MeshPart" then
116 child.Locked = false
117 end
118 if child.ClassName == "UnionOperation" then
119 child.Locked = false
120 end
121 if child.ClassName == "Model" then
122 for index, chil in pairs(child:GetChildren()) do
123 if chil.ClassName == "Part" then
124 chil.Locked = false
125 end
126 if chil.ClassName == "MeshPart" then
127 chil.Locked = false
128 end
129 if chil.ClassName == "UnionOperation" then
130 chil.Locked = false
131 end
132 if chil.ClassName == "Model" then
133 for index, childe in pairs(chil:GetChildren()) do
134 if childe.ClassName == "Part" then
135 childe.Locked = false
136 end
137 if childe.ClassName == "MeshPart" then
138 childe.Locked = false
139 end
140 if childe.ClassName == "UnionOperation" then
141 childe.Locked = false
142 end
143 if childe.ClassName == "Model" then
144 for index, childeo in pairs(childe:GetChildren()) do
145 if childeo.ClassName == "Part" then
146 childeo.Locked = false
147 end
148 if childeo.ClassName == "MeshPart" then
149 childeo.Locked = false
150 end
151 if childeo.ClassName == "UnionOperation" then
152 childeo.Locked = false
153 end
154 if childeo.ClassName == "Model" then
155 end
156 end
157 end
158 end
159 end
160 end
161 end
162end
163c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
164c.BinType = Enum.BinType.Hammer
165c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
166c.BinType = Enum.BinType.Clone
167c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
168c.BinType = Enum.BinType.Grab
169end)
170
171Gravity.Name = "Gravity "
172Gravity.Parent = TopCreddsshit
173Gravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
174Gravity.Position = UDim2.new(0.0248091593, 0, 4.23999977, 0)
175Gravity.Size = UDim2.new(0, 117, 0, 50)
176Gravity.Font = Enum.Font.Cartoon
177Gravity.Text = "Gravity (On)"
178Gravity.TextColor3 = Color3.fromRGB(0, 0, 0)
179Gravity.TextSize = 18.000
180Gravity.MouseButton1Down:connect(function()
181if Gravity == true then
182Gravity = false
183game.workspace.Gravity = 90
184else
185Gravity = false
186game.workspace.Gravity = 45
187end
188end)
189
190InfJump.Name = "Inf Jump"
191InfJump.Parent = TopCreddsshit
192InfJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
193InfJump.Position = UDim2.new(0.0248091593, 0, 7.03999996, 0)
194InfJump.Size = UDim2.new(0, 117, 0, 50)
195InfJump.Font = Enum.Font.Cartoon
196InfJump.Text = "Inf jump"
197InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
198InfJump.TextSize = 20.000
199InfJump.MouseButton1Down:connect(function()
200-- //~ F to toggle ~\\ --
201
202_G.infinjump = true
203
204local Player = game:GetService("Players").LocalPlayer
205local Mouse = Player:GetMouse()
206Mouse.KeyDown:connect(function(k)
207if _G.infinjump then
208if k:byte() == 32 then
209Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
210Humanoid:ChangeState("Jumping")
211wait(0.1)
212Humanoid:ChangeState("Seated")
213end
214end
215end)
216
217local Player = game:GetService("Players").LocalPlayer
218local Mouse = Player:GetMouse()
219Mouse.KeyDown:connect(function(k)
220k = k:lower()
221if k == "f" then
222if _G.infinjump == true then
223_G.infinjump = false
224else
225_G.infinjump = true
226end
227end
228end)
229end)
230
231Speed.Name = "Speed"
232Speed.Parent = TopCreddsshit
233Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
234Speed.Position = UDim2.new(0.362595409, 0, 1.44000006, 0)
235Speed.Size = UDim2.new(0, 117, 0, 50)
236Speed.Font = Enum.Font.Cartoon
237Speed.Text = "Speed (x)"
238Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
239Speed.TextSize = 19.000
240Speed.MouseButton1Down:connect(function()
241 local walkspeedplayer = game:GetService("Players").LocalPlayer
242 local walkspeedmouse = walkspeedplayer:GetMouse()
243
244 local walkspeedenabled = false
245
246 function x_walkspeed(key)
247 if (key == "x") then
248 if walkspeedenabled == false then
249 _G.WS = 110;
250 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
251 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
252 Humanoid.WalkSpeed = _G.WS;
253 end)
254 Humanoid.WalkSpeed = _G.WS;
255
256 walkspeedenabled = true
257 elseif walkspeedenabled == true then
258 _G.WS = 20;
259 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
260 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
261 Humanoid.WalkSpeed = _G.WS;
262 end)
263 Humanoid.WalkSpeed = _G.WS;
264
265 walkspeedenabled = false
266 end
267 end
268 end
269
270 walkspeedmouse.KeyDown:connect(x_walkspeed)
271
272end)
273
274GravityOff.Name = "Gravity Off"
275GravityOff.Parent = TopCreddsshit
276GravityOff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
277GravityOff.Position = UDim2.new(0.362595409, 0, 4.23999977, 0)
278GravityOff.Size = UDim2.new(0, 117, 0, 50)
279GravityOff.Font = Enum.Font.Cartoon
280GravityOff.Text = "Gravity (Off)"
281GravityOff.TextColor3 = Color3.fromRGB(0, 0, 0)
282GravityOff.TextSize = 18.000
283GravityOff.MouseButton1Down:connect(function()
284if Gravity == true then
285Gravity = false
286game.workspace.Gravity = 90
287else
288Gravity = true
289game.workspace.Gravity = 196.2
290end
291end)
292
293InfNitro.Name = "Inf Nitro"
294InfNitro.Parent = TopCreddsshit
295InfNitro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
296InfNitro.Position = UDim2.new(0.362595409, 0, 7.03999996, 0)
297InfNitro.Size = UDim2.new(0, 117, 0, 50)
298InfNitro.Font = Enum.Font.Cartoon
299InfNitro.Text = "AutoRob"
300InfNitro.TextColor3 = Color3.fromRGB(0, 0, 0)
301InfNitro.TextSize = 19.000
302InfNitro.MouseButton1Down:connect(function()
303script=loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
304end)
305
306Noclipsoon.Name = "Noclip soon"
307Noclipsoon.Parent = TopCreddsshit
308Noclipsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
309Noclipsoon.Position = UDim2.new(0.688931227, 0, 1.44000006, 0)
310Noclipsoon.Size = UDim2.new(0, 117, 0, 50)
311Noclipsoon.Font = Enum.Font.Cartoon
312Noclipsoon.Text = "Noclip"
313Noclipsoon.TextColor3 = Color3.fromRGB(0, 0, 0)
314Noclipsoon.TextSize = 22.000
315Noclipsoon.MouseButton1Down:connect(function()
316if _G.Noclip == nil or not _G.Noclip.Connected then
317 lp = game:service'Players'.LocalPlayer
318 _G.Noclip = game:service'RunService'.Stepped:Connect(function()
319 lp.Character.Head.CanCollide = false
320 lp.Character.LowerTorso.CanCollide = false
321 lp.Character.UpperTorso.CanCollide = false
322 lp.Character.HumanoidRootPart.CanCollide = false
323 if lp.Character:FindFirstChild'Badge' then
324 lp.Character.Badge.CanCollide = false
325 end
326end)
327end
328end)
329
330ConrtlDelete.Name = "Conrtl Delete"
331ConrtlDelete.Parent = TopCreddsshit
332ConrtlDelete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
333ConrtlDelete.Position = UDim2.new(0.688931227, 0, 4.23999977, 0)
334ConrtlDelete.Size = UDim2.new(0, 117, 0, 50)
335ConrtlDelete.Font = Enum.Font.Cartoon
336ConrtlDelete.Text = "Cntrl Delete"
337ConrtlDelete.TextColor3 = Color3.fromRGB(0, 0, 0)
338ConrtlDelete.TextSize = 19.000
339ConrtlDelete.MouseButton1Down:connect(function()
340--Hold CLTR and click to delete parts (you need to rejoin if you delete something wrong!! W/ <3 plemrbx<3
341local Plr = game:GetService("Players").LocalPlayer
342local Mouse = Plr:GetMouse()
343
344Mouse.Button1Down:connect(function()
345if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
346if not Mouse.Target then return end
347Mouse.Target:Destroy()
348end)
349end)
350
351InfAmo.Name = "Inf Amo"
352InfAmo.Parent = TopCreddsshit
353InfAmo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
354InfAmo.Position = UDim2.new(0.688931227, 0, 7.03999996, 0)
355InfAmo.Size = UDim2.new(0, 117, 0, 50)
356InfAmo.Font = Enum.Font.Cartoon
357InfAmo.Text = "inf Ammo(Soon)"
358InfAmo.TextColor3 = Color3.fromRGB(0, 0, 0)
359InfAmo.TextSize = 16.000
360
361
362bottomCreddsshit.Name = "bottom Credds shit"
363bottomCreddsshit.Parent = Main
364bottomCreddsshit.Active = true
365bottomCreddsshit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
366bottomCreddsshit.BorderSizePixel = 0
367bottomCreddsshit.Position = UDim2.new(0.000639145961, 0, 0.879894912, 0)
368bottomCreddsshit.Size = UDim2.new(0, 524, 0, 35)
369
370Checkytfornewversion.Name = "Check yt for new version"
371Checkytfornewversion.Parent = bottomCreddsshit
372Checkytfornewversion.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
373Checkytfornewversion.BorderSizePixel = 0
374Checkytfornewversion.Position = UDim2.new(0.530150831, 0, 0.562337577, 0)
375Checkytfornewversion.Size = UDim2.new(0, 198, 0, 10)
376Checkytfornewversion.Font = Enum.Font.Cartoon
377Checkytfornewversion.Text = "Check youtube for a newer version if available"
378Checkytfornewversion.TextColor3 = Color3.fromRGB(255, 255, 255)
379Checkytfornewversion.TextSize = 13.000
380
381CreatedbyWolfz.Name = "Created by Wolfz"
382CreatedbyWolfz.Parent = bottomCreddsshit
383CreatedbyWolfz.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
384CreatedbyWolfz.BorderSizePixel = 0
385CreatedbyWolfz.Position = UDim2.new(0.0517853647, 0, 0.140224606, 0)
386CreatedbyWolfz.Size = UDim2.new(0, 184, 0, 25)
387CreatedbyWolfz.Font = Enum.Font.Cartoon
388CreatedbyWolfz.Text = "Created by Wolfz Cheats"
389CreatedbyWolfz.TextColor3 = Color3.fromRGB(255, 255, 255)
390CreatedbyWolfz.TextSize = 24.000
391
392Updatedlast.Name = "Updated last"
393Updatedlast.Parent = bottomCreddsshit
394Updatedlast.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
395Updatedlast.BorderSizePixel = 0
396Updatedlast.Position = UDim2.new(0.552965939, 0, -0.0058192662, 0)
397Updatedlast.Size = UDim2.new(0, 173, 0, 19)
398Updatedlast.Font = Enum.Font.Cartoon
399Updatedlast.Text = "Updated 2/1/2020"
400Updatedlast.TextColor3 = Color3.fromRGB(255, 255, 255)
401Updatedlast.TextSize = 22.000
402RAW Paste Data
403--Created by Wolf Cheats
404-- Gui to Lua
405-- Version: 3.2
406
407-- Instances:
408
409local JailBreakV1 = Instance.new("ScreenGui")
410local OpenFrame = Instance.new("Frame")
411local Open = Instance.new("TextButton")
412local Main = Instance.new("Frame")
413local TopCreddsshit = Instance.new("Frame")
414local JailbreakV1 = Instance.new("TextButton")
415local Close = Instance.new("TextButton")
416local Btools = Instance.new("TextButton")
417local Gravity = Instance.new("TextButton")
418local InfJump = Instance.new("TextButton")
419local Speed = Instance.new("TextButton")
420local GravityOff = Instance.new("TextButton")
421local InfNitro = Instance.new("TextButton")
422local Noclipsoon = Instance.new("TextButton")
423local ConrtlDelete = Instance.new("TextButton")
424local InfAmo = Instance.new("TextButton")
425local bottomCreddsshit = Instance.new("Frame")
426local Checkytfornewversion = Instance.new("TextButton")
427local CreatedbyWolfz = Instance.new("TextButton")
428local Updatedlast = Instance.new("TextButton")
429
430--Properties:
431
432JailBreakV1.Name = "JailBreak V1"
433JailBreakV1.Parent = game.CoreGui
434
435OpenFrame.Name = "OpenFrame"
436OpenFrame.Parent = JailBreakV1
437OpenFrame.BackgroundColor3 = Color3.fromRGB(34, 255, 10)
438OpenFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
439OpenFrame.BorderSizePixel = 3
440OpenFrame.Position = UDim2.new(0, 0, 0.457848847, 0)
441OpenFrame.Size = UDim2.new(0, 103, 0, 29)
442
443Open.Name = "Open"
444Open.Parent = OpenFrame
445Open.BackgroundColor3 = Color3.fromRGB(46, 255, 0)
446Open.BorderSizePixel = 0
447Open.Size = UDim2.new(0, 94, 0, 27)
448Open.Font = Enum.Font.Cartoon
449Open.Text = "Open Gui"
450Open.TextColor3 = Color3.fromRGB(253, 253, 253)
451Open.TextSize = 25.000
452Open.TextWrapped = true
453Open.MouseButton1Down:connect(function()
454Main.Visible = true
455OpenFrame.Visible = false
456end)
457
458Main.Name = "Main"
459Main.Parent = JailBreakV1
460Main.Active = true
461Main.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
462Main.BorderSizePixel = 0
463Main.Position = UDim2.new(0.293144196, 0, 0.29729721, 0)
464Main.Size = UDim2.new(0, 524, 0, 290)
465Main.Visible = false
466Main.Draggable = true
467
468TopCreddsshit.Name = "Top Credds shit"
469TopCreddsshit.Parent = Main
470TopCreddsshit.Active = true
471TopCreddsshit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
472TopCreddsshit.BorderSizePixel = 0
473TopCreddsshit.Position = UDim2.new(-0.000614661316, 0, -0.00390751287, 0)
474TopCreddsshit.Size = UDim2.new(0, 524, 0, 25)
475
476JailbreakV1.Name = "Jailbreak V1"
477JailbreakV1.Parent = TopCreddsshit
478JailbreakV1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
479JailbreakV1.BorderSizePixel = 0
480JailbreakV1.Position = UDim2.new(0.283250839, 0, -0.00383239612, 0)
481JailbreakV1.Size = UDim2.new(0, 200, 0, 24)
482JailbreakV1.Font = Enum.Font.Cartoon
483JailbreakV1.Text = "Jailbreak V1"
484JailbreakV1.TextColor3 = Color3.fromRGB(0, 0, 0)
485JailbreakV1.TextSize = 22.000
486
487Close.Name = "Close"
488Close.Parent = TopCreddsshit
489Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
490Close.BorderSizePixel = 0
491Close.Position = UDim2.new(0.951446414, 0, 0.00676506758, 0)
492Close.Size = UDim2.new(0, 26, 0, 24)
493Close.Font = Enum.Font.Cartoon
494Close.Text = "X"
495Close.TextColor3 = Color3.fromRGB(0, 0, 0)
496Close.TextSize = 22.000
497Close.MouseButton1Down:connect(function()
498OpenFrame.Visible = true
499Main.Visible = false
500end)
501
502Btools.Name = "Btools"
503Btools.Parent = TopCreddsshit
504Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
505Btools.Position = UDim2.new(0.0248091593, 0, 1.44000006, 0)
506Btools.Size = UDim2.new(0, 117, 0, 50)
507Btools.Font = Enum.Font.SourceSans
508Btools.Text = "Btools"
509Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
510Btools.TextSize = 22.000
511Btools.MouseButton1Down:connect(function()
512 game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
513for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
514 if child.ClassName == "Part" then
515 child.Locked = false
516 end
517 if child.ClassName == "MeshPart" then
518 child.Locked = false
519 end
520 if child.ClassName == "UnionOperation" then
521 child.Locked = false
522 end
523 if child.ClassName == "Model" then
524 for index, chil in pairs(child:GetChildren()) do
525 if chil.ClassName == "Part" then
526 chil.Locked = false
527 end
528 if chil.ClassName == "MeshPart" then
529 chil.Locked = false
530 end
531 if chil.ClassName == "UnionOperation" then
532 chil.Locked = false
533 end
534 if chil.ClassName == "Model" then
535 for index, childe in pairs(chil:GetChildren()) do
536 if childe.ClassName == "Part" then
537 childe.Locked = false
538 end
539 if childe.ClassName == "MeshPart" then
540 childe.Locked = false
541 end
542 if childe.ClassName == "UnionOperation" then
543 childe.Locked = false
544 end
545 if childe.ClassName == "Model" then
546 for index, childeo in pairs(childe:GetChildren()) do
547 if childeo.ClassName == "Part" then
548 childeo.Locked = false
549 end
550 if childeo.ClassName == "MeshPart" then
551 childeo.Locked = false
552 end
553 if childeo.ClassName == "UnionOperation" then
554 childeo.Locked = false
555 end
556 if childeo.ClassName == "Model" then
557 end
558 end
559 end
560 end
561 end
562 end
563 end
564end
565c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
566c.BinType = Enum.BinType.Hammer
567c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
568c.BinType = Enum.BinType.Clone
569c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
570c.BinType = Enum.BinType.Grab
571end)
572
573Gravity.Name = "Gravity "
574Gravity.Parent = TopCreddsshit
575Gravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
576Gravity.Position = UDim2.new(0.0248091593, 0, 4.23999977, 0)
577Gravity.Size = UDim2.new(0, 117, 0, 50)
578Gravity.Font = Enum.Font.Cartoon
579Gravity.Text = "Gravity (On)"
580Gravity.TextColor3 = Color3.fromRGB(0, 0, 0)
581Gravity.TextSize = 18.000
582Gravity.MouseButton1Down:connect(function()
583if Gravity == true then
584Gravity = false
585game.workspace.Gravity = 90
586else
587Gravity = false
588game.workspace.Gravity = 45
589end
590end)
591
592InfJump.Name = "Inf Jump"
593InfJump.Parent = TopCreddsshit
594InfJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
595InfJump.Position = UDim2.new(0.0248091593, 0, 7.03999996, 0)
596InfJump.Size = UDim2.new(0, 117, 0, 50)
597InfJump.Font = Enum.Font.Cartoon
598InfJump.Text = "Inf jump"
599InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
600InfJump.TextSize = 20.000
601InfJump.MouseButton1Down:connect(function()
602-- //~ F to toggle ~\\ --
603
604_G.infinjump = true
605
606local Player = game:GetService("Players").LocalPlayer
607local Mouse = Player:GetMouse()
608Mouse.KeyDown:connect(function(k)
609if _G.infinjump then
610if k:byte() == 32 then
611Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
612Humanoid:ChangeState("Jumping")
613wait(0.1)
614Humanoid:ChangeState("Seated")
615end
616end
617end)
618
619local Player = game:GetService("Players").LocalPlayer
620local Mouse = Player:GetMouse()
621Mouse.KeyDown:connect(function(k)
622k = k:lower()
623if k == "f" then
624if _G.infinjump == true then
625_G.infinjump = false
626else
627_G.infinjump = true
628end
629end
630end)
631end)
632
633Speed.Name = "Speed"
634Speed.Parent = TopCreddsshit
635Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
636Speed.Position = UDim2.new(0.362595409, 0, 1.44000006, 0)
637Speed.Size = UDim2.new(0, 117, 0, 50)
638Speed.Font = Enum.Font.Cartoon
639Speed.Text = "Speed (x)"
640Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
641Speed.TextSize = 19.000
642Speed.MouseButton1Down:connect(function()
643 local walkspeedplayer = game:GetService("Players").LocalPlayer
644 local walkspeedmouse = walkspeedplayer:GetMouse()
645
646 local walkspeedenabled = false
647
648 function x_walkspeed(key)
649 if (key == "x") then
650 if walkspeedenabled == false then
651 _G.WS = 110;
652 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
653 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
654 Humanoid.WalkSpeed = _G.WS;
655 end)
656 Humanoid.WalkSpeed = _G.WS;
657
658 walkspeedenabled = true
659 elseif walkspeedenabled == true then
660 _G.WS = 20;
661 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
662 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
663 Humanoid.WalkSpeed = _G.WS;
664 end)
665 Humanoid.WalkSpeed = _G.WS;
666
667 walkspeedenabled = false
668 end
669 end
670 end
671
672 walkspeedmouse.KeyDown:connect(x_walkspeed)
673
674end)
675
676GravityOff.Name = "Gravity Off"
677GravityOff.Parent = TopCreddsshit
678GravityOff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
679GravityOff.Position = UDim2.new(0.362595409, 0, 4.23999977, 0)
680GravityOff.Size = UDim2.new(0, 117, 0, 50)
681GravityOff.Font = Enum.Font.Cartoon
682GravityOff.Text = "Gravity (Off)"
683GravityOff.TextColor3 = Color3.fromRGB(0, 0, 0)
684GravityOff.TextSize = 18.000
685GravityOff.MouseButton1Down:connect(function()
686if Gravity == true then
687Gravity = false
688game.workspace.Gravity = 90
689else
690Gravity = true
691game.workspace.Gravity = 196.2
692end
693end)
694
695InfNitro.Name = "Inf Nitro"
696InfNitro.Parent = TopCreddsshit
697InfNitro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
698InfNitro.Position = UDim2.new(0.362595409, 0, 7.03999996, 0)
699InfNitro.Size = UDim2.new(0, 117, 0, 50)
700InfNitro.Font = Enum.Font.Cartoon
701InfNitro.Text = "AutoRob"
702InfNitro.TextColor3 = Color3.fromRGB(0, 0, 0)
703InfNitro.TextSize = 19.000
704InfNitro.MouseButton1Down:connect(function()
705script=loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
706end)
707
708Noclipsoon.Name = "Noclip soon"
709Noclipsoon.Parent = TopCreddsshit
710Noclipsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
711Noclipsoon.Position = UDim2.new(0.688931227, 0, 1.44000006, 0)
712Noclipsoon.Size = UDim2.new(0, 117, 0, 50)
713Noclipsoon.Font = Enum.Font.Cartoon
714Noclipsoon.Text = "Noclip"
715Noclipsoon.TextColor3 = Color3.fromRGB(0, 0, 0)
716Noclipsoon.TextSize = 22.000
717Noclipsoon.MouseButton1Down:connect(function()
718if _G.Noclip == nil or not _G.Noclip.Connected then
719 lp = game:service'Players'.LocalPlayer
720 _G.Noclip = game:service'RunService'.Stepped:Connect(function()
721 lp.Character.Head.CanCollide = false
722 lp.Character.LowerTorso.CanCollide = false
723 lp.Character.UpperTorso.CanCollide = false
724 lp.Character.HumanoidRootPart.CanCollide = false
725 if lp.Character:FindFirstChild'Badge' then
726 lp.Character.Badge.CanCollide = false
727 end
728end)
729end
730end)
731
732ConrtlDelete.Name = "Conrtl Delete"
733ConrtlDelete.Parent = TopCreddsshit
734ConrtlDelete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
735ConrtlDelete.Position = UDim2.new(0.688931227, 0, 4.23999977, 0)
736ConrtlDelete.Size = UDim2.new(0, 117, 0, 50)
737ConrtlDelete.Font = Enum.Font.Cartoon
738ConrtlDelete.Text = "Cntrl Delete"
739ConrtlDelete.TextColor3 = Color3.fromRGB(0, 0, 0)
740ConrtlDelete.TextSize = 19.000
741ConrtlDelete.MouseButton1Down:connect(function()
742--Hold CLTR and click to delete parts (you need to rejoin if you delete something wrong!! W/ <3 plemrbx<3
743local Plr = game:GetService("Players").LocalPlayer
744local Mouse = Plr:GetMouse()
745
746Mouse.Button1Down:connect(function()
747if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
748if not Mouse.Target then return end
749Mouse.Target:Destroy()
750end)
751end)
752
753InfAmo.Name = "Inf Amo"
754InfAmo.Parent = TopCreddsshit
755InfAmo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
756InfAmo.Position = UDim2.new(0.688931227, 0, 7.03999996, 0)
757InfAmo.Size = UDim2.new(0, 117, 0, 50)
758InfAmo.Font = Enum.Font.Cartoon
759InfAmo.Text = "inf Ammo(Soon)"
760InfAmo.TextColor3 = Color3.fromRGB(0, 0, 0)
761InfAmo.TextSize = 16.000
762
763
764bottomCreddsshit.Name = "bottom Credds shit"
765bottomCreddsshit.Parent = Main
766bottomCreddsshit.Active = true
767bottomCreddsshit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
768bottomCreddsshit.BorderSizePixel = 0
769bottomCreddsshit.Position = UDim2.new(0.000639145961, 0, 0.879894912, 0)
770bottomCreddsshit.Size = UDim2.new(0, 524, 0, 35)
771
772Checkytfornewversion.Name = "Check yt for new version"
773Checkytfornewversion.Parent = bottomCreddsshit
774Checkytfornewversion.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
775Checkytfornewversion.BorderSizePixel = 0
776Checkytfornewversion.Position = UDim2.new(0.530150831, 0, 0.562337577, 0)
777Checkytfornewversion.Size = UDim2.new(0, 198, 0, 10)
778Checkytfornewversion.Font = Enum.Font.Cartoon
779Checkytfornewversion.Text = "Check youtube for a newer version if available"
780Checkytfornewversion.TextColor3 = Color3.fromRGB(255, 255, 255)
781Checkytfornewversion.TextSize = 13.000
782
783CreatedbyWolfz.Name = "Created by Wolfz"
784CreatedbyWolfz.Parent = bottomCreddsshit
785CreatedbyWolfz.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
786CreatedbyWolfz.BorderSizePixel = 0
787CreatedbyWolfz.Position = UDim2.new(0.0517853647, 0, 0.140224606, 0)
788CreatedbyWolfz.Size = UDim2.new(0, 184, 0, 25)
789CreatedbyWolfz.Font = Enum.Font.Cartoon
790CreatedbyWolfz.Text = "Created by Wolfz Cheats"
791CreatedbyWolfz.TextColor3 = Color3.fromRGB(255, 255, 255)
792CreatedbyWolfz.TextSize = 24.000
793
794Updatedlast.Name = "Updated last"
795Updatedlast.Parent = bottomCreddsshit
796Updatedlast.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
797Updatedlast.BorderSizePixel = 0
798Updatedlast.Position = UDim2.new(0.552965939, 0, -0.0058192662, 0)
799Updatedlast.Size = UDim2.new(0, 173, 0, 19)
800Updatedlast.Font = Enum.Font.Cartoon
801Updatedlast.Text = "Updated 2/1/2020"
802Updatedlast.TextColor3 = Color3.fromRGB(255, 255, 255)
803Updatedlast.TextSize = 22.000
804
805
806create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
807privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
808
809Dedicated Server Hosting by Steadfast