Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Support:
- [Dungeon]
- 1 = The Retro City
- 2 = The Factory
- 3 = The Firelands
- 5 = The Wild Wild West
- 6 = The Magic Tower
- [Difficulty]
- 1 = Easy
- 2 = Medium
- 3 = Hard
- 4 = VeryHard
- 5 = Extreme
- if the script not work, your setup suck
- ]]
- _G.Setting = {
- Hardcore = true,
- Gamemode = "Mission" ,-- Mission/Arena/
- AutoSelect = { -- AutoSelect Difficulty for dungeon
- Enabled = true, --
- ["Dungeon"] = 1, -- 1-6
- },
- CustomDungeon = { -- Setup byself and AutoSelect must = false
- Enabled = false,
- ["Dungeon"] = 1, -- 1-6
- ["Difficulty"] = 2 ,-- 1-5
- }
- }
- _G.NameHider = {
- Enabled = true,
- ["Level"] = "Inf",
- ["EXP"] = "Inf",
- ["HP"] = "Inf",
- ["Avatar"] = "rbxassetid://4782301932"
- }
- loadstring(game:HttpGet("https://pastebin.com/raw/GvEVsebA", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement