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)

jousie 12/11/2019 06:20

I was using hack normally but today i tryed open it and just dont happen anything... my all security things are desabilited... what i have to do?

wickedfever 12/11/2019 16:55

unlimiter is not working? cant run more then 2 clients.

Cuckedbattles 12/11/2019 19:39

Unlimiter still down. ETA?

Diavolakos 12/11/2019 20:59

Quote:

Originally Posted by beakman13 (Post 37840806)
What is the meaning of "secure animation"?

It means that if there is another player within 99m away from you, the animation hack doesn't work. This is done because there are dps meters that can detect the animation hack now so you want to be sure you are not being sniffed.

############

Quote:

Originally Posted by medo4499 (Post 37847496)
hello paraly how to lower cpu usage while using the script of luna ... and what i need to upgrade beside rams to increase the amount of luna clients please can u help me

As paraly said you can lower the settings, in luna the best thing you can do is this:

Find these lines in the beginning
Code:

MemPtrWrite=%AddrFPS,%OffsetFPS1,20,BYTE; <-- these 2 lines cap the fps at 20
MemPtrWrite=%AddrFPS,%OffsetFPS2,20,FLOAT; <-- these 2 lines cap the fps at 20

change the number to whatever you think is ok while your character is still doing things. In the above example I have them at 20 fps.
DO NOT put this number too low as the client gets too clunky and the character might find dead ends in interaction with npcs or windows. You could try as low as 15 fps here, I wouldn't go lower otherwise you would have to increase all the delays in the script in order to compensate for the lag you will be causing to the client due to low fps.

Then find the afk line:
Code:

#DO=3600000; 60 minute timeout
Delay=5000;
_IFFrameVisible=311;
MemWrite=%AddrFreeMem5,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem5,BYTE,=1;

and change it into this example:

Code:

MemPtrWrite=%AddrFPS,%OffsetFPS1,5,BYTE; <-- these 2 lines cap the fps at 5
MemPtrWrite=%AddrFPS,%OffsetFPS2,5,FLOAT; <-- these 2 lines cap the fps at 5

#DO=3600000; 60 minute timeout
Delay=20000;
_IFFrameVisible=311;
MemWrite=%AddrFreeMem5,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem5,BYTE,=1;

MemPtrWrite=%AddrFPS,%OffsetFPS1,20,BYTE; <-- these 2 lines cap the fps at 20
MemPtrWrite=%AddrFPS,%OffsetFPS2,20,FLOAT; <-- these 2 lines cap the fps at 20

What I did here is that before the char goes afk, the script changes the fps to 5, cause when the char is afk there is no need to have a lot of fps. Your character will be afk for like 15~20 minutes so this will reduce the CPU usage by a ton. Once the afk ends, the client returns to 20 fps to do all the activity that requires a responsive client.

I also changed the Delay=5000; to Delay=20000;. this way your client will look once every 20 seconds for the window thus lowering even more the client activity.

Paraly 12/13/2019 12:48

Quote:

Originally Posted by badagliacca (Post 37854213)
Hello, you planning to create a script for exchange maps and auto-target your box everytime you used a map? For the new event running on now , would be realy useful
Even some to auto-target the box near to you that spawned, to steal it

I already made it and it's inside the Short Script Bundle/Granker Chest Looter

Paraly 12/13/2019 14:38

Quote:

Originally Posted by badagliacca (Post 37854625)
How this works exactly?

It loots any lootable chest nearby, so just go to the chest spot and start it

morningblob 12/13/2019 23:51

randomly yesterday vanilla/the account manager stopped working for me, giving me "ERROR 9" whenever i try to open it and i can't access the subvanillatool website (403 error)

not sure how to fix this, any help would be appreciated :)

MiraFLo 12/18/2019 12:44

Hello Paraly! in the Account Manager sometimes if you turn off the client through "close client" randomly disconnects the Internet connection on another client aion.

fabricioaion 12/18/2019 17:05

when i'm going to edit the script, the aion command goes crazy, can someone help me

Paraly 12/19/2019 23:25

Quote:

Originally Posted by MiraFLo (Post 37861562)
Hello Paraly! in the Account Manager sometimes if you turn off the client through "close client" randomly disconnects the Internet connection on another client aion.

The account manager closes the aion process normaly like the task manager would, there's not much magic to it, it's much more likely the disconnect are related to your ping/vpn/proxy program.
Quote:

Originally Posted by fabricioaion (Post 37861899)
when i'm going to edit the script, the aion command goes crazy, can someone help me

Send me a private message what exactly you edited

aboel3em 12/22/2019 07:24

in case you got temporary banned, is there a way to bypass their ban and log in normally?

vklove 12/23/2019 06:36

