Advertisement
Xfer1111

A Bizzare Day Custom (Standless maybe stand too)

Aug 5th, 2020
3,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 71.40 KB | None | 0 0
  1. -- Not owned by me, Credits to the original Owner
  2. -- Xfer was here (T.V.K)
  3.  
  4. --[[
  5. oop stinky stand
  6. b = barrage
  7. j = stronk slap
  8. h = b o n k
  9. r = kick
  10. l = freeze
  11. "-" = spin
  12. x = backstab(why that)
  13. p = teleport to mouse pos
  14. e = le punch
  15. k = enable uno reverse card(also fully heal)
  16. t = grab(does this actually works/!?/1 omagad)
  17. ]]
  18. id1 = "rbxassetid://3445788051"
  19. id2 = "rbxassetid://4782250127"
  20. id3 = "rbxassetid://4774879706"
  21. id4 = "rbxassetid://2763936707"
  22. --if game.Name ~= "A Bizarre Day" then
  23. --id1 = "rbxassetid://4639551633"
  24. --id2 = "rbxassetid://4639725706"
  25. --id3 = "rbxassetid://4639554383"
  26. --end
  27. Anim3 = Instance.new("Animation")
  28. Anim3.AnimationId = id1 -- abd not modded
  29. Anim4 = Instance.new("Animation")
  30. Anim4.AnimationId = id4 -- EEE
  31. --Anim3.AnimationId = "rbxassetid://4639551633" -- abd modded
  32. Anim2 = Instance.new("Animation")
  33. Anim2.AnimationId = "rbxassetid://188632011"
  34. local mouse = game.Players.LocalPlayer:GetMouse()
  35. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(h)
  36.     if h:IsA("LocalScript") then
  37.         h:Destroy()
  38.         print("yikes")
  39.     end
  40. end)
  41. repeat
  42.     wait(0.5)
  43. until game.Players.LocalPlayer.Character.Humanoid
  44. --_G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  45. --_G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  46. delay(0,function()
  47.     while true do
  48.         wait(0.5)
  49.         if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("h") == nil then
  50.             local h = Instance.new("Weld",game.Players.LocalPlayer.Character)
  51.             h.Name = "h"
  52.             print('_G.hhhh')
  53.             wait(1.5)
  54.             print("_G.hhhhh")
  55.             game.ReplicatedStorage.Block:FireServer(true)
  56.             _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  57.             _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  58.             _G.track4 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim4)
  59.         end
  60.     end
  61. end)
  62. local grabbed = false
  63. local barrage = false
  64. local nou = false
  65. local debounce = false
  66. hitsounds = {"rbxassetid://545219984","rbxassetid://4137216950","rbxassetid://166423137","rbxassetid://4164190231","rbxassetid://147722227"}
  67. _G.makehitbox = function(part,damage)
  68.         local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  69.         hitbox1.CFrame = part.CFrame
  70.         hitbox1.Name = "hitbox"
  71.         hitbox1.Anchored = false
  72.         hitbox1.CanCollide = false
  73.         local weld = Instance.new("WeldConstraint",hitbox1)
  74.         weld.Part0 = hitbox1
  75.         weld.Part1 = part
  76.         hitbox1.Size = part.Size
  77.         hitbox1.Transparency = 0
  78.         hitbox1.Color = Color3.new(0,0,0)
  79.         game.Debris:AddItem(hitbox1,.15)
  80.         local touch1 = hitbox1.Touched:Connect(function(hit)
  81.             if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  82.                 if debounce == false then
  83.                     debounce = true
  84.                     print(hit.Parent.Name)
  85.                     delay(0.001,function()debounce = false end)
  86.                     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)
  87.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, damage, 0.3, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*25+Vector3.new(0,10,0),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), "rbxassetid://1202656211", 1, 1)
  88.                     hitbox1:Destroy()
  89.                    
  90.                 end
  91.             elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  92.                 if debounce == false then
  93.                     debounce = true
  94.                     print(hit.Parent.Parent.Name)
  95.                     delay(0.001,function()debounce = false end)
  96.                     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)
  97.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, damage, 0.3, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*25+Vector3.new(0,10,0),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), "rbxassetid://1202656211", 1, 1)
  98.                     hitbox1:Destroy()
  99.                 end
  100.             end
  101.         end)
  102.         --delay(.1,function()if hitbox1 then hitbox1:Destroy() end end)
  103. end
  104.  _G.func = function()
  105. game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  106.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  107.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  108.          v.Anchored = false
  109.      end
  110. end
  111.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  112.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  113.     hitbox1.Name = "hitbox"
  114.     hitbox1.Anchored = false
  115.     hitbox1.CanCollide = false
  116.     local weld = Instance.new("WeldConstraint",hitbox1)
  117.     weld.Part0 = hitbox1
  118.     weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  119.     hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  120.     hitbox1.Massless = true
  121.     hitbox1.Transparency = 1
  122.     hitbox1.Color = Color3.new(0,0,0)
  123.     local hitbox2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  124.     hitbox2.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  125.     hitbox2.Name = "hitbox"
  126.     hitbox2.Anchored = false
  127.     hitbox2.CanCollide = false
  128.     local weld = Instance.new("WeldConstraint",hitbox2)
  129.     weld.Part0 = hitbox2
  130.     weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  131.     hitbox2.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  132.     hitbox2.Massless = true
  133.     hitbox2.Transparency = 1
  134.     hitbox2.Color = Color3.new(0,0,0)
  135.    
  136.     local touch1 = hitbox1.Touched:Connect(function(hit)
  137.         if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  138.             if debounce == false then
  139.                 print(hit.Parent.Name)
  140.                 debounce = true
  141.                 delay(0,function()debounce = false end)
  142.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.1 ,Color3.new(1, 1, 1), hitsounds[1], 1, 2)
  143.             end
  144.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  145.             if debounce == false then
  146.                 debounce = true
  147.                 print(hit.Parent.Parent.Name)
  148.                 delay(0,function()debounce = false end)
  149.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.1 ,Color3.new(1, 1, 1), hitsounds[1], 1, 2)
  150.             end
  151.         end
  152.     end)
  153.     local touch2 = hitbox2.Touched:Connect(function(hit)
  154.         if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  155.             if debounce == false then
  156.                 print(hit.Parent.Name)
  157.                 debounce = true
  158.                 delay(0,function()debounce = false end)
  159.                 --game:GetService("ReplicatedStorage").Damage: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)
  160.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.1 ,Color3.new(1, 1, 1), hitsounds[1], 1, 2)
  161.             end
  162.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  163.             if debounce == false then
  164.                 debounce = true
  165.                 print(hit.Parent.Parent.Name)
  166.                 delay(0,function()debounce = false end)
  167.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.1 ,Color3.new(1, 1, 1), hitsounds[1], 1, 2)
  168.             end
  169.         end
  170.     end)
  171.     barrage = not barrage
  172.     if barrage then
  173.         delay(0,function()
  174.             while barrage do
  175.                 wait(0)
  176.                 if barrage then
  177.                     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"))
  178.                 else
  179.                     break
  180.                 end
  181.             end
  182.         end)
  183.                 _G.track3:Play(.1, 1, 2.5)
  184.          
  185.        
  186.     else
  187.    
  188.         _G.track3:Stop()
  189.         wait(0.1)
  190.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  191.             if v.Name == "hitbox" then
  192.                 v:Destroy()
  193.             end
  194.         end
  195.     end
  196.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  197. end
  198.  _G.strong = function()
  199.  game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(5,6,5),Vector3.new(1,1,1),BrickColor.new("Black"))
  200.  --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(1,1,1),Vector3.new(1,1,1),BrickColor.new("Black"))
  201.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  202.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  203.          v.Anchored = false
  204.      end
  205. end
  206.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  207.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  208.     hitbox1.Name = "hitbox"
  209.     hitbox1.Anchored = false
  210.     hitbox1.CanCollide = false
  211.     local weld = Instance.new("WeldConstraint",hitbox1)
  212.     weld.Part0 = hitbox1
  213.     weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  214.     hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  215.     hitbox1.Massless = true
  216.     hitbox1.Transparency = 1
  217.     hitbox1.Color = Color3.new(0,0,0)
  218.     local Anim = Instance.new("Animation")
  219.     Anim.AnimationId = "rbxassetid://218504594"
  220.     --Anim.Looped = true
  221.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  222.     local touch1 = hitbox1.Touched:Connect(function(hit)
  223.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  224.             if debounce == false then
  225.                 debounce = true
  226.                 print(hit.Parent.Name)
  227.                 delay(0.001,function()debounce = false end)
  228.                 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)
  229.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), hitsounds[2], 1, 10)
  230.                 hitbox1:Destroy()
  231.                
  232.             end
  233.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  234.             if debounce == false then
  235.                 debounce = true
  236.                 print(hit.Parent.Parent.Name)
  237.                 delay(0.001,function()debounce = false end)
  238.                 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)
  239.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), hitsounds[2], 1, 10)
  240.                 hitbox1:Destroy()
  241.             end
  242.         end
  243.     end)
  244.     track:Play(.1, 1, 2)
  245.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  246.     wait(0.4)
  247.     if hitbox1 then
  248.         hitbox1:Destroy()
  249.     end
  250. end
  251.  
  252. _G.lepunch = function()
  253. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.2,0.2,0.2),Vector3.new(0.2,0.2,0.2),BrickColor.new("Black"))
  254.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  255.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  256.          v.Anchored = false
  257.      end
  258. end
  259.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  260.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  261.     hitbox1.Name = "hitbox"
  262.     hitbox1.Anchored = false
  263.     hitbox1.CanCollide = false
  264.     local weld = Instance.new("WeldConstraint",hitbox1)
  265.     weld.Part0 = hitbox1
  266.     weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  267.     hitbox1.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  268.     hitbox1.Massless = true
  269.     hitbox1.Transparency = 1
  270.     hitbox1.Color = Color3.new(0,0,0)
  271.     local Anim = Instance.new("Animation")
  272.     Anim.AnimationId = id3
  273.     --Anim.Looped = true
  274.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  275.     local touch1 = hitbox1.Touched:Connect(function(hit)
  276.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  277.             if debounce == false then
  278.                 debounce = true
  279.                 print(hit.Parent.Name)
  280.                 delay(0.001,function()debounce = false end)
  281.                 --: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)
  282.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 12, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*10+Vector3.new(0,0,0),"rbxassetid://241837157", 0.03 ,Color3.new(1, 1, 1), hitsounds[1], 1, 1)
  283.                 hitbox1:Destroy()
  284.                
  285.             end
  286.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  287.             if debounce == false then
  288.                 debounce = true
  289.                 print(hit.Parent.Parent.Name)
  290.                 delay(0.001,function()debounce = false end)
  291.                 --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)
  292.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.03 ,Color3.new(1, 1, 1), hitsounds[1], 1, 1)
  293.                 hitbox1:Destroy()
  294.             end
  295.         end
  296.     end)
  297.     if id3 == "rbxassetid://4639554383" then
  298.         track:Play(.1, 1, 2.5)
  299.     else
  300.         track:Play(.1, 1, 1.5)
  301.     end
  302.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  303.     wait(0.5)
  304.     if hitbox1 then
  305.         hitbox1:Destroy()
  306.     end
  307. end
  308. _G.hhh = false
  309.  
  310. _G.func2 = function()
  311. --game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  312.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  313.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  314.          v.Anchored = false
  315.      end
  316. end
  317.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  318.     hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].CFrame
  319.     hitbox1.Name = "hitbox"
  320.     hitbox1.Anchored = false
  321.     hitbox1.CanCollide = false
  322.     local weld = Instance.new("WeldConstraint",hitbox1)
  323.     weld.Part0 = hitbox1
  324.     weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"]
  325.     hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Size*1.5
  326.     hitbox1.Massless = true
  327.     hitbox1.Transparency = 1
  328.     hitbox1.Color = Color3.new(0,0,0)
  329.     local hitbox2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  330.     hitbox2.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].CFrame
  331.     hitbox2.Name = "hitbox"
  332.     hitbox2.Anchored = false
  333.     hitbox2.CanCollide = false
  334.     local weld = Instance.new("WeldConstraint",hitbox2)
  335.     weld.Part0 = hitbox2
  336.     weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"]
  337.     hitbox2.Size = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Size*1.5
  338.     hitbox2.Massless = true
  339.     hitbox2.Transparency = 1
  340.     hitbox2.Color = Color3.new(0,0,0)
  341.    
  342.     local touch1 = hitbox1.Touched:Connect(function(hit)
  343.         if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  344.             if debounce == false then
  345.                 print(hit.Parent.Name)
  346.                 debounce = true
  347.                 delay(0,function()debounce = false end)
  348.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 9.655, 1.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,0,0),"rbxassetid://241837157", 0.4 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 2)
  349.             end
  350.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  351.             if debounce == false then
  352.                 debounce = true
  353.                 print(hit.Parent.Parent.Name)
  354.                 delay(0,function()debounce = false end)
  355.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 9.655, 1.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,0,0),"rbxassetid://241837157", 0.4 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 2)
  356.             end
  357.         end
  358.     end)
  359.     local touch2 = hitbox2.Touched:Connect(function(hit)
  360.         if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  361.             if debounce == false then
  362.                 print(hit.Parent.Name)
  363.                 debounce = true
  364.                 delay(0,function()debounce = false end)
  365.                 --game:GetService("ReplicatedStorage").Damage: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)
  366.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 9.655, 1.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,0,0),"rbxassetid://241837157", 0.4 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 2)
  367.             end
  368.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  369.             if debounce == false then
  370.                 debounce = true
  371.                 print(hit.Parent.Parent.Name)
  372.                 delay(0,function()debounce = false end)
  373.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 9.655, 1.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,0,0),"rbxassetid://241837157", 0.4 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 2)
  374.             end
  375.         end
  376.     end)
  377.     barrage = not barrage
  378.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],0.4)
  379.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],0.4)
  380.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],0.4)
  381.     if barrage then
  382.         --[[delay(0,function()
  383.             while barrage do
  384.                 wait(0)
  385.                 if barrage then
  386.                     game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(.1,.1,.1),Vector3.new(math.random(500,1000)/10000,math.random(7,10)/100,math.random(500,1000)/10000),BrickColor.new("Black"))
  387.                 else
  388.                     break
  389.                 end
  390.             end
  391.         end)]]
  392.                 _G.track4:Play(.1, 1, 2)
  393.          
  394.        
  395.     else
  396.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],1)
  397.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1)
  398.     game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],1)
  399.         _G.track4:Stop()
  400.         wait(0.1)
  401.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  402.             if v.Name == "hitbox" then
  403.                 v:Destroy()
  404.             end
  405.         end
  406.     end
  407.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  408. end
  409.  
  410. _G.strong2 = function()
  411.     --if game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch") then
  412.     --  game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch"):Play()
  413.     --end
  414.     game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.02,0.02,0.02),Vector3.new(0.02,0.02,0.02),game.Players.LocalPlayer.Character.Stand["Stand Right Arm"])
  415.      for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  416.          if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  417.              v.Anchored = false
  418.          end
  419.     end
  420.         local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  421.         hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].CFrame
  422.         hitbox1.Name = "hitbox"
  423.         hitbox1.Anchored = false
  424.         hitbox1.CanCollide = false
  425.         local weld = Instance.new("WeldConstraint",hitbox1)
  426.         weld.Part0 = hitbox1
  427.         game.Players.LocalPlayer.Character.Stand["Stand Head"].Transparency = 0.3
  428.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],0.3)
  429.         game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],0)
  430.         weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"]
  431.         hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"]*.6
  432.         hitbox1.Transparency = 1
  433.         hitbox1.Color = Color3.new(0,0,0)
  434.         local Anim = Instance.new("Animation")
  435.         Anim.AnimationId = "rbxassetid://2876975825"
  436.         --Anim.Looped = true
  437.         local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  438.         local touch1 = hitbox1.Touched:Connect(function(hit)
  439.             if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  440.                 if debounce == false then
  441.                     debounce = true
  442.                     print(hit.Parent.Name)
  443.                     delay(0.001,function()debounce = false end)
  444.                     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)
  445.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*200+Vector3.new(0,80,0),"rbxassetid://241837157",1 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 1)
  446.                     hitbox1:Destroy()
  447.                    
  448.                 end
  449.             elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  450.                 if debounce == false then
  451.                     debounce = true
  452.                     print(hit.Parent.Parent.Name)
  453.                     delay(0.001,function()debounce = false end)
  454.                     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)
  455.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 0.4, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*200+Vector3.new(0,80,0),"rbxassetid://241837157", 1 ,Color3.new(1, 1, 0), "rbxassetid://1202656211", 1, 1)
  456.                     hitbox1:Destroy()
  457.                 end
  458.             end
  459.         end)
  460.         --if id3 == "rbxassetid://4639554383" then
  461.             track:Play(.1, 1, 2)
  462.         --else
  463.             --track:Play(.1, 1, 1.5)
  464.         --end
  465.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  466.     local y = 1
  467.     delay(0.4,function()game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1)  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],y)  end)
  468.         wait(0.6)
  469.         _G.hhh = not _G.hhh
  470.         if hitbox1 then
  471.             hitbox1:Destroy()
  472.         end
  473. end
  474.  
  475. _G.lepunch2 = function()
  476.     --if game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch") then
  477.     --  game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch"):Play()
  478.     --end
  479.     --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.02,0.02,0.02),Vector3.new(0.02,0.02,0.02),BrickColor.new("Black"))
  480.      for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  481.          if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  482.              v.Anchored = false
  483.          end
  484.     end
  485.         local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  486.         if _G.hhh then hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].CFrame elseif not _G.hhh then hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].CFrame end
  487.         hitbox1.Name = "hitbox"
  488.         hitbox1.Anchored = false
  489.         hitbox1.CanCollide = false
  490.         local weld = Instance.new("WeldConstraint",hitbox1)
  491.         weld.Part0 = hitbox1
  492.         game.Players.LocalPlayer.Character.Stand["Stand Head"].Transparency = 0.3
  493.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],0.3)
  494.         if _G.hhh then game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],0) elseif not _G.hhh then game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],0) end
  495.         if _G.hhh then weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"] elseif not _G.hhh then weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"] end
  496.         if _G.hhh then hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Size*1.5 elseif not _G.hhh then hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Size*1.5 end        hitbox1.Massless = true
  497.         hitbox1.Transparency = 1
  498.         hitbox1.Color = Color3.new(0,0,0)
  499.         local Anim = Instance.new("Animation")
  500.         if _G.hhh then Anim.AnimationId = "rbxassetid://2876963057" elseif not _G.hhh then Anim.AnimationId = "rbxassetid://2876963877" end-- Anim.AnimationId
  501.         --Anim.Looped = true
  502.         local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  503.         local touch1 = hitbox1.Touched:Connect(function(hit)
  504.             if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  505.                 if debounce == false then
  506.                     debounce = true
  507.                     print(hit.Parent.Name)
  508.                     delay(0.001,function()debounce = false end)
  509.                     --: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)
  510.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 16, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*20+Vector3.new(0,0,0),"rbxassetid://241837157", 0.3 ,Color3.new(1, 1, 0), hitsounds[1], 1, 1)
  511.                     hitbox1:Destroy()
  512.                    
  513.                 end
  514.             elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  515.                 if debounce == false then
  516.                     debounce = true
  517.                     print(hit.Parent.Parent.Name)
  518.                     delay(0.001,function()debounce = false end)
  519.                     --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)
  520.                     game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 16, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*20+Vector3.new(0,0,0),"rbxassetid://241837157", 0.3 ,Color3.new(1, 1, 0), hitsounds[1], 1, 1)
  521.                     hitbox1:Destroy()
  522.                 end
  523.             end
  524.         end)
  525.         --if id3 == "rbxassetid://4639554383" then
  526.             track:Play(.1, 1, 1.2)
  527.         --else
  528.             --track:Play(.1, 1, 1.5)
  529.         --end
  530.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  531.     local y = 0
  532.     delay(0.3,function()game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1) if _G.hhh then for i = 1,10 do wait(0) y = y+0.1  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],y) end elseif not _G.hhh then for i = 1,10 do wait(0) y = y+0.1  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],y) end end end)
  533.         wait(0.4)
  534.         _G.hhh = not _G.hhh
  535.         if hitbox1 then
  536.             hitbox1:Destroy()
  537.         end
  538. end
  539.  
  540. _G.pos = nil
  541. --_G.connection = nil
  542. _G.control = function()
  543. grabbed = not grabbed
  544.     --if game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch") then
  545.     --  game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch"):Play()
  546.     --end
  547.     --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.02,0.02,0.02),Vector3.new(0.02,0.02,0.02),BrickColor.new("Black"))
  548.      for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  549.          if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  550.              v.Anchored = false
  551.          end
  552.     end
  553.         local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  554.         if _G.hhh then hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].CFrame elseif not _G.hhh then hitbox1.CFrame = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].CFrame end
  555.         hitbox1.Name = "hitbox"
  556.         hitbox1.Anchored = false
  557.         hitbox1.CanCollide = false
  558.         local weld = Instance.new("WeldConstraint",hitbox1)
  559.         weld.Part0 = hitbox1
  560.         game.Players.LocalPlayer.Character.Stand["Stand Head"].Transparency = 0.3
  561.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],0.3)
  562.         if _G.hhh then game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],0) elseif not _G.hhh then game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],0) end
  563.         if _G.hhh then weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"] elseif not _G.hhh then weld.Part1 = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"] end
  564.         if _G.hhh then hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Size*1.5 elseif not _G.hhh then hitbox1.Size = game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Size*1.5 end        hitbox1.Massless = true
  565.         hitbox1.Transparency = 1
  566.         hitbox1.Color = Color3.new(0,0,0)
  567.         local Anim = Instance.new("Animation")
  568.         if _G.hhh then Anim.AnimationId = "rbxassetid://2876963057" elseif not _G.hhh then Anim.AnimationId = "rbxassetid://2876963877" end-- Anim.AnimationId
  569.         --Anim.Looped = true
  570.         local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  571.         local touch1 = hitbox1.Touched:Connect(function(hit)
  572.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  573.             if debounce == false then
  574.                 debounce = true
  575.                 print(hit.Parent.Name)
  576.                 --[[_G.connection = Instance.new("Part",hit.Parent)
  577.                 _G.connection.CFrame = hit.Parent["HumanoidRootPart"].CFrame
  578.                 _G.connection.Name = "hitbox"
  579.                 _G.connection.Anchored = false
  580.                 _G.connection.CanCollide = false
  581.                 local weld = Instance.new("WeldConstraint",_G.connection)
  582.                 weld.Part0 = _G.connection
  583.                 weld.Part1 = hit.Parent["HumanoidRootPart"]
  584.                 _G.connection.Size = hit.Parent["HumanoidRootPart"].Size*2
  585.                 _G.connection.Massless = true
  586.                 _G.connection.Transparency = 1
  587.                 _G.connection.Color = Color3.new(0,0,0)
  588.                 _G.connection.Touched:Connect(function(hit2)
  589.                     if hit2.Parent:FindFirstChild("Humanoid") and hit2.Parent ~= hit.Parent then
  590.                         print(hit.Parent.Name.." hitted "..hit2.Parent.Name)
  591.                         game:GetService("ReplicatedStorage").Knock:FireServer(hit2.Parent.Humanoid, hit2.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)
  592.                         game:GetService("ReplicatedStorage").Damage:FireServer(hit2.Parent.Humanoid, hit2.Parent.HumanoidRootPart.CFrame, (hit.Velocity*1.5).magnitude, 0.1, hit.Velocity*2 , "rbxassetid://241837157", 0, Color3.new(0, 0, 0), "rbxassetid://4137216950", 0, 0)
  593.                     elseif hit2.Parent.Parent:FindFirstChild("Humanoid") and hit2.Parent.Parent ~= hit.Parent then
  594.                         print(hit.Parent.Name.." hitted "..hit2.Parent.Parent.Name)
  595.                         game:GetService("ReplicatedStorage").Knock:FireServer(hit2.Parent.Parent.Humanoid, hit2.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)
  596.                         game:GetService("ReplicatedStorage").Damage:FireServer(hit2.Parent.Parent.Humanoid, hit2.Parent.Parent.HumanoidRootPart.CFrame, (hit.Velocity*1.5).magnitude, 0.1, hit.Velocity*2 , "rbxassetid://241837157", 0, Color3.new(0, 0, 0), "rbxassetid://4137216950", 0, 0)
  597.                     end
  598.                 end)]]
  599.                 delay(0.1,function()debounce = false end)
  600.                 while grabbed do
  601.                     wait(0.01)
  602.                     _G.pos = mouse.Hit
  603.                     if grabbed then
  604.                         game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0.01, 0.1,((_G.pos.p)-hit.Parent.HumanoidRootPart.Position)*1.4, "rbxassetid://241837157", 0, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 0)
  605.                         --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*10)-hit.Parent.HumanoidRootPart.Position)*1.5, 0, hitsounds[1], 1, 0)
  606.                     else
  607.                         --_G.connection:Destroy()
  608.                         --game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 20, 0.05, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*50, 0, hitsounds[1], 1, 0)
  609.                         break
  610.                     end
  611.                 end
  612.                 hitbox1:Destroy()
  613.             end
  614.         end
  615.         end)
  616.         --if id3 == "rbxassetid://4639554383" then
  617.             track:Play(.1, 1, 1.2)
  618.         --else
  619.             --track:Play(.1, 1, 1.5)
  620.         --end
  621.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  622.     local y = 0
  623.     delay(0.3,function()game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1) if _G.hhh then for i = 1,10 do wait(0) y = y+0.1  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],y) end elseif not _G.hhh then for i = 1,10 do wait(0) y = y+0.1  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],y) end end end)
  624.         wait(0.4)
  625.         _G.hhh = not _G.hhh
  626.         if hitbox1 then
  627.             hitbox1:Destroy()
  628.         end
  629. end
  630.  
  631.  
  632. _G.kick2 = function()
  633.     --if game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch") then
  634.     --  game.Players.LocalPlayer.Character.Stand.StandHumanoidRooPart:FindFirstChild("Punch"):Play()
  635.     --end
  636.     game.ReplicatedStorage.StrongPunch:FireServer(Vector3.new(0.02,0.02,0.02),Vector3.new(0.02,0.02,0.02),game.Players.LocalPlayer.Character.Stand["Stand Right Leg"])
  637.      for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  638.          if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  639.              v.Anchored = false
  640.          end
  641.     end
  642.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],0.3)
  643.         --game.Players.LocalPlayer.Character.Stand["Stand Right Leg"].Transparency = 0.3 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Leg"],0.3)
  644.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],0.3)
  645.         game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],0.3)
  646.         _G.makehitbox(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],15)
  647.         local Anim = Instance.new("Animation")
  648.         Anim.AnimationId = "rbxassetid://3893841692"
  649.         --Anim.Looped = true
  650.         local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  651.         --if id3 == "rbxassetid://4639554383" then
  652.             track:Play(.1, 1, 2)
  653.         --else
  654.             --track:Play(.1, 1, 1.5)
  655.         --end
  656.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  657.     local y = 1
  658.         --game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1)  game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Leg"],y)  
  659.         wait(0.1)
  660.         _G.makehitbox(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],25)
  661.         wait(0.1)
  662.         _G.makehitbox(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],35)
  663.         wait(0.1)
  664.         _G.makehitbox(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],45)
  665.         --_G.hhh = not _G.hhh
  666.         delay(0.1,function() game.Players.LocalPlayer.Character.Stand["Stand Right Arm"].Transparency = 1 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Right Arm"],1)
  667.         game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Transparency = 1 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Left Arm"],1) game.Players.LocalPlayer.Character.Stand["Stand Left Arm"].Transparency = 1 game.ReplicatedStorage.Transparency:FireServer(game.Players.LocalPlayer.Character.Stand["Stand Head"],1) end)
  668.  
  669. end
  670.  
  671. _G.grab = function()
  672. grabbed = not grabbed
  673. --game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(0.2,0.2,0.2),Vector3.new(0.2,0.2,0.2),BrickColor.new("Black"))
  674.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  675.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  676.          v.Anchored = false
  677.      end
  678. end
  679.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  680.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  681.     hitbox1.Name = "hitbox"
  682.     hitbox1.Anchored = false
  683.     hitbox1.CanCollide = false
  684.     local weld = Instance.new("WeldConstraint",hitbox1)
  685.     weld.Part0 = hitbox1
  686.     weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  687.     hitbox1.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
  688.     hitbox1.Massless = true
  689.     hitbox1.Transparency = 1
  690.     hitbox1.Color = Color3.new(0,0,0)
  691.     local Anim = Instance.new("Animation")
  692.     Anim.AnimationId = id3
  693.     --Anim.Looped = true
  694.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  695.     local touch1 = hitbox1.Touched:Connect(function(hit)
  696.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  697.             if debounce == false then
  698.                 debounce = true
  699.                 print(hit.Parent.Name)
  700.                 delay(1,function()debounce = false end)
  701.                 while grabbed do
  702.                     wait(0.01)
  703.                     if grabbed then
  704.                         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)
  705.                         --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*10)-hit.Parent.HumanoidRootPart.Position)*1.5, 0, hitsounds[1], 1, 0)
  706.                     else
  707.                         --game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 20, 0.05, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*50, 0, hitsounds[1], 1, 0)
  708.                         break
  709.                     end
  710.                 end
  711.                 hitbox1:Destroy()
  712.             end
  713.         end
  714.     end)
  715.     if id3 == "rbxassetid://4639554383" then
  716.         track:Play(.1, 1, 2)
  717.     else
  718.         track:Play(.1, 1, 1)
  719.     end
  720.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  721.     wait(0.5)
  722.     if hitbox1 then
  723.         hitbox1:Destroy()
  724.     end
  725. end
  726.  
  727. _G.kick = function()
  728. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(1,2,1),Vector3.new(.2,.4,.2),BrickColor.new("Black"))
  729.   for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  730.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  731.          v.Anchored = false
  732.      end
  733. end
  734.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  735.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  736.     hitbox1.Name = "hitbox"
  737.     hitbox1.Anchored = false
  738.     hitbox1.CanCollide = false
  739.     local weld = Instance.new("WeldConstraint",hitbox1)
  740.     weld.Part0 = hitbox1
  741.     weld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  742.     hitbox1.Size = game.Players.LocalPlayer.Character["Right Leg"].Size*1.5
  743.     hitbox1.Massless = true
  744.     hitbox1.Transparency = 1
  745.     hitbox1.Color = Color3.new(0,0,0)
  746.     local Anim = Instance.new("Animation")
  747.     Anim.AnimationId = id2
  748.     --Anim.Looped = true
  749.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  750.     local touch1 = hitbox1.Touched:Connect(function(hit)
  751.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  752.             if debounce == false then
  753.                 debounce = true
  754.                 print(hit.Parent.Name)
  755.                 delay(0.001,function()debounce = false end)
  756.                 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)
  757.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 65, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*280+Vector3.new(0,250,0),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), "rbxassetid://314390675", 1, 2)
  758.                 hitbox1:Destroy()
  759.                
  760.             end
  761.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  762.             if debounce == false then
  763.                 debounce = true
  764.                 print(hit.Parent.Parent.Name)
  765.                 delay(0.001,function()debounce = false end)
  766.                 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)
  767.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.2 ,Color3.new(1, 1, 1), "rbxassetid://314390675", 1, 2)
  768.                 hitbox1:Destroy()
  769.             end
  770.         end
  771.     end)
  772.     track:Play(.1, 1, 3)
  773.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  774.     wait(0.3)
  775.     if hitbox1 then
  776.         hitbox1:Destroy()
  777.     end
  778. end
  779.  
  780. _G.freeze = function()
  781. game.ReplicatedStorage.PlayerStrongPunch:FireServer(Vector3.new(.1,.1,.1),Vector3.new(1,1,1),BrickColor.new("Cyan"))
  782.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  783.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  784.          v.Anchored = false
  785.      end
  786. end
  787.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  788.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  789.     hitbox1.Name = "hitbox"
  790.     hitbox1.Anchored = false
  791.     hitbox1.CanCollide = false
  792.     local weld = Instance.new("WeldConstraint",hitbox1)
  793.     weld.Part0 = hitbox1
  794.     weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  795.     hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  796.     hitbox1.Massless = true
  797.     hitbox1.Transparency = 1
  798.     hitbox1.Color = Color3.new(0,0,0)
  799.     local Anim = Instance.new("Animation")
  800.     Anim.AnimationId = "rbxassetid://3681052896"
  801.     --Anim.Looped = true
  802.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  803.     local touch1 = hitbox1.Touched:Connect(function(hit)
  804.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  805.             if debounce == false then
  806.                 debounce = true
  807.                 print(hit.Parent.Name)
  808.                 delay(0.001,function()debounce = false end)
  809.                 --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)
  810.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 20, 29, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0.01+Vector3.new(0,0,0),"rbxassetid://241837157", 0.12 ,Color3.new(0, 0, 1), "rbxassetid://268249319", 1, 6)
  811.                 hitbox1:Destroy()
  812.                
  813.             end
  814.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  815.             if debounce == false then
  816.                 debounce = true
  817.                 print(hit.Parent.Parent.Name)
  818.                 delay(0.001,function()debounce = false end)
  819.                 --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)
  820.                 game:GetService("ReplicatedStorage").Damage: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),"rbxassetid://241837157", 0.12 ,Color3.new(0, 0, 1), "rbxassetid://268249319", 1, 6)
  821.                 hitbox1:Destroy()
  822.             end
  823.         end
  824.     end)
  825.     track:Play(.1, 1, 4)
  826.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  827.     wait(0.6)
  828.     if hitbox1 then
  829.         hitbox1:Destroy()
  830.     end
  831. end
  832.  
  833. _G.bonk = function()
  834. game.ReplicatedStorage.PlayerStrongPunch2:FireServer(Vector3.new(0.1,0.1,0.1),Vector3.new(0.5,0.5,0.5),BrickColor.new("Black"))
  835.  
  836.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  837.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  838.          v.Anchored = false
  839.      end
  840. end
  841.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  842.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  843.     hitbox1.Name = "hitbox"
  844.     hitbox1.Anchored = false
  845.     hitbox1.CanCollide = false
  846.     local weld = Instance.new("WeldConstraint",hitbox1)
  847.     weld.Part0 = hitbox1
  848.     weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  849.     hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
  850.     hitbox1.Massless = true
  851.     hitbox1.Transparency = 1
  852.     hitbox1.Color = Color3.new(0,0,0)
  853.     local Anim = Instance.new("Animation")
  854.     Anim.AnimationId = "rbxassetid://184574340"
  855.     --Anim.Looped = true
  856.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  857.     local touch1 = hitbox1.Touched:Connect(function(hit)
  858.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  859.             if debounce == false then
  860.                 debounce = true
  861.                 print(hit.Parent.Name)
  862.                 delay(0.001,function()debounce = false end)
  863.                 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)
  864.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 25, 10, Vector3.new(0,-200,0),"rbxassetid://241837157", 0.8 ,Color3.new(1, 1, 1), hitsounds[4], 1, 50)
  865.                 hitbox1:Destroy()
  866.                
  867.             end
  868.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  869.             if debounce == false then
  870.                 debounce = true
  871.                 print(hit.Parent.Parent.Name)
  872.                 delay(0.001,function()debounce = false end)
  873.                 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)
  874.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 25, 10, Vector3.new(0,-200,0),"rbxassetid://241837157", 0.8 ,Color3.new(1, 1, 1), hitsounds[4], 1, 50)
  875.                 hitbox1:Destroy()
  876.             end
  877.         end
  878.     end)
  879.     track:Play(.1, 1, 7)
  880.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  881.     wait(0.3)
  882.     if hitbox1 then
  883.         hitbox1:Destroy()
  884.     end
  885. end
  886.  
  887. _G.spin = function()
  888.     game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  889.  
  890.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  891.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  892.          v.Anchored = false
  893.      end
  894. end
  895.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 38
  896.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  897.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  898.     hitbox1.Name = "hitbox"
  899.     hitbox1.Anchored = false
  900.     hitbox1.CanCollide = false
  901.     local weld = Instance.new("WeldConstraint",hitbox1)
  902.     weld.Part0 = hitbox1
  903.     weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  904.     hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size*1.5
  905.     hitbox1.Massless = true
  906.     hitbox1.Transparency = 1
  907.     hitbox1.Color = Color3.new(0,0,0)
  908.     local touch1 = hitbox1.Touched:Connect(function(hit)
  909.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  910.             if debounce == false then
  911.                 debounce = true
  912.                 print(hit.Parent.Name)
  913.                 delay(0.4,function()debounce = false end)
  914.                 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)
  915.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 25, 0.1, Vector3.new(0,150,0), 0.4, hitsounds[5], 1, 50)
  916.             end
  917.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  918.             if debounce == false then
  919.                 debounce = true
  920.                 print(hit.Parent.Parent.Name)
  921.                 delay(0.4,function()debounce = false end)
  922.                 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)
  923.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 25, 0.1, Vector3.new(0,150,0), 0.4, hitsounds[5], 1, 50)
  924.             end
  925.         end
  926.     end)
  927.     local e = true
  928.     delay(0,function()
  929.         while e == true do
  930.             wait(0)
  931.             if e == true then
  932.                 if _G.track2.IsPlaying == false then
  933.                 _G.track2:Play(.1, 5, 3)
  934.                 end
  935.             else
  936.             break
  937.             end
  938.         end
  939.     end)
  940.     wait(2)
  941.     e = false
  942.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  943.     if hitbox1 then
  944.         hitbox1:Destroy()
  945.     end
  946. end
  947.  
  948. _G.backstab = function()
  949.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  950.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  951.          v.Anchored = false
  952.      end
  953. end
  954.     local Anim = Instance.new("Animation")
  955.     Anim.AnimationId = "rbxassetid://181525546"
  956.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  957.    
  958.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 2
  959.     local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
  960.     hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
  961.     hitbox1.Name = "hitbox"
  962.     hitbox1.Anchored = false
  963.     hitbox1.CanCollide = false
  964.     local weld = Instance.new("WeldConstraint",hitbox1)
  965.     weld.Part0 = hitbox1
  966.     weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
  967.     hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size+Vector3.new(0,6,0)
  968.     hitbox1.Massless = true
  969.     hitbox1.Transparency = 1
  970.     hitbox1.Color = Color3.new(0,0,0)
  971.     local touch1 = hitbox1.Touched:Connect(function(hit)
  972.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
  973.             if debounce == false then
  974.                 debounce = true
  975.                 print(hit.Parent.Name)
  976.                 delay(1,function()debounce = false end)
  977.                 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)
  978.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 75, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-200,"rbxassetid://241837157", 0.8 ,Color3.new(1, 1, 1), hitsounds[5], 1, 50)
  979.             end
  980.         elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
  981.             if debounce == false then
  982.                 debounce = true
  983.                 print(hit.Parent.Parent.Name)
  984.                 delay(1,function()debounce = false end)
  985.                 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)
  986.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 75, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-200,"rbxassetid://241837157", 0.8 ,Color3.new(1, 1, 1), hitsounds[5], 1, 50)
  987.             end
  988.         end
  989.     end)
  990.     track:Play(.1, 5, 10)
  991.     wait(0.4)
  992.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  993.     if hitbox1 then
  994.         hitbox1:Destroy()
  995.     end
  996. end
  997.  
  998.  
  999. _G.destroy = function()
  1000.     game.ReplicatedStorage.Jump:FireServer(BrickColor.new("Black"))
  1001.  
  1002.  for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  1003.      if v:IsA("Part" or "MeshPart" or "UnionOperation") then
  1004.          v.Anchored = false
  1005.      end
  1006. end
  1007.    
  1008.     local Anim = Instance.new("Animation")
  1009.     Anim.AnimationId = "rbxassetid://184574340"
  1010.     --Anim.Looped = true
  1011.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1012.    
  1013.     track:Play(.1, 1, 0.1)
  1014.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  1015.     wait(10)
  1016.     track:Stop()
  1017.     for i,hit in ipairs(game.Players:GetChildren())do
  1018.         if hit.Character:FindFirstChild("Humanoid") and hit.Character:FindFirstChild("HumanoidRootPart") and hit.Character.Name ~= game.Players.LocalPlayer.Name then
  1019.                 print(hit.Character.Name)
  1020.                
  1021.                 game:GetService("ReplicatedStorage").Damage:FireServer(hit.Character:FindFirstChild("Humanoid"), hit.Character.HumanoidRootPart.CFrame, 95, 0.1, Vector3.new(0,500,0),"rbxassetid://241837157", 5 ,Color3.new(1, 1, 1), "rbxassetid://1839997944", 1, 100)
  1022.            
  1023.         end
  1024.     end
  1025. end
  1026.  
  1027. _G.nou = function()
  1028.     nou = not nou
  1029.     --game:GetService("ReplicatedStorage").Damage: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)
  1030.                 if nou == true then
  1031.         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)
  1032.         game:GetService("ReplicatedStorage").RTZ:FireServer(
  1033.             true
  1034.         )
  1035.  
  1036.         game:GetService("ReplicatedStorage").Deflect:FireServer(
  1037.             true
  1038.         )
  1039.         game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  1040.             Text = "no u = true"; --The chat message
  1041.             Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  1042.             Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  1043.             TextSize = 18 --Text size, defaults to 18
  1044.         })
  1045.     else
  1046.         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)
  1047.         game:GetService("ReplicatedStorage").RTZ:FireServer(
  1048.             false
  1049.         )
  1050.  
  1051.         game:GetService("ReplicatedStorage").Deflect:FireServer(
  1052.             false
  1053.         )
  1054.         game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  1055.             Text = "no u = false"; --The chat message
  1056.             Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
  1057.             Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
  1058.             TextSize = 18 --Text size, defaults to 18
  1059.         })
  1060.     end
  1061. end
  1062. stand = 0
  1063.  
  1064. _G.freezeall = function()
  1065.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1066.     local x = 0
  1067.     local y = -1
  1068.     local z = 0
  1069.     for i = 1,80 do
  1070.         wait(0)
  1071.         z = z + 0.1
  1072.         if z <= 1 then
  1073.             x = x - 0.1
  1074.             y = y + 0.1
  1075.         elseif z <= 2 then
  1076.             x = x + 0.1
  1077.             y = y + 0.1
  1078.         elseif z <= 3 then
  1079.             x = x + 0.1
  1080.             y = y - 0.1
  1081.         elseif z <= 4 then
  1082.             x = x - 0.1
  1083.             y = y - 0.1
  1084.         end
  1085.         if z >= 5 then
  1086.         x = 0
  1087.         y = -1
  1088.         z = 0
  1089.         end
  1090.         local part = Instance.new("Part",workspace)
  1091.         part.Anchored = true
  1092.         part.Size = Vector3.new(1,1,1)
  1093.         part.CanCollide = false
  1094.         part.Transparency = 1
  1095.         game.Debris:AddItem(part,0.1)
  1096.         part.Position = game.Players.LocalPlayer.Character.Torso.Position+game.Players.LocalPlayer.Character.Torso.CFrame.LookVector*(x*10)+game.Players.LocalPlayer.Character.Torso.CFrame.RightVector*(y*10)
  1097.         game:GetService("ReplicatedStorage").Damage:FireServer(game.Players.LocalPlayer.Character.Humanoid,part.CFrame, 0.01, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,0,0),"rbxassetid://241837157", 1.5 ,Color3.new(1, 0, 0), "rbxassetid://1839997944", 0.8, 1)
  1098.         local part = Instance.new("Part",workspace)
  1099.         part.Anchored = true
  1100.         part.Size = Vector3.new(1,1,1)
  1101.         part.CanCollide = false
  1102.         part.Transparency = 1
  1103.         game.Debris:AddItem(part,0.1)
  1104.         part.Position = game.Players.LocalPlayer.Character.Torso.Position+game.Players.LocalPlayer.Character.Torso.CFrame.UpVector*((-x*10)/2)+game.Players.LocalPlayer.Character.Torso.CFrame.RightVector*(-y*10)
  1105.         game:GetService("ReplicatedStorage").Damage:FireServer(game.Players.LocalPlayer.Character.Humanoid,part.CFrame, 0.01, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,0,0),"rbxassetid://241837157", 1.5 ,Color3.new(1, 0, 0), "rbxassetid://1839997944", 0.8, 1)
  1106.     end
  1107.     wait(0.2)
  1108.     for i = 1,40 do
  1109.         --wait(0)
  1110.         z = z + 0.1
  1111.         if z <= 1 then
  1112.             x = x - 0.1
  1113.             y = y + 0.1
  1114.         elseif z <= 2 then
  1115.             x = x + 0.1
  1116.             y = y + 0.1
  1117.         elseif z <= 3 then
  1118.             x = x + 0.1
  1119.             y = y - 0.1
  1120.         elseif z <= 4 then
  1121.             x = x - 0.1
  1122.             y = y - 0.1
  1123.         end
  1124.         if z >= 5 then
  1125.         x = 0
  1126.         y = -1
  1127.         z = 0
  1128.         end
  1129.         local part = Instance.new("Part",workspace)
  1130.         part.Anchored = true
  1131.         part.Size = Vector3.new(1,1,1)
  1132.         part.CanCollide = false
  1133.         part.Transparency = 1
  1134.         game.Debris:AddItem(part,0.1)
  1135.         part.Position = game.Players.LocalPlayer.Character.Torso.Position+game.Players.LocalPlayer.Character.Torso.CFrame.LookVector*(x*10)+game.Players.LocalPlayer.Character.Torso.CFrame.RightVector*(y*10)
  1136.         game:GetService("ReplicatedStorage").Damage:FireServer(game.Players.LocalPlayer.Character.Humanoid,part.CFrame, 0.01, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,0,0),"rbxassetid://241837157", 1.5 ,Color3.new(1, 0, 0), "rbxassetid://1839997944", 0.8, 1)
  1137.         local part = Instance.new("Part",workspace)
  1138.         part.Anchored = true
  1139.         part.Size = Vector3.new(1,1,1)
  1140.         part.CanCollide = false
  1141.         part.Transparency = 1
  1142.         game.Debris:AddItem(part,0.1)
  1143.         part.Position = game.Players.LocalPlayer.Character.Torso.Position+game.Players.LocalPlayer.Character.Torso.CFrame.UpVector*((-x*10)/2)+game.Players.LocalPlayer.Character.Torso.CFrame.RightVector*(-y*10)
  1144.         game:GetService("ReplicatedStorage").Damage:FireServer(game.Players.LocalPlayer.Character.Humanoid,part.CFrame, 0.01, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,0,0),"rbxassetid://241837157", 1.5 ,Color3.new(1, 0, 0), "rbxassetid://1839997944", 0.8, 1)
  1145.     end
  1146.     wait(1)
  1147.     for i,v in pairs(game.Players:GetChildren())do
  1148.         if v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Block") and v.Name ~= game.Players.LocalPlayer.Name then
  1149.             game:GetService("ReplicatedStorage").Damage:FireServer(v.Character.Humanoid,game.Players.LocalPlayer.Character.Torso.CFrame, 10, 10, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,0.01,0),"rbxassetid://nil", 1,Color3.new(0,0,0), "rbxassetid://1839997944", 1, 1)
  1150.         end
  1151.     end
  1152.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  1153.  
  1154. end
  1155.  
  1156. local mouse = game.Players.LocalPlayer:GetMouse()
  1157.     _G.contc = mouse.KeyDown:Connect(function(key)
  1158.         if key == 'b' then
  1159.             if stand == 0 then
  1160.                 _G.func()
  1161.             else
  1162.                 _G.func2()
  1163.             end
  1164.         elseif key == 'j' then
  1165.             if stand == 0 then
  1166.                 _G.strong()
  1167.             else
  1168.                 _G.strong2()
  1169.             end
  1170.         elseif key == 'r' then
  1171.             if stand == 0 then
  1172.                 _G.kick()
  1173.             else
  1174.                 _G.kick2()
  1175.             end
  1176.         elseif key == 'e' then
  1177.             if stand == 0 then
  1178.                 _G.lepunch()
  1179.             else
  1180.                 _G.lepunch2()
  1181.             end
  1182.         elseif key == 't' then
  1183.             if stand == 0 then
  1184.                 _G.grab()
  1185.             else
  1186.                 _G.control()
  1187.             end
  1188.         elseif key == 'l' then
  1189.             --if stand == 0 then
  1190.                 _G.freeze()
  1191.             --end
  1192.         elseif key == 'k' then
  1193.         --  if stand == 0 then
  1194.                 _G.nou()
  1195.         --  end
  1196.         elseif key == 'h' then
  1197.             --if stand == 0 then
  1198.                 _G.bonk()
  1199.             --end
  1200.         elseif key == '=' then
  1201.             if stand == 0 then
  1202.                 _G.destroy()
  1203.             end
  1204.         elseif key == '-' then
  1205.             _G.spin()
  1206.             if stand == 0 then
  1207.                 stand = 1
  1208.             else
  1209.                 stand = 0
  1210.             end
  1211.         elseif key == 'x' then
  1212.             --if stand == 0 then
  1213.                 _G.backstab()
  1214.             --end
  1215.         elseif key == 'p' then
  1216.             --if stand == 0 then
  1217.                 game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p)
  1218.             --end
  1219.         elseif key == "f" then
  1220.             _G.freezeall()
  1221.         end
  1222.        
  1223.     end)
  1224.  
  1225.     print('h') -- 4774749466
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement