ADVERTISEMENTREMOVE ADS
Game icon

Free Purchase -

ONE BLOCK
2 weeks ago
Script preview thumbnail
Script Preview

Description

yeah free items and stuff by zzert

Tested with

ADVERTISEMENTREMOVE ADS
12 Lines • 399 Bytes
Raw
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)
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
zz

What do you think?

1
0
Gu

@zzert its awesome

0
0
Ou

its not working with xeno

0
0
ADVERTISEMENTREMOVE ADS