Anime Mania AutoFar...
 
Notifications
Clear all

Advertisements

Anime Mania AutoFarm

1 Posts
1 Users
0 Likes
5,692 Views
Scrip] Mater
Admin
Joined: 4 years ago
Posts: 128
Topic starter  

Anime Mania Scripts 2021 a constantly updated list of current scripts and revision of the functions of the existing ones, if you have problems using them, please tell us what exactly the problem is.

  • Gem farm
  • Auto Farm
  • Auto Join
  • Auto Play
  • Auto-attack/combat
  • AntiAFK
  • Teleport to mobs

 

Spoiler
Gem farm
game.Loaded:Wait() -- remove this if you wanna manually execute
while true do
wait()
if game.PlaceId == 6284881984 then
local args = {
[1] = "Pink Son Monkey Raid",
[2] = "monkey"
}
game:GetService("ReplicatedStorage").Remotes.CreateRoom:InvokeServer(unpack(args))
wait(.5)
game:GetService("ReplicatedStorage").Remotes.BeginRoom:FireServer()
elseif game.PlaceId == 6314042276 then
while true do
wait()
for _,v in pairs(game:GetService("Workspace").Living:GetDescendants()) do
if v:FindFirstChild("AI") then
v.Humanoid.Health = 0
end
end
end
end
end

Spoiler
Auto Farm + Auto Join

_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"]
_G.Password = "SomePassword" -- set password to w/e, not sure how multiple people using same password works
_G.Distance = "8" -- Distance under while farming (8 is default, change as you like)
_G.AttackType = "Spin" -- "Spin" will spin around under them, default will just be under them.

loadstring(game:HttpGet("https://raw.githubusercontent.com/Viper123321/anime-mania-autofarm/main/script"))()

Spoiler
Auto Play + Auto Farm (semi auto)
loadstring(game:HttpGet("https://raw.githubusercontent.com/trashss/trashs-scripts-obfuscated/main/Anime%20Mania%20%5BALPHA%5D", true))()


   
Quote
Topic Tags