VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



AIM Mimic

by LCSBSSRHXXX (11 Submissions)
Category: Internet/HTML
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

AIM Mimic is a program that allows you to log on AIM (AOL Instant Messenger) and then mimic another user. Fetures inclues:
Fake Away, Fake Idle, Edit Profile, Send IM, Mimic, Event Log, Internet Options, Window Flash when reciving an IM, Beep when sending / reciving an IM, help, and much more, see program!
Enjoi!!!
-LCSBSSRHXXX
AIM Mimic uses TocSock.ocx
You can download TocSock.ocx at www.lenshell.com/files.htm

Assumes
AIM Mimic uses TocSock.ocx You can download TocSock.ocx at www.lenshell.com/files.htm
API Declarations
Const FLASHW_STOP = 0
Const FLASHW_CAPTION = &H1
Const FLASHW_TRAY = &H2
Const FLASHW_ALL = (FLASHW_CAPTION Or FLASHW_TRAY)
Const FLASHW_TIMER = &H4
Const FLASHW_TIMERNOFG = &HC
Private Type FLASHWINFO
cbSize As Long
hwnd As Long
dwFlags As Long
uCount As Long
dwTimeout As Long
End Type
Private Declare Function FlashWindowEx Lib "user32" (pfwi As FLASHWINFO) As Boolean
Private Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
Dim Running As Boolean
Dim LoggedOn As Boolean
Dim nRet As Long
Dim sCPL As String

Rate AIM Mimic

Download AIM Mimic

Download AIM Mimic (19 KB)

AIM Mimic Comments

No comments have been posted about AIM Mimic. Why not be the first to post a comment about AIM Mimic.

Post your comment

Subject:
Message:
0/1000 characters