Bluzune_Scripts

Rumble Quest Hack Script

Apr 2nd, 2021
1,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. _G.Dungeon = {
  2.     ["Difficulty"] = "Easy", --Easy, Medium, Hard, Expert
  3.     ["PartyOnly"] = true, --Private
  4.     ["Hardcore"] = true, --Hardcore (1 life only)
  5.     ["Location"] = "Cave" --Caves, Underworld, Frozen Depths, Ancient Tomb, Jungle Temple
  6. }
  7. _G.AutoDungeon = false --NOTE: ITS BUGGY, AFTER YOU FINISH THE FIRST DUNGEON IT KEEPS SENDING YOU TO Cave Easy Hardcore idk how to fix it lol
  8.  
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/kvivz/idktbh/main/RumbleQuest", true))()
  10.  
  11. --my channel: https://www.youtube.com/channel/UCZFN1_TM429c95eSay_LwrQ
Advertisement
Add Comment
Please, Sign In to add comment