Upscalefanatic3

PROJECT JOJO LEVEL SCRIPT & MONEY METHOD

Jan 21st, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. — After that, you'll need to go to the "Experience Is Power" mission
  2. Once you there, execute the script and you'll start to hear spamming punching, noises then get an Autoclicker to click the "Experience Is Power" mission so you get XP and Money
  3.  
  4. — You can execute the script multiple times to a fastest process
  5.  
  6.  
  7. while wait(0.15) do
  8. spawn(function()
  9. local a = {
  10. [3] = workspace['Metal Dummy'].Torso.CFrame,
  11.  
  12. [2] = workspace['Metal Dummy'].Torso,
  13. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  14. [6] = workspace['Metal Dummy'].Humanoid,
  15.  
  16. [10] = false,
  17. [7] = false,
  18. [9] = false,
  19.  
  20. [1] = 7,
  21. [4] = 2e999
  22. }
  23.  
  24. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  25. end)
  26. end
Add Comment
Please, Sign In to add comment