Results 1 to 5 of 5
  1. #1
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused

    Cracky7 addy logger 2.0

    It has been almost 2 years ago since the last time I've updated the cracky logger. The old one didn't work anymore and I have a vacation so I decided to make it work again. I did remove some stuff since I need to research it again. But the easy core remains with something I didn't release last time... no spread :)


    Screenshot of the addylogger:


    How to use the logger?
    It's really easy.
    1. Inject the addylogger into operation 7.
    2. Turn on Adresses to see the information box
    3. Go into a game(doesn't matter what game)
    4. Follow the instructions given.
    - Posx and speed just enter a room
    - Stamina just use stamina(jump or sprint)
    - No spread usually just enter a room, but if that doesn't work swap your weapon
    - Info just finish a game
    5. Toggle exit operation7 on to save the adresses and exit operation 7

    Screen of instructions given:


    After you did exit operation7 the log will looks like this if everything is succesfull:
    Code:
    ->Adress using to find Position x has been found - 0x00441aea!
    ->Adress using to find speed has been found - 0x00464de1!
    ->Adress using to find stamina has been found - 0x00463b10!
    ->Adress using to find info has been found - 0x004dd876!
    ->Offset using to find info has been found - 0x003170
    ->Adress using to find no spread has been found - 0x004698e1!
    ->Offset using to find no spread has been found - 0x00204c
    
    
    /////////////////////////////////////////////
    // ======== [ Op7 Addy Logger ] ========== //
    /////////////////////////////////////////////
    
    
    // ========== [ Chams ] =========== //
    #define ASM_CHAMS1		0x00538D7D
    #define ASM_CHAMS2		0x00538E1B
    
    
    // =========== [ Asm ] ============ //
    #define ASM_OPKX		0x00440810
    #define ASM_OPKY		0x0044081A
    #define ASM_OPKZ		0x00440820
    #define ASM_QUICKDRAW1		0x00541353
    #define ASM_QUICKDRAW2		0x005415EB
    #define ASM_UNLAMMO1		0x004A7A89
    #define ASM_UNLAMMO2		0x004A7AA8
    #define ASM_NORELOAD		0x0046D7A7
    #define ASM_NWST		0x00540F73
    #define ASM_STAMINA1		0x00463B00
    #define ASM_STAMINA2		0x00463B05
    // ========== [ Player ] =========== //
    #define MEM_SPEED					0x00C2BF88
    #define MEM_JUMPHEIGHT				0x00C2BF8C
    #define MEM_STAMINAREFILL			0x00C2BF94
    #define MEM_POSX					0x00C2B3F8
    #define MEM_POSY					0x00C2B3FC
    #define MEM_POSZ					0x00C2B400
    #define MEM_GRAVITYX				0x00C2B404
    #define MEM_GRAVITYY				0x00C2B408
    #define MEM_GRAVITYZ				0x00C2B40C
    #define MEM_YAW						0x00C2B410
    #define MEM_PITCH					0x00C2B414
    #define MEM_ROLL					0x00C2B418
    #define MEM_YAWSPEED				0x00C2B41C
    #define MEM_PITCHSPEED				0x00C2B420
    #define MEM_FOV						0x00C2B42C
    #define MEM_CANJUMP1				0x00C2BFA4
    #define MEM_CANJUMP2				0x00C2BF88
    
    
    // ========== [ Info ] ========== //
    #define MEM_NICKNAME				0x00C4C988
    #define MEM_LEVEL					0x00C4C9A0
    #define MEM_GOLD					0x00C4C9A4
    #define MEM_NCASH					0x00C4C9A8
    #define MEM_KILLS					0x00C4C9B0
    #define MEM_DEATHS					0x00C4C9B4
    #define MEM_TEAMKILLS				0x00C4C9B8
    #define MEM_EXP						0x00C4C9BC
    #define MEM_BATTLES					0x00C4C9C0
    #define MEM_WINS					0x00C4C9C4
    #define MEM_LOST					0x00C4C9C8
    #define MEM_HEADSHOT				0x00C4C9CC
    #define MEM_MELEEKILLS				0x00C4C9D0
    #define MEM_EXPLOSIONKILLS			0x00C4C9D4
    #define MEM_KNIFE					0x00C4C9D8
    #define MEM_PENALTY					0x00C4C9E0
    #define MEM_HEALTH					0x00C45F84
    #define MEM_STAMINA					0x00C45F88
    #define MEM_ROUNDTIMER				0x00C45FE0
    #define MEM_BLUESCORE				0x00C45FF4
    #define MEM_REDSCORE				0x00C45FF6
    
    
    // ========= [ Weapon ] ========= //
    #define MEM_NOSPREAD1				0x00C39C00
    #define MEM_NOSPREAD2				0x00C39D34
    #define MEM_NOSPREAD3				0x00C3BBBC
    #define MEM_NOSPREAD4				0x00C3BBC0
    /////////////////////////////////////////////
    // ========== [ End of logger ] ========== //
    /////////////////////////////////////////////
    Dont bother about the first lines. They are just to indicate that the adresses has been found.

    https://www.virustotal.com/nl/file/e...is/1404175489/
    Op7 addylogger.rar - Jotti's malware scan

    Please do notice that this isn't a hack. This is a tool for finding adresses for in your hack.
    I tested this on vmware windows 7 natgame. But it will most likely work on mgame and windows xp.

    Credits:
    Hans211(base)
    I think it was geeko for the basic of an addy logger
    Ida pro
    And more..sorry if I forget somebody :$


    <b>Downloadable Files</b> Downloadable Files
    Last edited by schaapjes; 06-30-2014 at 07:26 PM.

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

    -.VineK (06-12-2015),AlmightyJT (07-22-2014),CaptainHacking (07-02-2014),DariasLuc (03-12-2015),DarkDead206 (12-30-2014),fasu (07-17-2014),flexusmodz (09-04-2014),gabryxct46 (02-18-2015),iksath90 (07-10-2014),inakideto (07-06-2014),Jhem (07-13-2014),Matikfull (02-17-2015),nahuel789 (01-18-2015),nguonga23 (09-07-2014),norskie (01-26-2015),RagePure (07-13-2014),rockanrolero90 (04-12-2015),sniperjoman (11-25-2014),throb009 (07-06-2014),titan3000 (04-26-2015),tollinato (01-31-2015),tytytox2221 (08-07-2014),undeadxsky (10-04-2014),Usernamedot (10-28-2014),WILIELKP (10-14-2014)

  3. #2
    Riddick's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Delusional
    Posts
    7,704
    Reputation
    529
    Thanks
    5,193
    My Mood
    Devilish
    Approved /

  4. #3
    ExTr3MEe's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    What to do if it fails injecting?

  5. #4
    schaapjes's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    94
    Reputation
    24
    Thanks
    315
    My Mood
    Amused
    Try to use another injector? You also need to run the program as admin

  6. #5
    Jov's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    WINNING
    Posts
    4,526
    Reputation
    4549
    Thanks
    17,404
    Outdated. @Mayion




    THE EYES OF THE DAVESTAPO ARE UPON YOU. ANY WRONG YOU DO WE ARE GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE WE GONNA BE




Similar Threads

  1. [Release] Cracky7 addy logger 1.1
    By schaapjes in forum Operation 7 Hacks
    Replies: 39
    Last Post: 02-16-2014, 03:36 AM
  2. [Release] Cracky7 addy logger 1.0
    By schaapjes in forum Operation 7 Hacks
    Replies: 9
    Last Post: 03-17-2013, 07:53 AM
  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