paenghaha

spin

Feb 23rd, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. --Version 0.1.9
  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. This script is free can be found by a faker who releases this script under their name
  8. without giving credits to creator, and making people go through multiple ads to get it
  9. or making it paid, but whole time its free, make sure you get it from the source!
  10. Source: https://www.tech-brain.net/product-page/shinobi-life-2-infinite-spinning
  11.  
  12.  
  13. The real owner and creator of this script is Tech Brain#0001
  14. If you got this from a fake, send their info to me at Tech Brain#0001 in discord
  15. Discord Server: https://discord.gg/8KqTZVcfCP or discord.io/techbrain
  16.  
  17. Tutorial to help you how to use: https://www.youtube.com/watch?v=HrqD0hMcCpQ
  18.  
  19. ]],
  20. ENABLED = true,--Make this false to not run this script at all
  21. LoadTime = 15,--Sometimes the game break and does not load you,
  22. --and you are just in sky, so after this many seconds it'll rejoin if not loaded.
  23.  
  24.  
  25. SpinningSlots = {--What slots do you have that you want to spin? and others not?,
  26. --just make true to spin or false to not for each slots
  27. Slot1 = true,
  28. Slot2 = true,
  29. Slot3 = false,
  30. Slot4 = false,
  31. },
  32. TYPE = true,--Make this true for it to spin for bloodlines/genkais, or make it false to make it spin for elements
  33. ExactName = false,--If you put "sharingan" in Wanted, it will think it can be the sharingan or itachisharingan, or obitosharingan, or sasukesharingan
  34. --So you can put itachi though cause other genkais dont have itachi in their name,
  35. --So yea there's also a genkai named sharingan, now how to get that specifically?
  36. --Just make ExactName = true, simple right, but after that you cant put itachi to get itachisharingan,
  37. --you'd have to put full name itachisharingan, but you can always make ExactName true or false
  38.  
  39. Wanted = {
  40. "dangan",
  41. "riser",
  42. },
  43.  
  44. }
  45.  
  46. function GetHttp(URL)
  47. local returning = nil
  48. repeat
  49. pcall(function()
  50. returning = game:HttpGet(URL,true)
  51. end)
  52. if returning == nil then
  53. warn("Failed to get "..URL)
  54. wait(0.5)
  55. end
  56. until returning ~= nil
  57. return returning
  58. end
  59.  
  60. got = GetHttp("https://gist.github.com/TechyBrain/ff335de50569aafdf7d4f3920a59a745/raw")
  61. loadstring(got)()
  62.  
Add Comment
Please, Sign In to add comment