is there another way to enterworld? menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    is there another way to enterworld?

    my bot works fine,but when i use LuaDoString to Enterworld,client get crashed.
    now i use SendMessage to send a mouse click to Enterworld it works fine,never have a problem when bot continue running over 3 days.

    but i dont like this method,is there another way to EnterWorld?
    Last edited by lechris29; 11-22-2012 at 12:13 PM.

    is there another way to enterworld?
  2. #2
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    By EnterWorld I assume you mean logging into the game?

    If so, you need to set the last hardware event right before sending the Lua call. (WoW checks it internally, and will throw you back out if it wasn't actually "hit")

  3. #3
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow,what i see,1275 reputations,a webdev!

    yes,i mean logging into the game,i am a noob i dont know how to "set the last hardware event",
    is that like writting something to a certain offsit?

    i tried this but fault
    local {0}=CreateFrame('Frame')
    {0}:SetScript('OnUpdate', nil)
    CharacterSelect_SaveCharacterOrder()
    StopGlueAmbience()
    EnterWorld()


    Originally Posted by Apoc View Post
    By EnterWorld I assume you mean logging into the game?

    If so, you need to set the last hardware event right before sending the Lua call. (WoW checks it internally, and will throw you back out if it wasn't actually "hit")
    Last edited by lechris29; 11-22-2012 at 11:12 PM.

  4. #4
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    At this point no one can help you.. Your Google fu is weak... or your English is...

    He told you what to do exactly, read the current time stamp and write it to the Last Hardware Action. The offsets are around some place. Its real simple

    Also rep means nothing, Apoc just gives it to him self XD

  5. #5
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post
    At this point no one can help you.. Your Google fu is weak... or your English is...

    He told you what to do exactly, read the current time stamp and write it to the Last Hardware Action. The offsets are around some place. Its real simple

    Also rep means nothing, Apoc just gives it to him self XD
    Any rep I've given myself, I've taken away right after. (My rep is legitly earned tyvm)

    @OP; I gave you all the info you need. Just implement it.

  6. #6
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    WHAT! NO WAY! I was only joking XD I did not know you actually did that I know you have worked hard for your rep, I think the memory editing section is one of the hardest places to get rep.

  7. #7
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you very much

    do you have the latest LastHardwareAction offsit?i dont know the exact format so it's hard for me to get the offsit use IDA. myself....


    Originally Posted by DarkLinux View Post
    At this point no one can help you.. Your Google fu is weak... or your English is...

    He told you what to do exactly, read the current time stamp and write it to the Last Hardware Action. The offsets are around some place. Its real simple

    Also rep means nothing, Apoc just gives it to him self XD
    Last edited by lechris29; 11-22-2012 at 11:14 PM.

  8. #8
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now what's wrong with my code?get client crashed...

    Code:
            private uint lastHardwareAction = 0xAD7428; 
            private uint timestamp = 0xBC4BA4; 
    
            public void AntiAFK()
            {
                Memory.WriteUInt(wowBaseAddr+lastHardwareAction,Memory.ReadUInt(wowBaseAddr+timestamp));
            }
    Last edited by lechris29; 11-24-2012 at 02:57 AM.

  9. #9
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Bad offsets on my part, who would have known....

  10. #10
    DerLeecher's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lastHardwareAction = 0xAD7428;
    timestamp = 0xBBD354;


  11. #11
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still crashed with this offsit
    is there anything wrong with my code?

    Originally Posted by DerLeecher View Post
    lastHardwareAction = 0xAD7428;
    timestamp = 0xBBD354;


  12. #12
    ~Unknown~'s Avatar Contributor
    Reputation
    193
    Join Date
    Jan 2009
    Posts
    211
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lechris29 View Post
    still crashed with this offsit
    is there anything wrong with my code?
    Code:
    ObjectManager.Memory.Write(Offsets.LastHardwareAction, Environment.TickCount & Int32.MaxValue, true);
    
    LastHardwareAction = 0xAD7428;
    works fine for me.

  13. #13
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    You need to use more words... When you update the time stamp does it crashes or after you update the time stamp and you try to log in it still crashes...

  14. #14
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    login,
    select realm,
    update time stamp,
    enterworld(DoLuaString)

    then crached

    Originally Posted by DarkLinux View Post
    You need to use more words... When you update the time stamp does it crashes or after you update the time stamp and you try to log in it still crashes...
    Last edited by lechris29; 11-24-2012 at 02:38 AM.

  15. #15
    lechris29's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    273
    Join Date
    Jun 2012
    Posts
    1,096
    Thanks G/R
    0/2
    Trade Feedback
    415 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you are using vb.net?
    i am using C#,x86,blackmagic,no momory.write method,but i dont know how to get your code worked...

    do i need to add the wow base address with these offsit?


    Originally Posted by ~Unknown~ View Post
    Code:
    ObjectManager.Memory.Write(Offsets.LastHardwareAction, Environment.TickCount & Int32.MaxValue, true);
    
    LastHardwareAction = 0xAD7428;
    works fine for me.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Bot] Is there a way to use another account on iPhone after getting perma ban?
    By RoyaleBaba in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 08-16-2016, 03:55 PM
  2. Another way into Tyr's Hand hide out.
    By hammy_pants in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 11-08-2006, 06:39 PM
  3. is there any way i can make my own models?
    By Avianar47 in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 08-30-2006, 07:22 PM
  4. Is there a way to see herbs and metal at the same time?
    By Rustin in forum World of Warcraft General
    Replies: 7
    Last Post: 07-19-2006, 06:16 PM
All times are GMT -5. The time now is 11:14 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