when I log into the account manager, it loads to 15% and the login window for aion flashes on my screen for like a millisecond and then it loads to 40%, stops loading, and then after a few seconds I get Error 12 "Make sure the account login credentials are correct and try again." How do I resolve this?

Paraly 12/23/2019 11:01

Quote:

Originally Posted by aboel3em (Post 37867047)
in case you got temporary banned, is there a way to bypass their ban and log in normally?

No
Quote:

Originally Posted by vklove (Post 37868574)
when I log into the account manager, it loads to 15% and the login window for aion flashes on my screen for like a millisecond and then it loads to 40%, stops loading, and then after a few seconds I get Error 12 "Make sure the account login credentials are correct and try again." How do I resolve this?

Are you sure the Account name and password are correct that you typed at the Account Manager?

Is your OS language Chinese, Japanese, Korean...?

I can check it with teamviewer if you want

vklove 12/23/2019 11:32

Quote:

Originally Posted by Paraly (Post 37868705)
No


Are you sure the Account name and password are correct that you typed at the Account Manager?

Is your OS language Chinese, Japanese, Korean...?

I can check it with teamviewer if you want

i copy and paste the password from a document so it should be correct, unless that doesn't work?

Paraly 12/23/2019 13:52

That shouldn't bother

crasfish 12/28/2019 04:38

Hi, I have a problem with my cheto that I don't want to open. I have the latest update. all good with the account manager and unlimited, but the cheto nothing you want to open.

Paraly 12/28/2019 12:58

Quote:

Originally Posted by crasfish (Post 37875500)
Hi, I have a problem with my cheto that I don't want to open. I have the latest update. all good with the account manager and unlimited, but the cheto nothing you want to open.

Your ID must have changed, send me these informations in a private message:
-PayPal email
-Previous unique-ID
-New unique-ID (can be checked with this [Only registered and activated users can see links. Click Here To Register...])

agua2o 01/03/2020 09:16

