Advertisement
demon11069

Project: XL RACE, BAG & MENTOR AUTO FARM

Jun 17th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Bag Auto Farm: shared.Enabled = true
  2. _G.Desired = {"Eternal Gumbai","Bamboo Hat"}
  3. _G.Farm = "Random Accessory" -- You can change to Random Armor, etc.. it works on everything that is a bag
  4. _G.AutoEquip = false
  5.  
  6. -- It may glitch if you execute it two times (I'm going to fix that)
  7.  
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/FatelessS/Scripts/main/Project%3AXLBag"))()
  9.  
  10.  
  11. Mentor Auto Farm: shared.Enabled = true
  12. _G.Mentor = "Hisashi Midoriya"
  13. _G.AutoEquip = true
  14.  
  15. -- It may glitch if you execute it two times (I'm going to fix that)
  16.  
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/FatelessS/Scripts/main/Project%3AXLMentor"))()
  18.  
  19. Race Auto Farm: shared.Enabled = true
  20. _G.Mob = "Rahgan's Overseers"
  21. _G.Races = {"Frieza Race"}
  22.  
  23. -- It may glitch if you execute it two times (I'm going to fix that)
  24.  
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/FatelessS/Scripts/main/Project%3AXL"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement