Advertisement
scripercory1

Zombie Strike I

Mar 14th, 2021
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. --[[
  2. Support:
  3. [Dungeon]
  4. 1 = The Retro City
  5. 2 = The Factory
  6. 3 = The Firelands
  7. 5 = The Wild Wild West
  8. 6 = The Magic Tower
  9. [Difficulty]
  10. 1 = Easy
  11. 2 = Medium
  12. 3 = Hard
  13. 4 = VeryHard
  14. 5 = Extreme
  15. if the script not work, your setup suck
  16. ]]
  17.  
  18. _G.Setting = {
  19. Hardcore = true,
  20. Gamemode = "Mission" ,-- Mission/Arena/
  21. AutoSelect = { -- AutoSelect Difficulty for dungeon
  22. Enabled = true, --
  23. ["Dungeon"] = 1, -- 1-6
  24. },
  25. CustomDungeon = { -- Setup byself and AutoSelect must = false
  26. Enabled = false,
  27. ["Dungeon"] = 1, -- 1-6
  28. ["Difficulty"] = 2 ,-- 1-5
  29. }
  30. }
  31.  
  32. _G.NameHider = {
  33. Enabled = true,
  34. ["Level"] = "Inf",
  35. ["EXP"] = "Inf",
  36. ["HP"] = "Inf",
  37. ["Avatar"] = "rbxassetid://4782301932"
  38. }
  39.  
  40. loadstring(game:HttpGet("https://pastebin.com/raw/GvEVsebA", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement