Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local aimboy = Instance.new("TextButton")
- local esp = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Workspace
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Main.Position = UDim2.new(0, 1161, 0, 488)
- Main.Size = UDim2.new(0, 200, 0, 200)
- aimboy.Name = "aimboy"
- aimboy.Parent = Main
- aimboy.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
- aimboy.BorderSizePixel = 0
- aimboy.Position = UDim2.new(0, 30, 0, 62)
- aimboy.Size = UDim2.new(0, 140, 0, 40)
- aimboy.Font = Enum.Font.SourceSans
- aimboy.Text = "Aimbot"
- aimboy.TextColor3 = Color3.fromRGB(0, 0, 0)
- aimboy.TextScaled = true
- aimboy.TextSize = 14.000
- aimboy.TextWrapped = true
- aimboy.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/CmBR5A1a'),true))()
- end)
- esp.Name = "esp"
- esp.Parent = Main
- esp.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
- esp.BorderSizePixel = 0
- esp.Position = UDim2.new(0, 30, 0, 131)
- esp.Size = UDim2.new(0, 140, 0, 40)
- esp.Font = Enum.Font.SourceSans
- esp.Text = "ESP"
- esp.TextColor3 = Color3.fromRGB(0, 0, 0)
- esp.TextScaled = true
- esp.TextSize = 14.000
- esp.TextWrapped = true
- esp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/A8nhR9Az'),true))()
- end)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0, 34)
- TextLabel.Size = UDim2.new(0, 200, 0, 22)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Arsenal/paintball gui"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- close.Name = "close"
- close.Parent = Main
- close.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0, 160, 0, 0)
- close.Size = UDim2.new(0, 40, 0, 34)
- close.Font = Enum.Font.SourceSans
- close.Text = "x"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- -- Scripts:
- local function CYRZ_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Main.Visible = false
- end)
- end
- coroutine.wrap(CYRZ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement