The West Auto Log In

By dkhal Last update Oct 11, 2008 — Installed 9,223 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 13 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
marcin3k Scriptwright

Well, you could also base it on Firefox's password remembering. To that simply focus the inputs like this:

document.getElementById('name').focus();
document.getElementById('password').focus();

and Firefox will load the login and password automatically :)

 
dkhal Script's Author

lol you're welcome

 
Avindra V.G. Scriptwright

holy crap dkhal! you're the man! :D

I never figured out how to manipulate built-in page variables and stuff. (i'm referring to unsafeWindow)

Thanks dude ;)

 
dkhal Script's Author

you're welcome anytime

 
Popeen Scriptwright

Thx again for explaining but I have allready got it to work. As you said it was the worlds that were wrong.

Thx for a lot of good scripts

 
dkhal Script's Author

the script worked perfectly on my pc
looks like you have either a slow connection or you might have entered the world wrong
try this for a change
change this line :

unsafeWindow.setTimeout("do_login("+server+");",1000);

to

unsafeWindow.setTimeout("do_login("+server+");",2000);

and keep increasing the number by 1000 until it works
Note: What the script does is send a request to log you in
It will receive info and execute a command as if you clicked Log In
It will also execute another command which is the one feature above at a certain time after it should have finished logging you in
Sometimes this command is executed before you log in which might be your case and thats what makes you log in but not to the world ur playing on
Please try this and tell me if it worked (it should)

 
Popeen Scriptwright

yea I know that I have to include the .se server but it still doesnt work.

Tried your knew script version and know it signs me in but it doesnt choose world.

 
dkhal Script's Author

it works on .net only by default
if you want it to work on any other server there is a part of the script like this:
// ==UserScript==
// @name The West Auto Log In
// @namespace addictivity
// @include http://www.the-west.net/
// @copyright dkhal
// ==/UserScript==
edit it by adding another @include for each server
example for the se server
add
// @include http://www.the-west.net/
below
// @include http://www.the-west.se/

apparently thers something wrong with this site
when u click install script you will install an empty script not mine :S

 
Popeen Scriptwright

Am I doing something wrong becouse the script doest work. I just edit the username, pass end world. Have tried on .net and on .se

 
dkhal Script's Author

anytime
if you have any other request i'll be more than happy lol

 
Popeen Scriptwright

thx

 
dkhal Script's Author

Same as TW auto log in but for The West
plz read the script instructions to see how you can set your account up
or ask for them here

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel