changing logout timer menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    changing logout timer

    so today i was using cheat engine on a trial looking for the logout values to change maybe to 0 seconds or making it so you can logout in combat has anyone else successfuly found out the address... it moves to fast for me to try to catch it.. any suggestions?

    changing logout timer
  2. #2
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, if I were RE'ing it, I'd look for the "logging out" string (and xrefs to it) and then cross ref that with calls to the GetTimer WoW function. That should get you fairly close.
    Don't believe everything you think.

  3. #3
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    even if you could force it to log out to char screen, your toon will still be online and end up dieing

  4. #4
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's not true, depending on the mob and if you do force it to logout it usualy takes about 3 seconds and im sure a mob won't kill you in 3 seconds so it would be fine and that's for the suggestions ill search for that string.

    Another thing im getting an error for my Blackmagic all of the sudden and i don't know why it says:
    Could not load file or assembly 'fasmdll_managed, Version=1.0.3262.20709, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    Code:
    BlackMagic wowprocess = new BlackMagic();
             wowprocess.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft"));

  5. #5
    adaephon's Avatar Active Member
    Reputation
    76
    Join Date
    May 2009
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're running BlackMagic (or it's loading process) compiled as Any CPU on an x64 machine you're probably trying to load an x86 dll which will cause that error

  6. #6
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah infact i just build a new computer and its x64 so... i need to try to compile with 64 then?

  7. #7
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mrbrightside View Post
    yeah infact i just build a new computer and its x64 so... i need to try to compile with 64 then?
    The problem is that when you compile with 'Any CPU' on a x64 system, it will output x64 binaries. ManagedFasm (or whatever its called) is, however, still an x86 binary and cannot be loaded by your x64 binaries. One solution that works is to output x86 binaries (i.e. change 'Any CPU' to 'x86'.) You may be able to get ManagedFasm to work under x64, and if so, this is the desirable solution.

  8. #8
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah thanks guys got it fixed

  9. #9
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mrbrightside View Post
    yeah thanks guys got it fixed
    I'm curious.. what did you end up doing?

  10. #10
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I went to tools>project and solutions>general, then enable show advance build configurations, wen't up and changed from x64 to x86 and done

  11. #11
    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)
    Now i do have a bad memory, however if i do remember correctly it is not possible to change that timer since when you hit "logout" it send a request to the server that is being applied after XX amount of seconds or instantly if you are in a rest area.

    However i do know that it is possible to return to the char selection screen instantly using a little bug in the LUA api (but that leaves your toon around for about 15 sec or so).

  12. #12
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UnknOwned View Post
    Now i do have a bad memory, however if i do remember correctly it is not possible to change that timer since when you hit "logout" it send a request to the server that is being applied after XX amount of seconds or instantly if you are in a rest area.

    However i do know that it is possible to return to the char selection screen instantly using a little bug in the LUA api (but that leaves your toon around for about 15 sec or so).
    yeah your probably right, it's most likely client-side like when you do alt+shift+6 then get on a Griffith on wow infinity lol

  13. #13
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You cannot modify the logout timer.

    I reversed it a while back, it's all done on the server.

Similar Threads

  1. [Bot] new prayer bot, uses timer, preparation for mod6 invoking changes...
    By breadguy in forum Neverwinter Bots and Programs
    Replies: 139
    Last Post: 08-23-2015, 02:09 AM
  2. Disconnect Macro/Logout Timer
    By Endure in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 11-27-2010, 11:58 PM
  3. [Request] How to change/edit the combat timer?
    By flop159 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-06-2008, 11:50 AM
  4. Name Change Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-16-2006, 12:50 PM
  5. MMOwned's Server Move + Forum Change
    By Matt in forum OC News
    Replies: 0
    Last Post: 03-25-2006, 04:52 AM
All times are GMT -5. The time now is 02:55 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