Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local BDA1 = Instance.new("Frame")
- local BDA2 = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local TEST = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local AutoFarm = Instance.new("TextButton")
- local AFK = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0.00633579772, 0, 0.145110399, 0)
- OpenFrame.Size = UDim2.new(0, 112, 0, 75)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0, 0, 0.159999996, 0)
- Open.Size = UDim2.new(0, 112, 0, 50)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.294614583, 0, 0.0394321755, 0)
- Main.Size = UDim2.new(0, 509, 0, 585)
- Main.Visible = false
- Main.Draggable = true
- BDA1.Name = "BDA1"
- BDA1.Parent = Main
- BDA1.BackgroundColor3 = Color3.new(0.215686, 0.678431, 0.286275)
- BDA1.BorderSizePixel = 0
- BDA1.Size = UDim2.new(0, 509, 0, 79)
- BDA2.Name = "BDA2"
- BDA2.Parent = Main
- BDA2.BackgroundColor3 = Color3.new(0.215686, 0.678431, 0.286275)
- BDA2.BorderSizePixel = 0
- BDA2.Position = UDim2.new(0, 0, 0.864957273, 0)
- BDA2.Size = UDim2.new(0, 509, 0, 79)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.813359499, 0, 0.0136752138, 0)
- Close.Size = UDim2.new(0, 95, 0, 71)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- TEST.Name = "TEST"
- TEST.Parent = Main
- TEST.BackgroundColor3 = Color3.new(1, 1, 1)
- TEST.BackgroundTransparency = 1
- TEST.BorderSizePixel = 0
- TEST.Position = UDim2.new(0.172888011, 0, 0, 0)
- TEST.Size = UDim2.new(0, 318, 0, 79)
- TEST.Font = Enum.Font.Cartoon
- TEST.Text = "Power Simulator"
- TEST.TextColor3 = Color3.new(0, 0, 0)
- TEST.TextScaled = true
- TEST.TextSize = 14
- TEST.TextWrapped = true
- Credit.Name = "Credit"
- Credit.Parent = Main
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.BorderSizePixel = 0
- Credit.Position = UDim2.new(0, 0, 0.864957273, 0)
- Credit.Size = UDim2.new(0, 509, 0, 79)
- Credit.Font = Enum.Font.Cartoon
- Credit.Text = "By ERROR Hack"
- Credit.TextColor3 = Color3.new(0, 0, 0)
- Credit.TextScaled = true
- Credit.TextSize = 14
- Credit.TextWrapped = true
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = Main
- AutoFarm.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
- AutoFarm.BorderSizePixel = 0
- AutoFarm.Position = UDim2.new(0.184675843, 0, 0.189743593, 0)
- AutoFarm.Size = UDim2.new(0, 320, 0, 115)
- AutoFarm.Font = Enum.Font.Cartoon
- AutoFarm.Text = "AutoFarm"
- AutoFarm.TextColor3 = Color3.new(0, 0, 0)
- AutoFarm.TextScaled = true
- AutoFarm.TextSize = 14
- AutoFarm.TextWrapped = true
- AutoFarm.MouseButton1Down:connect(function()
- _G.On = true
- game:GetService"RunService".RenderStepped:Connect(function()
- if _G.On then
- game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Swiftness")
- game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("PunchPower")
- game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Endurance")
- game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("Agility")
- game:GetService"ReplicatedStorage".IncreaseAbilities:FireServer("PsychicForce")
- end
- end)
- end)
- AFK.Name = "AFK"
- AFK.Parent = Main
- AFK.BackgroundColor3 = Color3.new(0, 0.8, 0.384314)
- AFK.BorderSizePixel = 0
- AFK.Position = UDim2.new(0.184675843, 0, 0.540170968, 0)
- AFK.Size = UDim2.new(0, 320, 0, 115)
- AFK.Font = Enum.Font.Cartoon
- AFK.Text = "AntiAFK"
- AFK.TextColor3 = Color3.new(0, 0, 0)
- AFK.TextScaled = true
- AFK.TextSize = 14
- AFK.TextWrapped = true
- AFK.MouseButton1Down:connect(function()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement