elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Aion Hacks, Bots, Cheats & Exploits (https://www.elitepvpers.com/forum/aion-hacks-bots-cheats-exploits/)
-   -   Para's VanillaTool [Rework] (https://www.elitepvpers.com/forum/aion-hacks-bots-cheats-exploits/3259175-paras-vanillatool-rework.html)

guitartyr 01/27/2019 00:45

Can anyone explain me how exactly the script for shugo runs at instances work and where do i find them?

Thanks!

Diavolakos 01/27/2019 14:33

Quote:

Originally Posted by guitartyr (Post 37362764)
Can anyone explain me how exactly the script for shugo runs at instances work and where do i find them?

Thanks!

There is no automatic shugo script, the script helps you find kisks, players and shugos.

For the shugo script it helps you find its location in hard and big instances as long as the shugo is 99 meters away from you (hence inside the radar). So for example if you are in BoS and you get a message, you run the script and it will tell you its position. It serves an aid to help you find it where it is. In FM for example it is useless since the map is literally one spot.

~~~~

@[Only registered and activated users can see links. Click Here To Register...] can you tell me the code to see how much money a char has please?

Find the amount of money and save it in a variable so I can use it for a snippet I am making.

Thanks.
~~~~~~~~~~~

I had a problem in the kina box script, these two do nto work

Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,Var27; If we have selected 75% recipe
Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,%Var27; If we have selected 75% recipe
...but this works:
Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,Recipe;
WaitForResponse=Currently selected recipe ID: %Var[Recipe];

Not sure how it would work with the Var## variables but I will have to alter the code.

Paraly 01/27/2019 15:21

Quote:

Originally Posted by Diavolakos (Post 37363416)
There is no automatic shugo script, the script helps you find kisks, players and shugos.

For the shugo script it helps you find its location in hard and big instances as long as the shugo is 99 meters away from you (hence inside the radar). So for example if you are in BoS and you get a message, you run the script and it will tell you its position. It serves an aid to help you find it where it is. In FM for example it is useless since the map is literally one spot.

~~~~

@[Only registered and activated users can see links. Click Here To Register...] can you tell me the code to see how much money a char has please?

Find the amount of money and save it in a variable so I can use it for a snippet I am making.

Thanks.
~~~~~~~~~~~

I had a problem in the kina box script, these two do nto work

Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,Var27; If we have selected 75% recipe
Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,%Var27; If we have selected 75% recipe
...but this works:
Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,Recipe;
WaitForResponse=Currently selected recipe ID: %Var[Recipe];

Not sure how it would work with the Var## variables but I will have to alter the code.

You get your current kinah amount with this
Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];

If you want to save into the 1-40 variable slots you need to just type the slot
Code:

_MemPtrReadVar=%AddrFrameID[497],0x528/0xB8,DWORD,27; If we have selected 75% recipe
WaitForResponse=%Var27;


Diavolakos 01/28/2019 16:16

Quote:

Originally Posted by Paraly (Post 37363528)
You get your current kinah amount with this
Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];


Is this code conflict if there are many clients running? Because although it worked for my main when he was the only client and I did the test, when I run it on multiple clients it kinda brough back super weird kinah returns.

Part of the code goes like this:

Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;

#IF=%Var[CurrentKinah],>3000000;
WaitForResponse= %Var20 has %Var[CurrentKinah] Kinah;
#ENDIF

some times chars had less than 3m and I got the message and other times they had more than 3m and the message didn't come.

Cuckedbattles 01/28/2019 16:23

Quote:

Originally Posted by Diavolakos (Post 37361533)
Does anyone know a good free vpn to use to change my IP country? I made a new account to make more chars and it got banned in 1 day before I even logged in it and make any character.

I have dynamic IP but I wanted to make it look as if I am playing from USA when I log on Aion

I couldn't find a good FREE vpn when I was playing on Korea server and out of the pay ones I went thru, the easiest to use for me and switching countries was PIA. I tried several but Private Internet Access was the winner and I ended up keeping it even after I was done messing around on Korea servers.

Paraly 01/28/2019 16:37

Quote:

Originally Posted by Diavolakos (Post 37365589)
Is this code conflict if there are many clients running? Because although it worked for my main when he was the only client and I did the test, when I run it on multiple clients it kinda brough back super weird kinah returns.

Part of the code goes like this:

Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;

#IF=%Var[CurrentKinah],>3000000;
WaitForResponse= %Var20 has %Var[CurrentKinah] Kinah;
#ENDIF

some times chars had less than 3m and I got the message and other times they had more than 3m and the message didn't come.

Yes the offset changes

Do this checkup at the beginning
Code:

_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_SetVar14=0x18;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_SetVar14=0x818;
#ENDIF

and then later on check it like this
Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/%Var14,DWORD,CurrentKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];


Paraly 01/28/2019 17:44

Quote:

Originally Posted by badagliacca (Post 37365736)
@[Only registered and activated users can see links. Click Here To Register...] I've downloaded the newest versions of b.b and vanilla, but how this online log works? I've got my key, what i have to do for check ?

Latest broker bot is 1.33
Start the broker bot like usually, the last question that will pop up is about your private key for online logs, just enter your 6 digit private key you got from this [Only registered and activated users can see links. Click Here To Register...], that's all

You can check your current log status as well on this site, there's a link to your status page

Diavolakos 01/29/2019 12:52

Is there a command to see if something is lootable? I mean have a dead target selected and check whether it can be looted or not, instead of trying to loot for xx:xx amount of time while nothing happens?

Paraly 01/29/2019 13:09

Quote:

Originally Posted by useda (Post 37366902)
hello i'm new , i just download program and paid for account when i going to get key , second thing i open aion and tried to open account manger but is close after one sec , what is the problem ?

Your ID is activted now, sorry for delay
Quote:

Originally Posted by Diavolakos (Post 37367031)
Is there a command to see if something is lootable? I mean have a dead target selected and check whether it can be looted or not, instead of trying to loot for xx:xx amount of time while nothing happens?

Code:

_IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0; Dead
_IFMemPtrRead=%TargetBase,%OffsetData/0x1574,DWORD,=1; Lootable
_IFMemPtrRead=%TargetBase,%OffsetData/0x1588,DWORD,=0; Not Looted yet


Diavolakos 01/29/2019 13:39

Looks like this doesn't work

Code:

_IFMemPtrRead=%TargetBase,%OffsetData/0x1574,DWORD,=1; Lootable

Paraly 01/30/2019 03:13

I made a script that runs trough Primeths Forge and whispers your main when a shugo has been found with the exact location
it also sends the exact location to my server
when I get all possible spawn points I might add the kill and loot part

Bonito07 01/31/2019 15:17

hey guys ur vanila 6,09 its ok ? im not working =(

Diavolakos 02/01/2019 10:01

Quote:

Originally Posted by Paraly (Post 37365621)
Yes the offset changes

Do this checkup at the beginning
Code:

_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_SetVar14=0x18;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_SetVar14=0x818;
#ENDIF

and then later on check it like this
Code:

_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/%Var14,DWORD,CurrentKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];


Well it looks like the offset keeps changing all the time, this code gave me the right kinah in the first char, the others kept bringing back weird numbers, another char also got it right but most didn't.

But anyway, I'll find another way to do the checks I want, I'll improvise.

Paraly 02/01/2019 10:06

Quote:

Originally Posted by Diavolakos (Post 37372420)
Well it looks like the offset keeps changing all the time, this code gave me the right kinah in the first char, the others kept bringing back weird numbers, another char also got it right but most didn't.

But anyway, I'll find another way to do the checks I want, I'll improvise.

Of course they change when you switch characters just do the checkup all the time



Code:

#EXECUTE=GetKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];



start_GetKinah;

_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x18,DWORD,CurrentKinah;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;
#ENDIF

end_GetKinah;


vegetto11 02/01/2019 15:02

Hello, i´m new and i have an issue to run the program. I already turned off my Windows Firewall on Windows 10, cause it says there is a virus, but if I unzip it and try to start e.g. the no fly file, I don´t get neither a response, nor any reaction. Hope you can help me, thx.

Paraly 02/01/2019 15:20

Quote:

Originally Posted by vegetto11 (Post 37372785)
Hello, i´m new and i have an issue to run the program. I already turned off my Windows Firewall on Windows 10, cause it says there is a virus, but if I unzip it and try to start e.g. the no fly file, I don´t get neither a response, nor any reaction. Hope you can help me, thx.

The hack only starts if you've paid.

Make sure Windows Defender and your Antivir are turned off

Diavolakos 02/02/2019 16:19

Quote:

Originally Posted by Paraly (Post 37372425)
Of course they change when you switch characters just do the checkup all the time



Code:

#EXECUTE=GetKinah;
WaitForResponse=Current Kinah: %Var[CurrentKinah];



start_GetKinah;

_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x18,DWORD,CurrentKinah;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/0x818,DWORD,CurrentKinah;
#ENDIF

end_GetKinah;



This is how my function was and it was from the code you gave me and it still brought back weird numbers:

Code:

start_CheckMaxKinah;


_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_SetVar14=0x18;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_SetVar14=0x818;
#ENDIF


_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/%Var14,DWORD,CurrentKinah;

#IF=%Var[CurrentKinah],>4000000;
WaitForResponse= %Var20 has %Var[CurrentKinah] kinah;
#ENDIF

Delay=300;

end_CheckMaxKinah;

But I resolved this, instead of opening the kinah boxes and then in the end of the week look at the kinah of each char to trade to my main, I keep the kinah boxes closed, so my snippet looks for kinah boxes instead of max kinah and thus I open them and then trade the money.


~~~~~~~~~~~~

Is there a way to see the current XP in the bar, either by percentage or by absolute? I did a small snippet for a friend for coin opening, but it is super basic, it doesn't check the XP bar it simply spams the coin open.

Paraly 02/02/2019 16:36

Quote:

Originally Posted by Diavolakos (Post 37374681)
This is how my function was and it was from the code you gave me and it still brought back weird numbers:

Code:

start_CheckMaxKinah;


_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x20,WCHAR[5],=Kinah;
_SetVar14=0x18;
#ENDIF
_IFMemPtrRead=%AddrKinah,0xB10/0x0/0x28/0x820,WCHAR[5],=Kinah;
_SetVar14=0x818;
#ENDIF


_MemPtrReadVar=%AddrKinah,0xB10/0x0/0x28/%Var14,DWORD,CurrentKinah;

#IF=%Var[CurrentKinah],>4000000;
WaitForResponse= %Var20 has %Var[CurrentKinah] kinah;
#ENDIF

Delay=300;

end_CheckMaxKinah;

But I resolved this, instead of opening the kinah boxes and then in the end of the week look at the kinah of each char to trade to my main, I keep the kinah boxes closed, so my snippet looks for kinah boxes instead of max kinah and thus I open them and then trade the money.


~~~~~~~~~~~~

Is there a way to see the current XP in the bar, either by percentage or by absolute? I did a small snippet for a friend for coin opening, but it is super basic, it doesn't check the XP bar it simply spams the coin open.

Code:

_MemReadVar=%AddrMaxEXP,DWORD,MaxExp;
_MemReadVar=%AddrCurrentEXP,DWORD,CurrentExp;
_Calc[ExpPercent]=%Var[MaxExp]/%Var[CurrentExp];
_Calc[ExpPercent]=%Var[ExpPercent]*100;

WaitForResponse=Current EXP: %Var[CurrentExp]/nMax EXP: %Var[MaxExp]/nEXP Percent: %Var[ExpPercent]%;


lumcold 02/02/2019 21:21

is hack offline ?

Paraly 02/02/2019 21:23

Quote:

Originally Posted by lumcold (Post 37375251)
is hack offline ?

Yes, I'm currently writing with my host about it

Edit: My server is back online, sorry for the inconvenience caused

vegetto11 02/02/2019 23:00

yo, I bought the tool, but it still won´t open. nothing happens, although I´ve turned the windows defender off like you said last post. thx

Paraly 02/02/2019 23:02

Quote:

Originally Posted by vegetto11 (Post 37375469)
yo, I bought the tool, but it still won´t open. nothing happens, although I´ve turned the windows defender off like you said last post. thx

Check your email inbox, you should have received an email

Lynne77 02/03/2019 18:33

Quote:

Originally Posted by Paraly (Post 37368345)
I made a script that runs trough Primeths Forge and whispers your main when a shugo has been found with the exact location
it also sends the exact location to my server
when I get all possible spawn points I might add the kill and loot part

do you just load the script after entering PF? Does the toon move like it does in COE?

Paraly 02/03/2019 18:56

Quote:

Originally Posted by Lynne77 (Post 37377013)
do you just load the script after entering PF? Does the toon move like it does in COE?

Yes you start it inside and yes it moves similar to CoE

Diavolakos 02/06/2019 17:13

