Advertisement
Guest User

Zombie Strike Script

a guest
Dec 8th, 2019
4,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1.  == MAPS ==
  2.  The Retro City - 1
  3.  The Factory - 2
  4.  The Firelands - 3 - (not added yet)
  5.  == DIFFICULTIES ==
  6.  Easy - 1
  7.  Medium - 2
  8.  Hard - 3
  9.  Very Hard - 4
  10.  Extreme - 5
  11. ]]
  12. --Settings
  13. _G.Settings = {
  14.  Difficulty = 1;
  15.  Map = 1;
  16.  Hardcore = true;
  17. }
  18. loadstring(game:HttpGet("https://pastebin.com/raw/GPsD6fX4", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement