Jump to content

ICQ 2 Go Script


gosu
 Share

Recommended Posts

Opt ("WinTitleMatchMode", 2)
$icqnummer = InputBox("Icq #", "Enter ICQ UIN:", "", "")
If @error = 1 Then Exit
$passwort = InputBox("Password", "Enter password:", "", "*")
If @error = 1 Then Exit
RunWait(@ComSpec & " /c start iexplore.exe http://go.icq.com", '', @SW_HIDE)
WinWait("Your Web-based ICQ!")
WinWait("ICQ Inc")
; You may need to change the next value!
Sleep(5000)
Send($icqnummer)
Send("{TAB}")
Sleep(300)
Send($passwort)
Sleep(300)
Send("{TAB 2}")
Sleep(300)
Send("{SPACE}")
WinClose("Your Web-based ICQ!")

This asks you for your icq and your password. Then it logs you into icq! It´s pretty useful on guest computers like school or internet café! Enjoy!

Edited by gosu

[quote name='d2hacker88' date='Jan 6 2005, 05:10 PM']Can someone please help me out with autoit like gimme a link on how to use it cause i have no experience with computer languages and i'd like to make a program with autoit in order to empress my computer teacher.[right][snapback]52215[/snapback][/right][/quote]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...