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)
Comments
@znx1 thanks
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. '
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.