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)

spiralx 08/09/2020 11:06

I just bought the tool, running the starter script, following all instructions. But game keeps crashing at lvl 3 after changing channel and I think bot is trying to hit a mob for first time. Error message I got was "this operation has been cancelled due to restrictions in effect on this computer". Searched google and it told me to make some changes in registry to remove "DisallowRuns". I did that and it doesn't crash on that error anymore but instead SendsLog and just crashes. I added account manager and all executables to ignore in firewall. Any insight into whats going on would be appreciated.

Paraly 08/09/2020 16:51

Quote:

Originally Posted by spiralx (Post 38308237)
I just bought the tool, running the starter script, following all instructions. But game keeps crashing at lvl 3 after changing channel and I think bot is trying to hit a mob for first time. Error message I got was "this operation has been cancelled due to restrictions in effect on this computer". Searched google and it told me to make some changes in registry to remove "DisallowRuns". I did that and it doesn't crash on that error anymore but instead SendsLog and just crashes. I added account manager and all executables to ignore in firewall. Any insight into whats going on would be appreciated.

I guess you're not using windows 10 and you're not using the latest vanillatool version?

PaxDei 08/11/2020 23:05

how do i go through walls?

Paraly 08/11/2020 23:10

Quote:

Originally Posted by PaxDei (Post 38312310)
how do i go through walls?

passing walls needs a lot of practise.

There're different ways of passing a wall


1. Simply press numpad 9 to activate "fast underground" be sure Superglide is activated at the menu.
this will only work in some cases but it's by far the easiest way.


2. Press numpad 8 to disable collsion, you will start falling trough the ground but you will get a reset to your real position every second, to avoid this simply press numpad 7 to lock gravity at the moment when your character is under the ground, done.
This method works nearly everywhere.

3. Search for a uneven ground something like stairs or what ever it just shouldn't be even, go in front of it and use your arrowkeys with enabled "teleport (short range)" to go trough this uneven ground.


note: you should never really try to pass a wall directly it's much easier to pass the ground or the roof

spiralx 08/12/2020 09:39

Quote:

Originally Posted by Paraly (Post 38308694)
I guess you're not using windows 10 and you're not using the latest vanillatool version?

I'm using Windows 8 with the latest vanillatool. Any tips?

Paraly 08/12/2020 09:41

Quote:

Originally Posted by spiralx (Post 38312840)
I'm using Windows 8 with the latest vanillatool. Any tips?

Remove this line from the script

Code:

_ACExperimentalCooldown=True;

yam316 08/17/2020 06:40

para can u check if i have some days left? also i think i need a HWID reset

mezorr 08/18/2020 09:14

hello , any method to avoid animation meter? (not secure animation)

Paraly 08/18/2020 10:12

Quote:

Originally Posted by mezorr (Post 38322305)
hello , any method to avoid animation meter? (not secure animation)

No

spiralx 08/19/2020 10:09

What does it mean when luna script exits on "Account not found" in character screen. I am able to login to it. PIN and settings are all correct. It was working for the same account a day before. Luna script is also working for my second account.

dlrjsajdi 08/20/2020 02:48

Anyone else having problem like me? v7.02 doesn't detect na toons

angelus007 08/20/2020 07:45

Quote:

Originally Posted by dlrjsajdi (Post 38325354)
Anyone else having problem like me? v7.02 doesn't detect na toons

I am having the same problem

Paraly 08/20/2020 09:19

Quote:

Originally Posted by dlrjsajdi (Post 38325354)
Anyone else having problem like me? v7.02 doesn't detect na toons

Quote:

Originally Posted by angelus007 (Post 38325526)
I am having the same problem

Update your Aion Client

dlrjsajdi 08/20/2020 20:54

Quote:

Originally Posted by Paraly (Post 38325581)
Update your Aion Client

it is maybe my subscription, i just sent pm with my unique Id. because, now, tool closes by itself after few seconds

Quote:

Originally Posted by dlrjsajdi (Post 38326570)
it is maybe my subscription, i just sent pm with my unique Id. because, now, tool closes by itself after few seconds

never mind works with 7.03 thanks

Destinyfr 08/26/2020 01:06

Hello,

That's a really nice tool, good job. However there is a missing feature that would be really nice : an option to shutdown the computer automatically when all scripts are finished.

Let's say we have N launched clients and up to N scripts running. When all the scripts are finished, ít would be nice if the computer could be shutdown (e.g. after the luna scripts).

Do you think this could be added in a future release ? Or may be there is a way to do ít already ? (or with Windows)

Thanks

Paraly 08/26/2020 06:06

Quote:

Originally Posted by Destinyfr (Post 38334495)
Hello,

That's a really nice tool, good job. However there is a missing feature that would be really nice : an option to shutdown the computer automatically when all scripts are finished.

Let's say we have N launched clients and up to N scripts running. When all the scripts are finished, ít would be nice if the computer could be shutdown (e.g. after the luna scripts).

Do you think this could be added in a future release ? Or may be there is a way to do ít already ? (or with Windows)

Thanks

You could use the .bat file to login multiple profiles, if you edit the .bat file you can see these lines
Code:

CALL :login_profile 0
CALL :login_profile 1

they would use Login All on Profile 0 and after that on Profile 1, you can edit them to any order you want like for example
Code:

CALL :login_profile 5
CALL :login_profile 3
CALL :login_profile 4
CALL :login_profile 1

Which would login profile 5 then profile 3 then profile 4 and then profile 1

After that you could add a line to shutdown your PC
Code:

CALL :login_profile 5
CALL :login_profile 3
CALL :login_profile 4
CALL :login_profile 1
shutdown /s /f


Destinyfr 08/26/2020 07:55

Thanks for your reply. However with this solution, the next client is launched when the previous has ended. Anyway to launched them all at the same time pls ?

Paraly 08/26/2020 08:08

Quote:

Originally Posted by Destinyfr (Post 38334691)
Thanks for your reply. However with this solution, the next client is launched when the previous has ended. Anyway to launched them all at the same time pls ?

Did you never use Login All from the Account Manager?

It logs as many clients at the same time as you've set in the Account Manager setttings

Destinyfr 08/26/2020 08:44

Quote:

Originally Posted by Paraly (Post 38334696)
Did you never use Login All from the Account Manager?

It logs as many clients at the same time as you've set in the Account Manager setttings

Oh sorry, did not well-checked your shell script. There is a "waiting for termination" loop inside. Well that's what i wanted. I just have to customize it ^^

Last question :

What are "Repair initial loading time" and "Create Virtual Clients" options in the account manager pls ?

Paraly 08/26/2020 19:11

Quote:

Originally Posted by Destinyfr (Post 38334714)
Oh sorry, did not well-checked your shell script. There is a "waiting for termination" loop inside. Well that's what i wanted. I just have to customize it ^^

Last question :

What are "Repair initial loading time" and "Create Virtual Clients" options in the account manager pls ?

Repair initial loading time, removes the long loading time of Aion that appears when you start Aion, needs to be re-applied after every Aion update

Create Virtual Clients creates 9 virtual clients that are like you had Aion installed in 10 different locations (including the original client), this can be used to setup different graphic settings bound by Aion account

gb2978 08/29/2020 00:29

hi paraly i change my graphics card to xfx rx 5700 xt and everytime i start the hack my game just hang, any tips pls tahnks

Paraly 08/29/2020 00:37

Quote:

Originally Posted by gb2978 (Post 38339286)
hi paraly i change my graphics card to xfx rx 5700 xt and everytime i start the hack my game just hang, any tips pls tahnks

Don't use fullscreen?

bebesbebes 08/30/2020 21:40

editing because already answered me

PaxDei 09/02/2020 21:36

Why some times the script of hidden mob location dont show the location?

Paraly 09/02/2020 22:33

Quote:

Originally Posted by PaxDei (Post 38346252)
Why some times the script of hidden mob location dont show the location?

The informations channel is activated in your chat?
[IMG=expandable: 1]https://i.epvpimg.com/167Cgab.jpg[/IMG]


If you see a hidden mob that doesn't get detected by the script target it and then execute the "Short Script Bundle/NPC Detector/Get NPC ID.pscp" script and post me which ID it displayed

Dude6 09/03/2020 20:42

the account manager doesnt seem to be working, also theres a new NC launcher 2

Paraly 09/03/2020 23:04

Quote:

Originally Posted by Dude6 (Post 38347819)
the account manager doesnt seem to be working, also theres a new NC launcher 2

[IMG=expandable: 1]http://i.epvpimg.com/oz11fab.png[/IMG]

wickedfever 09/04/2020 01:58

somehow t he password is incorrect. could it be that its not able to put in Capitalize characters?


Quote:

Originally Posted by Paraly (Post 38348022)
[IMG=expandable: 1]http://i.epvpimg.com/oz11fab.png[/IMG]


Paraly 09/04/2020 02:01

Quote:

Originally Posted by wickedfever (Post 38348174)
somehow t he password is incorrect. could it be that its not able to put in Capitalize characters?

Yes, will fix it tomorrow

Edit: It's fixed by now in case you haven't noticed

Cuckedbattles 09/05/2020 17:26

Is there an option already in there that minimizes the script to the tray when it starts? Right now the script window pops up right where the start game button pops up when the launcher starts and has caused a few problems.

Paraly 09/05/2020 22:20

Quote:

