New Player Pointer menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 82
  1. #61
    KoolShen's Avatar Member
    Reputation
    2
    Join Date
    May 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which offset for nofalldmg?

    New Player Pointer
  2. #62
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KoolShen View Post
    Which offset for nofalldmg?
    you need to email mythic for that. just write a mail to [email protected]. They will go through the sourcecode and find it for you. Please don't forget to include your account name AND password.

  3. #63
    Da_Teach's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HansW View Post
    you need to email mythic for that. just write a mail to [email protected]. They will go through the sourcecode and find it for you. Please don't forget to include your account name AND password.
    Making friends arent we ?

    Just ignore them HansW, its the best and only advice I can give

  4. #64
    jester_im's Avatar Member
    Reputation
    2
    Join Date
    Oct 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its cool with HansW. Without him we wouldn't have much of anything, so he is entitled to a lot of rope. I just hope he doesn't hang us with it.

  5. #65
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NoFall Damage 0x508A68
    on { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }
    off { 0xF3, 0x0F, 0x11, 0x8F, 0x98, 0x00, 0x00, 0x00 }

    Work for me

  6. #66
    KoolShen's Avatar Member
    Reputation
    2
    Join Date
    May 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gundir View Post
    NoFall Damage 0x508A68
    on { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }
    off { 0xF3, 0x0F, 0x11, 0x8F, 0x98, 0x00, 0x00, 0x00 }

    Work for me
    Thanks. Work fine.

  7. #67
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How come mine crashes the client...
    Code:
    if (nofalldmg_on == false)
                {
                    byte[] NOPS = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
                    this.Player.PatchMemory(nofalldmg_1, NOPS);
                    this.b_nofalldmg.BackColor = Color.FromName("GradientInactiveCaption");
                    nofalldmg_on = true;
                }
                else
                {
                    byte[] YES1 = { 0xF3, 0x0F, 0x11, 0x8F, 0x98, 0x00, 0x00, 0x00 };
                    this.Player.PatchMemory(nofalldmg_1, YES1);
                    this.b_nofalldmg.BackColor = Color.FromName("Window");
                    nofalldmg_on = false;
                }
    ?

  8. #68
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lazarus is also found again.. will be in the dll i think >D


    Lazarus ON
    0x4FDCA4 9090909090
    0x4FDC9A 9090909090
    0x4FDCB3 9090909090

    Lazarus OFF
    0x4FDCA4 F30F11580C
    0x4FDC9A F30F115808
    0x4FDCB3 F30F115810
    Last edited by s4lly; 06-25-2009 at 02:02 AM.

  9. #69
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job =) +rep

  10. #70
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job! Thank you.

  11. #71
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tested, but not working for me
    [EDIT] that's work T_T
    Last edited by gundir; 06-25-2009 at 01:19 PM.

  12. #72
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what dosnt work?? gundir?

  13. #73
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have missed an offset, my bad ... sorry, that's works fine

  14. #74
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2x Height Jump On
    0x500c45 c7 87 88 01 00 00 04 00 00 00
    2x Height Jump Off
    0x500c45 c7 87 88 01 00 00 03 00 00 00


    Might be bugged a bit...
    Last edited by s4lly; 06-25-2009 at 02:15 PM.

  15. #75
    KoolShen's Avatar Member
    Reputation
    2
    Join Date
    May 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.3.0.470 updated

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Tips, and things I wish I knew when starting WoW(for new players)
    By pattamus in forum World of Warcraft General
    Replies: 5
    Last Post: 04-18-2008, 08:46 AM
  2. New Player Races Project.
    By houseplant2 in forum World of Warcraft Model Editing
    Replies: 23
    Last Post: 01-19-2008, 05:57 AM
  3. [List] Handy Docs for New Players and Others!
    By latruwski in forum World of Warcraft Guides
    Replies: 0
    Last Post: 11-10-2007, 02:50 PM
  4. Adding items to new players
    By Koksy in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 09-02-2007, 09:03 AM
  5. How to World PvP on a PvE server for New players
    By Ðeception in forum World of Warcraft Guides
    Replies: 7
    Last Post: 12-20-2006, 10:00 PM
All times are GMT -5. The time now is 02:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search