Page 2 of 19 FirstFirst 123412 ... LastLast
Results 16 to 30 of 276
  1. #16
    Jazzie's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Location
    In front of my computer screen. Where else would I be?
    Posts
    189
    Reputation
    43
    Thanks
    28
    My Mood
    Innocent
    This works fine, but hacks that I use it on are getting into the game undetected but at the cost of crashing at each respawn. I tried it on every hack I could with the same result, new round or respawn... crash... My computer even restarted on me once... I know it's not the hacks since I used each one prior to the detection without any problem. Any help?

  2. #17
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Jazzie View Post
    This works fine, but hacks that I use it on are getting into the game undetected but at the cost of crashing at each respawn. I tried it on ever hack I could with the same result die new round or respawn... crash... My computer even restarted on me once... I know it's not the hacks since I used each one prior to the detection without any problem. Any help?
    Crashing when respawning sounds like a hack issue. I'm more inclined to believe that there's an issue with the hack than the cipher, as it'd be more likely to not work at all if the cipher messed something up. Nevertheless, delete the ciphered dll and restore the old one, then try cipher it again.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #18
    waterboy543449's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Jason View Post


    Basically, one way Nexon can detect hack attempts is to take a "hash" of the .dll when it's injected. They then compare this hash to a list of "blacklisted" dlls and if there is a match, they report a hack detection and exit. The purpose of a cipher like this is to change up some data within the .dll so that the hash of the file changes. Previously this was achieved by writing a few extra bytes of data to the end of the file. However, recently Nexon have changed the way they hash the dll (rather than simply hashing the entire file, they hash only a portion of the file), which is why some of the old ciphers have stopped working.

    My method modifies safe data within the file itself (through the documented PE structure), and is thus more likely to modify the portion of the file that Nexon hashes (most likely the executable sections, but not 100% sure so I modify a few different areas). The idea, of course, is to not break the .dll itself when modifying data.
    This is why I love MPGH so much, thanks for the thorough explanations Great work sir.

  4. #19
    iTzSeyeko™JR #1's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    2,276
    Reputation
    27
    Thanks
    178
    Awesome.

  5. #20
    marcsi's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Mars
    Posts
    47
    Reputation
    10
    Thanks
    2
    My Mood
    Psychedelic
    Great Job friend! Like'n it!
    "The World is Governed by personalities very different to what people that cannot see further than their eyes, Believe"


    "The one who cannot see that on Earth a big endeavor is taking place, an important plan, on which realization we are allowed to collaborate as Faithful Servants, certainly has to be blind"



  6. #21
    OMG1OMG's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed
    I seem to crash at the CA loading screen (where they have a man running in a corner) when I've "cipher'd" a detected hack... (the hack I'm trying to cipher is the Project-X by Nightmare)

    ---------- Post added at 05:19 PM ---------- Previous post was at 05:02 PM ----------

    And is that how you should use it? Lol, cause this is my first time using a "cipher"

  7. #22
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by OMG1OMG View Post
    I seem to crash at the CA loading screen (where they have a man running in a corner) when I've "cipher'd" a detected hack... (the hack I'm trying to cipher is the Project-X by Nightmare)

    ---------- Post added at 05:19 PM ---------- Previous post was at 05:02 PM ----------

    And is that how you should use it? Lol, cause this is my first time using a "cipher"
    Yes, that's how you should use it. However, the hack may be beyond help. Thanks for letting me know the name of the hack you used, I can do some testing when I get home and verify whether or not it's the fault of the Cipher, or whether the hack is just flat out detected.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  8. #23
    marcsi's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Mars
    Posts
    47
    Reputation
    10
    Thanks
    2
    My Mood
    Psychedelic
    Quick question doeee, when I Cipher the .dll, I'm not supposed to use the one file that says (nameofhack).dll.bak am I? I'm supposed to use the other .dll that hasn't had any changes right? When I tried to Cipher the Luccss hack, it made the copy, but while in-game CA crashed pretty quickly. I wasn't sure which one I was supposed to use because both of the .dll files crashed quickly.
    "The World is Governed by personalities very different to what people that cannot see further than their eyes, Believe"


    "The one who cannot see that on Earth a big endeavor is taking place, an important plan, on which realization we are allowed to collaborate as Faithful Servants, certainly has to be blind"



  9. #24
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by marcsi View Post
    Quick question doeee, when I Cipher the .dll, I'm not supposed to use the one file that says (nameofhack).dll.bak am I? I'm supposed to use the other .dll that hasn't had any changes right? When I tried to Cipher the Luccss hack, it made the copy, but while in-game CA crashed pretty quickly. I wasn't sure which one I was supposed to use because both of the .dll files crashed quickly.
    Use the .dll without the .bak. The .dll.bak one is the original, unciphered file. If they're both crashing quickly I daresay it's the hack causing issues.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  10. #25
    Hux's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Candy Kingdom
    Posts
    6,819
    Reputation
    588
    Thanks
    779
    My Mood
    Brooding
    really nice. got this to work :P

  11. #26
    For every dark night, there's a brighter day.
    MPGH Member
    Shadow-Dancer's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Location
    Lookin' at the sky
    Posts
    1,037
    Reputation
    19
    Thanks
    143
    My Mood
    Angelic
    Works fine
    BY REAP

  12. #27
    Nightmare's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    North of Hell
    Posts
    2,396
    Reputation
    149
    Thanks
    6,601
    My Mood
    Worried
    Great job dude!

  13. #28
    marcsi's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Mars
    Posts
    47
    Reputation
    10
    Thanks
    2
    My Mood
    Psychedelic
    Quote Originally Posted by Jason View Post


    Use the .dll without the .bak. The .dll.bak one is the original, unciphered file. If they're both crashing quickly I daresay it's the hack causing issues.
    Thanks!!!!!
    "The World is Governed by personalities very different to what people that cannot see further than their eyes, Believe"


    "The one who cannot see that on Earth a big endeavor is taking place, an important plan, on which realization we are allowed to collaborate as Faithful Servants, certainly has to be blind"



  14. #29
    abathx's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    On Your Screen.
    Posts
    152
    Reputation
    10
    Thanks
    35
    My Mood
    Devilish
    Nice ;P

    .-.

  15. #30
    callmejames's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    it's can run, i got this i cant run it.. do i need a inject?
    Attached Thumbnails Attached Thumbnails
    image.jpg  


Page 2 of 19 FirstFirst 123412 ... LastLast

Similar Threads

  1. [Release] [Makes detected hacks undetected] Simple PE Cipher
    By Jason in forum Combat Arms Hacks & Cheats
    Replies: 467
    Last Post: 12-21-2018, 07:16 PM
  2. [Release] [beta][Makes detected hacks undetected] Simple PE Cipher
    By aizzad10 in forum Blackshot Injectors & Tools
    Replies: 7
    Last Post: 06-19-2016, 07:40 AM
  3. [Help Request] How to make detected hacks undetected?
    By xx claws xx in forum CrossFire Help
    Replies: 5
    Last Post: 07-08-2013, 05:57 PM
  4. [Release] IW5M - aCI Bypasser :: Make Detected Hacks Undetected + Chopper Box ESP!
    By Kenshin13 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 25
    Last Post: 10-19-2012, 06:31 PM
  5. Make Detected Hacks Undetected
    By Herbal in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-26-2007, 08:01 AM