Is there a problem with paypal or is it just me? Cant pay for the 180 days... =( It doesn't show any message, just an exclamation point in a yellow background.

Paraly 01/03/2020 11:57

Quote:

Originally Posted by agua2o (Post 37883643)
Is there a problem with paypal or is it just me? Cant pay for the 180 days... =( It doesn't show any message, just an exclamation point in a yellow background.

It's working fine for me, I also got some 180 day payments in the recent days

You could also send 15€ manually to [Only registered and activated users can see links. Click Here To Register...], send me a PM afterwards with your unique-ID and PayPal email

Mitnick3 01/03/2020 19:47

Can we farm in solo lvl 80 instance with that?

Paraly 01/04/2020 02:04

Quote:

Originally Posted by Mitnick3 (Post 37884509)
Can we farm in solo lvl 80 instance with that?

You can fight mobs from mid air to avoid certain skill damages or melee attacks

srgcb 01/05/2020 16:37

Hello..
One question, i leave this game for a long time, and im gonna be back soon, what its safe to use in EU? well, i know nothing its safe 100%, but you know ehat i mean, the ban rate for using speed hack and that kind of things.. Thx!!
Bye bye!!

Paraly 01/06/2020 11:29

Quote:

Originally Posted by srgcb (Post 37887214)
Hello..
One question, i leave this game for a long time, and im gonna be back soon, what its safe to use in EU? well, i know nothing its safe 100%, but you know ehat i mean, the ban rate for using speed hack and that kind of things.. Thx!!
Bye bye!!

Everything from the overlay is safe, although there's a DPS meter which can detect animation users nearby.

Any script is safe at the moment as well

Of course I wouldn't broker bot on my main or glide upwards in public but I guess that's common sense

The only thing that really gets you banned is botting

HansTH 01/08/2020 11:16

Quote:

Originally Posted by Paraly (Post 37888349)
...
Of course I wouldn't broker bot on my main ...


why not? How should it be detected if you stay there or do something?

Paraly 01/08/2020 11:22

Quote:

Originally Posted by HansTH (Post 37891538)
why not? How should it be detected if you stay there or do something?

If you stay at broker for a while a GM might whisper you and without correct response you can get banned

Equin0x987 01/10/2020 06:58

hum, just bought it, do I have to run Para's Aion UnLimiter then start Aion, then once logged i exe VanillaTool?

Paraly 01/10/2020 10:33

Quote:

Originally Posted by Equin0x987 (Post 37894305)
hum, just bought it, do I have to run Para's Aion UnLimiter then start Aion, then once logged i exe VanillaTool?

All files are optional except Vanillatool itself of course

Vanillatool can be started and injected once you're logged into an character, after you injected press "Insert" ingame to toggle the overlay visible, you can navigate trough this overlay with your arrow keys, you also find some options at the tray menu (bottom right corner of your screen)

The UnLimiter removes the 2 Aion Clients at the same time cap

The Account Manager can log in multiple accounts with 1 click, instantly start scripts, removes 2 Aion Clients cap, repair loading time, keep track of inventory from all characters...

Mitnick3 01/12/2020 10:33

I bought it, but I can't use gravity and superglide.. how to do that? im trying them on instance

Paraly 01/12/2020 19:18

Quote:

Originally Posted by Mitnick3 (Post 37898054)
I bought it, but I can't use gravity and superglide.. how to do that? im trying them on instance

After you injected vanillatool press "Insert" on your keyboard, use your arrow keys to enable "Superglide" and "Gravity", also make sure "Siege mode" is disabled, now press "Insert" again to close the overlay.

Now use Numpad + or Numpad - while gliding to adjust your height, use Numpad 7 to toggle gravity

ferider 01/12/2020 21:34

I know that there is a program that detects any type of alteration of the animation, and also in this tool the option of "secure animation" was added but personally that option does not work much since when wanting to make instances or group pvp the idea It is to be able to have active enchanced animation without being detected, especially for those who do not have good latency to play without enchanced. Is there a possibility at some time that the enchanced animation will not be detected by the meter of that other application? And so you can play without worry?

Paraly 01/12/2020 22:14

Quote:

Originally Posted by ferider (Post 37899141)
I know that there is a program that detects any type of alteration of the animation, and also in this tool the option of "secure animation" was added but personally that option does not work much since when wanting to make instances or group pvp the idea It is to be able to have active enchanced animation without being detected, especially for those who do not have good latency to play without enchanced. Is there a possibility at some time that the enchanced animation will not be detected by the meter of that other application? And so you can play without worry?

No, we need to tell the server when we finished a skill animation otherwise we can't use the next skill, the server tells this information all nearby players so they have correct visuals, the dps meter takes this information + the information which buffs you have with these informations it can easily calculate if everything is legit, there's no way around it

tsqaured 01/15/2020 14:24

Does it work on aion destiny and euroaion? (version 3.5)

Paraly 01/15/2020 15:21

Quote:

Originally Posted by tsqaured (Post 37903524)
Does it work on aion destiny and euroaion? (version 3.5)

No, private server aren't supported, however if the private server does support the 64bit client and is on the same patch as the official EU or NA server it will work

tsqaured 01/15/2020 15:53

Quote:

Originally Posted by Paraly (Post 37903619)
No, private server aren't supported, however if the private server does support the 64bit client and is on the same patch as the official EU or NA server it will work

Is there any way or possibility to make it work?

Paraly 01/15/2020 17:42

Quote:

Originally Posted by tsqaured (Post 37903677)
Is there any way or possibility to make it work?

At least not soon, I may add private server support in the future

MiraFLo 01/16/2020 11:17

how in a script(Daily EU InstaScript Luna) to disconnect an exit from an instance? I don’t have to buy gold bars, but some characters come out anyway.

Diavolakos 01/17/2020 13:20

Is there a command that shows us the level of essencetapping we are at the moment?

Paraly 01/17/2020 16:00

Quote:

Originally Posted by MiraFLo (Post 37904854)
how in a script(Daily EU InstaScript Luna) to disconnect an exit from an instance? I don’t have to buy gold bars, but some characters come out anyway.

There're nore options that would exit the instance, buy stigma bundles, buy gold bundles, are all of them disabled?
Quote:

Originally Posted by Diavolakos (Post 37906431)
Is there a command that shows us the level of essencetapping we are at the moment?

Check the #scripting channel on discord, I posted it a few days ago

MiraFLo 01/17/2020 16:03

Quote:

Originally Posted by Paraly (Post 37906651)
There're nore options that would exit the instance, buy stigma bundles, buy gold bundles, are all of them disabled?


Check the #scripting channel on discord, I posted it a few days ago

Yes, everything is disabled, but some of the alts still come out.

Diavolakos 01/17/2020 16:56

Quote:

Originally Posted by Paraly (Post 37906651)
There're nore options that would exit the instance, buy stigma bundles, buy gold bundles, are all of them disabled?


Check the #scripting channel on discord, I posted it a few days ago

I run it to see what it does and it shows 0 and in Essencetapping it shows a weird big number.

I run this while I was essencetapping manually and while he was essencetapping, it showed in ItemIΔ the item ID of the gatherable and in the Amount:1, and when I was done it all went back to 0, essencetapping was still showing that big number.

[IMG=expandable: 1]https://i.imgur.com/4XMheF2.jpg[/IMG]


All times are GMT +2. The time now is 12:45.

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