Advertisement
QueenFake

RUMBLE_FARM_FULL0.1

Jan 1st, 2020
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. _G.Settings = {
  2.     BugFixer = {
  3.         ["Enabled"] = true, -- true == on , false == off , Gonna get back to lobby after seconds which you set below passes, good if you want to stay 24/7 afk
  4.         ["Leave Dungeon After"] = 300 -- Seonds to leave after like if you clear dungeon in 2 mins ( 120 seconds ) put it to 200
  5.     },
  6.     MoreSettings = {
  7.         ["Wait Time"] = 5, -- Wait time before auto executing , you can test it by yourself since it states for your pc
  8.         ["Fast Leave"] = true -- Gonna leave asap when dungeon ends / boss dies ( saves about 30 secs per dungeon )
  9.     }
  10. }
  11.  
  12. loadstring(game:HttpGet("https://pastebin.com/raw/iCu3Bw9E", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement