ADVERTISEMENTREMOVE ADS

Free gamepasses

Universal script
2 months ago
Script preview thumbnail
Script Preview

Description

This script is allowing you to get game gamepass for free |
Working on 20-35% games | search for low player games

i'm tested some games and this is what i found:
https://www.roblox.com/pl/games/12218115185/Become-a-hacker-to-prove-dad-wrong-tycoon
https://www.roblox.com/pl/games/9873821141/UPD-Backrooms-Infection

ADVERTISEMENTREMOVE ADS
48 Lines • 1.57 KiB
Raw
local repo = 'https://raw.githubusercontent.com/violin-suzutsuki/LinoriaLib/main/'
local BroNotify = loadstring(game:HttpGet("https://pastebin.com/raw/pcNUxzSA"))()
local Library = loadstring(game:HttpGet(repo .. 'Library.lua'))()
local ThemeManager = loadstring(game:HttpGet(repo .. 'addons/ThemeManager.lua'))()
local SaveManager = loadstring(game:HttpGet(repo .. 'addons/SaveManager.lua'))()
local Window = Library:CreateWindow({
Title = 'Gamepasses for free',
Center = true,
AutoShow = true
})
local MainTab = Window:AddTab('Dev Products')
local MarketplaceService = game:GetService("MarketplaceService")
local developerProducts = MarketplaceService:GetDeveloperProductsAsync():GetCurrentPage()
local the_mode = "basic"
local ProductGroup = MainTab:AddLeftGroupbox('Developer Products')
for _, devProduct in pairs(developerProducts) do
local id = devProduct.ProductId or "no id lol"
local name = devProduct.Name or "Unnamed Trash"
local desc = devProduct.Description or "No desc, dev lazy af"
local price = devProduct.PriceInRobux or "??"
ProductGroup:AddButton({
Text = name .. " | R$" .. price,
Func = function()
if the_mode == "basic" then
MarketplaceService:SignalPromptProductPurchaseFinished(game.Players.LocalPlayer.UserId, id, true)
BroNotify:Notify("Success","Product Signal send | if not work game patched exploit",3)
end
end
})
end
ThemeManager:SetLibrary(Library)
SaveManager:SetLibrary(Library)
ADVERTISEMENTREMOVE ADS

Comments

8 comments
to add a comment
ZN

MY guy how dumb do you think we are. I can see that shi*t is fake. I instantly got ur code, that shi*t tries to fake a purchase so the person ho executed thinks it works plus thats the most dumb thing ever to do please understand that this thing wouldnt be such good, as this is already dumb already.

2
0
ph

@ZNX1 https://www.roblox.com/pl/games/9873821141/UPD-Backrooms-Infection its working on that game

1
1
ph

@ZNX1 also on https://www.roblox.com/pl/games/12218115185/Become-a-hacker-to-prove-dad-wrong-tycoon

1
1
ph

@phr4z3 also if your have that much much knowledge (by chatgpt) test it on this games you will be suprised

1
1
ZN

This script is just a fake exploit. It’s mostly for testing UI libraries or tricking new exploiters, but it cannot bypass Roblox’s payment system. '

2
0
sa

@ZNX1 thankyou for the info good sir.

0
0
Ru

@ZNX1 You're talking without much knowledge. The script isn't fake. It's a script that can be used in less secure games. It's a script type that has been used from past to present. Please don't pollute the comments.

1
0
Kn

@znx1 thanks

0
0
ADVERTISEMENTREMOVE ADS