Is there a way to see if we have tea of repose buff?

This code doesn't recognize tea of repose as a buff and simply spams a tea of repose every 2 seconds. Is there another way to see it like with memory reading?

Code:

#IF=%FirstTime,;
UseSpeed=1;
#UseLoop
#ENDIF

Delay=2000;
_IFBuffAlive=51005;
#ELSE
_IFInventoryContains=162005020,1;
UseID=162005020; <-- tea of respose
#ENDIF


Bonito07 02/06/2019 17:31

Quote:

Originally Posted by lumcold (Post 37375251)
is hack offline ?

im off too =(

tinut6 02/07/2019 10:03

Target Information does not work. .....

Exem strike 02/08/2019 13:38

is offline ?

Paraly 02/08/2019 13:41

Quote:

Originally Posted by Exem strike (Post 37385446)
is offline ?

No, it's online :)

Exem strike 02/08/2019 13:56

Quote:

Originally Posted by Paraly (Post 37385452)
No, it's online :)

Is it possible that my aion is starting at 32bit?
for me the program opens but does not recognize my character.

[Only registered and activated users can see links. Click Here To Register...] imagem

Paraly 02/08/2019 13:58

Quote:

Originally Posted by Exem strike (Post 37385482)
Is it possible that my aion is starting at 32bit?
for me the program opens but does not recognize my character.

[Only registered and activated users can see links. Click Here To Register...] imagem

Delete your bin64 folder in your Aion directory and do a file repair afterwards with the NCLauncher

Try all 3 Start Methods of the Account Manager

Bonito07 02/08/2019 19:25

Whats is ID of Superior Recovery Serum ?

Paraly 02/08/2019 19:41

Quote:

Originally Posted by Bonito07 (Post 37386092)
Whats is ID of Superior Recovery Serum ?

Check "Show IDs" at the Script Editor and hover above the item ingame

wickedfever 02/10/2019 05:39

how do i get to the location without being kill by mobs when i get the whisper? Is there a script to go to that location? thanks

Quote:

Originally Posted by Paraly (Post 37368345)
I made a script that runs trough Primeths Forge and whispers your main when a shugo has been found with the exact location
it also sends the exact location to my server
when I get all possible spawn points I might add the kill and loot part


Paraly 02/10/2019 10:45

Quote:

Originally Posted by wickedfever (Post 37388487)
how do i get to the location without being kill by mobs when i get the whisper? Is there a script to go to that location? thanks

Use the Primeth Forge script again on your main, once it's nearby the shugo stop the script and enter the room where the shugo is.

Exem strike 02/10/2019 18:32

Bid enabler,
Loot follower
NPC Detector

Please can you tell me what they do?

you have an older version of this Starterclasses Asmo 1-10 - Script ver. 2.18

Because in this cleric does not work he does not hit the mob, he tries to use the skills smit but for some reason he does not use and he does not use auto attack because he does not get close to the mob because he is trying to use the smit skill at a distance.

Paraly 02/10/2019 19:15

Quote:

Originally Posted by Exem strike (Post 37389343)
Bid enabler,
Loot follower
NPC Detector

Please can you tell me what they do?

Bid enabler allows you to trade kinah without fees (NA only)

Loot follower lets a character follow your main, he will loot any mob your main defeats

NPC Detector gives a notification if a elyos, asmo, kisk or shugo is within 110 meters with the exact location

Loliloooool 02/10/2019 23:18

@[Only registered and activated users can see links. Click Here To Register...] Still getting sendlogs when the Tool is working.
Any ETA on that ?

PS : already tried to file check, re DL the GF client etc ....
Can't be the only one in this case, no ?

Paraly 02/10/2019 23:19

Quote:

Originally Posted by Loliloooool (Post 37389842)
@[Only registered and activated users can see links. Click Here To Register...] Still getting sendlogs when the Tool is working.
Any ETA on that ?

There was no Aion update, the hack is working fine.

What were you doing when the client crashed?

wickedfever 02/10/2019 23:24

Is it just me or when i ran it on my main, it doesnt enter but room but does detect the shugo and when i click ok on the note that shugo is nearby it just continue onwards? so confused.


Quote:

Originally Posted by Paraly (Post 37388584)
Use the Primeth Forge script again on your main, once it's nearby the shugo stop the script and enter the room where the shugo is.



All times are GMT +2. The time now is 07:53.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.