NukeVsCity

Shindo Life Updated Script

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