NukeVsCity

SHINDO LIFE HACK AUTOFARM & INF SPINNER

Apr 12th, 2021 (edited)
7,496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. loadstring(game:HttpGet("https://bruh.keshhub.com/.lua"))()
  2.  
  3. -------------------------------------------------------------
  4.  
  5. AUTOFARM SCRIPT ABOVE
  6.  
  7.  
  8.  
  9.  
  10.  
  11. INF SPINS SCRIPT BELOW , READ SCRIPT TO KNOW HOW TO SETUP
  12.  
  13.  
  14. ----------------------------------------------------------------------------------------------------
  15.  
  16.  
  17. --Version 0.2.3
  18. --Update: Added element spinner too, just make TYPE = false for it to spin elements, or true for genkais!
  19. --Put the script in autoexec if your exploit have it, free exploits don't usually.
  20.  
  21. SETTINGS = {
  22. Real_Owner = [[
  23. (NEW) TUTORIAL PART 2: https://youtu.be/NaHQ1DZ5Hw8
  24.  
  25. **Change Logs**
  26. Fixed game not loaded
  27.  
  28. This script is actually FREE and can be found by a faker who releases this script under their name
  29. without giving credits to me, and making people go through many ads to get it
  30. or even making it paid, but whole time its free, make sure you get it from the source!
  31. Where to buy: https://www.tech-brain.net/product-page/shinobi-life-2-infinite-spinning
  32.  
  33. List of bloodlines is in the discord's channel named #scripts n shit and many
  34. other steps on how to use the script correctly Discord Server: https://discord.gg/8KqTZVcfCP
  35.  
  36. Myself, the real owner and the creator of this script is Tech Brain#0001
  37. If you got this from a fake, send their info to me at Tech Brain#0001 in discord
  38. Discord Server: https://discord.gg/8KqTZVcfCP or discord.io/techbrain
  39.  
  40. ]],
  41. ENABLED = true,--Make this false to not run this script at all
  42. LoadTime = 15,--Sometimes the game break and does not load you,
  43. --and you are just in sky, so after this many seconds it'll rejoin if not loaded.
  44.  
  45.  
  46. SpinningSlots = {--What slots do you have that you want to spin? and others not?,
  47. --just make true to spin or false to not for each slots
  48. Slot1 = true,
  49. Slot2 = true,
  50. Slot3 = false,
  51. Slot4 = false,
  52. },
  53. TYPE = true,--Make this true for it to spin for bloodlines/genkais, or make it false to make it spin for elements
  54. ExactName = false,--If you put "sharingan" in Wanted, it will think it can be the sharingan or itachisharingan, or obitosharingan, or sasukesharingan
  55. --So you can put itachi though cause other genkais dont have itachi in their name,
  56. --So yea there's also a genkai named sharingan, now how to get that specifically?
  57. --Just make ExactName = true, simple right, but after that you cant put itachi to get itachisharingan,
  58. --you'd have to put full name itachisharingan, but you can always make ExactName true or false
  59.  
  60. Wanted = {
  61. "dangan",
  62. "riser",
  63. },
  64.  
  65. }
  66.  
  67. function GetHttp(URL)
  68. local returning = nil
  69. repeat
  70. pcall(function()
  71. returning = game:HttpGet(URL,true)
  72. end)
  73. if returning == nil then
  74. warn("Failed to get "..URL)
  75. wait(0.5)
  76. end
  77. until returning ~= nil
  78. return returning
  79. end
  80.  
  81. got = GetHttp("https://gist.github.com/TechyBrain/ff335de50569aafdf7d4f3920a59a745/raw")
  82. loadstring(got)()
  83.  
  84.  
Add Comment
Please, Sign In to add comment