NukeVsCity

SHINDO LIFE INF SPINNER

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