NekoMitzi

Ro-Ghoul Script!

Jan 1st, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. -- These settings only work if _G.ServerHop is set to true --
  2. --Turn to true to Server Hop --
  3. _G.ServerHop = false -- Server hops if your player gets below a certain percentage of health
  4. _G.PercentageToHop = 25 -- Will server hop if you are below this percentage in health (0-99)
  5. -- Settings --
  6. _G.AutoEquipMask = false
  7. _G.RepFarm = false
  8. --Turn ONE of these to true if server hopping --
  9. _G.AogiriFarm = false
  10. _G.CCGFarm = false
  11. _G.HumanFarm = false
  12. _G.FarmAll = false
  13. -- Turn ONE of these to true if server hopping --
  14. _G.PlayAsGhoul = false
  15. _G.PlayAsCCG = false
  16.  
  17. loadstring(game:HttpGet(('https://pastebin.com/raw/x9She8BF'),true))()
Add Comment
Please, Sign In to add comment