AutoHotkey Community

It is currently May 26th, 2012, 2:03 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: January 2nd, 2008, 10:16 pm 
Hi can you check this javaskript? i think there is a fault

Code:
javascript:with(document.forms[0]){elements["universe"].value="uni**.ogame.de"; elements["login"].value="muster"; document.loginForm.action="http://uni**.ogame.de/game/reg/login2.php"; elements["pass"].value="muster2"; submit();void(0)}


i will try an automatic-login @ www.ogame.de

i maybe the problem is that he connect to an another server
Code:
document.loginForm.action="http://uni**.ogame.de/game/reg/login2.php"


thank u
lukas


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2008, 6:27 am 
Offline

Joined: February 9th, 2006, 8:36 pm
Posts: 338
I'm not great at JS, so when I write some js code I try to put semicolons everywhere :-) like there: void(0);}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2008, 3:10 pm 
don't work :( .... i ask in a javascript forum maybe there is some help :)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2008, 3:35 pm 
Offline

Joined: November 1st, 2005, 6:38 pm
Posts: 114
Location: Ottawa
Try this:
Code:
Run, C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.ogame.de/
WinWait, OGame.de - Microsoft Internet Explorer,
IfWinNotActive, OGame.de - Microsoft Internet Explorer,  WinActivate, OGame.de - Microsoft Internet Explorer,
WinWaitActive, OGame.de - Microsoft Internet Explorer,
Loop, 3
{
StatusBarWait , Done, , 1, OGame.de - Microsoft Internet Explorer, , , ,
sleep, 100
}
Sleep, 100
Send, {TAB}username{TAB}password{ENTER}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2008, 11:38 pm 
Or use Firefox + iMacros for the web login part!


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], vsub and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group