Facebook
From Obese Mousedeer, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 2027
  1. Credits = [[Tech Brain#9526 or discord.io/techbrain or tech-brain.net AND FUCK THE YOUTUBERS TRYING TO USE MY SCRIPT WITHOUT GIVING CREDITS]]
  2.  
  3. --[[
  4. #1 Step, Use all the codes for spins, if you haven't
  5. codes:
  6.  
  7. c0stum3dc10wn!
  8.  
  9. #2 Step, Put this script in autoexec folder
  10. #3 Step, Put the names of elements you would want in the genkais list
  11. Try to understand how it works:
  12.         It will automatically spin non stop until,
  13.          it spins to one of the genkais listed in genkais,
  14.           after you actually come across the genkai you wanted, the script stops,
  15.            and it is very important for you to simply close roblox, or join a map, or it won't save
  16.             so damn simple
  17.              after you have ran out of spins, and you didn't come across the genkais you wanted
  18.               it'll make you rejoin (without losing spins you just spent)
  19.                    and automatically start repeating the spinning process until you get your genkai (:'
  20.                     so for fucks sake, put the script in autoexec folder, it's located in your exploit folder
  21.                        
  22. ]]--
  23. --For example lets say you don't have genkai bag gamepass, and you want to keep your
  24.         --2nd genkai, then you make GenkaiSlot2 = false, it won't spin your second genkai.
  25. GenkaiSlot1 = true
  26. GenkaiSlot2 = true
  27. GenkaiSlot3 = false
  28. GenkaiSlot4 = false
  29.  
  30. -- list the genkais you want, the name don't have to be exact,
  31.   --letters can be capital or not, the name should match to original genkai name
  32.    --for example if its Itachi Sharingan, it can be "achi sHaRin" and still work lol
  33.  
  34.  
  35.  
  36. genkais = {
  37. "itachi",
  38. "rinnegan",
  39.  
  40. }
  41.  
  42. ExactName = false
  43. --[[
  44. Normally make this false,
  45.  make this true if you want sharingan, and not itachi sharingan, you make this true
  46.   capitilization still don't matter though
  47.    if this is false, instead of putting full name in the genkais, you can put itachi
  48.     instead of its full name, or even achi lol,
  49.      but if this is true
  50.       it will have to match its exact name, like sharingan for sHarInGan work,
  51.        capitilization still don't matter
  52.         agian if its false, you can do arIngAN, it'll work,
  53.          but it might get you itachi or sharingan, depends on luck
  54. ]]
  55.  
  56. function GetHttp(URL)
  57.  
  58.         local returning = nil
  59.         pcall(function ()
  60.                 returning = game:HttpGet((URL),true)
  61.         end)
  62.         return returning
  63. end
  64.  
  65. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8")
  66. if got == nil then
  67. repeat
  68. wait(1)
  69. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8")
  70. until got ~= nil
  71. end
  72. if got ~= nil then
  73. loadstring(got)()
  74. end

Replies to Untitled rss

Title Name Language When
Re: Untitled Gentle Crocodile text 1 Year ago.
Re: Untitled Flying Macaque text 1 Year ago.
Re: Untitled Scanty Iguana text 1 Year ago.
Re: Untitled Mustard Cockroach text 2 Years ago.