Results 1 to 9 of 9
  1. #1
    WhatTheHackWTH's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    hey
    Posts
    74
    Reputation
    10
    Thanks
    241
    My Mood
    Cold

    Post Address Logger problem


    So, I managed to find all ggbetabypass address using cheat engine. But I made a logger to make it more easy .
    But there were some problem. Take a look

    Code:
    ---------------WhatTheHackWTH---------------
    -----------Blackshot Logger WTH--------------
     
     
    -------------------Address------------------- 
     
    #define PlayerPointer 0x000
    #define TeamESP 0x000
    #define LauncherError 0x00DE5BE84F
    #define AbnormalActivity 0x0013C84
    #define Gamemon1 0x00262
    #define Gamemon2 0x00B85E5F0A
    #define MemoryIsModified 0x000
    All the was wrong. The code I made was solid.
    Example = DWORD AbnormalActivity = FindPattern((PBYTE)"\x0F\x84\x3C\x01\x00\x00\x48", "xxxx??x", 1, true);

    But the result was crap.

    If someone can explain to me?

    Last edited by WhatTheHackWTH; 08-26-2017 at 09:35 PM. Reason: Spelling

  2. The Following User Says Thank You to WhatTheHackWTH For This Useful Post:

    DangeBlazer (08-26-2017)

  3. #2
    HaXiNgRuLeZ's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    443
    Reputation
    40
    Thanks
    3,007
    My Mood
    Cynical
    Quote Originally Posted by WhatTheHackWTH View Post

    So, I managed to find all ggbetabypass address using cheat engine. But I want made a logger to make it more easy .
    But there were some problem. Take a look

    Code:
    ---------------WhatTheHackWTH---------------
    -----------Blackshot Logger WTH--------------
     
     
    -------------------Address------------------- 
     
    #define PlayerPointer 0x000
    #define TeamESP 0x000
    #define LauncherError 0x00DE5BE84F
    #define AbnormalActivity 0x0013C84
    #define Gamemon1 0x00262
    #define Gamemon2 0x00B85E5F0A
    #define MemoryIsModified 0x000
    All the was wrong. The code I made was solid.
    Example = DWORD AbnormalActivity = FindPattern((PBYTE)"\x0F\x84\x3C\x01\x00\x00\x48", "xxxx??x", 1, true);

    But the result was crap.

    If someone can explain to me?

    i think the pattern/sigscan was wrong :/
    dont u have a skype?
    Join MPGH : Jun 2016
    ~30/100 Comeback~









  4. The Following User Says Thank You to HaXiNgRuLeZ For This Useful Post:

    WhatTheHackWTH (08-27-2017)

  5. #3
    ayoub212's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Tunisia, nabeul
    Posts
    134
    Reputation
    10
    Thanks
    2,079
    My Mood
    Devilish
    Quote Originally Posted by HaXiNgRuLeZ View Post
    i think the pattern/sigscan was wrong :/
    dont u have a skype?
    what is ur skype

  6. #4
    WhatTheHackWTH's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    hey
    Posts
    74
    Reputation
    10
    Thanks
    241
    My Mood
    Cold
    Quote Originally Posted by HaXiNgRuLeZ View Post
    i think the pattern/sigscan was wrong :/
    dont u have a skype?
    Fix it, ty.

  7. #5
    M4L1F1C's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    Quote Originally Posted by WhatTheHackWTH View Post

    So, I managed to find all ggbetabypass address using cheat engine. But I made a logger to make it more easy .
    But there were some problem. Take a look

    Code:
    ---------------WhatTheHackWTH---------------
    -----------Blackshot Logger WTH--------------
     
     
    -------------------Address------------------- 
     
    #define PlayerPointer 0x000
    #define TeamESP 0x000
    #define LauncherError 0x00DE5BE84F
    #define AbnormalActivity 0x0013C84
    #define Gamemon1 0x00262
    #define Gamemon2 0x00B85E5F0A
    #define MemoryIsModified 0x000
    All the was wrong. The code I made was solid.
    Example = DWORD AbnormalActivity = FindPattern((PBYTE)"\x0F\x84\x3C\x01\x00\x00\x48", "xxxx??x", 1, true);

    But the result was crap.

    If someone can explain to me?

    All your addresses seem wrong to me.
    Most likely because your FindPattern function scans outside the blackshot.exe memory region, make sure it only scans in there.

    For BS Global your AbnormalActivity signature points to: 0x562EAB which seems correct.

  8. #6
    HaXiNgRuLeZ's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    443
    Reputation
    40
    Thanks
    3,007
    My Mood
    Cynical
    Quote Originally Posted by WhatTheHackWTH View Post
    Fix it, ty.
    Glad to hear that
    Join MPGH : Jun 2016
    ~30/100 Comeback~









  9. #7
    ayoub212's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Tunisia, nabeul
    Posts
    134
    Reputation
    10
    Thanks
    2,079
    My Mood
    Devilish
    Quote Originally Posted by HaXiNgRuLeZ View Post
    Glad to hear that
    what is ur skype

  10. #8
    WhatTheHackWTH's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    hey
    Posts
    74
    Reputation
    10
    Thanks
    241
    My Mood
    Cold
    Quote Originally Posted by M4L1F1C View Post
    All your addresses seem wrong to me.
    Most likely because your FindPattern function scans outside the blackshot.exe memory region, make sure it only scans in there.

    For BS Global your AbnormalActivity signature points to: 0x562EAB which seems correct.

    Actually I fixed it. Its not the findpattern. Its the sig

  11. #9
    WhatTheHackWTH's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    hey
    Posts
    74
    Reputation
    10
    Thanks
    241
    My Mood
    Cold
    Quote Originally Posted by HaXiNgRuLeZ View Post
    i think the pattern/sigscan was wrong :/
    dont u have a skype?
    Anyway, its WhatTheHack WTH.
    Last edited by WhatTheHackWTH; 08-28-2017 at 06:52 AM.

Similar Threads

  1. Address Logger Pattern Scan Problems
    By [H]aaBX in forum Crossfire Coding Help & Discussion
    Replies: 8
    Last Post: 01-20-2014, 03:01 AM
  2. [Request] Warrock Address Logger
    By BMW M5 in forum WarRock Discussions
    Replies: 5
    Last Post: 11-15-2009, 02:57 AM
  3. [Help] Sorry for this but - Address Logger ?
    By D e a t h h a u n t S in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-28-2009, 01:40 PM
  4. Address Logger?
    By Zhhot in forum C++/C Programming
    Replies: 33
    Last Post: 09-05-2009, 08:14 PM
  5. anyone got a address logger?
    By bldymarien in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-30-2008, 08:44 PM