Yes , what do I need to do for to make my Cheat engine trainer via VB2010 (for nice outlook) to work ?
I have for example this aobscan cheat :
I have created a form in VB2010 and listed my cheats and wont to assign shortkeys for it also . Any example for this whould be very helpfull for me.Code:[Enable] alloc(newmem,2048) aobscan(deve,0F84240600008D5510) aobscan(second,0F8454030000eb03) label(ata) label(secondaddy) registersymbol(ata) registersymbol(secondaddy) deve: ata: db E9 25 06 00 00 second: secondaddy: db E9 55 03 00 00 [Disable] ata: DB 0F 84 24 06 00 00 secondaddy: DB 0F 84 54 03 00 00 unregistersymbol(ata) unregistersymbol(secondaddy)
Thanks in advice...


Reply With Quote
