Penien23

Test

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