Advertisement
Xfer1111

Dungeon Quest GUI (OP)

Jul 14th, 2020
1,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. -- Must be in a Dungeon
  2. -- Not owned by me, Credits to the original Owner
  3. -- Xfer was here (T.V.K)
  4.  
  5. KEY = "c" -- Select a key, the key selected will clear the room on button press (A-Z) (non-capital)
  6. SIRMEME = true -- Set this to either true or false to enable or disable SirMeme namechanger mode
  7. _G.WALKSPEED = 80 -- Set this to the walkspeed amount you'd like
  8. _G.HIPHEIGHT = 8 -- What hipheight blablAblAlAALAALA
  9.  
  10.  
  11. loadstring(game:HttpGet(('https://pastebin.com/raw/F5vSFHZt'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement