NukeVsCity

inf script updated

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