GrowtopiaNoobs / Growtopia-Bot

Growtopia bot made with C++, ENet and Qt.
GNU Affero General Public License v3.0
19 stars 20 forks source link

How to take dropped items? #41

Closed RefetB closed 4 years ago

RefetB commented 4 years ago

How bots can take dropped items?I know I need to send a packet to request collecting.But I dont know how to do..

SpaceR3 commented 4 years ago

Use a Proxy to see what packet it sends when you collect something

RefetB commented 4 years ago

@SpaceR3 I know what is going on when you drop/take something at game...But there is something called itemNetid to collect items.I dont know how to learn it ..