Advertisement
Guest User

custom spec abd

a guest
Jun 24th, 2020
3,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.97 KB | None | 0 0
  1. --[[
  2. oop stinky stand
  3. b = barrage
  4. j = stronk slap
  5. h = b o n k
  6. r = kick
  7. l = freeze
  8. "-" = spin
  9. x = backstab(why that)
  10. p = teleport to mouse pos
  11. e = le punch
  12. k = enable uno reverse card(also fully heal)
  13. t = grab(does this actually works/!?/1 omagad)
  14. ]]
  15. id1 = "rbxassetid://3445788051"
  16. id2 = "rbxassetid://4782250127"
  17. id3 = "rbxassetid://4774879706"
  18. --if game.Name ~= "A Bizarre Day" then
  19. --id1 = "rbxassetid://4639551633"
  20. --id2 = "rbxassetid://4639725706"
  21. --id3 = "rbxassetid://4639554383"
  22. --end
  23. Anim3 = Instance.new("Animation")
  24. Anim3.AnimationId = id1 -- abd not modded
  25. --Anim3.AnimationId = "rbxassetid://4639551633" -- abd modded
  26. Anim2 = Instance.new("Animation")
  27. Anim2.AnimationId = "rbxassetid://188632011"
  28. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(h)
  29. if h:IsA("LocalScript") then
  30. h:Destroy()
  31. print("yikes")
  32. end
  33. end)
  34. repeat
  35. wait(0.5)
  36. until game.Players.LocalPlayer.Character.Humanoid
  37. --_G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  38. --_G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  39. delay(0,function()
  40. while true do
  41. wait(0.5)
  42. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("h") == nil then
  43. local h = Instance.new("Weld",game.Players.LocalPlayer.Character)
  44. h.Name = "h"
  45. print('hhhh')
  46. wait(1.5)
  47. print("hhhhh")
  48. game.ReplicatedStorage.Block:FireServer(true)
  49. _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  50. _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  51. end
  52. end
  53. end)
  54. local grabbed = false
  55. local barrage = false
  56. local nou = false
  57. local debounce = false
  58. hitsounds = {"rbxassetid://545219984","rbxassetid://4137216950","rbxassetid://166423137","rbxassetid://4164190231","rbxassetid://147722227"}
  59. _G.func = function()
  60. game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  61. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  62. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  63. v.Anchored = false
  64. end
  65. end
  66. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  67. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  68. hitbox1.Name = "hitbox"
  69. hitbox1.Anchored = false
  70. hitbox1.CanCollide = false
  71. local weld = Instance.new("WeldConstraint",hitbox1)
  72. weld.Part0 = hitbox1
  73. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  74. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  75. hitbox1.Massless = true
  76. hitbox1.Transparency = 1
  77. hitbox1.Color = Color3.new(0,0,0)
  78. local hitbox2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  79. hitbox2.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  80. hitbox2.Name = "hitbox"
  81. hitbox2.Anchored = false
  82. hitbox2.CanCollide = false
  83. local weld = Instance.new("WeldConstraint",hitbox2)
  84. weld.Part0 = hitbox2
  85. weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  86. hitbox2.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  87. hitbox2.Massless = true
  88. hitbox2.Transparency = 1
  89. hitbox2.Color = Color3.new(0,0,0)
  90.  
  91. local touch1 = hitbox1.Touched:Connect(function(hit)
  92. if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  93. if debounce == false then
  94. print(hit.Parent.Name)
  95. debounce = true
  96. delay(0,function()debounce = false end)
  97. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 11.5, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
  98. end
  99. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  100. if debounce == false then
  101. debounce = true
  102. print(hit.Parent.Parent.Name)
  103. delay(0,function()debounce = false end)
  104. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 11.5, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
  105. end
  106. end
  107. end)
  108. local touch2 = hitbox2.Touched:Connect(function(hit)
  109. if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  110. if debounce == false then
  111. print(hit.Parent.Name)
  112. debounce = true
  113. delay(0,function()debounce = false end)
  114. --game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 12.8, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
  115. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 12.8, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
  116. end
  117. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  118. if debounce == false then
  119. debounce = true
  120. print(hit.Parent.Parent.Name)
  121. delay(0,function()debounce = false end)
  122. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 12.8, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
  123. end
  124. end
  125. end)
  126. barrage = not barrage
  127. if barrage then
  128. delay(0,function()
  129. while barrage do
  130. wait(0)
  131. if barrage then
  132. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(.1,.1,.1),Vector3.new(math.random(500,1000)/1000,math.random(7,10)/10,math.random(500,1000)/1000),BrickColor.new("Black"))
  133. else
  134. break
  135. end
  136. end
  137. end)
  138. _G.track3:Play(.1, 1, 2.5)
  139.  
  140.  
  141. else
  142.  
  143. _G.track3:Stop()
  144. wait(0.1)
  145. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  146. if v.Name == "hitbox" then
  147. v:Destroy()
  148. end
  149. end
  150. end
  151. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  152. end
  153. _G.strong = function()
  154. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(5,6,5),Vector3.new(1,1,1),BrickColor.new("Black"))
  155. --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(1,1,1),Vector3.new(1,1,1),BrickColor.new("Black"))
  156. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  157. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  158. v.Anchored = false
  159. end
  160. end
  161. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  162. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  163. hitbox1.Name = "hitbox"
  164. hitbox1.Anchored = false
  165. hitbox1.CanCollide = false
  166. local weld = Instance.new("WeldConstraint",hitbox1)
  167. weld.Part0 = hitbox1
  168. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  169. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  170. hitbox1.Massless = true
  171. hitbox1.Transparency = 1
  172. hitbox1.Color = Color3.new(0,0,0)
  173. local Anim = Instance.new("Animation")
  174. Anim.AnimationId = "rbxassetid://218504594"
  175. --Anim.Looped = true
  176. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  177. local touch1 = hitbox1.Touched:Connect(function(hit)
  178. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  179. if debounce == false then
  180. debounce = true
  181. print(hit.Parent.Name)
  182. delay(0.001,function()debounce = false end)
  183. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  184. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 0.05, hitsounds[2], 1, 10)
  185. hitbox1:Destroy()
  186.  
  187. end
  188. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  189. if debounce == false then
  190. debounce = true
  191. print(hit.Parent.Parent.Name)
  192. delay(0.001,function()debounce = false end)
  193. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  194. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 0.05, hitsounds[2], 1, 10)
  195. hitbox1:Destroy()
  196. end
  197. end
  198. end)
  199. track:Play(.1, 1, 2)
  200. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  201. wait(0.4)
  202. if hitbox1 then
  203. hitbox1:Destroy()
  204. end
  205. end
  206.  
  207. _G.lepunch = function()
  208. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.2,0.2,0.2),Vector3.new(0.2,0.2,0.2),BrickColor.new("Black"))
  209. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  210. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  211. v.Anchored = false
  212. end
  213. end
  214. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  215. hitbox1.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  216. hitbox1.Name = "hitbox"
  217. hitbox1.Anchored = false
  218. hitbox1.CanCollide = false
  219. local weld = Instance.new("WeldConstraint",hitbox1)
  220. weld.Part0 = hitbox1
  221. weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  222. hitbox1.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  223. hitbox1.Massless = true
  224. hitbox1.Transparency = 1
  225. hitbox1.Color = Color3.new(0,0,0)
  226. local Anim = Instance.new("Animation")
  227. Anim.AnimationId = id3
  228. --Anim.Looped = true
  229. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  230. local touch1 = hitbox1.Touched:Connect(function(hit)
  231. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  232. if debounce == false then
  233. debounce = true
  234. print(hit.Parent.Name)
  235. delay(0.001,function()debounce = false end)
  236. --:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  237. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 12, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*10+Vector3.new(0,0,0), 0.01, hitsounds[1], 1, 1)
  238. hitbox1:Destroy()
  239.  
  240. end
  241. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  242. if debounce == false then
  243. debounce = true
  244. print(hit.Parent.Parent.Name)
  245. delay(0.001,function()debounce = false end)
  246. --game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  247. game:GetService("ReplicatedStorage").Damage31:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 12, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*10+Vector3.new(0,0,0), 0.01, hitsounds[1], 1, 1)
  248. hitbox1:Destroy()
  249. end
  250. end
  251. end)
  252. if id3 == "rbxassetid://4639554383" then
  253. track:Play(.1, 1, 2.5)
  254. else
  255. track:Play(.1, 1, 1.5)
  256. end
  257. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  258. wait(0.5)
  259. if hitbox1 then
  260. hitbox1:Destroy()
  261. end
  262. end
  263.  
  264. _G.grab = function()
  265. grabbed = not grabbed
  266. --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.2,0.2,0.2),Vector3.new(0.2,0.2,0.2),BrickColor.new("Black"))
  267. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  268. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  269. v.Anchored = false
  270. end
  271. end
  272. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  273. hitbox1.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  274. hitbox1.Name = "hitbox"
  275. hitbox1.Anchored = false
  276. hitbox1.CanCollide = false
  277. local weld = Instance.new("WeldConstraint",hitbox1)
  278. weld.Part0 = hitbox1
  279. weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  280. hitbox1.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  281. hitbox1.Massless = true
  282. hitbox1.Transparency = 1
  283. hitbox1.Color = Color3.new(0,0,0)
  284. local Anim = Instance.new("Animation")
  285. Anim.AnimationId = id3
  286. --Anim.Looped = true
  287. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  288. local touch1 = hitbox1.Touched:Connect(function(hit)
  289. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  290. if debounce == false then
  291. debounce = true
  292. print(hit.Parent.Name)
  293. delay(1,function()debounce = false end)
  294. while grabbed do
  295. wait(0.01)
  296. if grabbed then
  297. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0.01, 0.1, ((game.Players.LocalPlayer.Character.HumanoidRootPart.Position+game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*5)-hit.Parent.HumanoidRootPart.Position)*1, "rbxassetid://241837157", 0, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 0)
  298. --game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0.01, 0.1, ((game.Players.LocalPlayer.Character.HumanoidRootPart.Position+game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*10)-hit.Parent.HumanoidRootPart.Position)*1.5, 0, hitsounds[1], 1, 0)
  299. else
  300. --game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 20, 0.05, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*50, 0, hitsounds[1], 1, 0)
  301. break
  302. end
  303. end
  304. hitbox1:Destroy()
  305. end
  306. end
  307. end)
  308. if id3 == "rbxassetid://4639554383" then
  309. track:Play(.1, 1, 2)
  310. else
  311. track:Play(.1, 1, 1)
  312. end
  313. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  314. wait(0.5)
  315. if hitbox1 then
  316. hitbox1:Destroy()
  317. end
  318. end
  319.  
  320. _G.kick = function()
  321. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(1,2,1),Vector3.new(.2,.4,.2),BrickColor.new("Black"))
  322. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  323. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  324. v.Anchored = false
  325. end
  326. end
  327. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  328. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  329. hitbox1.Name = "hitbox"
  330. hitbox1.Anchored = false
  331. hitbox1.CanCollide = false
  332. local weld = Instance.new("WeldConstraint",hitbox1)
  333. weld.Part0 = hitbox1
  334. weld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  335. hitbox1.Size = game.Players.LocalPlayer.Character["Right Leg"].Size*1.5
  336. hitbox1.Massless = true
  337. hitbox1.Transparency = 1
  338. hitbox1.Color = Color3.new(0,0,0)
  339. local Anim = Instance.new("Animation")
  340. Anim.AnimationId = id2
  341. --Anim.Looped = true
  342. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  343. local touch1 = hitbox1.Touched:Connect(function(hit)
  344. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  345. if debounce == false then
  346. debounce = true
  347. print(hit.Parent.Name)
  348. delay(0.001,function()debounce = false end)
  349. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  350. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 65, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*280+Vector3.new(0,250,0), 0.05, "rbxassetid://314390675", 1, 2)
  351. hitbox1:Destroy()
  352.  
  353. end
  354. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  355. if debounce == false then
  356. debounce = true
  357. print(hit.Parent.Parent.Name)
  358. delay(0.001,function()debounce = false end)
  359. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  360. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 65, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*125+Vector3.new(0,150,0), 0.05, "rbxassetid://314390675", 1, 2)
  361. hitbox1:Destroy()
  362. end
  363. end
  364. end)
  365. track:Play(.1, 1, 3)
  366. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  367. wait(0.3)
  368. if hitbox1 then
  369. hitbox1:Destroy()
  370. end
  371. end
  372.  
  373. _G.freeze = function()
  374. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(.1,.1,.1),Vector3.new(1,1,1),BrickColor.new("Cyan"))
  375. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  376. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  377. v.Anchored = false
  378. end
  379. end
  380. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  381. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  382. hitbox1.Name = "hitbox"
  383. hitbox1.Anchored = false
  384. hitbox1.CanCollide = false
  385. local weld = Instance.new("WeldConstraint",hitbox1)
  386. weld.Part0 = hitbox1
  387. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  388. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  389. hitbox1.Massless = true
  390. hitbox1.Transparency = 1
  391. hitbox1.Color = Color3.new(0,0,0)
  392. local Anim = Instance.new("Animation")
  393. Anim.AnimationId = "rbxassetid://3681052896"
  394. --Anim.Looped = true
  395. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  396. local touch1 = hitbox1.Touched:Connect(function(hit)
  397. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  398. if debounce == false then
  399. debounce = true
  400. print(hit.Parent.Name)
  401. delay(0.001,function()debounce = false end)
  402. --game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  403. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 20, 29, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0.01+Vector3.new(0,0,0), 0.01, "rbxassetid://268249319", 1, 6)
  404. hitbox1:Destroy()
  405.  
  406. end
  407. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  408. if debounce == false then
  409. debounce = true
  410. print(hit.Parent.Parent.Name)
  411. delay(0.001,function()debounce = false end)
  412. --game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  413. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 20, 29, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0.01+Vector3.new(0,0,0), 0.01, "rbxassetid://268249319", 1, 6)
  414. hitbox1:Destroy()
  415. end
  416. end
  417. end)
  418. track:Play(.1, 1, 4)
  419. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  420. wait(0.6)
  421. if hitbox1 then
  422. hitbox1:Destroy()
  423. end
  424. end
  425.  
  426. _G.bonk = function()
  427. game.ReplicatedStorage.PlayerStrongPunch2:FireServer(Vector3.new(0.1,0.1,0.1),Vector3.new(0.5,0.5,0.5),BrickColor.new("Black"))
  428.  
  429. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  430. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  431. v.Anchored = false
  432. end
  433. end
  434. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  435. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  436. hitbox1.Name = "hitbox"
  437. hitbox1.Anchored = false
  438. hitbox1.CanCollide = false
  439. local weld = Instance.new("WeldConstraint",hitbox1)
  440. weld.Part0 = hitbox1
  441. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  442. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  443. hitbox1.Massless = true
  444. hitbox1.Transparency = 1
  445. hitbox1.Color = Color3.new(0,0,0)
  446. local Anim = Instance.new("Animation")
  447. Anim.AnimationId = "rbxassetid://184574340"
  448. --Anim.Looped = true
  449. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  450. local touch1 = hitbox1.Touched:Connect(function(hit)
  451. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  452. if debounce == false then
  453. debounce = true
  454. print(hit.Parent.Name)
  455. delay(0.001,function()debounce = false end)
  456. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  457. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 25, 10, Vector3.new(0,-200,0), 0.2, hitsounds[4], 1, 50)
  458. hitbox1:Destroy()
  459.  
  460. end
  461. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  462. if debounce == false then
  463. debounce = true
  464. print(hit.Parent.Parent.Name)
  465. delay(0.001,function()debounce = false end)
  466. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  467. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 25, 10, Vector3.new(0,-200,0), 0.2, hitsounds[4], 1, 50)
  468. hitbox1:Destroy()
  469. end
  470. end
  471. end)
  472. track:Play(.1, 1, 7)
  473. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  474. wait(0.3)
  475. if hitbox1 then
  476. hitbox1:Destroy()
  477. end
  478. end
  479.  
  480. _G.spin = function()
  481. game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  482.  
  483. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  484. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  485. v.Anchored = false
  486. end
  487. end
  488. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 38
  489. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  490. hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  491. hitbox1.Name = "hitbox"
  492. hitbox1.Anchored = false
  493. hitbox1.CanCollide = false
  494. local weld = Instance.new("WeldConstraint",hitbox1)
  495. weld.Part0 = hitbox1
  496. weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  497. hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size*1.5
  498. hitbox1.Massless = true
  499. hitbox1.Transparency = 1
  500. hitbox1.Color = Color3.new(0,0,0)
  501. local touch1 = hitbox1.Touched:Connect(function(hit)
  502. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  503. if debounce == false then
  504. debounce = true
  505. print(hit.Parent.Name)
  506. delay(0.4,function()debounce = false end)
  507. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  508. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 25, 0.1, Vector3.new(0,150,0), 0.2, hitsounds[5], 1, 50)
  509. end
  510. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  511. if debounce == false then
  512. debounce = true
  513. print(hit.Parent.Parent.Name)
  514. delay(0.4,function()debounce = false end)
  515. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  516. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 25, 0.1, Vector3.new(0,150,0), 0.2, hitsounds[5], 1, 50)
  517. end
  518. end
  519. end)
  520. local e = true
  521. delay(0,function()
  522. while e == true do
  523. wait(0)
  524. if e == true then
  525. if _G.track2.IsPlaying == false then
  526. _G.track2:Play(.1, 5, 3)
  527. end
  528. else
  529. break
  530. end
  531. end
  532. end)
  533. wait(5)
  534. e = false
  535. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  536. if hitbox1 then
  537. hitbox1:Destroy()
  538. end
  539. end
  540.  
  541. _G.backstab = function()
  542. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  543. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  544. v.Anchored = false
  545. end
  546. end
  547. local Anim = Instance.new("Animation")
  548. Anim.AnimationId = "rbxassetid://181525546"
  549. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  550.  
  551. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 2
  552. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  553. hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  554. hitbox1.Name = "hitbox"
  555. hitbox1.Anchored = false
  556. hitbox1.CanCollide = false
  557. local weld = Instance.new("WeldConstraint",hitbox1)
  558. weld.Part0 = hitbox1
  559. weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  560. hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size+Vector3.new(0,6,0)
  561. hitbox1.Massless = true
  562. hitbox1.Transparency = 1
  563. hitbox1.Color = Color3.new(0,0,0)
  564. local touch1 = hitbox1.Touched:Connect(function(hit)
  565. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  566. if debounce == false then
  567. debounce = true
  568. print(hit.Parent.Name)
  569. delay(1,function()debounce = false end)
  570. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  571. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 75, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-200, 0.2, hitsounds[5], 1, 50)
  572. end
  573. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  574. if debounce == false then
  575. debounce = true
  576. print(hit.Parent.Parent.Name)
  577. delay(1,function()debounce = false end)
  578. game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  579. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 75, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-200, 0.2, hitsounds[5], 1, 50)
  580. end
  581. end
  582. end)
  583. track:Play(.1, 5, 10)
  584. wait(0.4)
  585. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  586. if hitbox1 then
  587. hitbox1:Destroy()
  588. end
  589. end
  590.  
  591.  
  592. _G.destroy = function()
  593. game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  594.  
  595. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  596. if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  597. v.Anchored = false
  598. end
  599. end
  600.  
  601. local Anim = Instance.new("Animation")
  602. Anim.AnimationId = "rbxassetid://184574340"
  603. --Anim.Looped = true
  604. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  605.  
  606. track:Play(.1, 1, 0.1)
  607. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  608. wait(10)
  609. track:Stop()
  610. for i,hit in ipairs(game.Players:GetChildren())do
  611. if hit.Character:FindFirstChild("Humanoid") and hit.Character:FindFirstChild("HumanoidRootPart") and hit.Character.Name ~= game.Players.LocalPlayer.Name then
  612. print(hit.Character.Name)
  613.  
  614. game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Character:FindFirstChild("Humanoid"), hit.Character.HumanoidRootPart.CFrame, 95, 0.1, Vector3.new(0,500,0), 5, "rbxassetid://1839997944", 1, 100)
  615.  
  616. end
  617. end
  618. end
  619.  
  620. _G.nou = function()
  621. nou = not nou
  622. --game:GetService("ReplicatedStorage").SpecialDamage:FireServer(game.Players.LocalPlayer.Character.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
  623. if nou == true then
  624. game:GetService("ReplicatedStorage").Heal:FireServer(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, game.Players.LocalPlayer.Character.Humanoid.MaxHealth+game.Players.LocalPlayer.Character.Humanoid.Health, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*100+Vector3.new(0,20,0), "rbxassetid://241837157", 1, Color3.new(0, 255, 0), "rbxassetid://4137216950", 1, 0)
  625. game:GetService("ReplicatedStorage").RTZ:FireServer(
  626. true
  627. )
  628.  
  629. game:GetService("ReplicatedStorage").Deflect:FireServer(
  630. true
  631. )
  632. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  633. Text = "no u = true"; --The chat message
  634. Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  635. Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  636. TextSize = 18 --Text size, defaults to 18
  637. })
  638. else
  639. game:GetService("ReplicatedStorage").Heal:FireServer(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, game.Players.LocalPlayer.Character.Humanoid.MaxHealth+game.Players.LocalPlayer.Character.Humanoid.Health, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*100+Vector3.new(0,20,0), "rbxassetid://241837157", 1, Color3.new(0, 255, 0), "rbxassetid://4137216950", 1, 0)
  640. game:GetService("ReplicatedStorage").RTZ:FireServer(
  641. false
  642. )
  643.  
  644. game:GetService("ReplicatedStorage").Deflect:FireServer(
  645. false
  646. )
  647. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  648. Text = "no u = false"; --The chat message
  649. Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  650. Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  651. TextSize = 18 --Text size, defaults to 18
  652. })
  653. end
  654. end
  655.  
  656. local mouse = game.Players.LocalPlayer:GetMouse()
  657. _G.contc = mouse.KeyDown:Connect(function(key)
  658. if key == 'b' then
  659. --if alow == 1 then
  660. _G.func()
  661. --end
  662. elseif key == 'j' then
  663. --if alow == 1 then
  664. _G.strong()
  665. --end
  666. elseif key == 'r' then
  667. --if alow == 1 then
  668. _G.kick()
  669. --end
  670. elseif key == 'e' then
  671. --if alow == 1 then
  672. _G.lepunch()
  673. --end
  674. elseif key == 't' then
  675. --if alow == 1 then
  676. _G.grab()
  677. --end
  678. elseif key == 'l' then
  679. --if alow == 1 then
  680. _G.freeze()
  681. --end
  682. elseif key == 'k' then
  683. --if alow == 1 then
  684. _G.nou()
  685. --end
  686. elseif key == 'h' then
  687. --if alow == 1 then
  688. _G.bonk()
  689. --end
  690. elseif key == '=' then
  691. --if alow == 1 then
  692. _G.destroy()
  693. --end
  694. elseif key == '-' then
  695. --if alow == 1 then
  696. _G.spin()
  697. --enda
  698. elseif key == 'x' then
  699. --if alow == 1 then
  700. _G.backstab()
  701. --end
  702. elseif key == 'p' then
  703. --if alow == 1 then
  704. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p)
  705. --end
  706. end
  707.  
  708. end)
  709.  
  710. print('h') -- 4774749466
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement