Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-19-2017, 10:41 PM
kuahara
Sarnak
 
Join Date: Aug 2010
Location: Wichita Falls, Tx
Posts: 36
Default Login script

Anyone have a login script or something faster than logging in 30 characters by hand each time?

I used to have something I did with AHK for logging in 12 at a time on one of the pre-existing eqemu servers. Am logging into my own server now and wondering if there's not a better way. With AHK, it can load at most 2 at a time, then I need to wait until the toons are at char select before logging in the next two (trying more than that creates confusion with the script because another instance will steal the focus while input is being sent).


Thanks.
Reply With Quote
  #2  
Old 11-19-2017, 11:17 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Quote:
Originally Posted by kuahara View Post
Anyone have a login script or something faster than logging in 30 characters by hand each time?

I used to have something I did with AHK for logging in 12 at a time on one of the pre-existing eqemu servers. Am logging into my own server now and wondering if there's not a better way. With AHK, it can load at most 2 at a time, then I need to wait until the toons are at char select before logging in the next two (trying more than that creates confusion with the script because another instance will steal the focus while input is being sent).


Thanks.
Assign each window an identity in AHK.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #3  
Old 11-19-2017, 11:26 PM
kuahara
Sarnak
 
Join Date: Aug 2010
Location: Wichita Falls, Tx
Posts: 36
Default

Didn't realize that could be done. Will look into it.

Thanks for the fast reply!
Reply With Quote
  #4  
Old 11-19-2017, 11:30 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Heres some old AHK Stuff for memory reading a certain toggled window.

Code:
#NoEnv  
; #Warn s
SendMode Input 
SetKeyDelay 30, 50
SetWorkingDir %A_ScriptDir%  
#SingleInstance force
#Persistent
KeyWait, Delete, D
WinGet,hwnd,id,ahk_pid %A_LoopField%
hwnd := MemoryOpenFromPID(A_LoopField)
pointer := MemoryRead(hwnd, 0x00580B08)
tmpvita := MemoryRead(hwnd, pointer+0x100)
MsgBox,4,,Hit yes if this is your vita: %tmpvita% otherwise hit no
IfMsgBox, Yes
{
hwndy := MemoryOpenFromPID(A_LoopField)
goto, pidselected
}
}
pidselected:
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #5  
Old 11-20-2017, 02:24 PM
sprinkle3
Banned
 
Join Date: Jul 2014
Posts: 12
Default

autologin is amazing

click it , go make coffee

everquest
Reply With Quote
  #6  
Old 11-20-2017, 02:41 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Quote:
Originally Posted by sprinkle3 View Post
autologin is amazing

click it , go make coffee

everquest
plz post ur autologin haxx
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #7  
Old 11-21-2017, 10:00 PM
kuahara
Sarnak
 
Join Date: Aug 2010
Location: Wichita Falls, Tx
Posts: 36
Default

Since that is probably never going to get a reply, I found this:

http://wiki.ezserver.online/MQ2_Autologin_Setup

Unfortunately, it doesn't say what to put in the server field if you plan to connect to your own personal server. Still digging around in wikis, forums, and google to see if this has already been covered.
Reply With Quote
  #8  
Old 11-21-2017, 11:13 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

There's a reason no one is talking about it...

EQEmulator Forum Rules

To wit: "14. No Macroquest! Discussing the use or installation of Macroquest can result in an account ban. The discussion of any other 3rd party hacks/apps (ShowEQ, MySEQ, Etc) that may do anything that is even remotely considered cheating will result in a warning and possible ban, unless the discussion is purely EQEmu development related and does not include instructions to get or install said hacks. Don't post or pm links about emulator usable Macroquest or you will be banned EQEmu-Wide. You also risk being banned for using it on servers that do not specifically allow it (This is up to the Server Admins)."
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #9  
Old 11-22-2017, 12:25 AM
kuahara
Sarnak
 
Join Date: Aug 2010
Location: Wichita Falls, Tx
Posts: 36
Default

This extends to posts created by Akkadius with instructions for automating the login of many accounts? There was no discussion of cheating, just a discussion about how to log in without spending 20+ minutes doing it every time.
Reply With Quote
  #10  
Old 11-22-2017, 12:50 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Uleat is the enforcer - MQ2 is generally prohibited from these forums.

However that doesn't keep people from referencing them on a particular servers resources.

Again - see mqemulator.net for these resources, not these forums
Reply With Quote
  #11  
Old 11-22-2017, 01:11 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Aye, just an observation as to why people may not be talking about it.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #12  
Old 12-10-2017, 06:54 PM
kokey98
Hill Giant
 
Join Date: Dec 2012
Location: terra firma
Posts: 131
Default

you don't need ahk or anything special.. unless you also do not use mq2, of course. i am only going over a .bat file that has nothing to do with mq2 directly.

the 'unmentionable' handles everything after you load an instance of eqgame.exe up. so you just need a simple bat file like:

@echo off
start "" /b "C:\<path>\login1 - <toon name1>.lnk"
TIMEOUT 20
start "" /b "C:\<path>\login2 - <toon name2>.lnk"
TIMEOUT 20
start "" /b "C:\<path>\login3 - <toon name3>.lnk"
exit

each lnk is just a created shortcut with this command line:
eqgame.exe patchme /login:<account>

that autopopulates the login, and the rest is 'handled'. follow normal rules if quotation marks are required. if spaces exist in path or exe file as in the example above, anything else??

copy/rename links to easily as many needed, place in some place out of sight -- even just he eq directory works. the .bat file is all you need for easy access. i have a seperate bat file for starting the 'unmentionable' but could easily be placed at beginning of this bat file example too.

i have more than 1 bat for to start eq. one starts just 1 account. then any server specific multi-box configurations.

20 seconds is just for the example... if a ton of toons are logging in, i'd time how long it takes 1 toon to login (worst case scenario near a hub or active bazaar etc to exagerrate load time) and use that for anythign 6-10+. if just 2-3 i'd still leave time to at least select the server before starting 2nd instance.. this is relative to an older pc and not a new one.

you don't even need the unmentionable to make this worthwhile... just type in passwords, hit enter twice, then alt-tab. rinse, repeat... then start selecting toons. at the least you don't have to tab to desktop contantly. AHK (auto-hotkey) can automate stuff too (is that an active hack, genuinely ignorant about a program i've never used nor even gone to there website). simply take this info and go elsewhere for the rest.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:29 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3