Results 1 to 14 of 14
  1. #1
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3

    weaponindex error bypass

    Hi all,

    can someone tell me how I can change the register value of
    Code:
    cmp  edx,-01 
    to 
    cmp  edx,00
    do i need to use inline asm? i have troubles understanding that.. and it seems like there isnt any opcodes to change the above..

    Any help will be appreciated!!

  2. #2
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by ongjx View Post
    Hi all,

    can someone tell me how I can change the register value of
    Code:
    cmp  edx,-01 
    to 
    cmp  edx,00
    do i need to use inline asm? i have troubles understanding that.. and it seems like there isnt any opcodes to change the above..

    Any help will be appreciated!!
    Code:
    cmp  edx, 00 
    *(PBYTE)ADDRESS = 0;
    and
    Code:
    cmp  edx,-01
    *(PBYTE)ADDRESS = 0xFF;
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  3. The Following User Says Thank You to .SHAZAM. For This Useful Post:

    ongjx (03-18-2016)

  4. #3
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by .SHAZAM. View Post
    Code:
    cmp  edx, 00 
    *(PBYTE)ADDRESS = 0;
    and
    Code:
    cmp  edx,-01
    *(PBYTE)ADDRESS = 0xFF;
    OMG OKOK THANKS!!

  5. #4
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by ongjx View Post
    OMG OKOK THANKS!!
    When you wanna thanks just press Thanks.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  6. The Following 3 Users Say Thank You to .SHAZAM. For This Useful Post:

    Aiman (03-25-2016),nikazizi97 (03-20-2016),ongjx (03-18-2016)

  7. #5
    zhikain's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    3
    My Mood
    Busy
    how to use??

  8. #6
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by .SHAZAM. View Post
    When you wanna thanks just press Thanks.
    why my addr(code) is differents?
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  9. #7
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by nikazizi97 View Post
    why my addr(code) is differents?
    idk what you mean with different. But dont worry if your code works
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  10. #8
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by nikazizi97 View Post
    why my addr(code) is differents?
    not sure why different but when i use your dll, blackshot crashes.. maybe your code wrong? idk

  11. #9
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by nikazizi97 View Post
    why my addr(code) is differents?
    Quote Originally Posted by ongjx View Post
    not sure why different but when i use your dll, blackshot crashes.. maybe your code wrong? idk
    Are you doing 0x54124C = 29696 ? Maybe you are doing wrong, but idk since that is works have no problem.
    But if you wanna do it minimally enough, just do:
    Code:
    *(BYTE*)0x54124C = 0;
    to bypass and
    Code:
    *(BYTE*)0x54124C = 255;
    to back original.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  12. #10
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by .SHAZAM. View Post
    Are you doing 0x54124C = 29696 ? Maybe you are doing wrong, but idk since that is works have no problem.
    But if you wanna do it minimally enough, just do:
    Code:
    *(BYTE*)0x54124C = 0;
    to bypass and
    Code:
    *(BYTE*)0x54124C = 255;
    to back original.
    https://www.mpgh.net/forum/showthread.php?t=1095126
    I use Different CODE
    Code:
    *(WORD*) 0x54124C = 0x7400;
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  13. #11
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by nikazizi97 View Post
    I use Different CODE
    Code:
    *(WORD*) 0x54124C = 0x7400;
    Yeah @.SHAZAM. can you clarify on this?
    It seems that this 1 address changes 2 opcodes. and the back-to-original value is 0x75FF

  14. #12
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by Obliteration View Post
    Yeah @.SHAZAM. can you clarify on this?
    It seems that this 1 address changes 2 opcodes. and the back-to-original value is 0x75FF
    ohh I see, you guys are editing 2 bytes lol
    So yeah, *(WORD*) 0x54124C = 0x7400; and *(WORD*) 0x54124C = 0x75FF; looks good.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  15. #13
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by .SHAZAM. View Post
    ohh I see, you guys are editing 2 bytes lol
    So yeah, *(WORD*) 0x54124C = 0x7400; and *(WORD*) 0x54124C = 0x75FF; looks good.
    Quote Originally Posted by Obliteration View Post
    Yeah @.SHAZAM. can you clarify on this?
    It seems that this 1 address changes 2 opcodes. and the back-to-original value is 0x75FF
    lol you public the other 1 address again
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  16. #14
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over 2 days since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Release] GameMon Check Error Bypass
    By COD3RIN in forum Blackshot Hacks & Cheats
    Replies: 43
    Last Post: 09-07-2014, 06:34 AM
  2. Client Error Bypass
    By HackerMaybe in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 03-15-2013, 10:43 AM
  3. [Help Request] Need help with client error bypass
    By dakr54 in forum Crossfire Coding Help & Discussion
    Replies: 9
    Last Post: 01-13-2013, 05:09 AM
  4. Nexon system error bypass *RE-UPLOADED!*
    By josias008 in forum Combat Arms Discussions
    Replies: 10
    Last Post: 03-13-2011, 12:35 PM
  5. Nexon System Error Bypass
    By josias008 in forum Combat Arms Discussions
    Replies: 13
    Last Post: 03-11-2011, 10:10 PM