Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    xdominox's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Mayion View Post


    It's not just C+Ping the code in C++/CodeBlock.
    First, you have to update the addies/address then bypass the anti-cheat system.
    This work really hard, if have some example project i think can do, anyway, thanks for your reply

  2. #17
    maxrio's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    1
    My Mood
    Fine
    well,I was wondering how to find this recoil Address, can you tell me the signs?

  3. #18
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by maxrio View Post
    well,I was wondering how to find this recoil Address, can you tell me the signs?
    rcl_att

    OllyDbg

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

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

    HLBOT (08-19-2014),WF-NF-AVA (08-18-2014)

  5. #19
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Quote Originally Posted by daviddidi View Post
    rcl_att

    OllyDbg
    String: rcl_att was not found in Game.exe
    String: flashbangBaseTime was found but IDK it in asm:
    #define Flash 0xBE651D//flashbangBaseTime
    How I known it?? 0x4E6FE0 or 0xA4CE4E
    Code:
    00A4CE2D    68 1CDE5201         PUSH 0152DE1C                                      ; ASCII "flashbangBaseTime"
    00A4CE32    8D4C24 14           LEA ECX,[ESP+14]
    00A4CE36    E8 A5A1A9FF         CALL 004E6FE0
    00A4CE3B    85C0                TEST EAX,EAX
    00A4CE3D    74 0F               JE SHORT 00A4CE4E
    00A4CE3F    8B10                MOV EDX,[EAX]
    00A4CE41    53                  PUSH EBX
    00A4CE42    8BC8                MOV ECX,EAX
    00A4CE44    8B42 1C             MOV EAX,[EDX+1C]
    It's finally Over!

  6. #20
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by ***** View Post
    String: rcl_att was not found in Game.exe
    Code:
    #define Flash 0xBE651D // String Search OllyDBG // //flashbangBaseTime
    
    Bytes:
    
    "\x68\x1C\xDE\x52\x01", 5); //OFF 
    
    "\x68\x1C\xDE\x52\x00", 5); //ON NoFlash
    *EDIT*

    Oh i don't have understand your question lol

    It's 0xA4CE4E ^^
    Last edited by daviddidi; 08-20-2014 at 12:18 AM.

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  7. The Following User Says Thank You to daviddidi For This Useful Post:

    HLBOT (08-20-2014)

  8. #21
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    My mean, I want to try my WarFace version.
    0xBE651D's outdate with me. I need update and was found in new Asm. But unknown it's changed to 0xA4CE4E or 0x4E6FE0 and or 00A4CE2D

    Code:
    00A4CE2D    68 1CDE5201         PUSH 0152DE1C                                      ; ASCII "flashbangBaseTime"
    00A4CE32    8D4C24 14           LEA ECX,[ESP+14]
    00A4CE36    E8 A5A1A9FF         CALL 004E6FE0
    00A4CE3B    85C0                TEST EAX,EAX
    00A4CE3D    74 0F               JE SHORT 00A4CE4E
    00A4CE3F    8B10                MOV EDX,[EAX]
    00A4CE41    53                  PUSH EBX
    00A4CE42    8BC8                MOV ECX,EAX
    00A4CE44    8B42 1C             MOV EAX,[EDX+1C]
    It's finally Over!

  9. #22
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by ***** View Post
    My mean, I want to try my WarFace version.
    0xBE651D's outdate with me. I need update and was found in new Asm. But unknown it's changed to 0xA4CE4E or 0x4E6FE0 and or 00A4CE2D

    Code:
    00A4CE2D    68 1CDE5201         PUSH 0152DE1C                                      ; ASCII "flashbangBaseTime"
    00A4CE32    8D4C24 14           LEA ECX,[ESP+14]
    00A4CE36    E8 A5A1A9FF         CALL 004E6FE0
    00A4CE3B    85C0                TEST EAX,EAX
    00A4CE3D    74 0F               JE SHORT 00A4CE4E
    00A4CE3F    8B10                MOV EDX,[EAX]
    00A4CE41    53                  PUSH EBX
    00A4CE42    8BC8                MOV ECX,EAX
    00A4CE44    8B42 1C             MOV EAX,[EDX+1C]
    We speak in Private message ok ?

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Outdated] Some functions
    By JamesRo in forum Oversoul Hacks / Cheats / Trainers
    Replies: 7
    Last Post: 08-17-2013, 01:36 PM
  2. [Source Code] Some Functions + Addy (MGAME)
    By schaapjes in forum Operation 7 Hacks
    Replies: 31
    Last Post: 12-24-2012, 12:11 PM
  3. Some functions are corrupted. Pleaaase help
    By kai.feat.lars in forum CrossFire Help
    Replies: 2
    Last Post: 10-20-2010, 05:36 AM
  4. [SOLVED] [HELP] Little Server Tool - some functions not available
    By nesakysiu in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-17-2010, 01:44 AM
  5. [Tut] Some Functions for D3D
    By Offbeat Ninja in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 12-29-2009, 11:59 AM