Advertisement
NukeVsCity

WORKING SHINDO LIFE HACK

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