Advertisement
Guest User

Untitled

a guest
May 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2.  
  3. spawn(function()
  4. game:GetService("RunService").Heartbeat:Connect(function()
  5. plr.Auto.Value = plr.Auto.Value + 1
  6. game.ReplicatedStorage.Core:FireServer("DefTraining")
  7. end)
  8. end)
  9.  
  10. spawn(function()
  11. while wait(0.5) do
  12. local A_1 = "Zap"
  13. local Event = game:GetService("ReplicatedStorage").AMagicFunction
  14. Event:FireServer(A_1)
  15.  
  16. local A_1 = "Zap"
  17. local A_2 = "UR NAME"
  18. local A_3 = Vector3.new(-2408.54688, 6.63423872, -120.248062)
  19. local Event = game:GetService("ReplicatedStorage").ClientFunctions
  20. Event:FireServer(A_1, A_2, A_3)
  21.  
  22. local A_1 = "Stun"
  23. local A_2 =
  24. {
  25. ["Dmg"] = 7,
  26. ["hit"] = game:GetService("Workspace").TrainingLog.Union,
  27. ["Color"] = Color3.new(0.827451, 0.933333, 1),
  28. ["plr"] = game:GetService("Players").UR NAME,
  29. ["GuiColor"] = Color3.new(0.827451, 0.933333, 1)
  30. }
  31. local Event = game:GetService("ReplicatedStorage").EffectsRemote
  32. Event:FireServer(A_1, wA_2)
  33. wait(0.5)
  34. local A_1 = "BeginCharge"
  35. local Event = game:GetService("ReplicatedStorage").Core
  36. Event:FireServer(A_1)
  37. wait(0.5)
  38. end
  39. end)
  40.  
  41. spawn(function()
  42. game:GetService("RunService").Heartbeat:Connect(function()
  43. plr.Auto.Value = plr.Auto.Value + 1
  44. game.ReplicatedStorage.Core:FireServer("SpeedTraining")
  45. end)
  46. end)
  47.  
  48. spawn(function()
  49. plr = game.Players.LocalPlayer
  50. game:GetService("RunService").Heartbeat:Connect(function()
  51. game.ReplicatedStorage.Core:FireServer("TouchDamage", "Punch", workspace.TrainingLog.Union, RightLowerArm)
  52. end)
  53. end)
  54.  
  55. spawn(function()
  56. game:GetService("RunService").Heartbeat:Connect(function()
  57. local A_1 = "Run"
  58. local A_2 = true
  59. local Event = game:GetService("ReplicatedStorage").Core
  60. Event:FireServer(A_1, A_2)
  61. game.Players.LocalPlayer.Stamina.Value = 100
  62. end)
  63. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement