Advertisement
AlbertsHere

Release? first script dragon ball rage

Feb 18th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:connect(function()
  2. local A_1 = "Right"
  3. local Event = game:GetService("ReplicatedStorage").Remotes.Actions.EnergyBlast
  4. Event:InvokeServer(A_1)
  5. local A_1 = game:GetService("Players").bobokoebe.Stats
  6. local A_2 = game:GetService("Players").bobokoebe.Status
  7. local A_3 = game:GetService("Workspace").bobokoebe.Humanoid
  8. local A_4 = game:GetService("Workspace").bobokoebe.RightHand
  9. local Event = game:GetService("ReplicatedStorage").Remotes.Training.KiBlade
  10. Event:InvokeServer(A_1, A_2, A_3, A_4)
  11. local A_1 = "Left"
  12. local Event = game:GetService("ReplicatedStorage").Remotes.Actions.EnergyBlast
  13. Event:InvokeServer(A_1)
  14. local A_1 =
  15. {
  16. ["LeftLowerArm"] = game:GetService("Workspace").bobokoebe.LeftLowerArm,
  17. ["RightUpperArm"] = game:GetService("Workspace").bobokoebe.RightUpperArm,
  18. ["LeftFoot"] = game:GetService("Workspace").bobokoebe.LeftFoot,
  19. ["RightHand"] = game:GetService("Workspace").bobokoebe.RightHand,
  20. ["RightLowerArm"] = game:GetService("Workspace").bobokoebe.RightLowerArm,
  21. ["LeftUpperLeg"] = game:GetService("Workspace").bobokoebe.LeftUpperLeg,
  22. ["LeftUpperArm"] = game:GetService("Workspace").bobokoebe.LeftUpperArm,
  23. ["Character"] = game:GetService("Workspace").bobokoebe,
  24. ["LeftHand"] = game:GetService("Workspace").bobokoebe.LeftHand,
  25. ["RightFoot"] = game:GetService("Workspace").bobokoebe.RightFoot,
  26. ["Humanoid"] = game:GetService("Workspace").bobokoebe.Humanoid,
  27. ["RightLowerLeg"] = game:GetService("Workspace").bobokoebe.RightLowerLeg,
  28. ["RightUpperLeg"] = game:GetService("Workspace").bobokoebe.RightUpperLeg,
  29. ["LeftLowerLeg"] = game:GetService("Workspace").bobokoebe.LeftLowerLeg
  30. }
  31. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Combat
  32. Event:InvokeServer(A_1)
  33.  
  34.  
  35. local A_1 = game:GetService("Players").bobokoebe.Stats
  36. local A_2 = game:GetService("Players").bobokoebe.Status
  37. local A_3 = game:GetService("Workspace").bobokoebe.Humanoid
  38. local A_4 = game:GetService("Workspace").bobokoebe.RightHand
  39. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Defense
  40. Event:InvokeServer(A_1, A_2, A_3, A_4)
  41. local A_1 = game:GetService("Players").bobokoebe.Status
  42. local A_2 = game:GetService("Workspace").bobokoebe.UpperTorso
  43. local A_3 = game:GetService("Workspace").bobokoebe.Humanoid
  44. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Charge
  45. Event:InvokeServer(A_1, A_2, A_3)
  46. end)
  47. Again not sure if this has been released but I made it,
  48. makes you lag quite a bit but an alright afk script
  49. Replace bobokoebe with your user.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement