Advertisement
Upscalefanatic3

Field of Battle Script

Jan 24th, 2018
12,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. -- READ CAREFULLY!!!!!!!
  2.  
  3.  
  4.  
  5.  
  6.  
  7. -- What it does:
  8. Changes your max health (Reset after running to get it; Run it again after leveling up and reset IF you level up.), damage (IF you level up run it again.), your enchant level (Rejoin for it to work.), and your gems. (You can sell all the gems each for $1,500 gold so infinite gold.)
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. local RS=game:GetService'ReplicatedStorage'
  18. local Call=require(RS.Scripts.ClientLib).Call
  19. Call(RS.Remote.SetPlayerVar,'BonusDamage',2e9)
  20. Call(RS.Remote.SetPlayerVar,'MaxHealth',2e9)
  21. Call(RS.Remote.BuyArmor,RS.Armor:WaitForChild'Admin Armor')
  22. Call(RS.Remote.SetPlayerVar,'ActualEnchant',5000)
  23. Call(RS.Remote.SetPlayerVar,'IsLeader',true)
  24. Call(RS.Remote.ChangeGemAmount,'Mithril',2000)
  25. Call(RS.Remote.ChangeGemAmount,'Demonite',2000)
  26. Call(RS.Remote.ChangeGemAmount,'Fury Stone',2000)
  27. Call(RS.Remote.ChangeGemAmount,'Dragon Bone',2000)
  28. Call(RS.Remote.ChangeGemAmount,'Spirit Shard',2000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement