Quote:
Originally Posted by GLSLK
Awesome, thank you :D
|
Version 2.52 is released, you can use the rightclick like this
Code:
Mouse=100,100,Right;
_____________
Also I've added few commands to modify the memory of Aion, I post few examples here
Checks if the character is currently in sanctum //
this example will only work for EU 4.9.1.6
PHP Code:
_IFMemRead=0x139A5A8,DWORD,=110010000;
WaitForResponse=The character is currently in sanctum;
#ELSE
WaitForResponse=the character is NOT in sanctum;
#ENDIF
_______
The scripts waits up to 10 minutes until you got a target //
this example will only work for EU 4.9.1.6
PHP Code:
#DO=600000;
Delay=15;
_UNTILMemRead=0xF557C4,BYTE,=1;
WaitForResponse=You got a target;
_______
Rotates the camera a few times //
this example will only work for EU 4.9.1.6
PHP Code:
MemWrite=0x13997D4,0,float;
Delay=500;
MemWrite=0x13997D4,45,float;
Delay=500;
MemWrite=0x13997D4,90,float;
Delay=500;
MemWrite=0x13997D4,135,float;
Delay=500;
MemWrite=0x13997D4,180,float;
Delay=500;
MemWrite=0x13997D4,-135,float;
Delay=500;
MemWrite=0x13997D4,-90,float;
Delay=500;
MemWrite=0x13997D4,-45,float;
Delay=500;
MemWrite=0x13997D4,0,float;
_______
Checks if you got more or less than 100m kinah //
this example will only work for EU 4.9.1.6
PHP Code:
_IFMemPtrRead=0x140B7D8,0x358/0x290/0x530/0x310,Double,>100000000;
WaitForResponse=You got more than 100.000.000 kinah;
#ELSE
WaitForResponse=You got less than 100.000.000 kinah;
#ENDIF
_______
Renames yourself to "[GM] Paraly" (only client sided) //
this example will only work for EU 4.9.1.6
PHP Code:
Command=/select %CHARNAME;
Delay=150;
MemPtrWrite=0xF567B8,0x370/0x46,[GM] Paraly,WCHAR[32];
As you see those commands give us a lot of freedom at least when you know how to get addresses from aion