Kix48 / AssaultCube-Internal

Internal hack for assault cube
19 stars 6 forks source link

how to add new GUI tabs #4

Open itzCozi opened 1 year ago

itzCozi commented 1 year ago

How do i add a new GUI tab to run a function in the .dll?

Kix48 commented 1 year ago

Add an imgui tab like the others and then call your new function in the Init::DoHacks() function