Back to Scripts
Unlimited cash and gems + mythic pets

Unlimited cash and gems + mythic pets

ScriptBlox
Free

Game: Merge for SPEED!

300 Views
1 Likes
1 Dislikes
meowtology

meowtology

offline

Features

Unlimited Cash Unlimited Gems Unlimited amount of mythic pets

Script Code

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local GemEvent = ReplicatedStorage.Remotes.GemEvent
local SpinWheelPrizeEvent = ReplicatedStorage.Remotes.SpinWheelPrizeEvent
local AddValueEvent = ReplicatedStorage.Remotes.AddValueEvent

while task.wait(0.1) do
    GemEvent:FireServer(1e10)
    AddValueEvent:FireServer("Cash", 1e10)
    SpinWheelPrizeEvent:FireServer(4)
end

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...