Autoit is simple to use, but it has the default is that when scanned with virustotal, it always shows that the program contains virus/malware.
For example, a simple code like this:
is recognized as virus :
http://www.virustotal.com/analisis/11cd ... fe1eb0404eAnd u cant tell the difference with a program that could read memory:
Code: Select all
$pid = WinGetProcess("SRO_Client")
$dllHWnd = _MemoryOpen($pid)
_MemoryRead(0x01234567, $dllHWnd)
scan :
http://www.virustotal.com/analisis/cff1 ... ae20db9b10To tell you the truth, i once asked Drew_Benton a question, and he answered that your sro account information (ID, pass) is dynamically stored in the memory of your pc (after u login). 95% of your account info will be stored in the memory after u login and choose your char (except secret question, email, etc...). Such information could be easily read (see the code above) and send to a different server beside sro server. Those who use Softmod or any bot suffer the same way.
I've tried to search for my account info in the memory, and i really found my ID and pass!

So, watch out what Autoit program u dl, from who u dl.
If it's a program from me, u can let your guard down =)