Function dialing with "on ground"? menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Function dialing with "on ground"?

    So I had an interesting idea around "spoofing" being on the ground (think: druids can mine/herb if they are close to the ground but not 100% on the ground).

    Anyone have any ideas as to which functions I should poke around w/in IDA? Wasn't sure if anyone had attempted this thus far. Obviously I don't want to just write to the movement flags Was hoping I could NOP a JMP/CMP somewhere or create a detour.

    Thanks in advance!
    https://tanaris4.com

    Function dialing with "on ground"?
  2. #2
    highvoltz's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tanaris4 View Post
    So I had an interesting idea around "spoofing" being on the ground (think: druids can mine/herb if they are close to the ground but not 100% on the ground).

    Anyone have any ideas as to which functions I should poke around w/in IDA? Wasn't sure if anyone had attempted this thus far. Obviously I don't want to just write to the movement flags Was hoping I could NOP a JMP/CMP somewhere or create a detour.

    Thanks in advance!
    IsFlying is probably what you're looking for, returns true while player on a flying mount is air borne, false if on ground.

    Druids have to be on the ground btw to herb, they drop bird form when mining
    Last edited by highvoltz; 09-08-2010 at 07:48 PM.

  3. #3
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UF_CANNOTINTERACT = 0x2E0100F
    if i were blizz i would check the unit flags for this flag when the player rightclicks
    but even if there are no server side checks regarding the isflying flag, you would only benefit from this if you are a druid and are gathering herbs

  4. #4
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IsFlying, Im guessing you would need to look at Object interaction to spoof the distance between you and the object.
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  5. #5
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Ryuk- View Post
    IsFlying, Im guessing you would need to look at Object interaction to spoof the distance between you and the object.
    It's not a distance problem, it's related to if the player is flying or no, because druid can gather herb with fly form, but need to on ground.

  6. #6
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IsFlying
    IsMounted
    IsFalling

    Things you can check to see if you're flying, you can even try to get the animation ID to see if you're flying


  7. #7
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Detouring this function didn't work, fairly certain there is a server side check as well :/ Received a "You are flying." in red text message, which I couldn't actually find in the binary.
    https://tanaris4.com

  8. #8
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tanaris4 View Post
    Detouring this function didn't work, fairly certain there is a server side check as well :/ Received a "You are flying." in red text message, which I couldn't actually find in the binary.

    Try all of what Mr Zunz said, other than that, the only way would be Packet Spoofing...
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  9. #9
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tanaris4 View Post
    Detouring this function didn't work, fairly certain there is a server side check as well :/ Received a "You are flying." in red text message, which I couldn't actually find in the binary.
    Actually, that is localized text. Localized text is defined in Lua.
    Code:
    SPELL_FAILED_NOT_FLYING = "You are flying.";
    Search for 'SPELL_FAILED_NOT_FLYING' in IDA.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

Similar Threads

  1. Quotes from Steven Write
    By Amedis in forum Community Chat
    Replies: 2
    Last Post: 11-14-2022, 10:26 AM
  2. [Bug] Reply with Quote, Spacebar Doesn't work
    By Veritable in forum Report Bugs
    Replies: 1
    Last Post: 12-08-2016, 12:33 PM
  3. [Bot] Hacked Ovale Spell Priority with Full Auto Functionality [also with NA mod]
    By SilentWarrior in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 12-28-2011, 05:31 PM
  4. WTB Powerleveling - Need Quotes!!
    By Drovos in forum Members Only Gold And Powerleveling Buy Sell
    Replies: 7
    Last Post: 10-14-2007, 10:26 AM
  5. Funny GM quotes
    By shadowfox47 in forum World of Warcraft General
    Replies: 9
    Last Post: 08-13-2007, 07:24 PM
All times are GMT -5. The time now is 06:23 PM. 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