Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Crazydude5's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    724
    Reputation
    10
    Thanks
    58
    My Mood
    Amazed
    Working yay!

  2. #17
    hacktaodachethet's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    China
    Posts
    58
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    what do u mean NOP????

  3. #18
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by hacktaodachethet View Post
    what do u mean NOP????
    ....You need to learn some assembly.
    NOP = No OPeration = 0x90 = Do Nothing

  4. #19
    hacktaodachethet's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    China
    Posts
    58
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    Quote Originally Posted by Kenshin13 View Post
    ....You need to learn some assembly.
    NOP = No OPeration = 0x90 = Do Nothing
    so, can i use CE to edit this??

  5. #20
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by hacktaodachethet View Post
    so, can i use CE to edit this??
    Yep. CE even can do it in two ways.

  6. #21
    hacktaodachethet's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    China
    Posts
    58
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    Quote Originally Posted by Kenshin13 View Post
    Yep. CE even can do it in two ways.
    Add address manually -> 0x004970AE -> change byte value to 1........ Not working, im i doing sth wrong???

  7. #22
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by hacktaodachethet View Post
    Add address manually -> 0x004970AE -> change byte value to 1........ Not working, im i doing sth wrong???
    Depending on the size, add it as a BYTE and change the value to "144", increment the offset for the number of NOPs you need to do and the value is always "144".

    Eg:

    Offset = 0x430430

    Number of NOPs required: 7

    BYTE NOP Value: "144"
    Two BYTE NOP Value: "37008"
    Four BYTE NOP Value: "2425393296"

    So: 4 BYTE NOP + 2 BYTE NOP + BYTE NOP = 7 NOPs

    CE->Add Address: 0x430430
    Type: 4-Bytes
    Value: 2425393296

    CE->Add Address: 430430+4
    Type: Short/2-Bytes
    Value: 37008

    CE->Add Address: 430430+4+2
    Type: Byte
    Value: 144

    N.B. You'll need to freeze the game or do this from the menu to avoid a crash.


    One way you can do this is to set a breakpoint at 0x644240, set your values, remove the breakpoint and then select "Run" (F9) and voila.

    If you don't understand the above, LEARN HOW TO USE CHEAT ENGINE.

  8. The Following User Says Thank You to Kenshin13 For This Useful Post:

    hacktaodachethet (02-21-2013)

  9. #23
    hacktaodachethet's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    China
    Posts
    58
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    Quote Originally Posted by Kenshin13 View Post
    Depending on the size, add it as a BYTE and change the value to "144", increment the offset for the number of NOPs you need to do and the value is always "144".

    Eg:

    Offset = 0x430430

    Number of NOPs required: 7

    BYTE NOP Value: "144"
    Two BYTE NOP Value: "37008"
    Four BYTE NOP Value: "2425393296"

    So: 4 BYTE NOP + 2 BYTE NOP + BYTE NOP = 7 NOPs

    CE->Add Address: 0x430430
    Type: 4-Bytes
    Value: 2425393296

    CE->Add Address: 430430+4
    Type: Short/2-Bytes
    Value: 37008

    CE->Add Address: 430430+4+2
    Type: Byte
    Value: 144

    N.B. You'll need to freeze the game or do this from the menu to avoid a crash.


    One way you can do this is to set a breakpoint at 0x644240, set your values, remove the breakpoint and then select "Run" (F9) and voila.

    If you don't understand the above, LEARN HOW TO USE CHEAT ENGINE.
    i followed to instruction, and the game crash when it load "Waiting for other players".......

  10. #24
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by hacktaodachethet View Post
    i followed to instruction, and the game crash when it load "Waiting for other players".......
    Are you sure you're adding the right address and size? Else you can always browse to the address in it's hex editor and write "0x90 or 90" the number of times you need.

  11. #25
    hacktaodachethet's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    China
    Posts
    58
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    Quote Originally Posted by Kenshin13 View Post
    Are you sure you're adding the right address and size? Else you can always browse to the address in it's hex editor and write "0x90 or 90" the number of times you need.
    it'd be better if u give me a few images of instruction..... (im newbie)

  12. #26
    honda accord 99's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In the clinic
    Posts
    69
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    could any one explain more about this hack ? where i can put these values ?

  13. #27
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by honda accord 99 View Post
    could any one explain more about this hack ? where i can put these values ?
    Edit the game memory for it to work. If you don't understand, read up on some programming.

  14. #28
    honda accord 99's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In the clinic
    Posts
    69
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    Quote Originally Posted by Kenshin13 View Post


    Edit the game memory for it to work. If you don't understand, read up on some programming.
    Sorry man, but i don't know anything in programming

  15. #29
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by honda accord 99 View Post
    Sorry man, but i don't know anything in programming
    Then you can't use it.
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  16. #30
    Skolino's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    3
    patched msg2short

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. New Clan - Canadian Forces
    By svizy in forum Combat Arms Clan Recruitment & Advertising
    Replies: 0
    Last Post: 07-12-2011, 09:45 PM
  2. [Help Request] New Error G-FORCE!
    By -Smoke- in forum CrossFire Help
    Replies: 2
    Last Post: 06-14-2011, 04:28 PM
  3. [Info] Unconfirmed Perks, NO NUKE, New Killstreaks MW3!
    By MarketEngineer in forum XBOX General Discussion
    Replies: 14
    Last Post: 06-06-2011, 09:36 PM
  4. Canadain~Force Canadians ONLY NO hackers too
    By svizy in forum Combat Arms Clan Recruitment & Advertising
    Replies: 4
    Last Post: 01-07-2010, 06:28 PM
  5. (Sharing a new tapping program by Uzeil it works!)
    By scycry in forum Soldier Front Hacks
    Replies: 24
    Last Post: 09-19-2009, 03:43 PM