NukeVsCity

Shinobi Life INFINITE SPINS HACK

Nov 8th, 2020 (edited)
8,602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. Warning = [[Yo youtubers and discord servers and site owners the link to my script should be my product link from my website tech-brain.net nowhere else or I will shit on your reputation and copyright! also the link should be above any other links in the discription]]
  2. Credits = [[Discord Link : https://discord.gg/UjHTw7Q and also visit tech-brain.net for more stuff]]
  3.  
  4. --Version 0.0.5
  5. --Put the script in autoexec if your exploit have it, free exploits don't usually.
  6.  
  7. SETTINGS = {
  8. ["LoadTime"] = 15,--Defaut is 15 seconds when joining game, how many seconds you want to wait for your game to load, sometimes game break. After it rejoins you.
  9. ["Spinning"] = {
  10. ["Enable"] = true,--
  11. ["ExactName"] = false,
  12. ["SpinningSlots"] = {
  13. ["Slot1"] = true,
  14. ["Slot2"] = true,
  15. ["Slot3"] = false,
  16. ["Slot4"] = false,
  17. },
  18. ["Wanted_Genkais"] = {
  19. "obito",
  20. "jashin",
  21. "inuzuka",
  22. },
  23. ["Limited_Spinning"] = false,
  24. ["Limited_Spins"] = 1,
  25. ["Farm_Candy"] = false,--Make this true if you want to farm candy for spins
  26. ["Farm_Candy_Spins_At"] = 1,--If spins lower or equal to this, farms candy
  27. ["Farm_Candy_Until"] = 6,--when farming candy, stop farming at 500 spins
  28. },
  29. ["ServerHop"] = {
  30. ["Enable"] = false,
  31. ["VersionSnipe"] = false,
  32. ["Version"] = "VER 007.6",
  33. ["Servers"] = {
  34. [1] = {
  35. ["Server"] = "Leaf",
  36. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  37. ["PlaceID"] = 4601350214,--dont change this
  38. ["VIP_Server_Code"] = "",--
  39. },
  40. [2] = {
  41. ["Server"] = "Rock",
  42. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  43. ["PlaceID"] = 4601350809,--dont change this
  44. ["VIP_Server_Code"] = "",
  45. },
  46. [3] = {
  47. ["Server"] = "Cloud",
  48. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  49. ["PlaceID"] = 4601350656,--dont change this
  50. ["VIP_Server_Code"] = "",
  51. },
  52. [4] = {
  53. ["Server"] = "Mist",
  54. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  55. ["PlaceID"] = 4601350760,--dont change this
  56. ["VIP_Server_Code"] = "",
  57. },
  58. [5] = {
  59. ["Server"] = "Sand",
  60. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  61. ["PlaceID"] = 4601350394,--dont change this
  62. ["VIP_Server_Code"] = "",
  63. },
  64.  
  65.  
  66.  
  67. }
  68. },
  69. }
  70.  
  71. function GetHttp(URL,URL2)
  72.  
  73. local returning = nil
  74.  
  75. repeat
  76. local sCon = false
  77. spawn(function()
  78. returning = game:HttpGet((URL),true)
  79. sCon = true
  80. end)
  81. for i = 1,30 do
  82. if sCon ~= true then
  83. wait(0.1)
  84. end
  85. end
  86. if sCon ~= true and URL2 ~= nil then
  87. local sCon2 = false
  88. spawn(function()
  89. returning = game:HttpGet((URL2),true)
  90. sCon2 = true
  91. end)
  92. for i = 1,30 do
  93. if sCon2 ~= true then
  94. wait(0.1)
  95. end
  96. end
  97. end
  98. wait(1)
  99. until returning ~= nil
  100.  
  101. return returning
  102. end
  103.  
  104. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8","https://gist.githubusercontent.com/TechyBrain/cce7fea180136fbd01e6a615ea8b696b/raw/5c19340467dcf828590ee08816c78d4faaa067af/SL2_Spin_Farm")
  105. loadstring(got)()
  106.  
  107.  
Add Comment
Please, Sign In to add comment