JacobRoblox

Untitled

May 8th, 2020
2,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ---- Config
  2. _G.isGreedy = true; -- change this to false if you would like to farm for spins
  3. _G.DesiredElements = {"Dragon","Arc of the Elements","Heaven's Wrath","Acceleration","Solar","Phoenix","Hydra","Lunar","Mechanization","Cosmic","Lava","Sound"}; -- Empty this out if you want to EXP farm.
  4. _G.maxLevel = 1000; -- Farming mode will automatically stop once you reach this level. Default is 1000, which is the maximum level in EGG.
  5. _G.IHaveSpins = false; -- turn this to true and the script will assume you always have enough rolls to reroll your current element.
  6. ----
  7. loadstring(game:HttpGet("https://pastebin.com/raw/nvpAYjSX"))();
Add Comment
Please, Sign In to add comment