Advertisement
imodex

Anime Mania

Apr 7th, 2021
22,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. _G.Level = "Bandit Raid" -- Map Selection ["Leaf Village Gate", "Bandit Raid", "Chunins Exam", "Sand Raid", "Maruto Unlimited Mode", "Hollow Raid", "Corrupt Soul Reaper Ambush", "Vasto Raid", "Arrankar Invasion", "Lord Aiden", "Reaper Unlimited Mode"]
  2. _G.Password = "SomePassword" -- set password to w/e, not sure how multiple people using same password works
  3. _G.Distance = "8" -- Distance under while farming (8 is default, change as you like)
  4. _G.AttackType = "Spin" -- "Spin" will spin around under them, default will just be under them.
  5. _G.AutoMerge = false -- WARNING! THIS WILL COMBINE ALL NON-FAVORATED/NON-STAR'D CHARACTERS. USE AT YOUR OWN RISK. SET TO 'true' IF WANTED.
  6. _G.MergeCharacter = '' -- Instructions on how to get this key later in the thread.
  7. _G.NoSkill1 = false -- Disables skill 1 when true.
  8. _G.NoSkill2 = false -- Disables skill 2 when true.
  9. _G.NoSkill3 = false -- Disables skill 3 when true.
  10. _G.NoSkill4 = false -- Disables skill 4 when true.
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/Viper123321/anime-mania-autofarm/main/script"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement