Palm Ridge Beta unlimited money

Uploaded On
Script Credit :- Hastee#3392
Features

Unlimited Money (Start Highway race while in car and then autoclick on "Second" to get most money.)

"gonna update it soon"

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

-- Instances: local ScreenGui = Instance.new("ScreenGui") local TextButton = Instance.new("TextButton") local TextBox = Instance.new("TextBox") local TextBox_2 = Instance.new("TextBox") local TextButton_2 = Instance.new("TextButton") local TextBox_3 = Instance.new("TextBox") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling TextButton.Parent = ScreenGui TextButton.BackgroundColor3 = Color3.fromRGB(84, 84, 84) TextButton.BackgroundTransparency = 0.300 TextButton.BorderColor3 = Color3.fromRGB(0, 2, 149) TextButton.BorderSizePixel = 2 TextButton.Position = UDim2.new(0.438000023, 0, 0.864546537, 0) TextButton.Size = UDim2.new(0, 93, 0, 50) TextButton.Font = Enum.Font.Oswald TextButton.Text = "First" TextButton.TextColor3 = Color3.fromRGB(64, 116, 156) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextStrokeTransparency = 0.400 TextButton.TextTransparency = 0.300 TextButton.TextWrapped = true TextBox.Parent = ScreenGui TextBox.BackgroundColor3 = Color3.fromRGB(84, 84, 84) TextBox.BackgroundTransparency = 0.300 TextBox.BorderColor3 = Color3.fromRGB(0, 2, 149) TextBox.BorderSizePixel = 2 TextBox.Position = UDim2.new(0.437693745, 0, 0.762575448, 0) TextBox.Size = UDim2.new(0, 200, 0, 50) TextBox.Font = Enum.Font.Oswald TextBox.Text = "Made by Hastee" TextBox.TextColor3 = Color3.fromRGB(64, 116, 156) TextBox.TextScaled = true TextBox.TextSize = 14.000 TextBox.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextBox.TextTransparency = 0.300 TextBox.TextWrapped = true TextBox_2.Parent = ScreenGui TextBox_2.BackgroundColor3 = Color3.fromRGB(84, 84, 84) TextBox_2.BackgroundTransparency = 0.300 TextBox_2.BorderColor3 = Color3.fromRGB(0, 2, 149) TextBox_2.BorderSizePixel = 2 TextBox_2.Position = UDim2.new(0.437999994, 0, 0.763000011, -100) TextBox_2.Size = UDim2.new(0, 200, 0, 50) TextBox_2.Font = Enum.Font.Roboto TextBox_2.Text = "Click on \"First\" and then Autoclick \"Second\"" TextBox_2.TextColor3 = Color3.fromRGB(125, 0, 156) TextBox_2.TextScaled = true TextBox_2.TextSize = 14.000 TextBox_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextBox_2.TextTransparency = 0.300 TextBox_2.TextWrapped = true TextButton_2.Parent = ScreenGui TextButton_2.BackgroundColor3 = Color3.fromRGB(84, 84, 84) TextButton_2.BackgroundTransparency = 0.300 TextButton_2.BorderColor3 = Color3.fromRGB(0, 2, 149) TextButton_2.BorderSizePixel = 2 TextButton_2.Position = UDim2.new(0.49597019, 0, 0.864546537, 0) TextButton_2.Size = UDim2.new(0, 106, 0, 50) TextButton_2.Font = Enum.Font.Oswald TextButton_2.Text = "Second" TextButton_2.TextColor3 = Color3.fromRGB(64, 116, 156) TextButton_2.TextScaled = true TextButton_2.TextSize = 14.000 TextButton_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextStrokeTransparency = 0.400 TextButton_2.TextTransparency = 0.300 TextButton_2.TextWrapped = true TextBox_3.Parent = ScreenGui TextBox_3.BackgroundColor3 = Color3.fromRGB(84, 84, 84) TextBox_3.BackgroundTransparency = 0.300 TextBox_3.BorderColor3 = Color3.fromRGB(0, 2, 149) TextBox_3.BorderSizePixel = 2 TextBox_3.Position = UDim2.new(0.437999994, 0, 0.763000011, -50) TextBox_3.Size = UDim2.new(0, 200, 0, 50) TextBox_3.Font = Enum.Font.Roboto TextBox_3.Text = "Maciej spoko morda" TextBox_3.TextColor3 = Color3.fromRGB(156, 0, 2) TextBox_3.TextScaled = true TextBox_3.TextSize = 14.000 TextBox_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextBox_3.TextTransparency = 0.300 TextBox_3.TextWrapped = true -- Scripts: local function HBAZJ_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) local button = script.Parent local function onButtonActivated() print("Button activated!") while true do local args = { [1] = "HIGHWAY HEAT" } game:GetService("ReplicatedStorage").Knit.Services.QueueService.RF.ClientJoinRequest:InvokeServer(unpack(args)) end end button.Activated:Connect(onButtonActivated) end coroutine.wrap(HBAZJ_fake_script)() local function UTAGGOQ_fake_script() -- TextButton_2.LocalScript local script = Instance.new('LocalScript', TextButton_2) local button = script.Parent local function onButtonActivated() print("Button activated!") while true do wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("1").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("2").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("3").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("4").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("5").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("6").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("7").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("8").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("9").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("10").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("11").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("12").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("13").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("14").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("15").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("16").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("17").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("18").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("19").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("20").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("21").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("22").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("23").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("24").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() local args = { [1] = "HIGHWAY HEAT", [2] = game:GetService("ReplicatedStorage").Gameplay.Races:FindFirstChild("HIGHWAY HEAT").Checkpoints:FindFirstChild("25").L.Checkpoint_Base } game:GetService("ReplicatedStorage").Knit.Services.RaceService.RE.CheckpointHit:FireServer(unpack(args)) wait() end end button.Activated:Connect(onButtonActivated) wait() end coroutine.wrap(UTAGGOQ_fake_script)()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors