Para's Script Library

05/29/2016 02:28 xndinlove#451
Thank you guys very much!! It's working flawless ^^
05/30/2016 16:37 Paraly#452
I've added %FlightTime as possible variable since so many ppl are willing to build there own Aether tapping scripts.
Here's a example how to keep your flight time up

open a second instance of the hack with a second script editor and execute this script, it will use [Only registered and activated users can see links. Click Here To Register...] whenever 84 flighttime or more is missing.

PHP Code:
#UseLoop
UseSpeed=1;
#IF=%FlightTime,<%MaxFlightTime-84;
UseID=162000125;
Delay=64000;
#ENDIF 
Songweaver version

PHP Code:
#IF=%FirstTime,; 
#UseLoop  
UseSpeed=1
CreateTimer=162000125
#ENDIF 
#IF=%FlightTime,<%MaxFlightTime-84; 
#IF=%Timer=162000125,1800000; 
UseID=162000125
CreateTimer=162000125
#ENDIF 
#IF=%FlightTime,<%MaxFlightTime-179;  
SmartSkill=4588,180000,1000,False,False;
#ENDIF
Delay=5
_________________

Also you can check distances now

PHP Code:
#IF=%TargetDistance,<15;
WaitForResponse=The Target is closer than 15m;
#ENDIF
#IF=%TargetDistance,15-20;
WaitForResponse=the target is 15 to 20 meters away;
#ENDIF
#IF=%TargetDistance,>20;
WaitForResponse=The Target is farther away than 20m;
#ENDIF 
05/30/2016 20:26 xndinlove#453
check distances its something really interesting.. supposing that i want gather something closer than 15m, how can i make this work properly?


like that? (im kinda noob sorry haha)
05/30/2016 20:39 Paraly#454
Quote:
Originally Posted by xndinlove View Post
check distances its something really interesting.. supposing that i want gather something closer than 15m, how can i make this work properly?


like that? (im kinda noob sorry haha)
you need to select the target first, it should look like this
PHP Code:
Command=/select Magical Aether;
Delay=150;
#IF=%TargetDistance,<15;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
#ENDIF 
05/30/2016 20:44 xndinlove#455
Perfect!! Thanks Paraly :handsdown:

Now i just need some coffee and start recording the supreme aether route!!
06/01/2016 15:36 adritill#456
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
06/01/2016 16:06 Paraly#457
Quote:
Originally Posted by adritill View Post
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
06/01/2016 17:32 K0LL3G3#458
now, that the SR Exploit doesnt work anymore?

whats the fastest way to make kinah?
Crafting pots/scrolls as before? or is there a better way using this or other tools? :)
06/02/2016 23:51 GLSLK#459
Is there any way to send rightclicks?
06/03/2016 00:02 Paraly#460
Quote:
Originally Posted by GLSLK View Post
Is there any way to send rightclicks?
For what would you need to send rightclicks?
I could implement them, no problem
06/03/2016 00:29 adritill#461
Quote:
Originally Posted by Paraly View Post
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
ok, now i see how it works, it works nice ty
06/03/2016 21:37 GLSLK#462
Quote:
Originally Posted by Paraly View Post
For what would you need to send rightclicks?
I could implement them, no problem
Just to change group loot settings to normal so there would be no time wasted on rolling
06/03/2016 21:40 Paraly#463
Quote:
Originally Posted by GLSLK View Post
Just to change group loot settings to normal so there would be no time wasted on rolling
Alright I gonna add it in 2.52 which should be released in few hours.
06/03/2016 21:47 GLSLK#464
Quote:
Originally Posted by Paraly View Post
Alright I gonna add it in 2.52 which should be released in few hours.
Awesome, thank you :D
06/04/2016 02:32 Paraly#465
Quote:
Originally Posted by GLSLK View Post
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,[GMParaly,WCHAR[32]; 

As you see those commands give us a lot of freedom at least when you know how to get addresses from aion