Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- GUI Developed by Sweaty Chungus
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local GUIBody = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local Aimbot = Instance.new("TextButton")
- local NoRecoil = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local OpenMain = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- GUIBody.Name = "GUIBody"
- GUIBody.Parent = ScreenGui
- GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
- GUIBody.Size = UDim2.new(0, 640, 0, 480)
- GUIBody.Active = true
- GUIBody.Draggable = true
- ImageLabel.Parent = GUIBody
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 640, 0, 480)
- ImageLabel.Image = "rbxassetid://5515980362"
- Aimbot.Name = "Aimbot"
- Aimbot.Parent = GUIBody
- Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Aimbot.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
- Aimbot.Size = UDim2.new(0, 200, 0, 50)
- Aimbot.Font = Enum.Font.ArialBold
- Aimbot.Text = "Auto Treasure"
- Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
- Aimbot.TextSize = 25.000
- Aimbot.TextWrapped = true
- Aimbot.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/sB2A2ePD'))()
- End)
- Close.Name = "Close"
- Close.Parent = GUIBody
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Close.Position = UDim2.new(0.953125, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- GUIBody.Visible = false
- OpenMain.Visible = true
- end)
- OpenMain.Name = "OpenMain"
- OpenMain.Parent = ScreenGui
- OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
- OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
- OpenMain.Size = UDim2.new(0, 80, 0, 60)
- OpenMain.Draggable = true
- OpenMain.Active = true
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenMain
- OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenButton.Size = UDim2.new(0, 80, 0, 40)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenButton.TextSize = 14.000
- OpenButton.MouseButton1Down:connect(function()
- GUIBody.Visible = true
- OpenMain.Visible = false
- end)
Add Comment
Please, Sign In to add comment