Originally Posted by Cuckedbattles (Post 38350360)
Is there an option already in there that minimizes the script to the tray when it starts? Right now the script window pops up right where the start game button pops up when the launcher starts and has caused a few problems.

There's an option to minimize the Script Editor and one to minimize the Aion Client at the Account Manager settings

dlrjsajdi 09/06/2020 16:05

Quote:

Originally Posted by Paraly (Post 38350752)
There's an option to minimize the Script Editor and one to minimize the Aion Client at the Account Manager settings

Doing so, possibly lower cpu/gpu usage? Anyone tried?

-AoA- 09/07/2020 00:13

Hello! Im new to this bot so I am wondering if I should buy it or not, and its difficult to find whats new about it on Aion 7.6 any info on all its features on this patch?

Paraly 09/07/2020 00:29

Quote:

Originally Posted by -AoA- (Post 38352419)
Hello! Im new to this bot so I am wondering if I should buy it or not, and its difficult to find whats new about it on Aion 7.6 any info on all its features on this patch?

Account Manager - Easily manage all your accounts, log all of them in with 1 click and automatically start a script on them

UnLimiter - Removes the 2 Aion Client limit

NoFlyAnimation - Allows to teleport instantly when using a Flighttransporter

GlideEverywhere - Allows to glide everywhere even in instances where it's normally blocked


Superglide - Allows to glide upwards where ever you want

Gravity - Allows to move and fight from mid-air

Several Animation modes to improve your animationspeed

Secure Animation - Turns off your animationspeed hack when a player is nearby to avoid DPS meter detection

See hidden players without eye buff

Attackrange Plus gives you 2 meter additional attackrange and is stackable with extendable weapons

360 degree radar, 100m distance view distance and free moveable radar

Move trough Walls with disable collision

Walk on Water

Better field of view up to 3 times more information on your screen compared to the default 60 degree field of view

Luna Daily script - does the luna daily instance on an entire account including quests, kinah bundle crafting, transformation crafting, luna box crafting, gold ingot crafting, stigma enchant crafting, depositing / withdrawing kinah in warehouse...

Luna Weekly script, does luna weekly instance on an entire account including the quests

Cubic Lab script, does the cubic instance over and over again to get stats

Starterclasses script, fills an account with level 10 characters and prepares it for luna daily usage

Bomb Farm script, farms small game / big game mobs to fast level past level 10

Udas script, clears the instance for EXP and event items

Broker Bot

Hidden Mobs detector to easily find hidden mobs within 100 meters

Katalam Crystal Chest detector to easily find Katalam Crystal Chests within 100 meters

Minium Vault script

...

Mugetsu7 09/07/2020 02:58

Offline ? the account manager doesnt open

-AoA- 09/07/2020 04:54

Ohhhh sounds awesome for farming, how can I pay for it and download it?

Mugetsu7 09/07/2020 07:50

Paraly, my account manager doesn't open even desactving antivirus.

Paraly 09/07/2020 11:20

Quote:

Originally Posted by -AoA- (Post 38352667)
Ohhhh sounds awesome for farming, how can I pay for it and download it?

You can pay for it at [Only registered and activated users can see links. Click Here To Register...]

There's also a download button
Quote:

Originally Posted by Mugetsu7 (Post 38352731)
Paraly, my account manager doesn't open even desactving antivirus.

Seems your ID has changed, I send you a PM

FuckNCsoft 09/08/2020 04:43

I had a 30 day period that just expired, I just went in again to renew for a full year cause I enjoyed this program, the unique ID it gave me was the same as I gotten before. I went through PP and paid, but now the Para Vanilla Tool Re-work 7.05 is not working. When I click it, it doesn't even load.

I have double checked to make sure my firewalls and anti-virus programs make exceptions for this program and even tried disabling them completely. Any help would truly appreciated on this matter. Thanks!

I had a 30 day period that just expired, I just went in again to renew for a full year cause I enjoyed this program, the unique ID it gave me was the same as I gotten before. I went through PP and paid, but now the Para Vanilla Tool Re-work 7.05 is not working. When I click it, it doesn't even load.

I have double checked to make sure my firewalls and anti-virus programs make exceptions for this program and even tried disabling them completely. Any help would truly appreciated on this matter. Thanks!

Paraly 09/08/2020 11:04

Quote:

Originally Posted by FuckNCsoft (Post 38354200)
I had a 30 day period that just expired, I just went in again to renew for a full year cause I enjoyed this program, the unique ID it gave me was the same as I gotten before. I went through PP and paid, but now the Para Vanilla Tool Re-work 7.05 is not working. When I click it, it doesn't even load.

I have double checked to make sure my firewalls and anti-virus programs make exceptions for this program and even tried disabling them completely. Any help would truly appreciated on this matter. Thanks!

Your ID is activated again, sorry for the delay was night over here


All times are GMT +2. The time now is 14:37.

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