WoW Levitate or Slowfall menu

User Tag List

Results 1 to 3 of 3
  1. #1
    PewPew2's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW Levitate or Slowfall

    when i change the movement to 160 or 240 i dc´ed can anyone help?

    WoW Levitate or Slowfall
  2. #2
    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)
    Yes, hook their sendpacket routine and spoof the movement state when you receive a movement packet. It may seem hard, but trust me.. its not.

    Code:
        if ( (wOpcode >= MSG_MOVE_START_FORWARD && wOpcode <= MSG_MOVE_WORLDPORT_ACK) || wOpcode == MSG_MOVE_HEARTBEAT )
        {
            gLog.Log( "Movement Flags: %08X", pBuffer[1] );
    
            if ( pBuffer[1] & MOVEFLAG_LEVITATE )
                pBuffer[1] &= ~MOVEFLAG_LEVITATE;
    
            if ( pBuffer[1] & MOVEFLAG_WATER_WALK )
                pBuffer[1] &= ~MOVEFLAG_WATER_WALK;
    
            if ( pBuffer[1] & MOVEFLAG_FEATHER_FALL )
                pBuffer[1] &= ~MOVEFLAG_FEATHER_FALL;
    
            gLog.Log( "Patched Movement Flags: %08X", pBuffer[1] );
        }

  3. #3
    PewPew2's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm my english is not soo good gives a code ² for autoit? how find the send packet ?^^

Similar Threads

  1. Ever wanted your levitate to be like a mage slowfall?
    By Cruven123 in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 07-07-2010, 04:32 PM
  2. Replies: 3
    Last Post: 01-09-2010, 01:56 AM
  3. Get your first mount in WoW easily
    By Matt in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-03-2006, 09:46 PM
  4. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  5. Free WoW Glider 0.5.3 Loader
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-12-2006, 01:00 PM
All times are GMT -5. The time now is 05:02 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