Advertisement
YT_PatricioTGN

Rox Hub Script

Jan 27th, 2021
14,276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. --[[
  2.  
  3. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  4. ░░░█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  5. ░░█░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  6. ░░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  7. ░░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  8. ░░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  9. ░░█░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  10. ░░█░░██░░░░░███████░░█░░░░░█░░░░░░░░░████████░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  11. ░░███░░░░░░█░░░░░░░█░░█░░░█░░░░░░░░░░█░░░░░░█░█░░░░░░█░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  12. ░░█░░█░░░░░█░░░░░░░█░░░█░█░░░░░░░░░░░█░░░░░░█░█░░░░░░█░███████░░░░░░░░░░░░░░░░░░░░░░░
  13. ░░█░░░█░░░░█░░░░░░░█░░░░█░░░░░░░░░░░░█░░░░░░█░█░░░░░░█░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░
  14. ░░█░░░░█░░░█░░░░░░░█░░░█░█░░░░░░░░░░░█░░░░░░█░█░░░░░░█░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░
  15. ░░█░░░░░█░░█░░░░░░░█░░█░░░█░░░░░░░░░░█░░░░░░█░█░░░░░░█░█░░░░░░█░░░░░░░░░░░░░░░░░░░░░░
  16. ░░█░░░░░░█░░███████░░█░░░░░█░░░░░░░░░█░░░░░░█░░██████░░░██████░░░░░░░░░░░░░░░░░░░░░░░
  17. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  18. ]]
  19. --// Options Rox Hub \\--
  20. Rox_Hub = true
  21.  
  22. --Secion Games Settings
  23.  
  24. --Dragon Ball Rage
  25. GokuFarm = false
  26. CorruptkinFarm = false
  27.  
  28. --Zombie Strike
  29. Auto_Farm_SZ = false
  30.  
  31. getgenv().OptionsZS = {
  32. [1] = {
  33. ["Difficulty"] = 1,
  34. ["Gamemode"] = "Mission",
  35. ["Hardcore"] = true,
  36. ["Public"] = true,
  37. ["Campaign"] = 2
  38. }
  39. }
  40.  
  41. --Rox Hub Script
  42. loadstring(game:HttpGet("https://gist.githubusercontent.com/HaxxV1/d7cfdb5090e819a84a8db22fb113f39d/raw"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement