Character Select / Creator

You have to know Python and edit the script.

Have a pyton edit guide?

No.

Is this plugin still working?
Just copy the information you have, put it in notepad, save it with β€œany name” and ending with β€œ.py”?

Yes it should. Save it to the Plugins folder and it will load on startup.

1 Like

can you add code to make bot w8 some sec before selecting the char in xacademy?

p = b’\x01’
p += pack(β€˜H’, len(name))
p += name.encode(β€˜ascii’)
p += pack(β€˜I’, c_model)
p += pack(β€˜B’, 0)
p += pack(β€˜I’, chest)
p += pack(β€˜I’, legs)
p += pack(β€˜I’, shoes)
p += pack(β€˜I’, weapon)
inject_joymax(0x7007, p, False)
how can i do char have more volume, I managed to change the height but not the volume

its not working anymore ?