Results 1 to 15 of 19

Threaded View

  1. #1
    [.]'s Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Porto,Portugal
    Posts
    5
    Reputation
    15
    Thanks
    7

    Post Device Game | EndScene

    Code:
    MOV EAX,DWORD PTR DS:[147FB0C] <- Device Game
    MOV ECX,DWORD PTR DS:[EAX] 
    MOV EDX,DWORD PTR DS:[ECX+A8]  <- Possible Endscene
    PUSH EAX <- Push Device
    CALL EDX <- Call EndScene
    Get addy update
    Code:
    Pattern Scan:
    #define P_Device "\xA1\x00\x00\x00\x00\x8B\x08\x8B\x91\x00\x00\x00\x00\x50\xFF\xD2\x8D\x8D\x00\x00\x00\x00"
    #define M_Device "x????xxxx????xxxxx????'
    
    DWORD FindDevice = FindPatter((DWORD)GetModuleHandleA("AVA.exe"),0xFFFFF,(PBYTE)P_Device,(PCHAR)M_Device );
    DWORD FindDevice = *(DWORD*)(FindDevice + 0x1);
    Crédits:
    Me
    ForeverRed, Posted AVA dump .

  2. The Following 4 Users Say Thank You to [.] For This Useful Post:

    asqapro (07-22-2014),Poxer (08-11-2014),SayHaiLo (07-24-2014),sugulino (08-06-2014)

Similar Threads

  1. [Help Request] CF Crashs If I Draw my Menu after a Game / Cant draw Text in Endscene
    By Aldimann in forum Crossfire Coding Help & Discussion
    Replies: 5
    Last Post: 05-24-2013, 02:07 PM
  2. Help For Move Games Between Storage Devices
    By eroleren in forum XBOX Help
    Replies: 0
    Last Post: 12-03-2012, 08:38 AM
  3. games that suck
    By gothgod in forum General Game Hacking
    Replies: 50
    Last Post: 07-09-2006, 06:41 PM
  4. frag/game music video's
    By kyo in forum General
    Replies: 12
    Last Post: 06-20-2006, 08:55 AM
  5. What type of games
    By djraziel127 in forum General Game Hacking
    Replies: 11
    Last Post: 12-30-2005, 03:22 PM