Results 1 to 2 of 2

Thread: Trainer with Aobscan on VB 2010

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2011
    Posts
    115

    Trainer with Aobscan on VB 2010

    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 :

    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)
    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.

    Thanks in advice...

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Trainer with Aobscan on VB 2010

    Please read the AUP for this site. The subject of your post does not fall under that AUP so I have notified the mods, who will presumably close this thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width