|
You last visited: Today at 12:00
Advertisement
Para's VanillaTool [Rework]
Discussion on Para's VanillaTool [Rework] within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.
08/04/2016, 03:27
|
#3901
|
elite*gold: 0
Join Date: Aug 2016
Posts: 6
Received Thanks: 0
|
how will I know when you've activated it?
|
|
|
08/04/2016, 03:28
|
#3902
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by BabyDeer
how will I know when you've activated it?
|
All new payments are activated
|
|
|
08/04/2016, 03:29
|
#3903
|
elite*gold: 0
Join Date: Aug 2016
Posts: 6
Received Thanks: 0
|
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
|
#3904
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by BabyDeer
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
|
#3905
|
elite*gold: 0
Join Date: Aug 2016
Posts: 6
Received Thanks: 0
|
Yep, all good  thanks for the quick responses and service. Will try it out now!
|
|
|
08/04/2016, 12:03
|
#3906
|
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
|
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
|
#3907
|
elite*gold: 0
Join Date: May 2015
Posts: 17
Received Thanks: 0
|
hii paraly my hack stop working can u help me c: ty
|
|
|
08/05/2016, 11:16
|
#3908
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by Jommuel
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
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
|
#3909
|
elite*gold: 0
Join Date: May 2015
Posts: 17
Received Thanks: 0
|
Quote:
Originally Posted by Paraly
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
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
|
#3910
|
elite*gold: 0
Join Date: Jan 2016
Posts: 43
Received Thanks: 0
|
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
|
#3911
|
elite*gold: 0
Join Date: Oct 2011
Posts: 22
Received Thanks: 3
|
gibt es keinen launcher bypass mehr ?
|
|
|
08/05/2016, 20:15
|
#3912
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by Deus5000
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
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
|
#3913
|
elite*gold: 0
Join Date: Aug 2016
Posts: 6
Received Thanks: 0
|
does not work
this is a load of **** 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
|
#3914
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by commanderwolf
this is a load of **** 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  , 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
|
#3915
|
elite*gold: 0
Join Date: Aug 2016
Posts: 6
Received Thanks: 0
|
Quote:
Originally Posted by Paraly
There's a "how to pay" spoiler at the  , 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
|
|
|
All times are GMT +1. The time now is 12:03.
|
|