NukeVsCity

SHINDO LIFE SPIN SCRIPT

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