Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ANime = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local AutoAttack = Instance.new("TextButton")
- local title = Instance.new("TextButton")
- local FarmButton = Instance.new("TextButton")
- local GodModeButton = Instance.new("TextButton")
- local WOWLOL = Instance.new("TextButton")
- local credit = Instance.new("TextButton")
- local ImageLabel = Instance.new("ImageLabel")
- local runService = game:GetService('RunService')
- local Stepped
- ThugFarming = false
- PoliceFarming = false
- StudentFarming = false
- ArmedThugFarming = false
- GuardFarming = false
- HooliganFarming = false
- --Properties:
- ANime.Name = "ANime"
- ANime.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ANime
- Main.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- Main.Position = UDim2.new(0.599290729, 0, 0.331632674, 0)
- Main.Size = UDim2.new(0, 254, 0, 371)
- TextBox.Parent = Main
- TextBox.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- TextBox.BorderColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.0845812708, 0, 0.141340971, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 37)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- AutoAttack.Name = "AutoAttack"
- AutoAttack.Parent = Main
- AutoAttack.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- AutoAttack.BorderColor3 = Color3.new(0, 0, 0)
- AutoAttack.BorderSizePixel = 0
- AutoAttack.Position = UDim2.new(0.0885182768, 0, 0.371967554, 0)
- AutoAttack.Size = UDim2.new(0, 199, 0, 26)
- AutoAttack.Font = Enum.Font.SourceSans
- AutoAttack.Text = "Auto Attack"
- AutoAttack.TextColor3 = Color3.new(1, 1, 1)
- AutoAttack.TextSize = 14
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- title.BorderColor3 = Color3.new(0, 0, 0)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0, 0, -8.22576212e-08, 0)
- title.Size = UDim2.new(0, 254, 0, 39)
- title.Font = Enum.Font.GothamSemibold
- title.Text = "Anime Battle Arena"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 24
- title.TextWrapped = true
- FarmButton.Name = "FarmButton"
- FarmButton.Parent = Main
- FarmButton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- FarmButton.BorderColor3 = Color3.new(0, 0, 0)
- FarmButton.BorderSizePixel = 0
- FarmButton.Position = UDim2.new(0.294834405, 0, 0.263116062, 0)
- FarmButton.Size = UDim2.new(0, 95, 0, 29)
- FarmButton.Font = Enum.Font.SourceSans
- FarmButton.Text = "Farm Player"
- FarmButton.TextColor3 = Color3.new(1, 1, 1)
- FarmButton.TextSize = 14
- FarmButton.MouseButton1Click:connect(function()
- if ThugFarming == false then
- ThugFarming = true
- FarmButton.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- ThugFarming = false
- FarmButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- if ThugFarming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Live:GetChildren()) do
- if string.find(v.Name, TextBox.Text) and v:FindFirstChild("HumanoidRootPart") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- local VirtualUser=game:service'VirtualUser'
- VirtualUser:ClickButton1(Vector2.new())
- end
- end
- end)
- end
- end)
- GodModeButton.Name = "GodModeButton"
- GodModeButton.Parent = Main
- GodModeButton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- GodModeButton.BorderColor3 = Color3.new(0, 0, 0)
- GodModeButton.BorderSizePixel = 0
- GodModeButton.Position = UDim2.new(0.214502528, 0, 0.463611662, 0)
- GodModeButton.Size = UDim2.new(0, 134, 0, 26)
- GodModeButton.Font = Enum.Font.SourceSans
- GodModeButton.Text = "God + Invisible Mode"
- GodModeButton.TextColor3 = Color3.new(1, 1, 1)
- GodModeButton.TextSize = 14
- WOWLOL.Name = "WOWLOL"
- WOWLOL.Parent = Main
- WOWLOL.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- WOWLOL.BorderColor3 = Color3.new(0, 0, 0)
- WOWLOL.BorderSizePixel = 0
- WOWLOL.Position = UDim2.new(0.108203314, 0, 0.560646892, 0)
- WOWLOL.Size = UDim2.new(0, 199, 0, 51)
- WOWLOL.Font = Enum.Font.SourceSans
- WOWLOL.Text = "if you turn on God+Invisbile Mode you wont be able to hit anyone but players wont be able to hit you and see you"
- WOWLOL.TextColor3 = Color3.new(1, 1, 1)
- WOWLOL.TextScaled = true
- WOWLOL.TextSize = 14
- WOWLOL.TextWrapped = true
- credit.Name = "credit"
- credit.Parent = Main
- credit.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
- credit.BackgroundTransparency = 1
- credit.BorderColor3 = Color3.new(0, 0, 0)
- credit.Position = UDim2.new(0.108203307, 0, 0.714285553, 0)
- credit.Size = UDim2.new(0, 175, 0, 26)
- credit.Font = Enum.Font.SourceSans
- credit.Text = "Roblox Pain"
- credit.TextColor3 = Color3.new(1, 1, 1)
- credit.TextSize = 14
- ImageLabel.Parent = Main
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.307086617, 0, 0.784366488, 0)
- ImageLabel.Size = UDim2.new(0, 72, 0, 72)
- ImageLabel.Image = "rbxassetid://3371844520"
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement