Here is my new home page
[Only registered and activated users can see links. Click Here To Register...]
There's a new version 3.11, you can go there to dl. I think this would be the last version, coz there is no more things to add. I wonder if you want to source code?
Changelog v3.11:
- You can use a combination of conditions with 'And' 'Or' 'Not' and you can call any autoit functions or expression
- you can do multiple actions with functions call, variables could be affected using function Assign
- to compare opcode, source ip, etc.. now you must use variable $OPCODE, $SOURCE, $DESTINATION, $DATA
Examples of script:
make alarm when login (fill xxxx with the right opcode)
Code:
$OPCODE=xxxx
SoundPlay("music file path")
Don't forget the quote
Autopot
Code:
Eval("var1") = ""
Assign("var1",_MemoryOpen(ProcessExist("sro_client.exe")))
$currentHP/$maxHP < 50
Send("8")
Sleep(500)
Replace or assign $currentHP and $maxHP with
Code:
_MemoryRead(_MemoryRead($address,$var1)+$offset,$var1)
If you want to read a string use _MemoryRead($address,$target, 'char[20]')
char[x] to read x characters, the default is type 'dword'
Address is in 0x... format
You can use ControlSend if you want to send in minimize