Pastebin
local EggN
local W
getgenv().AShuriken = false;
getgenv().AEgg = false;
getgenv().ASpin = false;
getgenv().ABP = false;
function AutoShur()
spawn(function ()
while getgenv().AShuriken == true do
game:GetService("ReplicatedStorage").System.SystemClick.Click:FireServer() wait(0.1)
end
end)
end
function AutoSpin()
spawn(function ()
while getgenv().ASpin == true do
game:GetService("ReplicatedStorage").System.SystemDailyLottery.Spin:InvokeServer() wait(0.1)
end
end)
end
function AutoEgg()
spawn(function ()
while getgenv().AEgg == true do
if EggN == "1 1" then local args = {[1] = 1,[2] = 1} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "1 2" then local args = {[1] = 2,[2] = 1} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "2 1" then local args = {[1] = 1,[2] = 2} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "2 2" then local args = {[1] = 2,[2] = 2} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "3 1" then local args = {[1] = 1,[2] = 3} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "3 2" then local args = {[1] = 2,[2] = 3} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "4 1" then local args = {[1] = 1,[2] = 4} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "4 2" then local args = {[1] = 2,[2] = 4} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "5 1" then local args = {[1] = 1,[2] = 5} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
if EggN == "5 2" then local args = {[1] = 2,[2] = 5} game:GetService("ReplicatedStorage").Tool.DrawUp.Msg.DrawHero:InvokeServer(unpack(args)) wait(0.1) end
end
end)
end
function AutoBest()
spawn(function ()
while getgenv().ABP == true do
game:GetService("ReplicatedStorage").ServerMsg.WearBestPet:InvokeServer() wait(0.1)
end
end)
end
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
local w = library:CreateWindow("Anime Clicker Fight")
local b = w:CreateFolder("Autofarm")
b:Toggle("Auto Shuriken",function(val)
getgenv().AShuriken = val
AutoShur()
end)
b:Toggle("Auto Spin Wheel",function(val)
getgenv().ASpin = val
AutoSpin()
end)
b:Toggle("Auto Best Pet",function(val)
getgenv().ABP = val
AutoBest()
end)
b:Button("Unequip Pets",function()
game:GetService("ReplicatedStorage").ServerMsg.UnUsingAllPet:InvokeServer()
end)
b:Box("World, Egg","World, Egg",function(val)
EggN = val
end)
b:Toggle("Open Egg",function(val)
getgenv().AEgg = val
AutoEgg()
end)
b:Dropdown("World",{"Naruto","Demon Slayer","One Piece","Dragon Ball Z","Attack On Titan",},true,function(val)
W = val
end)
b:Button("Teleport",function()
if W == "Naruto" then local args = {[1] = 1}game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args)) end
if W == "Demon Slayer" then local args = {[1] = 2}game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args)) end
if W == "One Piece" then local args = {[1] = 3}game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args)) end
if W == "Dragon Ball Z" then local args = {[1] = 4}game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args)) end
if W == "Attack On Titan" then local args = {[1] = 5}game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args)) end
end)
local b = w:CreateFolder("Codes")
b:Button("Redeem All Codes",function()
local args = {[1] = "TITAN"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "DRAGONBALL"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "DRAGON"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "ONEPIECE"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "MASK"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "UPDATE2"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "5KLIKES"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
local args = {[1] = "RUSHRUSH"}game:GetService("ReplicatedStorage").ServerMsg.Code:InvokeServer(unpack(args)) wait(0.1)
end)
b:Label("TITAN, ALLBLUE, DRAGONBALL, DRAGON, ONEPIECE, MASK, UPDATE2, 5KLIKES, RUSHRUSH.",{
TextSize = 10.5;
TextColor = Color3.fromRGB(255,255,255);
BgColor = Color3.fromRGB(69,69,69);
})
local w = library:CreateWindow("Others")
local S
local J
local H
local G
local C
local CF
local b = w:CreateFolder("LocalPlayer")
b:Box("Speed","number",function(val)
S = val
end)
b:Box("Jump","number",function(val)
J = val
end)
b:Box("Hip Height","number",function(val)
H = val
end)
b:Box("Gravity","number",function(val)
G = val
end)
b:Toggle("Speed",function(bool)
getgenv().Speed = bool
Speed(S)
end)
b:Toggle("Jump",function(bool)
getgenv().Jump = bool
Jump(J)
end)
b:Toggle("Hip Height",function(bool)
getgenv().Hip = bool
Hip(H)
end)
b:Toggle("Gravity",function(bool)
getgenv().Grav = bool
Grav(G)
end)
b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
game.workspace.CurrentCamera.FieldOfView = val
end)
b:Button("Print Current XYZ",function()
function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS())
end)
local b = w:CreateFolder("Stuff")
b:Box("Chat","Message",function(val)
C = val
end)
b:Box("Cooldown","Speed",function(val)
CF = val
end)
b:Toggle("Spam",function(bool)
getgenv().Chat = bool
Chat(C, CF)
end)
b:Button("Rejoin",function()
loadstring(game:HttpGet("https://rentry.co/qp64w3m5/raw", true))()
end)
b:Button("Giant",function()
loadstring(game:HttpGet("https://rentry.co/o2ym5mt5/raw", true))()
end)
b:Button("Noclip",function()
loadstring(game:HttpGet("https://rentry.co/og83y3x3/raw", true))()
end)
b:Button("Reset",function()
loadstring(game:HttpGet("https://rentry.co/7ahwiwn4/raw", true))()
end)
b:Button("RTX Summer",function()
loadstring(game:HttpGet("https://rentry.co/zhyzr5tc/raw", true))()
end)
b:Button("RTX Autumn",function()
loadstring(game:HttpGet("https://rentry.co/urt58e45/raw", true))()
end)
b:Button("Anti-Report",function()
loadstring(game:HttpGet("https://rentry.co/cocpncc7/raw", true))()
end)
local b = w:CreateFolder("Credits")
b:Label("Made by X_LuaF#0705",{
TextSize = 21;
TextColor = Color3.fromRGB(255,255,255);
BgColor = Color3.fromRGB(69,69,69);
})
b:Button("Copy Discord Invite",function()
setclipboard("https://discord.gg/8tRb8MQcW5")
end)
b:DestroyGui()
getgenv().Speed = false;
getgenv().Jump = false;
getgenv().Hip = false;
getgenv().Chat = false;
getgenv().Grav = false;
function Chat(Mes, Freq)
spawn(function ()
while getgenv().Chat == true do
local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
wait(Freq)
end
end)
end
function Speed(Nume)
spawn(function ()
if getgenv().Speed == true then
while getgenv().Speed == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume
wait()
end
elseif getgenv().Speed == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
end
end)
end
function Jump(Nume)
spawn(function ()
if getgenv().Jump == true then
while getgenv().Jump == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume
wait()
end
elseif getgenv().Jump == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
end
end)
end
function Hip(Nume)
spawn(function ()
if getgenv().Hip == true then
while getgenv().Hip == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume
wait()
end
elseif getgenv().Hip == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1
end
end)
end
function Grav(Nume)
spawn(function ()
if getgenv().Grav == true then
while getgenv().Grav == true do
game:GetService("Workspace").Gravity = Nume
wait()
end
elseif getgenv().Grav == false then
game:GetService("Workspace").Gravity = 196.2
end
end)
end
function TPTo(PCFrame)
local plr = game.Players.LocalPlayer;
if plr.Character then
plr.Character.HumanoidRootPart.CFrame = PCFrame
end
end
Select all text above, copy it, then paste into your executor.