sirjonasxx / G-Earth

Cross-platform Habbo packet manipulator
MIT License
91 stars 47 forks source link

[SUGGESTION] send multiple packets in injection at once #86

Closed Edaurd closed 3 years ago

Edaurd commented 3 years ago

have maybe something like {out:Sit}|{out:Stand} and it will be sent either at the same time if thats possible or with a interval you can specify like this {out:Sit}|{wait:5}|{out:Stand} or another way idk you decide bossman

sirjonasxx commented 3 years ago

this is already implemented and can be done by putting packets on multiple lines

sirjonasxx commented 3 years ago

if you want an interval, use the embedded gpython qtconsole

Edaurd commented 3 years ago

how about delays????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????viva brazil????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

edit: ok ty

sirjonasxx commented 3 years ago

send_to_server("{out:Sit}") time.sleep(x) send_to_server("{out:Stand}")

heliocosta-dev commented 3 years ago

wtf