NukeVsCity

Shindo Life Spin hack again

Dec 3rd, 2020
1,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. Warning = [[Yo youtubers, discord server owners 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 any links should be above any other links in the description]]
  2. Credits = [[Discord Link: https://discord.gg/UjHTw7Q also visit tech-brain.net for more products]]
  3.  
  4. --Version 0.0.9
  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. "shisui",
  20. },
  21. ["Limited_Spinning"] = false,
  22. ["Limited_Spins"] = 1,
  23. ["Farm_Candy"] = false,--Make this true if you want to farm candy for spins
  24. ["Farm_Candy_Spins_At"] = 1,--If spins lower or equal to this, farms candy
  25. ["Farm_Candy_Until"] = 6,--when farming candy, stop farming at 500 spins
  26. },
  27. ["ServerHop"] = {
  28. ["Enable"] = false,
  29. ["VersionSnipe"] = false,
  30. ["Version"] = "VER 007.6",
  31. ["Servers"] = {
  32. [1] = {
  33. ["Server"] = "Leaf",
  34. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  35. ["PlaceID"] = 4601350214,--dont change this
  36. ["VIP_Server_Code"] = "",--
  37. },
  38. [2] = {
  39. ["Server"] = "Rock",
  40. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  41. ["PlaceID"] = 4601350809,--dont change this
  42. ["VIP_Server_Code"] = "",
  43. },
  44. [3] = {
  45. ["Server"] = "Cloud",
  46. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  47. ["PlaceID"] = 4601350656,--dont change this
  48. ["VIP_Server_Code"] = "",
  49. },
  50. [4] = {
  51. ["Server"] = "Mist",
  52. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  53. ["PlaceID"] = 4601350760,--dont change this
  54. ["VIP_Server_Code"] = "",
  55. },
  56. [5] = {
  57. ["Server"] = "Sand",
  58. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  59. ["PlaceID"] = 4601350394,--dont change this
  60. ["VIP_Server_Code"] = "",
  61. },
  62.  
  63.  
  64.  
  65. }
  66. },
  67. }
  68.  
  69. function GetHttp(URL,URL2)
  70.  
  71. local returning = nil
  72.  
  73. repeat
  74. local sCon = false
  75. spawn(function()
  76. returning = game:HttpGet((URL),true)
  77. sCon = true
  78. end)
  79. for i = 1,30 do
  80. if sCon ~= true then
  81. wait(0.1)
  82. end
  83. end
  84. if sCon ~= true and URL2 ~= nil then
  85. local sCon2 = false
  86. spawn(function()
  87. returning = game:HttpGet((URL2),true)
  88. sCon2 = true
  89. end)
  90. for i = 1,30 do
  91. if sCon2 ~= true then
  92. wait(0.1)
  93. end
  94. end
  95. end
  96. wait(1)
  97. until returning ~= nil
  98.  
  99. return returning
  100. end
  101.  
  102. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8","https://gist.githubusercontent.com/TechyBrain/60be4405ac4f78d6f4bfb8eba79814f7/raw")
  103. loadstring(got)()
  104.  
  105.  
Add Comment
Please, Sign In to add comment