Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- hi thanks for using my gui
- -- ctahmid
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local infcash = Instance.new("TextButton")
- local speed = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local aimbot = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.0877993181, 0, 0.626198053, 0)
- Frame.Size = UDim2.new(0.340934992, 0, 0.273162931, 0)
- infcash.Name = "infcash"
- infcash.Parent = Frame
- infcash.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- infcash.BackgroundTransparency = 0.5
- infcash.BorderColor3 = Color3.new(0, 0, 0)
- infcash.BorderSizePixel = 5
- infcash.Position = UDim2.new(0.5, -100, 0.200000003, -25)
- infcash.Size = UDim2.new(0.668896317, 0, 0.204678357, 0)
- infcash.Font = Enum.Font.SourceSansLight
- infcash.FontSize = Enum.FontSize.Size24
- infcash.Text = "Infinite Cash"
- infcash.TextColor3 = Color3.new(1, 1, 1)
- infcash.TextSize = 24
- speed.Name = "speed"
- speed.Parent = Frame
- speed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- speed.BackgroundTransparency = 0.5
- speed.BorderColor3 = Color3.new(0, 0, 0)
- speed.BorderSizePixel = 5
- speed.Position = UDim2.new(0.5, -100, 0.5, -25)
- speed.Size = UDim2.new(0.668896317, 0, 0.204678357, 0)
- speed.Font = Enum.Font.SourceSansLight
- speed.FontSize = Enum.FontSize.Size24
- speed.Text = "Speed (soon)"
- speed.TextColor3 = Color3.new(1, 1, 1)
- speed.TextSize = 24
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TextLabel.BackgroundTransparency = 0.5
- TextLabel.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderSizePixel = 5
- TextLabel.Position = UDim2.new(0, 0, -0.356725156, 0)
- TextLabel.Size = UDim2.new(1, 0, 0.310000002, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.FontSize = Enum.FontSize.Size24
- TextLabel.Text = "Nerf FPS GUI"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 24
- aimbot.Name = "aimbot"
- aimbot.Parent = Frame
- aimbot.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- aimbot.BackgroundTransparency = 0.5
- aimbot.BorderColor3 = Color3.new(0, 0, 0)
- aimbot.BorderSizePixel = 5
- aimbot.Position = UDim2.new(0.5, -100, 0.800000012, -25)
- aimbot.Size = UDim2.new(0.668896317, 0, 0.204678357, 0)
- aimbot.Font = Enum.Font.SourceSansLight
- aimbot.FontSize = Enum.FontSize.Size24
- aimbot.Text = "Aimbot (soon)"
- aimbot.TextColor3 = Color3.new(1, 1, 1)
- aimbot.TextSize = 24
- infcash.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.leaderstats.Level.Value = 200
- end)
Add Comment
Please, Sign In to add comment