Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local SONNYPAPA = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local EXIT = Instance.new("TextButton")
- local AIMBOT = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- --Properties:
- SONNYPAPA.Parent = game.CoreGui
- Frame.Parent = SONNYPAPA
- Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0125827817, 0, 0.0247349739, 0)
- Frame.Size = UDim2.new(0, 188, 0, 109)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
- Frame_2.BorderSizePixel = 0
- Frame_2.Size = UDim2.new(0, 188, 0, 17)
- TextLabel.Parent = Frame_2
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 188, 0, 17)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Sonny PFHaxx v1"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- EXIT.Name = "EXIT"
- EXIT.Parent = Frame_2
- EXIT.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
- EXIT.BorderSizePixel = 0
- EXIT.Position = UDim2.new(0.893617034, 0, -0.0279931463, 0)
- EXIT.Size = UDim2.new(0, 20, 0, 17)
- EXIT.Font = Enum.Font.SourceSans
- EXIT.Text = "-"
- EXIT.TextColor3 = Color3.fromRGB(255, 255, 255)
- EXIT.TextScaled = true
- EXIT.TextSize = 14.000
- EXIT.TextWrapped = true
- EXIT.MouseButton1Down:connect(function()
- SONNYPAPA.Visible = false
- end)
- AIMBOT.Name = "AIMBOT"
- AIMBOT.Parent = Frame
- AIMBOT.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
- AIMBOT.BorderSizePixel = 0
- AIMBOT.Position = UDim2.new(0.0372340418, 0, 0.324947894, 0)
- AIMBOT.Size = UDim2.new(0, 173, 0, 20)
- AIMBOT.Font = Enum.Font.SourceSans
- AIMBOT.Text = "Aimbot"
- AIMBOT.TextColor3 = Color3.fromRGB(255, 255, 255)
- AIMBOT.TextScaled = true
- AIMBOT.TextSize = 14.000
- AIMBOT.TextWrapped = true
- AIMBOT.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/cdPJxGDU'),true))()
- end)
- ESP.Name = "ESP"
- ESP.Parent = Frame
- ESP.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
- ESP.BorderSizePixel = 0
- ESP.Position = UDim2.new(0.0372340418, 0, 0.673571706, 0)
- ESP.Size = UDim2.new(0, 173, 0, 19)
- ESP.Font = Enum.Font.SourceSans
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
- ESP.TextScaled = true
- ESP.TextSize = 14.000
- ESP.TextWrapped = true
- ESP.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/BTWMfycV', true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment