today I wanted to create an addon that will allow me to do as a packet Logger but more convenient for mini game hacking.
It was the first time that I code in Lua, I was rather quickly to this language. However, it is impossible to implement the ListView. Is this the correct item to write on (like NosPackets.dll) ?
In the doc :
Code: Select all
bool ListBox(const char* label, int* current_item, const char* items_separated_by_zeros, int height_in_items = -1);
Code: Select all
imgui.ListBox('ListBox',1,'--', 10)
Thanks for your help

PS : Is there an existing function to send packets ?