Thread: [INFO] Jumps

Results 1 to 2 of 2
  1. #1
    phoenixraider's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    21

    [INFO] Jumps

    I made a reply to a thread, posted somewhat this ..
    Thought I'd post it here for all you Assembly & OllyDBG users.
    - enjoy


    Z Flag, C Flag, S Flag ..
    Witch allows you to do/un-do jumps ..
    Depending on witch jump .. You should edit witch you need for the exact thing ..

    Examples (Most Common) ..

    Code:
    JNE .....
    That will "operate" only if the Z Flag is not equal to 0 ..
    Code:
    JE
    That will "operate" only if the Z Flag is equal to 0 ..
    Code:
    JA
    That will "operate" only if the C Flag & Z Flag is ABOVE 0 ..
    Code:
    JB
    That will "operate" only if the C Flag is below 1 ..
    Code:
    JG
    That will "operate" only if the Z Flag & S Flag is greater then 0 ..
    Code:
    JGE
    That will "operate" only if the S Flag is greater or equal to 0 ..
    In some other cases ...

    Code:
    JMP ....
    That, always jumps ..
    You will have to edit the whole line of JMP ...
    To what ever fits ur needs.

    P.S: I'm no expert, but I hope that helped
    My private D3D

    [img]https://i279.photobucke*****m/albums/kk147/crusher233/PR.png[/img]

    X-Mas Hook in Action (version 1.0)
    [YOUTUBE]XET-y-2PZig[/YOUTUBE]

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

    rwkeith (08-19-2009)

  3. #2
    rwkeith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    457
    Reputation
    11
    Thanks
    79
    My Mood
    Angelic
    Excellent Post. A couple of these helped me.
    Goals In Life:
    [X] Become an Advanced Member
    [X]Release a tut on mpgh
    [0]Post 300 posts
    [X]Make a working hack
    [X] Learn c++

Similar Threads

  1. Server Info
    By Dave84311 in forum Puzzle Pirates Hacks & Cheats
    Replies: 13
    Last Post: 02-09-2006, 03:52 PM
  2. Flying / Jump Packet
    By Bull3t in forum WarRock - International Hacks
    Replies: 14
    Last Post: 01-16-2006, 06:32 PM
  3. World jump day
    By -Avenger- in forum General
    Replies: 4
    Last Post: 01-14-2006, 08:28 AM
  4. warrock wpe packet info
    By kvmn8 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-04-2006, 08:36 PM
  5. WarRock WPE Info...
    By RebornAce in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-31-2005, 09:55 AM

Tags for this Thread