Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by spyyt--
- Aimbot, esp script for Roblox!
- Enjoy :)
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Arsenalaimbot = Instance.new("TextButton")
- local Esp = Instance.new("TextButton")
- local Close = Instance.new("TextBox")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
- main.Position = UDim2.new(0.0702446699, 0, 0.454545468, 0)
- main.Size = UDim2.new(0, 225, 0, 225)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
- title.Size = UDim2.new(0, 225, 0, 31)
- title.Font = Enum.Font.Nunito
- title.Text = "Gui test aimbot"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 14.000
- Arsenalaimbot.Name = "Arsenal aimbot"
- Arsenalaimbot.Parent = main
- Arsenalaimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Arsenalaimbot.Position = UDim2.new(0.0488888882, 0, 0.302222222, 0)
- Arsenalaimbot.Size = UDim2.new(0, 70, 0, 50)
- Arsenalaimbot.Font = Enum.Font.Nunito
- Arsenalaimbot.Text = "Aimbot"
- Arsenalaimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
- Arsenalaimbot.TextSize = 14.000
- Arsenalaimbot.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/ZpBMBsV1', true))()
- end)
- Esp.Name = "Esp"
- Esp.Parent = main
- Esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Esp.Position = UDim2.new(0.604444385, 0, 0.302222222, 0)
- Esp.Size = UDim2.new(0, 70, 0, 50)
- Esp.Font = Enum.Font.SourceSans
- Esp.Text = "Esp"
- Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
- Esp.TextSize = 14.000
- Esp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/avmAC58T', true))()
- end)
- Close.Name = "Close"
- Close.Parent = main
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- Close.Position = UDim2.new(0.853333354, 0, 0, 0)
- Close.Size = UDim2.new(0, 33, 0, 31)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 14.000
- Close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0, 0, 0.397575766, 0)
- openmain.Size = UDim2.new(0, 100, 0, 35)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
- open.Size = UDim2.new(0, 100, 0, 35)
- open.Font = Enum.Font.SourceSans
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 14.000
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement