Bluzune_Scripts

Super Evolutin Hack Script

Apr 4th, 2021 (edited)
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. -- Infinite Zeni/Coins
  2. game.ReplicatedStorage.Events.DropTouched:FireServer("COIN", 1e17, "MBAYI", "CoinTreasure")
  3.  
  4. -- Infinite Orbs
  5. game.ReplicatedStorage.Events.DropTouched:FireServer("ORB", 1e17, "MBAYI", "CoinTreasure")
  6.  
  7. -- Stat Change
  8. local amount = "1e8"
  9. for i,v in pairs({"Agility","Endurance","Power","Energy"}) do
  10.     game.ReplicatedStorage.Events.HeroTraining:FireServer("90210",v,amount)
  11. end
  12.  
  13. --my channel: https://www.youtube.com/channel/UCZFN1_TM429c95eSay_LwrQ
Add Comment
Please, Sign In to add comment