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 Frame = Instance.new("Frame")
- Frame.Active = true
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0368906446, 0, 0.0421686731, 0)
- Frame.Size = UDim2.new(0.132411063, 0, 0.188253015, 0)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0.99502486, 0, 0.400000006, 0)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "Superhero City"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.89999997615814
- TextButton.Position = UDim2.new(0, 0, 0.744000018, 0)
- TextButton.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
- TextButton.Font = Enum.Font.GothamBold
- TextButton.Text = "Auto-Farm"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 0.89999997615814
- TextButton_2.Position = UDim2.new(0, 0, 0.488000005, 0)
- TextButton_2.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
- TextButton_2.Font = Enum.Font.GothamBold
- TextButton_2.Text = "Use all codes"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.BackgroundTransparency = 0.89999997615814
- TextButton_3.Position = UDim2.new(0.666666687, 0, 0.744000018, 0)
- TextButton_3.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
- TextButton_3.Font = Enum.Font.GothamBold
- TextButton_3.Text = "Bigger hitbox's"
- TextButton_3.TextColor3 = Color3.new(1, 1, 1)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14
- TextButton_3.TextWrapped = true
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_4.BackgroundTransparency = 0.89999997615814
- TextButton_4.Position = UDim2.new(0.666666687, 0, 0.488000005, 0)
- TextButton_4.Size = UDim2.new(0.333333343, 0, 0.256000012, 0)
- TextButton_4.Font = Enum.Font.GothamBold
- TextButton_4.Text = "ESP"
- TextButton_4.TextColor3 = Color3.new(1, 1, 1)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14
- TextButton_4.TextWrapped = true
- -- Scripts:
- function SCRIPT_HVSH86_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- local stats = {"Strength","Endurance","Agility","Jump","Mind"}
- while wait() do
- for _,v in pairs(stats) do
- local A_1 = "Stat_"..v
- local Event = game:GetService("ReplicatedStorage").TrainStat
- Event:InvokeServer(A_1,true)
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_HVSH86_FAKESCRIPT))
- function SCRIPT_UXUE85_FAKESCRIPT() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_2
- script.Parent.MouseButton1Click:Connect(function()
- local codes ={}
- local t = "Codes are:"
- for _,v in pairs(game.Players.LocalPlayer.PlayerInfo.Code:GetChildren()) do
- script.Parent.Text = 'Using code '..v.Name
- local A_1 =
- {
- ["bool"] = true,
- ["TextSent"] = v.Name
- }
- local Event = game:GetService("ReplicatedStorage").Assets.Communication.UvT3kZRbd7P48Dr5.C3MmTC
- Event:InvokeServer(A_1)
- wait(1)
- end
- script.Parent.Text = 'Use all codes'
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_UXUE85_FAKESCRIPT))
- function SCRIPT_IYNZ88_FAKESCRIPT() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_3
- script.Parent.MouseButton1Click:Connect(function ()
- _G.HeadSize = 20
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end);end)
- end
- coroutine.resume(coroutine.create(SCRIPT_IYNZ88_FAKESCRIPT))
- function SCRIPT_DXLV75_FAKESCRIPT() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_4
- script.Parent.MouseButton1Click:Connect(function()
- local color = Color3.new(50,60,150) -- Red Green Blue
- local ScreenGui = Instance.new("ScreenGui")
- local SurfaceGui = Instance.new("SurfaceGui")
- local TextLabel = Instance.new("TextLabel")
- local SurfaceGui_2 = Instance.new("SurfaceGui")
- local TextLabel_2 = Instance.new("TextLabel")
- local SurfaceGui_3 = Instance.new("SurfaceGui")
- local TextLabel_3 = Instance.new("TextLabel")
- local SurfaceGui_4 = Instance.new("SurfaceGui")
- local TextLabel_4 = Instance.new("TextLabel")
- local SurfaceGui_5 = Instance.new("SurfaceGui")
- local TextLabel_5 = Instance.new("TextLabel")
- local SurfaceGui_6 = Instance.new("SurfaceGui")
- local TextLabel_6 = Instance.new("TextLabel")
- local BillboardGui = Instance.new("BillboardGui")
- local TextLabel_7 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Workspace.Part
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui.Parent = ScreenGui
- SurfaceGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui.AlwaysOnTop = true
- SurfaceGui.LightInfluence = 1
- TextLabel.Parent = SurfaceGui
- TextLabel.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- SurfaceGui_2.Parent = ScreenGui
- SurfaceGui_2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui_2.AlwaysOnTop = true
- SurfaceGui_2.Face = Enum.NormalId.Back
- SurfaceGui_2.LightInfluence = 1
- TextLabel_2.Parent = SurfaceGui_2
- TextLabel_2.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- SurfaceGui_3.Parent = ScreenGui
- SurfaceGui_3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui_3.AlwaysOnTop = true
- SurfaceGui_3.Face = Enum.NormalId.Left
- SurfaceGui_3.LightInfluence = 1
- TextLabel_3.Parent = SurfaceGui_3
- TextLabel_3.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- SurfaceGui_4.Parent = ScreenGui
- SurfaceGui_4.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui_4.AlwaysOnTop = true
- SurfaceGui_4.Face = Enum.NormalId.Right
- SurfaceGui_4.LightInfluence = 1
- TextLabel_4.Parent = SurfaceGui_4
- TextLabel_4.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = ""
- TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14
- TextLabel_4.TextWrapped = true
- SurfaceGui_5.Parent = ScreenGui
- SurfaceGui_5.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui_5.AlwaysOnTop = true
- SurfaceGui_5.Face = Enum.NormalId.Top
- SurfaceGui_5.LightInfluence = 1
- TextLabel_5.Parent = SurfaceGui_5
- TextLabel_5.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = ""
- TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14
- TextLabel_5.TextWrapped = true
- SurfaceGui_6.Parent = ScreenGui
- SurfaceGui_6.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui_6.AlwaysOnTop = true
- SurfaceGui_6.Face = Enum.NormalId.Bottom
- SurfaceGui_6.LightInfluence = 1
- TextLabel_6.Parent = SurfaceGui_6
- TextLabel_6.BackgroundColor3 = Color3.new(0.105882, 1, 0.0588235)
- TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = ""
- TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14
- TextLabel_6.TextWrapped = true
- function SCRIPT_KWVJ89_FAKESCRIPT() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = ScreenGui
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- for _,n in pairs(v.Character:GetChildren()) do
- if n:FindFirstChildOfClass("SurfaceGui") == nil and n.Name ~= 'HumanoidRootPart' then
- for _,c in pairs(script.Parent:GetChildren()) do
- c:FindFirstChild("TextLabel").Transparency = .6
- c:FindFirstChild("TextLabel").BackgroundColor3 = color
- c:FindFirstChild("TextLabel").BorderSizePixel = 0
- local d = c:Clone()
- d.Parent = n
- end;end
- end
- end)
- end
- end
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_KWVJ89_FAKESCRIPT))
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_DXLV75_FAKESCRIPT))
- function SCRIPT_YSRH87_FAKESCRIPT() -- Frame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Frame
- script.Parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_YSRH87_FAKESCRIPT))
- Frame.Draggable = true
- wait(3)
- local VirtualUser=game:service'VirtualUser'
- game:service'Players'LocalPlayer.Idled:connect(function()
- print("gay ass anti afk shit ")
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
Add Comment
Please, Sign In to add comment