The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Ro-Ghoul script pastebin roblox
By LINK GAME on 2024-09-17 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- These settings only work if _G.ServerHop is set to true -- --Turn to true to Server Hop -- _G.ServerHop = false -- Server hops if your player gets below a certain percentage of health _G.PercentageToHop = 25 -- Will server hop if you are below this percentage in health (0-99) -- Settings -- _G.AutoEquipMask = false _G.RepFarm = true --Turn ONE of these to true if server hopping -- _G.AogiriFarm = false _G.CCGFarm = false _G.HumanFarm = false _G.FarmAll = true -- Turn ONE of these to true if server hopping -- _G.PlayAsGhoul = false _G.PlayAsCCG = false  loadstring(game:HttpGet(('https://pastebin.com/raw/x9She8BF'),true))()