Advertisement
skylershults

ABD Bonk script

Dec 2nd, 2020
5,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.26 KB | None | 0 0
  1. --ABD Bonk script
  2.  
  3. --[[
  4. oop stinky stand
  5. b = barrage
  6. j = stronk slap
  7. h = b o n k
  8.  
  9. n = enable uno reverse card(also fully heal)
  10. ]]
  11. Anim3 = Instance.new("Animation")
  12. Anim3.AnimationId = "rbxassetid://3445788051" -- abd not modded
  13. --Anim3.AnimationId = "rbxassetid://4639551633" -- abd modded
  14. Anim2 = Instance.new("Animation")
  15. Anim2.AnimationId = "rbxassetid://188632011"
  16. --Anim.Looped = true
  17.  
  18. --Anim.Looped = true
  19. repeat
  20. wait(0.5)
  21. until game.Players.LocalPlayer.Character.Humanoid
  22. _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  23. _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  24. delay(0,function()
  25. while true do
  26. wait(0.5)
  27. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("h") == nil then
  28. local h = Instance.new("Weld",game.Players.LocalPlayer.Character)
  29. h.Name = "h"
  30. print('hhhh')
  31. wait(1)
  32. print("hhhhh")
  33. _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  34. _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  35. end
  36. end
  37. end)
  38.  
  39. local barrage = false
  40. local nou = false
  41. local debounce = false
  42. hitsounds = {"rbxassetid://545219984","rbxassetid://4137216950","rbxassetid://166423137","rbxassetid://4164190231","rbxassetid://147722227"}
  43. _G.func = function()
  44. game.ReplicatedStorage.Block:FireServer(true)
  45. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  46. if v:IsA("Part" or "MeshPart" or "Union") then
  47. v.Anchored = false
  48. end
  49. end
  50. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  51. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  52. hitbox1.Name = "hitbox"
  53. hitbox1.Anchored = false
  54. hitbox1.CanCollide = false
  55. local weld = Instance.new("WeldConstraint",hitbox1)
  56. weld.Part0 = hitbox1
  57. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  58. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  59. hitbox1.Massless = true
  60. hitbox1.Transparency = 0.5
  61. hitbox1.Color = Color3.new(0,0,0)
  62. local hitbox2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  63. hitbox2.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  64. hitbox2.Name = "hitbox"
  65. hitbox2.Anchored = false
  66. hitbox2.CanCollide = false
  67. local weld = Instance.new("WeldConstraint",hitbox2)
  68. weld.Part0 = hitbox2
  69. weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  70. hitbox2.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  71. hitbox2.Massless = true
  72. hitbox2.Transparency = 0.5
  73. hitbox2.Color = Color3.new(0,0,0)
  74. local touch1 = hitbox1.Touched:Connect(function(hit)
  75. if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  76. if debounce == false then
  77. print(hit.Parent.Name)
  78. debounce = true
  79. delay(0,function()debounce = false end)
  80. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,11.5,.8,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[1],.9,.9)
  81. end
  82. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  83. if debounce == false then
  84. debounce = true
  85. print(hit.Parent.Parent.Name)
  86. delay(0,function()debounce = false end)
  87. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,11.5,.8,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[1],.9,.9)
  88. end
  89. end
  90. end)
  91. local touch2 = hitbox2.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. barrage = not barrage
  109. if barrage then
  110.  
  111. _G.track3:Play(.1, 1, 2.5)
  112.  
  113.  
  114. else
  115. _G.track3:Stop()
  116. wait(0.1)
  117. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  118. if v.Name == "hitbox" then
  119. v:Destroy()
  120. end
  121. end
  122. end
  123. game.ReplicatedStorage.Block:FireServer(false)
  124. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  125. end
  126. _G.strong = function()
  127. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  128. if v:IsA("Part" or "MeshPart" or "Union") then
  129. v.Anchored = false
  130. end
  131. end
  132. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  133. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  134. hitbox1.Name = "hitbox"
  135. hitbox1.Anchored = false
  136. hitbox1.CanCollide = false
  137. local weld = Instance.new("WeldConstraint",hitbox1)
  138. weld.Part0 = hitbox1
  139. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  140. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  141. hitbox1.Massless = true
  142. hitbox1.Transparency = 0.5
  143. hitbox1.Color = Color3.new(0,0,0)
  144. local Anim = Instance.new("Animation")
  145. Anim.AnimationId = "rbxassetid://218504594"
  146. --Anim.Looped = true
  147. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  148. local touch1 = hitbox1.Touched:Connect(function(hit)
  149. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  150. if debounce == false then
  151. debounce = true
  152. print(hit.Parent.Name)
  153. delay(0.001,function()debounce = false end)
  154. 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)
  155. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,95,.25,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[2],1,10)
  156. hitbox1:Destroy()
  157.  
  158. end
  159. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  160. if debounce == false then
  161. debounce = true
  162. print(hit.Parent.Parent.Name)
  163. delay(0.001,function()debounce = false end)
  164. 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)
  165. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,95,.25,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[2],1,10)
  166. hitbox1:Destroy()
  167. end
  168. end
  169. end)
  170. track:Play(.1, 1, 2)
  171. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  172. wait(0.4)
  173. if hitbox1 then
  174. hitbox1:Destroy()
  175. end
  176. end
  177.  
  178. _G.bonk = function()
  179.  
  180. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  181. if v:IsA("Part" or "MeshPart" or "Union") then
  182. v.Anchored = false
  183. end
  184. end
  185. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  186. hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  187. hitbox1.Name = "hitbox"
  188. hitbox1.Anchored = false
  189. hitbox1.CanCollide = false
  190. local weld = Instance.new("WeldConstraint",hitbox1)
  191. weld.Part0 = hitbox1
  192. weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  193. hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  194. hitbox1.Massless = true
  195. hitbox1.Transparency = 0.5
  196. hitbox1.Color = Color3.new(0,0,0)
  197. local Anim = Instance.new("Animation")
  198. Anim.AnimationId = "rbxassetid://184574340"
  199. --Anim.Looped = true
  200. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  201. local touch1 = hitbox1.Touched:Connect(function(hit)
  202. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  203. if debounce == false then
  204. debounce = true
  205. print(hit.Parent.Name)
  206. delay(0.001,function()debounce = false end)
  207. 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)
  208. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,25,10,Vector3.new(0,-200,0),"rbxassetid://0",.1,Color3.new(255, 255, 255),hitsounds[4],1,10)
  209. hitbox1:Destroy()
  210.  
  211. end
  212. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  213. if debounce == false then
  214. debounce = true
  215. print(hit.Parent.Parent.Name)
  216. delay(0.001,function()debounce = false end)
  217. 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)
  218. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,25,10,Vector3.new(0,-200,0),"rbxassetid://0",.1,Color3.new(255, 255, 255),hitsounds[4],1,10)
  219. hitbox1:Destroy()
  220. end
  221. end
  222. end)
  223. track:Play(.1, 1, 7)
  224. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  225. wait(0.3)
  226. if hitbox1 then
  227. hitbox1:Destroy()
  228. end
  229. end
  230.  
  231. _G.spin = function()
  232. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  233. if v:IsA("Part" or "MeshPart" or "Union") then
  234. v.Anchored = false
  235. end
  236. end
  237. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 38
  238. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  239. hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  240. hitbox1.Name = "hitbox"
  241. hitbox1.Anchored = false
  242. hitbox1.CanCollide = false
  243. local weld = Instance.new("WeldConstraint",hitbox1)
  244. weld.Part0 = hitbox1
  245. weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  246. hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size*1.5
  247. hitbox1.Massless = true
  248. hitbox1.Transparency = 0.5
  249. hitbox1.Color = Color3.new(0,0,0)
  250. local touch1 = hitbox1.Touched:Connect(function(hit)
  251. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  252. if debounce == false then
  253. debounce = true
  254. print(hit.Parent.Name)
  255. delay(0.4,function()debounce = false end)
  256. 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)
  257. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,45,.8,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,50,0),"rbxassetid://0",.1,Color3.new(255, 255, 255),hitsounds[5],.9,.9)
  258. end
  259. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  260. if debounce == false then
  261. debounce = true
  262. print(hit.Parent.Parent.Name)
  263. delay(0.4,function()debounce = false end)
  264. 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)
  265. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,45,.8,game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,50,0),"rbxassetid://0",.1,Color3.new(255, 255, 255),hitsounds[5],.9,.9)
  266. end
  267. end
  268. end)
  269. local e = true
  270. delay(0,function()
  271. while e == true do
  272. wait(0)
  273. if e == true then
  274. if _G.track2.IsPlaying == false then
  275. _G.track2:Play(.1, 5, 3)
  276. end
  277. else
  278. break
  279. end
  280. end
  281. end)
  282. wait(5)
  283. e = false
  284. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  285. if hitbox1 then
  286. hitbox1:Destroy()
  287. end
  288. end
  289.  
  290. _G.backstab = function()
  291. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  292. if v:IsA("Part" or "MeshPart" or "Union") then
  293. v.Anchored = false
  294. end
  295. end
  296. local Anim = Instance.new("Animation")
  297. Anim.AnimationId = "rbxassetid://181525546"
  298. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  299.  
  300. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 2
  301. local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  302. hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  303. hitbox1.Name = "hitbox"
  304. hitbox1.Anchored = false
  305. hitbox1.CanCollide = false
  306. local weld = Instance.new("WeldConstraint",hitbox1)
  307. weld.Part0 = hitbox1
  308. weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  309. hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size+Vector3.new(0,6,0)
  310. hitbox1.Massless = true
  311. hitbox1.Transparency = 0.5
  312. hitbox1.Color = Color3.new(0,0,0)
  313. local touch1 = hitbox1.Touched:Connect(function(hit)
  314. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  315. if debounce == false then
  316. debounce = true
  317. print(hit.Parent.Name)
  318. delay(1,function()debounce = false end)
  319. 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)
  320. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,75,10,Vector3.new(0,-200,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[5],.8,10)
  321. end
  322. elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  323. if debounce == false then
  324. debounce = true
  325. print(hit.Parent.Parent.Name)
  326. delay(1,function()debounce = false end)
  327. 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)
  328. game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid,hit.Parent.HumanoidRootPart.CFrame,75,10,Vector3.new(0,-200,0),"rbxassetid://241837157",.1,Color3.new(255, 255, 255),hitsounds[5],.8,10)
  329. end
  330. end
  331. end)
  332. track:Play(.1, 5, 10)
  333. wait(0.4)
  334. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  335. if hitbox1 then
  336. hitbox1:Destroy()
  337. end
  338. end
  339.  
  340.  
  341. _G.destroy = function()
  342. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  343. if v:IsA("Part" or "MeshPart" or "Union") then
  344. v.Anchored = false
  345. end
  346. end
  347.  
  348. local Anim = Instance.new("Animation")
  349. Anim.AnimationId = "rbxassetid://184574340"
  350. --Anim.Looped = true
  351. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  352.  
  353. track:Play(.1, 1, 0.1)
  354. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  355. wait(10)
  356. track:Stop()
  357. end
  358.  
  359. _G.nou = function()
  360. nou = not nou
  361. if nou == true then
  362. 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)
  363. game:GetService("ReplicatedStorage").RTZ:FireServer(
  364. true
  365. )
  366.  
  367. game:GetService("ReplicatedStorage").Deflect:FireServer(
  368. true
  369. )
  370. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  371. Text = "no u = true"; --The chat message
  372. Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  373. Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  374. TextSize = 18 --Text size, defaults to 18
  375. })
  376. else
  377. 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)
  378. game:GetService("ReplicatedStorage").RTZ:FireServer(
  379. false
  380. )
  381.  
  382. game:GetService("ReplicatedStorage").Deflect:FireServer(
  383. false
  384. )
  385. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  386. Text = "no u = false"; --The chat message
  387. Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  388. Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  389. TextSize = 18 --Text size, defaults to 18
  390. })
  391. end
  392. end
  393.  
  394. local mouse = game.Players.LocalPlayer:GetMouse()
  395. _G.contc = mouse.KeyDown:Connect(function(key)
  396. if key == 'b' then
  397. --if alow == 1 then
  398. _G.func()
  399. --end
  400. elseif key == 'f' then
  401. --if alow == 1 then
  402. _G.strong()
  403. --end
  404. elseif key == 'y' then
  405. --if alow == 1 then
  406. _G.nou()
  407. --end
  408. elseif key == 'e' then
  409. --if alow == 1 then
  410. _G.bonk()
  411. --end
  412. elseif key == 'q' then
  413. --if alow == 1 then
  414. _G.destroy()
  415. --end
  416. elseif key == 'z' then
  417. --if alow == 1 then
  418. _G.spin()
  419. --end
  420. elseif key == 't' then
  421. --if alow == 1 then
  422. print("backstab")
  423. _G.backstab()
  424. --end
  425. elseif key == 'p' then
  426. --if alow == 1 then
  427. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p)
  428. --end
  429. end
  430.  
  431. end)
  432. print('h')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement