Results 1 to 11 of 11

Hybrid View

  1. #1
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored

    [Question] How to count NOPs?

    This still confusing me about NOP-ing amounts.

    00588442 - 0f 84 bd 00 00 00 - je 00588505
    How many 0x90 NOPs for above? 5? x09, x09, x09, x09, x09 ? or 6?

    And this one too:
    0058845C - 0f 85 a3 00 00 00 - jne 00588505
    Anyone can help me?

  2. #2
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    6 NOPS. And its \x90
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  3. #3
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by whatup777 View Post
    6 NOPS. And its \x90
    This 00588442 - 0f 84 bd 00 00 00 - je 00588505 ?

    How u count it? can teach me? "0f"x1 "84"x2 "bd"x3 "00"x4 "00"x5 "00"x6 = 6?

    I tried 6 NOPs but it crashed my game.

    EDIT: I tried NOPs this below 9 times, didn't crash & worked:
    005E0D7F - 29 86 9c 01 00 00 - sub [esi+0000019c],eax
    Last edited by Hahaz; 07-14-2010 at 05:26 AM.

  4. #4
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Arent those the bytes in the middles?
    Or in OllyDbg you can just NOP it and count how many time the 90 appears
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  5. #5
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by whatup777 View Post
    Arent those the bytes in the middles?
    Or in OllyDbg you can just NOP it and count how many time the 90 appears
    i NOP it in cheat engine (memory view), it shows 6 NOPs & didn't crashed + worked BUT i test it in VB = crashed in game when i click it. Others work but not for this address:

    00588442 - 0f 84 bd 00 00 00 - je 00588505

  6. #6
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Your using VB in Combat arms?
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  7. #7
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Yeah, with undetected module. It's just memory hacking.

    EDIT: i tried NOP this address & it shows 2 NOPs in row but it crashed in VB:

    00588488 - 74 15 - je 0058849f
    So i test it with higher number & it works at NOPs 4, so.. NOP(&H588488, 4) = worked.

    How to count amount of NOPs actually? This is confusing... :s
    Last edited by Hahaz; 07-14-2010 at 05:41 AM.

  8. #8
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    why arnt you using mhs/
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  9. #9
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by zmansquared View Post
    why arnt you using mhs/
    I never use MHS... how u define bytes NOPs in MHS?

  10. #10
    Beatz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In your head.
    Posts
    2,118
    Reputation
    66
    Thanks
    321
    My Mood
    Stressed
    I would NOP both of these for you, but you need to learn yourself.
    Don't Talk If You Can't Do.


  11. #11
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    first you get your addy then you put it into mhs and then bytes here we come
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Similar Threads

  1. Question| How can I play?
    By fallenleaves in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 12-19-2008, 08:31 AM
  2. [question] how do i work CE
    By weckerle in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 10-23-2008, 11:02 AM
  3. Question- how to double inject
    By chris199236 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-05-2008, 07:43 PM
  4. [Question] how to use all adresses
    By niekill in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-14-2007, 07:40 AM
  5. [Question]How can i find addresses?
    By iNsaNe.eXe in forum WolfTeam Hacks
    Replies: 8
    Last Post: 11-06-2007, 10:00 AM