This is comment for paste
Rumble Quest GUI
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Settings = {
- Lobby = {
- ["Difficulty"] = "Expert", -- Difficulty for Dungeon
- ["PartyOnly"] = true, -- Dont change if you want to create dungeon privately
- ["Hardcore"] = true, --Hardcore of Dungeon
- ["Location"] = "Underworld" -- Where to Farm
- },
- AutoSell = {
- ["Enabled"] = false, -- true == on , false == off , Gonna sell all items except legendaries and equippeds
- ["Sell Weapons"] = true, -- Auto Sell Swords
- ["Sell Armors"] = true, -- Auto Sell Armors
- ["Sell Abilities"] = true, -- Auto Sell Abilities
- ["Sell Cosmetics"] = true -- Auto Sell Cosmetics
- },
- AutoUpgrade = {
- ["Enabled"] = false, -- true == on , false == off , Gonna upgrade items which are chosen below
- ["Upgrade Weapon"] = true, -- Auto Upgrade Weapon
- ["Upgrade Armor"] = true -- Auto Upgrade Armor
- },
- AutoPoint = {
- ["Enabled"] = true, -- true == on , false == off , Gonna auto put points which you chose below
- ["Point to Put"] = "Strength" -- Point to Auto Put
- },
- BugFixer = {
- ["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
- ["Leave Dungeon After"] = 300 -- Seonds to leave after like if you clear dungeon in 2 mins ( 120 seconds ) put it to 200
- },
- MoreSettings = {
- ["Wait Time"] = 5, -- Wait time before auto executing , you can test it by yourself since it states for your pc
- ["Fast Leave"] = true -- Gonna leave asap when dungeon ends / boss dies ( saves about 30 secs per dungeon )
- }
- }
- loadstring(game:HttpGet("http://defaultkebab.000webhostapp.com/Scripts/Rumble-Quest.lua", true))()
Add Comment
Please, Sign In to add comment