Version / Update: v1.0.0
- Download / Script Link
- local OldNamecall
OldNamecall = hookmetamethod(game, "__namecall", function(Self, ...)
local Args = {...}
local Method = getnamecallmethod()
if Method == "FireServer" and Self.Name:find("Purchase") then
if typeof(Args[2]) == "number" then
Args[2] = 0
end
return OldNamecall(Self, unpack(Args))
end
return OldNamecall(Self, ...)
end)[ View More ]
yeah free items and stuff by zzert
- Works on mobile
- Yes