Advertisement
NukeVsCity

Shindo Life Inf Spins Hack

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