Thread: How To Hex Edit

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 59
  1. #1
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive

    How To Hex Edit

    A LOT of people want to know how to hex edit a hack to remove ads, so I have decided to make a thread on how to do it!

    Step 1: Open your file in a HEX editor, I recommend using Frhed. (I am also using an old version of the MPGH public hack to edit.)



    Step 2: Hold CTRL+F and search for the word you are trying to change.



    In this case, we will look for MPGH (even though we aren't changing it /)



    Now you could change that to whatever you want.

    Step 3: If there is an advertisement on the MENU, then you would do a Unicode search:



    HOW TO EDIT A UNICODE SEARCH (you do this differently than different text):

    Unfortunately, this hack has no unicode HEX so there is nothing to edit. If for some reason yours does, just PM me and I will show you how to do it.

    Step 4: Save the file, and if you did it correctly, it should work like a charm. /

    If there is anything I did incorrectly, please let me know.

    Have fun, and enjoy editing your hacks.

    EDIT: Here is a little something from Shunnai:

    You have to fill in space with the certain amount of space

    Bad Ex
    - 0093 www.Iown.net
    - 0092 www.Iownedyou.net
    That is Incorrect X


    Good example
    - 00e2 www.Iown.net
    - 00e12 www.Iownedyou.net (Ignore the descriptions I just typed in random websites and when you do that in mpgh the description of the site like google comes up )



    Lets remember now that when correcting or removing or replacing an advertisement the SAME amount of space needs to be in your re movement/replacement/

    Notice in how the bad example the 2nd line 0092 , has more then the first line 0093.. That right there will Corrupt the file, this happens from the .dll files and space changing not being it able to work. In simpler words for you all your fucking up the file

    Now lets look at the good example , notice how 00e2 and 00e12 are the exact same numbers of space letters .. This will work perfectly but of course there will be times where you have too much to write and you cant make it fit into just 4 letters.. When this happens we are gonna be using the keys Space, or (>) (<) ::. [] To perfect them so it would look like this..

    0045 LOL.Net
    0043 www.Iownedyou.net
    - Ok now you see that the 0043 has more letters then 0045.
    Not to worry this is where your Space, or (>) (<) ::. [] Keys pop up.. all your gonna do is use any one of those keys ( Does not Matter ) and it will come out like this

    Lets say we are trying to hex the site we leeched the hack from (Iownedyou.net) to lol.net ( Our website )

    There are 3 letters in lol.net but there is 9 letters in Iownedyou.net..

    We are gonna use the Space, or (>) (<) ::. [] Keys to fix this big problem


    0045 www.lol.net
    0043 www.Iownedyou.net
    =
    0042 www.lol.net_________

    You see we have to add those 9 _ because our goal is too have the same amount of letters as we had earlier.. which was 9.
    By the way the _ are just examples of Space, or (>) (<) ::. [] keys.

    Well I hope you all understood , Coding could you add this onto to your tut some do not fully understand this concept


    * Please ignore the descriptions!!
    Last edited by CodingTerror; 09-20-2010 at 08:00 PM.

  2. The Following 7 Users Say Thank You to CodingTerror For This Useful Post:

    gsingh1 (09-20-2010),IBurne (10-03-2010),ryski123 (09-22-2010),Terell. (09-20-2010),TV14 (10-14-2010),Xovius(banned) (09-21-2010),[NIG]████[GA] (09-27-2010)

  3. #2
    Hardstyle1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    There's No Better Place Than 127.0.0.1
    Posts
    135
    Reputation
    10
    Thanks
    11
    My Mood
    In Love
    This belongs to Tutorials but there is 1 already in WR section and another in CA
    Come To The Dark Side,
    We Have Cookies.

    - Mr.Devil

  4. #3
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Are the others as thorough as mine?

  5. #4
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by CodingTerror View Post
    Are the others as thorough as mine?
    No no no

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  6. #5
    Hardstyle1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    There's No Better Place Than 127.0.0.1
    Posts
    135
    Reputation
    10
    Thanks
    11
    My Mood
    In Love
    True ,they have less pics.
    Come To The Dark Side,
    We Have Cookies.

    - Mr.Devil

  7. #6
    gsingh1's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    The House Next Door.
    Posts
    391
    Reputation
    15
    Thanks
    49
    My Mood
    Blah
    Whenever i save the file and open it it says file is now corrupted...
    I AM NOT A NOOB I JUST ACT NOOBIE.

  8. #7
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Quote Originally Posted by Hardstyle1234 View Post
    True ,they have less pics.
    Also, they were closed, and you had to download something. No download for this one.

  9. #8
    Solo's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    2,133
    Reputation
    64
    Thanks
    383
    My Mood
    Cold
    I was gonna get around to making a tut on this. This is such a simple skill that everyone should know.
    Nipples

  10. #9
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Quote Originally Posted by TrapJesus View Post
    I was gonna get around to making a tut on this. This is such a simple skill that everyone should know.
    Yes, it is very simple.

  11. #10
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by gsingh1 View Post
    Whenever i save the file and open it it says file is now corrupted...
    you have to fill in space with the certain amount of space

    Bad Ex
    - 0093 www.Iown.net
    - 0092 www.Iownedyou.net
    That is Incorrect X


    Good example
    - 00e2 www.Iown.net
    - 00e12 www.Iownedyou.net (Ignore the descriptions I just typed in random websites and when you do that in mpgh the description of the site like google comes up )



    Lets remember now that when correcting or removing or replacing an advertisement the SAME amount of space needs to be in your re movement/replacement/

    Notice in how the bad example the 2nd line 0092 , has more then the first line 0093.. That right there will Corrupt the file, this happens from the .dll files and space changing not being it able to work. In simpler words for you all your fucking up the file

    Now lets look at the good example , notice how 00e2 and 00e12 are the exact same numbers of space letters .. This will work perfectly but of course there will be times where you have too much to write and you cant make it fit into just 4 letters.. When this happens we are gonna be using the keys Space, or (>) (<) ::. [] To perfect them so it would look like this..

    0045 LOL.Net
    0043 www.Iownedyou.net
    - Ok now you see that the 0043 has more letters then 0045.
    Not to worry this is where your Space, or (>) (<) ::. [] Keys pop up.. all your gonna do is use any one of those keys ( Does not Matter ) and it will come out like this

    Lets say we are trying to hex the site we leeched the hack from (Iownedyou.net) to lol.net ( Our website )

    There are 3 letters in lol.net but there is 9 letters in Iownedyou.net..

    We are gonna use the Space, or (>) (<) ::. [] Keys to fix this big problem


    0045 www.lol.net
    0043 www.Iownedyou.net
    =
    0042 www.lol.net_________

    You see we have to add those 9 _ because our goal is too have the same amount of letters as we had earlier.. which was 9.
    By the way the _ are just examples of Space, or (>) (<) ::. [] keys.

    Well I hope you all understood , Coding could you add this onto to your tut some do not fully understand this concept


    * Please ignore the descriptions!!


    Last edited by Terell.; 09-20-2010 at 07:30 PM.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  12. The Following User Says Thank You to Terell. For This Useful Post:

    gsingh1 (09-20-2010)

  13. #11
    ahmed adel228's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    can u make another better thhan this?!

  14. #12
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by ahmed adel228 View Post
    can u make another better thhan this?!
    What the fuck is there not to get , if you can understand it you understand it, If you cant you cant. Thats it then just dont hex, the guy just took few good minutes to make this thread and you come and not even say thanks

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  15. #13
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Quote Originally Posted by ahmed adel228 View Post
    can u make another better thhan this?!
    What do you mean?

  16. #14
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by CodingTerror View Post
    What do you mean?
    He probably means a "proper" tutorial for newbies with pics and stuff /

  17. #15
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by View Post
    He probably means a "proper" tutorial for newbies with pics and stuff /
    Can you sticky for coding

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

Page 1 of 4 123 ... LastLast

Similar Threads

  1. How to Hex edit Instant draw and No Prefire delay
    By yodaliketaco in forum Combat Arms Mod Tutorials
    Replies: 32
    Last Post: 02-15-2011, 03:17 AM
  2. How To Hex Edit
    By CodingTerror in forum WarRock Discussions
    Replies: 58
    Last Post: 10-14-2010, 05:42 PM
  3. How To Hex Edit
    By CodingTerror in forum WarRock Tutorials
    Replies: 16
    Last Post: 09-21-2010, 06:59 PM
  4. [TUT] How to Hex edit an Hack [TUT]
    By Leaf in forum WarRock Tutorials
    Replies: 5
    Last Post: 08-03-2010, 08:47 AM
  5. [Help] How to hex edit please help
    By iRobot™ in forum WarRock Discussions
    Replies: 5
    Last Post: 08-01-2010, 03:01 PM