/ArbInternal

ArbInternal is an open sourced project which offers you an ability to control all over the ENet Packets on official growtopia client.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

arbinternal-1.40

ArbInternal is an open sourced project which offers you an ability to control all over the ENet Packets on official growtopia client.

Special Thanks to

Arbitary#1234 (Development)

iProgramInCpp#0001 (some tips on reversal)

Licensed

Strings to find offsets

SendPacket IDA (Pseudocode)
sub_1400132E0(v36, "action|quit_to_exit", 0x13ui64);
v20 = sub_1400E1D20(v19);
0x41C620 -->sub_14041C620(3i64, v36, *(_QWORD *)(*(_QWORD *)(v20 + 3784) + 168i64));```

LogToConsole IDA (Pseudocode)<br />

v42 = "Located `wserver``, connecting...``";
0x37DCD0 -->  sub_14037DCD0(v42); (v42 -> fmt --> aka the msg to send)

Libs

MinHook
IMGui
Proton (not much but using it)

Screenshots