Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed

    Mamo's logger [11/11/2014]

    Hello guys
    it seems no one is active here or they did pvt sites
    im gonna share some addys with you

    Code:
    #######################################################
    ################Mamo's Logger Started !################
    
    #### Weapon ####
    #define WeaponMgr 0x12A5214
    
    #### Player Pointer ####
    
    #define PlayerPtr 0x7A58C0
    #define PlayerPtrOffset 0x70
    
    #### Bypass 28_3 ####
    
    #define Client28_3 0x451F95
    
    #### Player Info ####
    
    #define PlayerMgr 0x11D7548
    
    #### PushToConsole
    
    #define PushToConsole 0x78E6EC
    #define PTC_Addy 0x208
    
    #### Bug Damage ####
    
    #define DamageZone 0x6D45F4
    #define DamagePerSec 0x6D45E4
    #define VisibleZoneIndex 0x6D453C
    #define DamagePerMeter 0x12A51F4
    
    #### crossfire.exe ####
    
    #define Wallhack 0x175A554
    #define SeeGhost 0x175A568
    
    #################Mamo's Logger Ended !#################
    #######################################################
    hope to see you around
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


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

    gibam761 (11-26-2014),[MPGH]Mayion (11-12-2014)

  3. #2
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    400
    My Mood
    Angelic
    Might just have to make something!

  4. #3
    nganhuy1991's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Thanks, can you tell me how to bypass 28_3. I follow this tut but not working:

    mpgh.net/forum/showthread.php?t=611836

  5. #4
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Thanks for sharing.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  6. #5
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    thanks.... but everyone has addys.. the only thing that people dont understand is how to bypass client errors.

  7. #6
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by nganhuy1991 View Post
    Thanks, can you tell me how to bypass 28_3. I follow this tut but not working:

    mpgh.net/forum/showthread.php?t=611836
    Update the client error 28_3 addy:

    Code:
    \x8B\x0D\x00\x00\x00\x00\x53\xC9\x8B\x5C\x44
    xx????xxxxx
    Here's a pattern you should know what to do with this
    Code:
    DWROD CShell= (DWORD)(GetModuleHandleA("CShell.dll"))
    *(BYTE*)(CShell+Offset)=0x90;

  8. The Following 2 Users Say Thank You to _PuRe.LucK* For This Useful Post:

    [MPGH]Beex (11-13-2014),nganhuy1991 (11-24-2014)

  9. #7
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    400
    My Mood
    Angelic
    First time ever attempting C++, Im coming from C# LMAO.

  10. #8
    nganhuy1991's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by .Paradox* View Post


    Update the client error 28_3 addy:

    Code:
    \x8B\x0D\x00\x00\x00\x00\x53\xC9\x8B\x5C\x44
    xx????xxxxx
    Here's a pattern you should know what to do with this
    Code:
    DWROD CShell= (DWORD)(GetModuleHandleA("CShell.dll"))
    *(BYTE*)(CShell+Offset)=0x90;
    This pattern not work in CFVN. I've attached CShell.dll of CFVN.

  11. The Following User Says Thank You to nganhuy1991 For This Useful Post:

    cmc5415 (11-24-2014)

  12. #9
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by nganhuy1991 View Post
    This pattern not work in CFVN. I've attached CShell.dll of CFVN.
    ITS NA.................

  13. #10
    nganhuy1991's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by .Paradox* View Post


    ITS NA.................
    Can you make pattern for CFVN

  14. #11
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by nganhuy1991 View Post
    Can you make pattern for CFVN
    I don't have CFVN

  15. #12
    nganhuy1991's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by .Paradox* View Post


    I don't have CFVN
    I've attached CShell.dll of CFVN at #8. Can you make pattern for me

    Many thanks!

  16. #13
    Mrdruid00's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    Thanks man

  17. #14
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by nganhuy1991 View Post
    I've attached CShell.dll of CFVN at #8. Can you make pattern for me

    Many thanks!
    Simply: No! =)

  18. #15
    nganhuy1991's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by .Paradox* View Post


    Simply: No! =)
    Okie man, i'll find it myself lol

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Addys Logger 18/09/2014
    By diegosarria12 in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 5
    Last Post: 09-19-2014, 07:16 AM
  2. [Source Code] USSR's, Gellin & NSearch Address Loggers [7/10/2014]
    By ObsoleteKid in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 07-17-2014, 09:51 PM
  3. [Release] Logger By ReturnsBR (CABR) 13/04/2014
    By _ReturnsBR_ in forum Combat Arms BR Hack Coding/Source Code
    Replies: 25
    Last Post: 04-18-2014, 06:31 PM
  4. Logger Combat Arms [BR] 06/03/2014 Atualizado *-*
    By _ReturnsBR_ in forum Combat Arms BR Hack Coding/Source Code
    Replies: 19
    Last Post: 03-09-2014, 05:02 PM
  5. [Release] Logger Combat Arms [BR] 17/02/2014
    By returns2013 in forum Combat Arms BR Hack Coding/Source Code
    Replies: 28
    Last Post: 02-23-2014, 03:55 PM