Advertisement
NukeVsCity

SHINDO LIFE INFINITE SPINS

Jan 10th, 2021
43,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ALL GENKAI / BLOODLINES NAMES BELOW IN PASTEBIN
  2.  
  3.  
  4. https://pastebin.com/h483u5if
  5.  
  6. --------------------------------------------------------------------------------
  7. SCRIPT IS BELOW THIS LINE
  8. --------------------------------------------------------------------------------
  9.  
  10.  
  11.  
  12. --Version 0.1.1
  13. --Put the script in autoexec if your exploit have it, free exploits don't usually.
  14. 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 no where else or I will shit on your reputation and copyright also any links should be above any other links in the description]]
  15. Credits = [[Discord Link: https://discord.com/invite/M5JYNPcSVh and also visit tech-brain.net/roblox-exploits for more products]]
  16.  
  17.  
  18. SETTINGS = {
  19. ["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.
  20. ["Spinning"] = {
  21. ["Enable"] = true,--
  22. ["ExactName"] = true,
  23. ["SpinningSlots"] = {
  24. ["Slot1"] = true,
  25. ["Slot2"] = true,
  26. ["Slot3"] = false,
  27. ["Slot4"] = false,
  28. },
  29. ["Wanted_Genkais"] = {
  30. "sengoku",
  31. },
  32. ["Limited_Spinning"] = false,
  33. ["Limited_Spins"] = 1,
  34. ["Farm_Candy"] = false,--Make this true if you want to farm candy for spins
  35. ["Farm_Candy_Spins_At"] = 1,--If spins lower or equal to this, farms candy
  36. ["Farm_Candy_Until"] = 6,--when farming candy, stop farming at 500 spins
  37. },
  38. ["ServerHop"] = {
  39. ["Enable"] = false,
  40. ["VersionSnipe"] = false,
  41. ["Version"] = "VER 007.6",
  42. ["Servers"] = {
  43. [1] = {
  44. ["Server"] = "Leaf",
  45. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  46. ["PlaceID"] = 4601350214,--dont change this
  47. ["VIP_Server_Code"] = "",--
  48. },
  49. [2] = {
  50. ["Server"] = "Rock",
  51. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  52. ["PlaceID"] = 4601350809,--dont change this
  53. ["VIP_Server_Code"] = "",
  54. },
  55. [3] = {
  56. ["Server"] = "Cloud",
  57. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  58. ["PlaceID"] = 4601350656,--dont change this
  59. ["VIP_Server_Code"] = "",
  60. },
  61. [4] = {
  62. ["Server"] = "Mist",
  63. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  64. ["PlaceID"] = 4601350760,--dont change this
  65. ["VIP_Server_Code"] = "",
  66. },
  67. [5] = {
  68. ["Server"] = "Sand",
  69. ["PublicServer"] = true,--if you want to use vip servers, make this fase
  70. ["PlaceID"] = 4601350394,--dont change this
  71. ["VIP_Server_Code"] = "",
  72. },
  73.  
  74.  
  75.  
  76. }
  77. },
  78. }
  79.  
  80. function GetHttp(URL,URL2)
  81.  
  82. local returning = nil
  83.  
  84. repeat
  85. local sCon = false
  86. spawn(function()
  87. returning = game:HttpGet((URL),true)
  88. sCon = true
  89. end)
  90. for i = 1,30 do
  91. if sCon ~= true then
  92. wait(0.1)
  93. end
  94. end
  95. if sCon ~= true and URL2 ~= nil then
  96. local sCon2 = false
  97. spawn(function()
  98. returning = game:HttpGet((URL2),true)
  99. sCon2 = true
  100. end)
  101. for i = 1,30 do
  102. if sCon2 ~= true then
  103. wait(0.1)
  104. end
  105. end
  106. end
  107. wait(1)
  108. until returning ~= nil
  109.  
  110. return returning
  111. end
  112.  
  113. 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 no where else or I will shit on your reputation and copyright also any links should be above any other links in the description]]
  114. Credits = [[Discord Link: https://discord.com/invite/M5JYNPcSVh and also visit tech-brain.net/roblox-exploits for more products]]
  115.  
  116. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8","https://gist.githubusercontent.com/TechyBrain/60be4405ac4f78d6f4bfb8eba79814f7/raw")
  117. loadstring(got)()
  118.  
  119.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement