Advertisement
BlyatMan69

DBZ2

Jan 16th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
  2. local w = library:CreateWindow('Shit DBZ game')
  3. w:Section("Made by StalinTheMighty On V3rm")
  4. local t = w:Toggle("AutoCharge", {flag = "toggle1"})
  5. local t = w:Toggle("AutoDefense", {flag = "toggle2"})
  6. local t = w:Toggle("AutoKi", {flag = "toggle3"})
  7.  
  8. spawn(function()
  9. while wait()do
  10. if w.flags.toggle1 then
  11. local oh1 = game:GetService("Players").LocalPlayer.Status
  12. local oh2 = game:GetService("Players").LocalPlayer.Character.UpperTorso
  13. local oh3 = game:GetService("Players").LocalPlayer.Character.Humanoid
  14. local oh4 = false
  15. game:GetService("ReplicatedStorage").Remotes.Training.Charge:InvokeServer(oh1, oh2, oh3, oh4)
  16. end
  17. end
  18. end)
  19.  
  20. spawn(function()
  21. while wait()do
  22. if w.flags.toggle2 then
  23. local oh1 = game:GetService("Players").LocalPlayer.Stats
  24. local oh2 = game:GetService("Players").LocalPlayer.Status
  25. local oh3 = game:GetService("Players").LocalPlayer.Character.Humanoid
  26. local oh4 = game:GetService("Players").LocalPlayer.Character.RightHand
  27. game:GetService("ReplicatedStorage").Remotes.Training.Defense:InvokeServer(oh1, oh2, oh3, oh4)
  28. end
  29. end
  30. end)
  31.  
  32. spawn(function()
  33. while wait()do
  34. if w.flags.toggle3 then
  35. local oh1 = game:GetService("Players").LocalPlayer.Status
  36. local oh2 = game:GetService("Players").LocalPlayer.Stats
  37. local oh3 = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  38. local oh4 = game:GetService("Players").LocalPlayer.Character.RightHand
  39. local oh5 = game:GetService("Players").LocalPlayer.Character.LeftHand
  40. local oh6 = game:GetService("Players").LocalPlayer.Character.UpperTorso
  41. game:GetService("ReplicatedStorage").Remotes.Training.Blast:InvokeServer(oh1, oh2, oh3, oh4, oh5, oh6)
  42. end
  43. end
  44. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement