Para's VanillaTool [Rework]

08/04/2016 03:27 BabyDeer#3901
how will I know when you've activated it?
08/04/2016 03:28 Paraly#3902
Quote:
Originally Posted by BabyDeer View Post
how will I know when you've activated it?
All new payments are activated :)
08/04/2016 03:29 BabyDeer#3903
alsooo, I dled the progs already and tried to open them to see what they`re like but nothing happens when I try to open them, is that normal assuming they`re not activated yet or? I got win 10 btw
08/04/2016 03:31 Paraly#3904
Quote:
Originally Posted by BabyDeer View Post
alsooo, I dled the progs already and tried to open them to see what they`re like but nothing happens when I try to open them, is that normal assuming they`re not activated yet or? I got win 10 btw
Did you try it again after I wrote the message?
the latest ID got activated 3 minutes ago

otherwise send me a private message with your paypal email and your unique-ID
08/04/2016 03:37 BabyDeer#3905
Yep, all good :) thanks for the quick responses and service. Will try it out now!
08/04/2016 12:03 Exem strike#3906
hi Paraly I'm having trouble with my IO char not this taking the crystals inside the tower it opens the lot but not take the iten it must be losing many omegas during the night, you know how to solve, please

ty
08/05/2016 05:42 Jommuel#3907
hii paraly my hack stop working can u help me c: ty
08/05/2016 11:16 Paraly#3908
Quote:
Originally Posted by Jommuel View Post
hii paraly my hack stop working can u help me c: ty
Sorry my inbox was full, can you send me your unique-ID and your paypal email by PM?
Quote:
Originally Posted by Exem strike View Post
hi Paraly I'm having trouble with my IO char not this taking the crystals inside the tower it opens the lot but not take the iten it must be losing many omegas during the night, you know how to solve, please

ty
Do you have a laggy connection?
Aion throttles itself to 10 FPS when the client is not active it also causes some random stuttering and freezing so the best result is when you leave the client in foreground and active during night
08/05/2016 11:18 Jommuel#3909
Quote:
Originally Posted by Paraly View Post
Sorry my inbox was full, can you send me your unique-ID and your paypal email by PM?


Do you have a laggy connection?
Aion throttles itself to 10 FPS when the client is not active it also causes some random stuttering and freezing so the best result is when you leave the client in foreground and active during night
oki omw (:

Quote:
Originally Posted by Paraly View Post
Sorry my inbox was full, can you send me your unique-ID and your paypal email by PM?


Do you have a laggy connection?
Aion throttles itself to 10 FPS when the client is not active it also causes some random stuttering and freezing so the best result is when you leave the client in foreground and active during night
mm can u send me the tool to check mi ID pls c:
08/05/2016 16:45 Deus5000#3910
Hihi, i was wondering if you could help me make a healing script for my cleric. I want to be able to have it following my main toon whilst i solo elites and heal me when my health drops below certain percentages but not really sure how to do this :/
08/05/2016 17:18 aceownu#3911
gibt es keinen launcher bypass mehr ?
08/05/2016 20:15 Paraly#3912
Quote:
Originally Posted by Deus5000 View Post
Hihi, i was wondering if you could help me make a healing script for my cleric. I want to be able to have it following my main toon whilst i solo elites and heal me when my health drops below certain percentages but not really sure how to do this :/
here you go :)
don't forget to replace the word "main" with your main charactername

Edit: This is only for NA client
Code:
#IF=%FirstTime,;
#UseLoop
Command=;
#ENDIF
Command=/select main;<-- replace "main" here
Delay=100;
Command=/attack;

;;;;;;;;;;;;NOTIFICATIONS;;;;;;;
#IF=TargetName,;
Command=/w main I don't see you anymore, I'll wait here.;<-- replace "main" here
#DO=999999999;
Command=/select main;<-- replace "main" here
#UNTIL=%TargetName,main;<-- replace "main" here
#ENDIF

_IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,<50;<-- Use if lower than 50% life
#IF=%Timer=1,60000;
Command=/w main I'm low life!;<-- replace "main" here
CreateTimer=1;
#ENDIF


;;;;;;;;;;;;SKILL USAGE;;;;;;;;;;
_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
#IF=%Timer=3931,120000; <-- SAVING GRACE
#DO=750;
UseID=3931;
_UNTILMemRead=0x1521130,WORD,=3931;
_IFMemRead=0x1521130,WORD,=3931;
CreateTimer=3931;
MemWrite=0x1521130,0,WORD;
#DO=1000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF

_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
#IF=%Timer=3959,30000; <-- FLASH OF RECOVERY
#DO=750;
UseID=3959;
_UNTILMemRead=0x1521130,WORD,=3959;
_IFMemRead=0x1521130,WORD,=3959;
CreateTimer=3959;
MemWrite=0x1521130,0,WORD;
#DO=1000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF

_IFMemPtrRead=%TargetBase,0x378/0x15B4,BYTE,>0;
#IF=%Timer=3950,30000; <-- LIGHT OF REJUVENATION
#DO=750;
UseID=3950;
_UNTILMemRead=0x1521130,WORD,=3950;
_IFMemRead=0x1521130,WORD,=3950;
CreateTimer=3950;
MemWrite=0x1521130,0,WORD;
#DO=1000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF

_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
#IF=%Timer=4212,6000; <-- HEALING GRACE
#DO=750;
UseID=4212;
_UNTILMemRead=0x1521130,WORD,=4212;
MemWrite=0x1521130,0,WORD;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=4212;
CreateTimer=4212;
#ENDIF

_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
#IF=%Timer=1850,100; <-- HEALING LIGHT
#DO=750;
UseID=1850;
_UNTILMemRead=0x1521130,WORD,=1850;
MemWrite=0x1521130,0,WORD;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=1850;
CreateTimer=1850;
#ENDIF

_IFMemPtrRead=%PlayerBase,0x378/0x15C0,DWORD,<5000;<-- If own mana lower than
#IF=%Timer=4194,5000; <-- LIFE CURTAIN
#DO=750;
UseID=4194;
_UNTILMemRead=0x1521130,WORD,=4194;
_IFMemRead=0x1521130,WORD,=4194;
CreateTimer=4194;
MemWrite=0x1521130,0,WORD;
#DO=1000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF

_IFMemPtrRead=%PlayerBase,0x378/0x44,BYTE,<50;<-- Use if own HP lower than 75%
#IF=%Timer=4194,5000; <-- LIFE CURTAIN
#DO=750;
UseID=4194;
_UNTILMemRead=0x1521130,WORD,=4194;
_IFMemRead=0x1521130,WORD,=4194;
CreateTimer=4194;
MemWrite=0x1521130,0,WORD;
#DO=1000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=4000;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF
_____________________

Quote:
Originally Posted by aceownu View Post
gibt es keinen launcher bypass mehr ?
Braucht man nicht mehr da NA und EU automatisch den 64bit Client ausführen.
08/06/2016 01:37 commanderwolf#3913
this is a load of crap when i try to pay using the link even with sandboxie it wont let me access the link comes up with a red screen saying vanillatool.com has threats bla bla bla ..... how do i pay for it ?
08/06/2016 01:40 Paraly#3914
Quote:
Originally Posted by commanderwolf View Post
this is a load of crap when i try to pay using the link even with sandboxie it wont let me access the link comes up with a red screen saying vanillatool.com has threats bla bla bla ..... how do i pay for it ?
There's a "how to pay" spoiler at the [Only registered and activated users can see links. Click Here To Register...], it also explains you have to use the default internet explorer from microsoft if chrome blocks the connection to vanillatool.com
08/06/2016 01:44 commanderwolf#3915
Quote:
Originally Posted by Paraly View Post
There's a "how to pay" spoiler at the [Only registered and activated users can see links. Click Here To Register...], it also explains you have to use the default internet explorer from microsoft if chrome blocks the connection to vanillatool.com
i dont see any yellow font ...

ok i got it