ADVERTISEMENTREMOVE ADS
Game icon

OPEN SOURCE | Infinite Money, Get All Gamepass, Infinite XP

Supermarket Simulatorβ€’
10 months ago
Script preview thumbnail
Script Preview

Description

Features:

[+] Infinite Money

[+] Infinite XP

[+] Get All Gamepass For Free

[+] See My Name

---------------------------------

Supported Executors:

[🟒] Mobile Executors

[🟒] PC Executors

[πŸ”΄] Happy Mod (jk)

---------------------------------

Because no one is joining my discord server from my script for this game anymore, I just decided to make it open source because why not πŸ₯΅πŸ˜

Join my discord server for more scripts like this!

> https://discord.gg/GzQGE9rr26

I'll be hosting a robux giveaway soon! πŸ€‘πŸ€‘πŸ€‘

Features:

  • Infinite Money
  • Get All Gamepasses
  • Infinite XP
ADVERTISEMENTREMOVE ADS
62 Lines β€’ 2 KiB
Verified
Raw
local L = loadstring(game:HttpGet("https://raw.githubusercontent.com/Turtle-Brand/Turtle-Lib/main/source.lua"))()
local W = L:Window("Supermarket Simulator")
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
local rs = game:GetService("ReplicatedStorage")
local eve = rs:WaitForChild("Events")
local function ir(rempath, ...)
local remote = rempath:InvokeServer(...)
return remote
end
local function fr(rempath, ...)
rempath:FireServer(...)
end
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
W:Button("Infinite Money", function()
local goldrem = eve:WaitForChild("Gold"):WaitForChild("ChangeGoldRF")
ir(goldrem, "ChangeGold", math.huge, false)
end)
W:Button("Get All Gamepasses", function()
local gprem = eve:WaitForChild("Goods"):WaitForChild("GamePassRE")
local gamepasses = {
{ "Cashier", 28 },
{ "Quick Check-out", 1 },
{ "Porter", 5 },
{ "Quick Pricing" }
}
for _, args in ipairs(gamepasses) do
fr(gprem, unpack(args))
end
end)
W:Toggle("Infinite XP", true, function(val)
local xprem = eve:WaitForChild("Exp"):WaitForChild("ChangeExpRE")
local XP = 10000000
local function start()
while val do
pcall(function()
fr(xprem, XP)
end)
task.wait(0.1)
end
end
if val then
task.spawn(start)
end
end)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
W:Label("Credits to ExploitFin", Color3.fromRGB(127, 143, 166))
--// Enjoy lol //--
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Mi

Inf money patched?

0
0
ADVERTISEMENTREMOVE ADS