SHOW:
|
|
- or go back to the newest paste.
1 | -- Objects | |
2 | ||
3 | local asd = Instance.new("ScreenGui") | |
4 | local Hax = Instance.new("Frame") | |
5 | local Line = Instance.new("Frame") | |
6 | local Frame = Instance.new("Frame") | |
7 | local dankity = Instance.new("TextLabel") | |
8 | local Block = Instance.new("TextButton") | |
9 | local Bomb = Instance.new("TextButton") | |
10 | local Hat = Instance.new("TextButton") | |
11 | local Ball = Instance.new("TextButton") | |
12 | local Ovens = Instance.new("TextButton") | |
13 | local Gear = Instance.new("TextButton") | |
14 | local TextBox = Instance.new("TextBox") | |
15 | local Thotify = Instance.new("TextButton") | |
16 | local Thotify2 = Instance.new("TextButton") | |
17 | local Ball_2 = Instance.new("TextButton") | |
18 | local Rainbowify = Instance.new("TextButton") | |
19 | local Hammer = Instance.new("TextButton") | |
20 | ||
21 | -- Properties | |
22 | ||
23 | asd.Name = "asd" | |
24 | asd.Parent = game.CoreGui | |
25 | ||
26 | Hax.Name = "Hax" | |
27 | Hax.Parent = asd | |
28 | Hax.Active = true | |
29 | Hax.Selectable = true | |
30 | Hax.BackgroundColor3 = Color3.new(1, 1, 1) | |
31 | Hax.BackgroundTransparency = 0.1 | |
32 | Hax.BorderSizePixel = 0 | |
33 | Hax.Draggable = true | |
34 | Hax.Position = UDim2.new(0.32188201, 0, 0.295843512, 0) | |
35 | Hax.Size = UDim2.new(0, 477, 0, 369) | |
36 | ||
37 | Line.Name = "Line" | |
38 | Line.Parent = Hax | |
39 | Line.BackgroundColor3 = Color3.new(0.694118, 0.647059, 0) | |
40 | Line.BorderSizePixel = 0 | |
41 | Line.Size = UDim2.new(0, 477, 0, 10) | |
42 | ||
43 | Frame.Parent = Hax | |
44 | Frame.BackgroundColor3 = Color3.new(0.85098, 0.780392, 0) | |
45 | Frame.BorderSizePixel = 0 | |
46 | Frame.Position = UDim2.new(0, 0, 0.0272300914, 0) | |
47 | Frame.Size = UDim2.new(0, 477, 0, 61) | |
48 | ||
49 | dankity.Name = "dankity" | |
50 | dankity.Parent = Hax | |
51 | dankity.BackgroundColor3 = Color3.new(1, 1, 1) | |
52 | dankity.BackgroundTransparency = 1 | |
53 | dankity.BorderSizePixel = 0 | |
54 | dankity.Position = UDim2.new(0.207547188, 0, 0.0654405504, 0) | |
55 | dankity.Size = UDim2.new(0, 278, 0, 38) | |
56 | dankity.Font = Enum.Font.Highway | |
57 | dankity.Text = "Game F*cker" | |
58 | dankity.TextSize = 30 | |
59 | ||
60 | Block.Name = "Block" | |
61 | Block.Parent = Hax | |
62 | Block.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
63 | Block.BorderSizePixel = 0 | |
64 | Block.Position = UDim2.new(0.0188679248, 0, 0.415221781, 0) | |
65 | Block.Size = UDim2.new(0, 148, 0, 43) | |
66 | Block.Font = Enum.Font.Highway | |
67 | Block.Text = "Block Spam" | |
68 | Block.TextColor3 = Color3.new(0, 0, 0) | |
69 | Block.TextSize = 16 | |
70 | ||
71 | Bomb.Name = "Bomb" | |
72 | Bomb.Parent = Hax | |
73 | Bomb.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
74 | Bomb.BorderSizePixel = 0 | |
75 | Bomb.Position = UDim2.new(0.34591195, 0, 0.415385842, 0) | |
76 | Bomb.Size = UDim2.new(0, 148, 0, 43) | |
77 | Bomb.Font = Enum.Font.Highway | |
78 | Bomb.Text = "Bomb Vest" | |
79 | Bomb.TextColor3 = Color3.new(0, 0, 0) | |
80 | Bomb.TextSize = 16 | |
81 | ||
82 | Hat.Name = "Hat" | |
83 | Hat.Parent = Hax | |
84 | Hat.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
85 | Hat.BorderSizePixel = 0 | |
86 | Hat.Position = UDim2.new(0.670859516, 0, 0.415221721, 0) | |
87 | Hat.Size = UDim2.new(0, 148, 0, 43) | |
88 | Hat.Font = Enum.Font.Highway | |
89 | Hat.Text = "Hat Spam" | |
90 | Hat.TextColor3 = Color3.new(0, 0, 0) | |
91 | Hat.TextSize = 16 | |
92 | ||
93 | Ball.Name = "Ball" | |
94 | Ball.Parent = Hax | |
95 | Ball.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
96 | Ball.BorderSizePixel = 0 | |
97 | Ball.Position = UDim2.new(0.0188679248, 0, 0.558427572, 0) | |
98 | Ball.Size = UDim2.new(0, 148, 0, 43) | |
99 | Ball.Font = Enum.Font.Highway | |
100 | Ball.Text = "Ball Spam" | |
101 | Ball.TextColor3 = Color3.new(0, 0, 0) | |
102 | Ball.TextSize = 16 | |
103 | ||
104 | Ovens.Name = "Ovens" | |
105 | Ovens.Parent = Hax | |
106 | Ovens.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
107 | Ovens.BorderSizePixel = 0 | |
108 | Ovens.Position = UDim2.new(0.344863713, 0, 0.55737859, 0) | |
109 | Ovens.Size = UDim2.new(0, 148, 0, 43) | |
110 | Ovens.Font = Enum.Font.Highway | |
111 | Ovens.Text = "Fuck Ovens" | |
112 | Ovens.TextColor3 = Color3.new(0, 0, 0) | |
113 | Ovens.TextSize = 16 | |
114 | ||
115 | Gear.Name = "Gear" | |
116 | Gear.Parent = Hax | |
117 | Gear.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
118 | Gear.BorderSizePixel = 0 | |
119 | Gear.Position = UDim2.new(0.670859575, 0, 0.55737859, 0) | |
120 | Gear.Size = UDim2.new(0, 148, 0, 43) | |
121 | Gear.Font = Enum.Font.Highway | |
122 | Gear.Text = "Gear" | |
123 | Gear.TextColor3 = Color3.new(0, 0, 0) | |
124 | Gear.TextSize = 16 | |
125 | ||
126 | TextBox.Parent = Hax | |
127 | TextBox.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686) | |
128 | TextBox.BackgroundTransparency = 0.55000001192093 | |
129 | TextBox.BorderSizePixel = 0 | |
130 | TextBox.Position = UDim2.new(0.0188679248, 0, 0.235867977, 0) | |
131 | TextBox.Size = UDim2.new(0, 459, 0, 52) | |
132 | TextBox.Font = Enum.Font.Highway | |
133 | TextBox.Text = "Hat/Asset ID" | |
134 | TextBox.TextSize = 25 | |
135 | ||
136 | Thotify.Name = "Thotify" | |
137 | Thotify.Parent = Hax | |
138 | Thotify.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
139 | Thotify.BorderSizePixel = 0 | |
140 | Thotify.Position = UDim2.new(0.0188679248, 0, 0.697288036, 0) | |
141 | Thotify.Size = UDim2.new(0, 148, 0, 43) | |
142 | Thotify.Font = Enum.Font.Highway | |
143 | Thotify.Text = "Thotify" | |
144 | Thotify.TextColor3 = Color3.new(0, 0, 0) | |
145 | Thotify.TextSize = 16 | |
146 | ||
147 | Thotify2.Name = "Thotify2" | |
148 | Thotify2.Parent = Hax | |
149 | Thotify2.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
150 | Thotify2.BorderSizePixel = 0 | |
151 | Thotify2.Position = UDim2.new(0.34591195, 0, 0.697288036, 0) | |
152 | Thotify2.Size = UDim2.new(0, 148, 0, 43) | |
153 | Thotify2.Font = Enum.Font.Highway | |
154 | Thotify2.Text = "Thotify v2" | |
155 | Thotify2.TextColor3 = Color3.new(0, 0, 0) | |
156 | Thotify2.TextSize = 16 | |
157 | ||
158 | Ball_2.Name = "Cryify" | |
159 | Ball_2.Parent = Hax | |
160 | Ball_2.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
161 | Ball_2.BorderSizePixel = 0 | |
162 | Ball_2.Position = UDim2.new(0.670859575, 0, 0.697288036, 0) | |
163 | Ball_2.Size = UDim2.new(0, 148, 0, 43) | |
164 | Ball_2.Font = Enum.Font.Highway | |
165 | Ball_2.Text = "Cryify" | |
166 | Ball_2.TextColor3 = Color3.new(0, 0, 0) | |
167 | Ball_2.TextSize = 16 | |
168 | ||
169 | Rainbowify.Name = "Rainbowify" | |
170 | Rainbowify.Parent = Hax | |
171 | Rainbowify.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
172 | Rainbowify.BorderSizePixel = 0 | |
173 | Rainbowify.Position = UDim2.new(0.169811323, 0, 0.830079317, 0) | |
174 | Rainbowify.Size = UDim2.new(0, 148, 0, 43) | |
175 | Rainbowify.Font = Enum.Font.Highway | |
176 | Rainbowify.Text = "Rainbowify" | |
177 | Rainbowify.TextColor3 = Color3.new(0, 0, 0) | |
178 | Rainbowify.TextSize = 16 | |
179 | ||
180 | Hammer.Name = "Hammer" | |
181 | Hammer.Parent = Hax | |
182 | Hammer.BackgroundColor3 = Color3.new(0.866667, 0.768628, 0.207843) | |
183 | Hammer.BorderSizePixel = 0 | |
184 | Hammer.Position = UDim2.new(0.494758934, 0, 0.830079317, 0) | |
185 | Hammer.Size = UDim2.new(0, 148, 0, 43) | |
186 | Hammer.Font = Enum.Font.Highway | |
187 | Hammer.Text = "Hammer 101" | |
188 | Hammer.TextColor3 = Color3.new(0, 0, 0) | |
189 | Hammer.TextSize = 16 | |
190 | ||
191 | function GetPlayer(String) | |
192 | local Found = {} | |
193 | local strl = String:lower() | |
194 | if strl == "all" then | |
195 | for i,v in pairs(game.Players:GetPlayers()) do | |
196 | table.insert(Found,v) | |
197 | end | |
198 | elseif strl == "others" then | |
199 | for i,v in pairs(game.Players:GetPlayers()) do | |
200 | if v.Name ~= game.Players.LocalPlayer.Name then | |
201 | table.insert(Found,v) | |
202 | end | |
203 | end | |
204 | else | |
205 | for i,v in pairs(game.Players:GetPlayers()) do | |
206 | if v.Name:lower():sub(1, #String) == String:lower() then | |
207 | table.insert(Found,v) | |
208 | end | |
209 | end | |
210 | end | |
211 | return Found | |
212 | end | |
213 | ||
214 | --for i,v in pairs(GetPlayer(Username.Text))do | |
215 | ||
216 | Block.MouseButton1Click:Connect(function() | |
217 | for i=1,100 do | |
218 | local A_1 = "LoadAvatarAsset" | |
219 | local A_2 = 140469731 | |
220 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
221 | Event:FireServer(A_1, A_2) | |
222 | wait(0.25) | |
223 | wait(0.25) | |
224 | for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
225 | if child.ClassName == "Hat" or child.ClassName == "Accessory" then | |
226 | if child.Handle:FindFirstChild("Mesh") then | |
227 | child.Handle.Mesh.Parent = nil | |
228 | child.Parent = game.Workspace | |
229 | end | |
230 | end | |
231 | end | |
232 | end | |
233 | end) | |
234 | ||
235 | Bomb.MouseButton1Click:Connect(function() | |
236 | local A_1 = "LoadAvatarAsset" | |
237 | local A_2 = "001527622" | |
238 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
239 | Event:FireServer(A_1, A_2) | |
240 | local plr = game.Players.LocalPlayer | |
241 | while not plr.Character do wait() end | |
242 | local character = plr.Character | |
243 | ||
244 | local gay = game:GetService("RunService") | |
245 | gay.RenderStepped:connect(function() | |
246 | for _,h in pairs(character:GetChildren()) do | |
247 | if h:IsA("Accoutrement") then | |
248 | h.Handle.LocalTransparencyModifier = 1 | |
249 | end | |
250 | end | |
251 | end) | |
252 | wait() | |
253 | local Me = game:GetService("Players").LocalPlayer | |
254 | local Char = Me.Character | |
255 | local Torso = Char.Torso | |
256 | local TickWait = 1 | |
257 | local Color = "Medium stone gray" | |
258 | local Dead = false | |
259 | ||
260 | ||
261 | local Position = Vector3.new(0,100,0) | |
262 | function NewPart(Parent) | |
263 | local Part = Instance.new("Part", Parent) | |
264 | Part.CanCollide = false | |
265 | Part.FormFactor = "Custom" | |
266 | Part.Position = Position | |
267 | Part.TopSurface = "Smooth" | |
268 | Part.BottomSurface = "Smooth" | |
269 | Part.BrickColor = BrickColor.new(Color) | |
270 | Position = Position + Vector3.new(0,Part.Size.Y + 10,0) | |
271 | return Part | |
272 | end | |
273 | ||
274 | local Model = Char:FindFirstChild("Bomb") | |
275 | if Model then Model:Destroy() end | |
276 | ||
277 | Model = Instance.new("Model", Char) | |
278 | Model.Name = "Bomb" | |
279 | ||
280 | local Belt = NewPart(Model) | |
281 | Belt.Size = Vector3.new(2.2,0.5,1.2) | |
282 | local Weld = Instance.new("Weld", Belt) | |
283 | Weld.Part0 = Belt | |
284 | Weld.Part1 = Torso | |
285 | Weld.C0 = CFrame.new(0,1.1,0) | |
286 | local Light = Instance.new("PointLight", Belt) | |
287 | Light.Range = 15 | |
288 | Light.Brightness = 5 | |
289 | Light.Color = Color3.new(1,0,0) | |
290 | local Beep = Instance.new("Sound", Belt) | |
291 | Beep.SoundId = "http://www.roblox.com/asset/?id=188588790" | |
292 | local ExplodeSound = Instance.new("Sound", Belt) | |
293 | ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765 | |
294 | ExplodeSound.Pitch = 2.8 | |
295 | ExplodeSound.Volume = 3 | |
296 | ||
297 | local Back = NewPart(Model) | |
298 | Back.Size = Vector3.new(1.5,1.5,0.5) | |
299 | local Weld = Instance.new("Weld", Back) | |
300 | Weld.Part0 = Back | |
301 | Weld.Part1 = Torso | |
302 | Weld.C0 = CFrame.new(0,0.1,-0.75) | |
303 | ||
304 | local StrapLeft = NewPart(Model) | |
305 | StrapLeft.Size = Vector3.new(0.2,0.5,1.6) | |
306 | local Weld = Instance.new("Weld", StrapLeft) | |
307 | Weld.Part0 = StrapLeft | |
308 | Weld.Part1 = Torso | |
309 | Weld.C0 = CFrame.new(0.65,-0.9,-0.2) | |
310 | ||
311 | local BuckleLeft = NewPart(Model) | |
312 | BuckleLeft.Size = Vector3.new(0.2,1.5,0.2) | |
313 | local Weld = Instance.new("Weld", BuckleLeft) | |
314 | Weld.Part0 = BuckleLeft | |
315 | Weld.Part1 = Torso | |
316 | Weld.C0 = CFrame.new(0.65,0.1,0.5) | |
317 | ||
318 | local StrapRight = NewPart(Model) | |
319 | StrapRight.Size = Vector3.new(0.2,0.5,1.6) | |
320 | local Weld = Instance.new("Weld", StrapRight) | |
321 | Weld.Part0 = StrapRight | |
322 | Weld.Part1 = Torso | |
323 | Weld.C0 = CFrame.new(-0.65,-0.9,-0.2) | |
324 | ||
325 | local BuckleRight = NewPart(Model) | |
326 | BuckleRight.Size = Vector3.new(0.2,1.5,0.2) | |
327 | local Weld = Instance.new("Weld", BuckleRight) | |
328 | Weld.Part0 = BuckleRight | |
329 | Weld.Part1 = Torso | |
330 | Weld.C0 = CFrame.new(-0.65,0.1,0.5) | |
331 | ||
332 | Tool.Selected:connect(function(Mouse) | |
333 | TickWait = 0.3 | |
334 | Mouse.Icon = "http://www.roblox.com/asset/?id=9109985" | |
335 | ||
336 | Mouse.Button1Down:connect(function() | |
337 | if Dead == false then | |
338 | Dead = true | |
339 | ExplodeSound:Play() | |
340 | wait(1.4) | |
341 | local Explosion = Instance.new("Explosion", Workspace) | |
342 | Explosion.Position = Belt.Position | |
343 | Explosion.BlastPressure = 100000 | |
344 | Explosion.DestroyJointRadiusPercent = 0.7 | |
345 | Explosion.ExplosionType = "CratersAndDebris" | |
346 | Explosion.BlastRadius = 50 | |
347 | Explosion.Hit:connect(function(Part, Distance) | |
348 | Part.Anchored = false | |
349 | if Distance <= 10 then | |
350 | Part:BreakJoints() | |
351 | end | |
352 | end) | |
353 | end | |
354 | end) | |
355 | end) | |
356 | ||
357 | Tool.Deselected:connect(function() | |
358 | TickWait = 1 | |
359 | end) | |
360 | ||
361 | coroutine.wrap(function() | |
362 | repeat | |
363 | wait(TickWait) | |
364 | Light.Enabled = not Light.Enabled | |
365 | Beep:Play() | |
366 | until Dead == true | |
367 | end)() | |
368 | end) | |
369 | ||
370 | Hat.MouseButton1Click:Connect(function() | |
371 | for i=1,100 do | |
372 | local A_1 = "LoadAvatarAsset" | |
373 | local A_2 = TextBox.Text | |
374 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
375 | Event:FireServer(A_1, A_2) | |
376 | wait(0.1) | |
377 | wait(0.1) | |
378 | for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
379 | if child.ClassName == "Hat" or child.ClassName == "Accessory" then | |
380 | if child.Handle:FindFirstChild("Mesh") then | |
381 | child.Parent = game.Workspace | |
382 | end | |
383 | end | |
384 | end | |
385 | end | |
386 | end) | |
387 | ||
388 | Ball.MouseButton1Click:Connect(function() | |
389 | for i=1,100 do | |
390 | local A_1 = "LoadAvatarAsset" | |
391 | local A_2 = "1158416" | |
392 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
393 | Event:FireServer(A_1, A_2) | |
394 | wait(0.1) | |
395 | wait(0.1) | |
396 | for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
397 | if child.ClassName == "Hat" or child.ClassName == "Accessory" then | |
398 | if child.Handle:FindFirstChild("Mesh") then | |
399 | child.Handle.Mesh.Parent = nil | |
400 | child.Parent = game.Workspace | |
401 | end | |
402 | end | |
403 | end | |
404 | end | |
405 | end) | |
406 | ||
407 | Ovens.MouseButton1Click:Connect(function() | |
408 | while wait() do | |
409 | for i, Oven in pairs(workspace.Ovens:GetChildren()) do | |
410 | Oven.Door.ClickDetector.Detector:FireServer() | |
411 | end | |
412 | end | |
413 | end) | |
414 | ||
415 | Gear.MouseButton1Click:Connect(function() | |
416 | local A_1 = "GiveItem" | |
417 | local A_2 = TextBox.Text | |
418 | local A_3 = true | |
419 | local A_4 = false | |
420 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
421 | Event:FireServer(A_1, A_2, A_3, A_4) | |
422 | end) | |
423 | ||
424 | Ball_2.MouseButton1Click:Connect(function() | |
425 | local Target = TextBox.Text | |
426 | local A_1 = game:GetService("Players")[Target].Character.Head.face | |
427 | local A_2 = "rbxassetid://76690153" | |
428 | local Event = game:GetService("Workspace").Main.ChangeFace | |
429 | Event:FireServer(A_1, A_2) | |
430 | end) | |
431 | ||
432 | Thotify.MouseButton1Click:Connect(function() | |
433 | local Target = TextBox.Text | |
434 | local A_1 = game:GetService("Players")[Target].Character.Head.face | |
435 | local A_2 = "rbxassetid://902903108" | |
436 | local Event = game:GetService("Workspace").Main.ChangeFace | |
437 | Event:FireServer(A_1, A_2) | |
438 | end) | |
439 | ||
440 | Rainbowify.MouseButton1Click:Connect(function() | |
441 | local Target = TextBox.Text | |
442 | local A_1 = game:GetService("Players")[Target].Character.Head.face | |
443 | local A_2 = "rbxassetid://574158389" | |
444 | local Event = game:GetService("Workspace").Main.ChangeFace | |
445 | Event:FireServer(A_1, A_2) | |
446 | end) | |
447 | ||
448 | Thotify2.MouseButton1Click:Connect(function() | |
449 | local Target = TextBox.Text | |
450 | local A_1 = game:GetService("Players")[Target].Character.Head.face | |
451 | local A_2 = "rbxassetid://806798484" | |
452 | local Event = game:GetService("Workspace").Main.ChangeFace | |
453 | Event:FireServer(A_1, A_2) | |
454 | end) | |
455 | ||
456 | Hammer.MouseButton1Click:Connect(function() | |
457 | local A_1 = "LoadAvatarAsset" | |
458 | local A_2 = "1055299" | |
459 | local Event = game:GetService("ReplicatedStorage").Channels.PlayerChannel | |
460 | Event:FireServer(A_1, A_2) | |
461 | end) |