Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused

    Cracky7 addy logger 1.1

    This I believe one of the first(or the first) addy logger for operation 7. That's because the adresses aren't in operation7.exe. This addy logger uses codecaves to find out what the pointers are. Once the addy logger made the codecave and found the pointer then it can create the adresses. This cost me some time to make for each so it's not much yet. I will add some more for public logger later. But the addy logger in the vip section will contain more in the future! If everything is right then this addy loger will log addy's after every update because of the findpattern function and inline asm!




    It's version 1.1. Forgot to update the version number when I made the screenshots

    New:
    • Added much new addy's it now logs 43 addresses! (private addy's aren't in it)
    • Added a crash check. the logger will detect the crash and will save the addresses you've found
    • Made finding and logging code 40% shorter
    • You must cloe op7 with exit operation 7 in the menu. Otherwise it won't log



    https://www.virustotal.com/file/e39c...is/1344970547/
    addy logger.rar - Jotti's malware scan

    How to use this addy logger?

    1.Turn on Adresses in the menu

    2.Follow the steps. For posx and speed it's just going into a room. For stamina it's using stamina like running or jumping. etc.

    3.The addy logger will automaticly find the adresses which are needed to make the others!
    4.If everything has been found then close it by using Exit operation7 in the menu

    Some addy's doesnt log?
    It's possible that the pattern has changed inside operation7. Go into log.txt and look what the error is.

    The addy logger will log it like if everything is going right:

    Code:
    ->Adress using to find Position x has been found - 0x004633ea!
    ->Adress using to find speed has been found - 0x00485a81!
    ->Adress using to find stamina has been found - 0x004847e0!
    ->Adress using to find info has been found - 0x004d54f6!
    ->Offset using to find info has been found - 0x003170
    ->Adress using to find no delay has been found - 0x00491cf5!
    
    /////////////////////////////////////////////
    // ======== [ Op7 Addy Logger ] ========== //
    /////////////////////////////////////////////
    
    // ========== [ Chams ] =========== //
    #define ASM_CHAMS1  0x0052E8E5
    #define ASM_CHAMS2  0x0052E846
    
    // =========== [ Asm ] ============ //
    #define ASM_ANTIJAM1  0x0048E923
    #define ASM_STAMINA1  0x004847D0
    #define ASM_STAMINA2  0x004847D5
    #define ASM_ANTIAFK  0x00639D7D
    #define OFS_CTASH  0x0040373D
    // ========== [ Player ] =========== //
    #define MEM_SPEED     0x00C1CA88
    #define MEM_JUMPHEIGHT    0x00C1CA8C
    #define MEM_STAMINAREFILL   0x00C1CA94
    #define MEM_POSX     0x00C1BEF8
    #define MEM_POSY     0x00C1BEFC
    #define MEM_POSZ     0x00C1BF00
    #define MEM_GRAVITYX    0x00C1BF04
    #define MEM_GRAVITYY    0x00C1BF08
    #define MEM_GRAVITYZ    0x00C1BF0C
    #define MEM_CANJUMP1    0x00C1CAA4
    #define MEM_CANJUMP2    0x00C1CA88
    #define MEM_FASTPDFG    0x00C1CD90
    
    // ========== [ Info ] ========== //
    #define MEM_NICKNAME    0x00C3C998
    #define MEM_LEVEL     0x00C3C9B0
    #define MEM_GOLD     0x00C3C9B4
    #define MEM_NCASH     0x00C3C9B8
    #define MEM_KILLS     0x00C3C9C0
    #define MEM_DEATHS     0x00C3C9C4
    #define MEM_TEAMKILLS    0x00C3C9C8
    #define MEM_EXP      0x00C3C9CC
    #define MEM_BATTLES     0x00C3C9D0
    #define MEM_WINS     0x00C3C9D4
    #define MEM_LOST     0x00C3C9D8
    #define MEM_HEADSHOT    0x00C3C9DC
    #define MEM_MELEEKILLS    0x00C3C9E0
    #define MEM_EXPLOSIONKILLS   0x00C3C9E4
    #define MEM_KNIFE     0x00C3C9E8
    #define MEM_PENALTY     0x00C3C9F0
    #define MEM_HEALTH     0x00C35FE8
    #define MEM_STAMINA     0x00C35FEC
    #define MEM_ROUNDTIMER    0x00C36044
    #define MEM_BLUESCORE    0x00C36058
    #define MEM_REDSCORE    0x00C3605A
    
    // ========= [ Weapon ] ========= //
    #define MEM_NODELAY     0x00A161A0
    #define MEM_FASTKNIFE1    0x00A161C8
    #define MEM_FASTKNIFE2    0x00A161D0
    //////////////////////////////////////////////
    // [ Addy's logged: 43                    ] //
    // [ Addy's failed: 0                    ] //
    // ========== [ End of logger ] =========== //
    //////////////////////////////////////////////
    if op7 has been crashed it will log everything + this:
    Code:
    //////////////////////////////////////////////
    // [ Addy's logged: 27                    ] //
    // [ Addy's failed: 16                    ] //
    // ======================================== //
    // [ Crash detected! OPERATION7.exe tried ] //
    // [ to start errorreport.exe. We've      ] //
    // [ detected this and saved all of your  ] //
    // [ founded adresses. And we've closed   ] //
    // [ OPERATION7.exe so errorreport.exe    ] //
    / /[ couldn't start. (time saving :-D)    ] //
    // ======================================== //
    // ========== [ End of logger ] =========== //
    //////////////////////////////////////////////


    Tested on Windows 7 - 32 bit
    More public addresses will come. I've put the easiest addy's in it. Now I need to put the adresses in it which cost me the most time.

    Credits:
    Me
    Hans211(dont know the number)
    Cheat engines
    Ida pro
    The one who made findpattern
    and more...

    Is there a way how I can edit my previous post? So i don't have to make a new threat when I've updated it?
    <b>Downloadable Files</b> Downloadable Files
    Last edited by schaapjes; 08-14-2012 at 02:27 PM.

  2. The Following 70 Users Say Thank You to schaapjes For This Useful Post:

    alex6310 (02-05-2013),alvaro bernal (02-27-2013),AnderGow (07-08-2013),asdzero2 (09-16-2012),bannerkid (04-07-2013),Bastart (01-12-2013),berxeker (06-17-2013),bloodmaker17 (04-21-2013),chamako (07-18-2013),chova (10-19-2013),ChronoAlex (04-06-2013),Code_Black (11-14-2012),darksinfoni (07-12-2013),DeilanSasame (03-26-2014),deimos109 (02-26-2013),dracolo (11-09-2012),dragon15963 (10-07-2012),Elfangor (05-30-2013),Elfangore (05-30-2013),eram746 (08-15-2013),erperetz (08-21-2013),esakren (11-05-2012),fcnfgtyrjd1111 (05-12-2013),foods155 (04-18-2013),gabto75 (05-26-2014),goanzaloo (01-21-2013),gremlinstomper (01-26-2013),grenade321 (06-11-2013),Hacker Fail (04-07-2013),HaxBacK (08-15-2012),iksath90 (07-10-2014),janjan1 (03-30-2013),jeivarmarr (08-15-2012),JhoinerHawk (08-31-2012),kickstar18 (01-01-2013),kihan112 (12-29-2012),layzzxsexy (05-05-2013),liuruohao (12-21-2012),LiveZ (08-19-2013),macosx (05-05-2013),mada25 (06-21-2013),manuel28 (05-31-2013),MathiasMG (05-30-2013),matt0ias44 (04-21-2013),mauritorn (11-30-2012),Minykootra (08-19-2013),Moises14k (01-13-2014),negi62 (06-20-2013),neros1994 (11-02-2013),NYNOUS (08-16-2012),OEXO (11-10-2012),p3dr0nch0 (09-18-2012),PhysconGX (06-24-2014),pionkjeffery (12-24-2012),plnetXeb12 (12-20-2012),procuradox1 (12-25-2012),qaain (12-31-2012),retrofy22 (12-25-2012),riderfalcon1 (05-19-2013),robizvermkd (05-21-2013),RuinC66 (01-22-2013),Ryoishen (02-13-2013),Shreak (07-21-2013),sranggang (08-16-2012),ThEColDPlayZ (11-22-2012),UnknownGuy1234 (12-10-2013),Violinista (10-24-2012),xa119 (03-02-2013),yeikhonor (01-06-2013),yoni92 (07-07-2013)

  3. #2
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Approved


  4. #3
    jeivarmarr's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Thanks, there's a chance to take out the m79?

    #define MEM_FASTKNIFE1 0x00A161C8?
    #define MEM_FASTKNIFE2 0x00A161D0?
    #define OFS_CTASH 0x0040373D?
    Last edited by jeivarmarr; 08-15-2012 at 02:50 PM.

  5. #4
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused
    What do you mean with: there's a chance to take out the m79?

    OFS_CTASH forgot to put it out of the log. Was testing if the function was getting the right address. I'm using this address to check if the op7 crashed.

  6. The Following User Says Thank You to schaapjes For This Useful Post:

    jeivarmarr (08-15-2012)

  7. #5
    jeivarmarr's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Amused

    Red face

    Quote Originally Posted by schaapjes View Post
    What do you mean with: there's a chance to take out the m79?

    OFS_CTASH forgot to put it out of the log. Was testing if the function was getting the right address. I'm using this address to check if the op7 crashed.
    change weapon mini uzi to m79, example,

    or bring up the m79 in the inventory?

    you are very smart thanks for your help

  8. #6
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused
    No just change your weapon ingame. primary to seconary weapon. Then it'll be found. Thank you for the feedback ^^ I've got a question.. does it crash often for you? Because mine op7 also crashes often without hacks. So don't know if the hack crashes.

  9. #7
    NYNOUS's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    My Mood
    Bitchy
    how to use can u make a tutorial and does it work on MGAME ?

  10. #8
    jeivarmarr's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Amused

    Red face

    Quote Originally Posted by schaapjes View Post
    No just change your weapon ingame. primary to seconary weapon. Then it'll be found. Thank you for the feedback ^^ I've got a question.. does it crash often for you? Because mine op7 also crashes often without hacks. So don't know if the hack crashes.
    Can you help me find the way of change weapon....

    op 7 and windows 7 not compatible and crashes sometimes

    Thanks for your reply

  11. #9
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused
    I'll make a tutorial when I find a good recorder. I don't know if it works for mgame.

    If you go from your primary weapon to your secondary weapon then it'll find nodelay and fastknife1 & 2.

    fastknife1 = fastknife2
    fastknife1 value changes alot. The value that's needed to make it work is in fastknife2

    Thanks for feedback I'll try to do something about it.

  12. #10
    NYNOUS's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    My Mood
    Bitchy
    another question how do u inject it ?!

  13. #11
    wlfblade's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    what is this and what does this do

  14. #12
    k0diddy's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    HOW TO INJECT?????

  15. #13
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused
    Just inject this with perx.exe or another injector.

    This logs addy's. With addy's you can make hacks. So with this you dont have to search addy''s after each update

  16. #14
    mauritorn's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    https://i48.tinypic.com/2e6agpe.png


    I tried applying this with this injector but this has left me ...
    What am I doing wrong?

  17. #15
    nigawara's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    how to activate it ingame

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] Cracky7 addy logger 1.0
    By schaapjes in forum Operation 7 Hacks
    Replies: 9
    Last Post: 03-17-2013, 07:53 AM
  2. [WarRock] Addy Logger
    By AeroMan in forum C++/C Programming
    Replies: 2
    Last Post: 10-18-2010, 12:00 PM
  3. Addy Logger
    By AeroMan in forum C++/C Programming
    Replies: 1
    Last Post: 03-10-2010, 07:43 AM
  4. [Request] Warrock Addy Logger
    By taylan in forum WarRock - International Hacks
    Replies: 3
    Last Post: 03-01-2010, 10:34 AM
  5. [Help] Warrock Addie-Logger?
    By Ziolean in forum WarRock - International Hacks
    Replies: 8
    Last Post: 04-08-2009, 11:28 AM