NukeVsCity

SHINDO LIFE OP SPIN SCRIPT

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