hack for 2.4.2 menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    unknow2k's Avatar Member
    Reputation
    7
    Join Date
    Mar 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    hack for 2.4.2

    WallClimb hack for 2.4.2

    Hex Edit:
    005fbd1c 0f,85,47,01,00,00 -> e9,48,01,00,00,90

    hack for 2.4.2
  2. #2
    unknow2k's Avatar Member
    Reputation
    7
    Join Date
    Mar 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    camera hack for 2.4.2

    camera hack for 2.4.2

    Hex Edit:
    0068bfba 75 -> eb

  3. #3
    macintox's Avatar Member
    Reputation
    30
    Join Date
    Aug 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, good job

  4. #4
    vivecs's Avatar Member
    Reputation
    11
    Join Date
    May 2008
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet job lol

  5. #5
    SCSI73rm1n8r's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by unknow2k View Post
    WallClimb hack for 2.4.2

    Hex Edit:
    005fbd1c 0f,85,47,01,00,00 -> e9,48,01,00,00,90
    I find difficulty jumping using this patch, and running up walls feels quite glitchy.
    Instead, try this:
    008A00C8: BB,8D,24,3F -> A4,86,F3,BE

    This seems to give a better result by changing the constant associated with the maximum climb angle instead of altering the program flow and breaking other things.

  6. #6
    gunnleif1's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, i need this one=)

  7. #7
    Poihtis's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very good job mate

  8. #8
    Therrm's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep crashing my wow

  9. #9
    zhaixz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    good job

    good job~!:wave::wave::wave:

  10. #10
    korknob's Avatar Active Member
    Reputation
    29
    Join Date
    May 2008
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    used this earlier, had to set that memory segment to read and write access. within 3-4 minutes i got disconnected. when i tried to log back in it gave an error about 'cannot validate client. this may be caused by third party software... etc' i restarted wow and tried again but now the password has been changed. i dont have access to the email on that account so now im SOL. using MHS to edit the memory, never had any issues before doing that particular edit so in summary, watch out for editing RDATA and code segments, they're scanning it for changes.

  11. #11
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you do changes in the code segment, you need to revert them if you got dc'ed, because Blizzard Validates the WoW Client every time you logg in, this is mainly to protect you from Trojans and stuff like that.
    If you changed some stuff inside RDATA you'll need to reset the page execute rights, or wow will crash some times...
    I hacked 127.0.0.1

  12. #12
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarg0 View Post
    If you do changes in the code segment, you need to revert them if you got dc'ed, because Blizzard Validates the WoW Client every time you logg in, this is mainly to protect you from Trojans and stuff like that.
    If you changed some stuff inside RDATA you'll need to reset the page execute rights, or wow will crash some times...
    Or jump the check ^^

  13. #13
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just fyi, the offset you want to hook is 0x0086ADD0. Its called before the CRC check is executed. Your program flow would want to look like this:

    void Hook() {
    RemoveModifications();
    CallOriginalHook() // 0086ADD0
    ApplyModifiications();
    }

  14. #14
    zeonlegend3's Avatar Member
    Reputation
    10
    Join Date
    Feb 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice unknow gd job

  15. #15
    zeonlegend3's Avatar Member
    Reputation
    10
    Join Date
    Feb 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but i do prefer SCSI73rm1n8r's version better but +rep to both of ya

Page 1 of 3 123 LastLast

Similar Threads

  1. Can anyone make a Mountain Climber hack for me for patch 1.9.0
    By Æiden in forum World of Warcraft General
    Replies: 6
    Last Post: 09-28-2006, 12:50 PM
  2. need wpe hack for 1.9.4
    By mgboss in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 08-15-2006, 10:02 PM
  3. World of Warcraft Hack - Syndrome (Multi-Hack for 1.9.4)
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 44
    Last Post: 07-26-2006, 12:55 PM
  4. Any hack for two-on-one accounts ?
    By insolencation in forum World of Warcraft General
    Replies: 11
    Last Post: 07-12-2006, 01:44 AM
  5. hacks for 1.8
    By Darkblooded in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 07-05-2006, 06:19 AM
All times are GMT -5. The time now is 08:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search