FollowMe - Minimized/background

04/16/2008 16:00 boyxuixeo#76
:eek: +kama :p luv u :D you are my hero!!!!!!
04/16/2008 17:47 evanxxxm#77
shadowtaker@
as u might have notice, even with 4 clients, there are sometimes the background clients will steal focus (no idea why) but i use a WinActive function to keep the client1 to stay alive
but i have notice when it has more than 5 clients, the problem got worse. on my computer, its like every 10 seconds or so, one of the client will steal focus (again, no idea why)
another reason is: there is a delay clicking, that means the less client, the faster and closer the character will follow
(as seen in my example videos, its a little bit slow to follow compare to the 1client Follow)
btw, why dont u try open one V2 and one V1?
never try, but in theory it should work

yaoyeng@
jumping is twice shorter than 1024x768
[Only registered and activated users can see links. Click Here To Register...]
and i dont like 800x600
04/17/2008 02:31 khongminhtuyens#78
nice work keep on makin more pls !!!! i love this
04/17/2008 03:18 shadowtaker#79
Quote:
Originally Posted by evanxxxm View Post
shadowtaker@
as u might have notice, even with 4 clients, there are sometimes the background clients will steal focus (no idea why) but i use a WinActive function to keep the client1 to stay alive
but i have notice when it has more than 5 clients, the problem got worse. on my computer, its like every 10 seconds or so, one of the client will steal focus (again, no idea why)
another reason is: there is a delay clicking, that means the less client, the faster and closer the character will follow
(as seen in my example videos, its a little bit slow to follow compare to the 1client Follow)
btw, why dont u try open one V2 and one V1?
never try, but in theory it should work

yaoyeng@
jumping is twice shorter than 1024x768
[Only registered and activated users can see links. Click Here To Register...]
and i dont like 800x600
I encounter this problem too, where some of the background client will steal focus with my other ahk macro. I'll try later to test out running one V2 and one V1 later.
Btw, will you be uploading the code for V2? Thanks.
04/17/2008 03:29 evanxxxm#80
shadowtaker@
uploading the code for V2?
the script (code) is with the exe program inside the rar file

my intention is to help non-edited clients afterall
so i am not going to develop more for more clients
however, script u can edit it as u wish
04/17/2008 03:40 shadowtaker#81
Quote:
Originally Posted by evanxxxm View Post
shadowtaker@
uploading the code for V2?
the script (code) is with the exe program inside the rar file

my intention is to help non-edited clients afterall
so i am not going to develop more for more clients
however, script u can edit it as u wish
Hi evan..
Actually, the V2 source is not inside the rar. Anyway, i got the Exe2Ahk to convert back the exe to ahk. I'll try to do the editing myself. Thanks for the great program. Cheers.
04/17/2008 04:23 evanxxxm#82
shadowtaker@
thanks for reminding (just checked)
definitely need to re-upload it when i got off work
04/17/2008 13:18 Problemboy#83
erm sorry for my noobness evanxxxm , can i double check with u , whats all these about? issit safe to use? i not kinda gd in all these virus stuff... how do i check whether tis program have any keylogger or wad virus?

File: FollowerV2.exe
Status: INFECTED/MALWARE (Note: this file has been scanned before. Therefore, this file's scan results will not be stored in the database)

A-Squared Found Trojan.Win32.AutoHK.t
AntiVir Found nothing
ArcaVir Found Trojan.Downloader.Agent.Ejc
Avast Found nothing
AVG Antivirus Found Worm/Autoit.AJR
BitDefender Found nothing
ClamAV Found Trojan.Downloader-28690
CPsecure Found Troj.W32.AutoHK.ar
Dr.Web Found nothing
F-Prot Antivirus Found nothing
F-Secure Anti-Virus Found nothing
Fortinet Found nothing
Ikarus Found nothing
Kaspersky Anti-Virus Found nothing
NOD32 Found nothing
Norman Virus Control Found W32/AutoRun.AFH
Panda Antivirus Found nothing
Sophos Antivirus Found nothing
VirusBuster Found nothing
VBA32 Found nothing


issit safe to use ...??
04/17/2008 16:11 evanxxxm#84
Problemboy@
yes it is safe to use
04/18/2008 12:22 ace_heart#85
it's work perfect but when i use it for 3 clients , i lvlv my noob in bird , it switch to screen noob for 1 sec and return again to leader
can help me and tell why !!
04/18/2008 15:09 yaoyeng#86
@evan
wat u mean by twice shorter??
anyways, can i have the script for it??
04/18/2008 16:34 evanxxxm#87
ace_heart@
thats what i meant by "not stable"
the reason it switches back is because i put a command that keeps making sure client 1 is active
the less client u use, the less chance it will happen
cause = still unknown

yaoyeng@
script included in the file, isnt it?
i reupload it earlier just because of that
04/18/2008 16:44 yaoyeng#88
@evan
the script wasnt in the file when i downloaded it...well...going to redownload and check again...

EDIT:can teach me how to change it to the settings for my 800X600??
04/18/2008 17:16 evanxxxm#89
yaoyeng@
no problem
the lines that u need to change include: (some of them are duplicate, so u need to change all)
Y > 600
X := round((xxx - x2x) / unit * 300) + 513
Y := round((yyy - y2y) / unit * 300) + 384
Y < 100
clkxxx := round((xxx - x2x) / unit * 250) + 513
clkyyy := round((yyy - y2y) / unit * 250) + 384
04/18/2008 17:28 yaoyeng#90
@evan
these are the lines i need to change??
chnage them to the red one or divide the red number by 2??