What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Any one have program/script for starting wow and login onto gb?

hi,

yes the GUI is made for 1pw for all accounts. if you want to use accounts with different pws then use this files and edit $pw[1] = "", $pw[2] = "", etc. in the source code

looks promising havent played around with just 1 question since it runs all wows from one path is it able to switch servers or?
 
looks promising havent played around with just 1 question since it runs all wows from one path is it able to switch servers or?

hi,

I didnt throught about realms, I have currently only one active account.

I modified the files again :P, you can now edit on the top of the script the server names $Server[1] = "realm1" for account1 etc.
 

Attachments

hi,

I didnt throught about realms, I have currently only one active account.

I modified the files again :P, you can now edit on the top of the script the server names $Server[1] = "realm1" for account1 etc.

getting an odd problem its starts wow and just press "enter" can it have something to do with my keyboard setup?
 
getting an odd problem its starts wow and just press "enter" can it have something to do with my keyboard setup?

in the accountname field must be a email addy, or no accname will shown at start up, how did you save the password? at startup? or with the $pw[1] = "" method?

you could also try to replace:
Code:
ControlSend($hwnd, "", "", $pw)
with
Code:
WinActivate($hwnd)
Send($pw)

but this is not a good solution, i think your password wasnt saved correctly
 
in the accountname field must be a email addy, or no accname will shown at start up, how did you save the password? at startup? or with the $pw[1] = "" method?

you could also try to replace:
Code:
ControlSend($hwnd, "", "", $pw)
with
Code:
WinActivate($hwnd)
Send($pw)

but this is not a good solution, i think your password wasnt saved correctly

hmm it looks in the setting file everything looks fine do I need to edit anything in the sorce file? for it to work
 
hmm it looks in the setting file everything looks fine do I need to edit anything in the sorce file? for it to work

if you dont use the server version or multipw version, you dont have to change anything in the source code, in the last version I postet, you must edit the servername at the top of the script, and in the multipw version also the $pw[1] = ""

If you still have problems, then start wow, make a new file in SciTE and try this code:
Code:
$hwnd = WinGetHandle("World of Warcraft")
ControlSend($hwnd, "", "", "test")

//BTW:
maybe the waittime before sending pw is too low for your computer? you can edit the wait times in Settings -> Wait settings
set "Wait time after wow start" higher
 
Last edited:
Hi bryt,
Is possible add multi battle net support? like several accs under one email adress
 
1. testing on my main computer so wow is on a ssd but tried the different wait times still didnt change it just waited pressed enter waited pressed enter then moved the window and started gb

2.with the
Code:
$hwnd = WinGetHandle("World of Warcraft") ControlSend($hwnd, "", "", "test")
it highlighted wow and inputed username as test then exited

3. also what is the difference between the 2 files u have included botstarted_wow and relogger_wow?
 
This is looking great, one thing I would love is multi battle.net accounts, its just a few simple additional key presses.. not that I would know how to do it.. or if it is simple..

<3 xD
 
extra thanks. i figured it out (the one password thing) before I checked in, extra extra thanks for the multiple pw version.
 
About anounced version of reloger. I cant understand why is so hard to make simple launcher\reloger? IMO adding auth service and sql db making reloger to hungry for system resources like buddystarter. PS: i just wrote for myself simple program wich can start and restart wow\gb and work with any versions of them. And as result 8Mb RAM and 0% CPU usage.
 
About anounced version of reloger. I cant understand why is so hard to make simple launcher\reloger? IMO adding auth service and sql db making reloger to hungry for system resources like buddystarter. PS: i just wrote for myself simple program wich can start and restart wow\gb and work with any versions of them. And as result 8Mb RAM and 0% CPU usage.

And if you did this why dont you share it with the community ???????? its called teamwork
 
Back
Top