Home » Roblox Scripts » 5 Must Have Scripts for Like or Pass

5 Must Have Scripts for Like or Pass

Photo of author
Published on

Like or Pass is a social voting game where players can vote on each other’s looks and earn in-game money and rewards. If you want to boost your progress, get infinite money, or troll players, these scripts will help you. Here are the best scripts for Like or Pass.

01 Like or Pass – Infinite Money & AutoFarm

FeatureDescription
Infinite MoneyGet unlimited in-game cash instantly
AutoFarm Super LikesAutomatically farms Super Likes
AutoFarm MoneyEarn cash effortlessly with automation

Script:

--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
game:GetService("ReplicatedStorage").Events.PurchaseTroll:InvokeServer({["ItemName"] = "0/10",["Key"] = "x11",["Cash"] = -999999999999999999})
while true do
    game:GetService("ReplicatedStorage").RewardEvents.GiveReward:FireServer("9")
    wait(0.01)
end

02 Like or Pass – Suppt Solara Script

FeatureDescription
Infinite MoneyGain unlimited money instantly
Super LikesAutomatically farm Super Likes
Auto LikeAutomatically votes for players
Troll PlayersMess around with other players for fun

Script:

loadstring(game:HttpGet('https://www.xenonhub.xyz/loader.lua'))()

03 Like or Pass – Infinite Money OP Script

FeatureDescription
Infinite MoneyInstantly fills your cash balance
Interactive UIProvides a simple user interface for execution
Discord InviteIncludes a link to a Discord server for more scripts

Script:

--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet('https://gist.githubusercontent.com/Raiden84200/b58404842d12f00793528777d2cbae3f/raw/96dfc7a3ed20cc6a6504a6589118bdede00ddbc4/lua'))()

04 Like or Pass – Infinite Money (GUI Version)

FeatureDescription
Infinite MoneyGet cash instantly in the game
UI PanelProvides an easy-to-use graphical interface
Start/Stop ButtonAllows you to control the script easily
Fast Reward SystemGives cash at rapid speed

Script:

--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local player = game.Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local GiveReward = ReplicatedStorage.RewardEvents.GiveReward

local screenGui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui"))
local frame = Instance.new("Frame", screenGui)
frame.Size = UDim2.new(0, 200, 0, 100)
frame.Position = UDim2.new(0.5, -100, 0.5, -50)
frame.BackgroundColor3 = Color3.new(1, 1, 1)
frame.Active = true
frame.Draggable = true

local startButton = Instance.new("TextButton", frame)
startButton.Size = UDim2.new(1, 0, 0.5, 0)
startButton.Text = "Start"
startButton.BackgroundColor3 = Color3.new(0, 1, 0)

local stopButton = Instance.new("TextButton", frame)
stopButton.Size = UDim2.new(1, 0, 0.5, 0)
stopButton.Position = UDim2.new(0, 0, 0.5, 0)
stopButton.Text = "Stop"
stopButton.BackgroundColor3 = Color3.new(1, 0, 0)

local isRunning = false

local function giveRewards()
    while isRunning do
        for i = 9, 1, -1 do
            if not isRunning then return end
            local success, err = pcall(function()
                GiveReward:FireServer(i)
            end)
            if not success then
                warn("Error giving reward: " .. err)
            end
            wait(0.01)
        end
    end
end

startButton.MouseButton1Click:Connect(function()
    if isRunning then return end
    isRunning = true
    giveRewards()
end)

stopButton.MouseButton1Click:Connect(function()
    isRunning = false
end)

05 Like or Pass – Ruin Game Clown All

FeatureDescription
Spam Clown EffectMakes all players look like clowns
Floods ChatOverloads the chat with spam messages
Blocks Player ChatsPrevents normal players from communicating
Trolling FeatureAnnoys players for fun

Script:

loadstring(game:HttpGet("https://raw.githubusercontent.com/cnzins1/scripts/refs/heads/main/ruingameLIKEORPASS",true))()

How to Use the Script

To use these scripts in Like or Pass, you need a Roblox script executor. Open your executor, paste the script, and execute it. If a script does not work instantly, try rejoining the game and running it again. Some scripts include UI panels for better control, while others run automatically. Always use a trusted executor to prevent crashes or detection.

What Are the Benefits of Using These Scripts?

Using scripts in Like or Pass helps you earn money instantly, farm Super Likes, and even troll other players for fun. These scripts save time by automating cash collection, voting, and interaction features. Whether you want to get ahead of other players, customize your experience, or simply enjoy trolling, these scripts provide an easy way to do so. They also allow you to access premium features without spending hours grinding in the game. With auto-farming, infinite money, and interactive UIs, these scripts give you full control over your Like or Pass gameplay.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.