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)

Solaci 01/12/2018 18:25

Script cancels the trade at last part and then logs off for me. This is latest version too. Crashing too, perhaps it's because of it being the 32bit client again

Paraly 01/12/2018 18:43

Quote:

Originally Posted by Solaci (Post 36607162)
Script cancels the trade at last part and then logs off for me. This is latest version too. Crashing too, perhaps it's because of it being the 32bit client again

It's not the 32Bit client, they just removed the "(64bit)" from the window title

Exem strike 01/12/2018 19:02

Quote:

Originally Posted by Paraly (Post 36607023)
When ever your client crashes Aion normaly starts 2 sub processes which log some things at your PC but since you installed AntiNCSpy those processes get blocked from windows


so does antspy solve this problem?
because I have this problem too

Paraly 01/12/2018 19:04

Quote:

Originally Posted by Exem strike (Post 36607243)
so does antspy solve this problem?
because I have this problem too

You mean if AntiNCSpy solves the crashing with the new script? No, AntiNCSpy just blocks the logging of Aion it has nothing to do with the crashes itself.

Once again I'm working on the crashes, it's not that easy to find the exact crash cause since when ever I try something I need to wait 2-3 hours till the client finally shows a crash

Exem strike 01/12/2018 19:11

Oh, I understood. *-*

wickedfever 01/12/2018 19:44

candy event:: somehow when it gets to the pin windows, it only enter 2 digits. ran the latest version 1.14

never mind, PC restart fixed the issue.

Quote:

Originally Posted by wickedfever (Post 36607369)
candy event:: somehow when it gets to the pin windows, it only enter 2 digits. ran the latest version 1.14


Diavolakos 01/12/2018 23:10

Well when I left 1 slave and 1 new account ,I got a crash after 3 hours. If I open 5 clients (1 slave 4 new accounts) they will get crash pretty fast in these cases:

1 when they try to make a new char (more rare)
2 when they made the char and hit play and are about to see the cinematic (almost all the time).

I have the feeling it is from the cinematic more often than in the character screen. If there was a way to hack the client to stop the cinematic, it would have been awesome.

Quote:

Originally Posted by Solaci (Post 36607162)
Script cancels the trade at last part and then logs off for me. This is latest version too. Crashing too, perhaps it's because of it being the 32bit client again

Well the latest script shouldn't do that, the new account keeps trying to trade until there is a trade window open, the slave keeps seeing for a trade request, and when it sees it it wil trade.

when both have the window open, they slave keeps pushing lock and OK until the window disappears and the new account hits the 4 candies and then like the slave, keeps hitting lock and ok till the window disappears.

If this persists you could either make the delays very high to be able to monitor which char does this and when, or let paraly check your desktop with that program he uses to help directly.

Paraly 01/12/2018 23:14

Quote:

Originally Posted by Diavolakos (Post 36607840)
Well when I left 1 slave and 1 new account ,I got a crash after 3 hours. If I open 5 clients (1 slave 4 new accounts) they will get crash pretty fast in these cases:

1 when they try to make a new char (more rare)
2 when they made the char and hit play and are about to see the cinematic (almost all the time).

I have the feeling it is from the cinematic more often than in the character screen. If there was a way to hack the client to stop the cinematic, it would have been awesome.



Well the latest script shouldn't do that, the new account keeps trying to trade until there is a trade window open, the slave keeps seeing for a trade request, and when it sees it it wil trade.

when both have the window open, they slave keeps pushing lock and OK until the window disappears and the new account hits the 4 candies and then like the slave, keeps hitting lock and ok till the window disappears.

If this persists you could either make the delays very high to be able to monitor which char does this and when, or let paraly check your desktop with that program he uses to help directly.

We have some kind of connection :D That's again exactly what I thought, I already disabled the cutscene at my client and I'm playing the script again for 2 hours waiting for a crash

Diavolakos 01/12/2018 23:28

We need it disabled as well, please show us :D

Paraly 01/12/2018 23:31

Quote:

Originally Posted by Diavolakos (Post 36607878)
We need it disabled as well, please show us :D

You should also remove the ESC key sending part from the script at the part where the cutscene is

And for removing the cutscene close all aion clients, open your Aion dir/L10N/enu/data/cutscene/movie
delete or rename this 2 files
mv_prologue_da.bik
mv_prologue_li.bik

PaxDei 01/12/2018 23:53

Hi Paraly... I used para 4.44 and short script homeward 1.14, but the tradeslave dont accept the trade.... why?

Paraly 01/13/2018 00:00

Quote:

Originally Posted by PaxDei (Post 36607926)
Hi Paraly... I used para 4.44 and short script homeward 1.14, but the tradeslave dont accept the trade.... why?

The regular things that bother mouseclicks are

-UI size is not at 100%
-Windows are not reseted to default position ( Aion options menu -> button at the bottom left "Reset Windows")
-Click to Move is enabled
-Auto-Arrange Windows is enabled
-Windows DPI scaling is not at 100% (rightclick at desktop -> display settings -> percentage value to 100% -> restart PC afterwards)

Diavolakos 01/13/2018 01:00

Quote:

Originally Posted by Paraly (Post 36607886)
You should also remove the ESC key sending part from the script at the part where the cutscene is

And for removing the cutscene close all aion clients, open your Aion dir/L10N/enu/data/cutscene/movie
delete or rename this 2 files
mv_prologue_da.bik
mv_prologue_li.bik

Is this the one, remove the SendKey=0x1B?:

Code:

_UNTILMemPtrRead=%PlayerBase,0x1D0,CHAR[6],=Player;
Delay=6500;

SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
MemPtrWrite=%AddrESChwnd,%OffsetESChwnd,142,BYTE;


Paraly 01/13/2018 01:05

Quote:

Originally Posted by Diavolakos (Post 36608072)
Is it an escape key or a backspace? Is this the part that you mean?

Code:

SendKey=0x08;
Delay=700;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;
SendKey=0x08;
Delay=300;

actually this si from the character creation, my bad

These keys are backspaces


go to line 177 of the script in case your text editor displays the line count

Code:

_IFMemRead=%AddrCharacterScene,BYTE,=0;<-CharacterScene
#EXECUTE=CreateCharacter;
Delay=4000;
#ENDIF

Mouse=400,571; <-- Start
Delay=15;
Mouse=400,571; <-- Start
Delay=15;
Mouse=400,571; <-- Start
Delay=2000;
#DO=30000;
Delay=500;
_UNTILMemPtrRead=%PlayerBase,0x1D0,CHAR[6],=Player;
Delay=6500;

SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
MemPtrWrite=%AddrESChwnd,%OffsetESChwnd,142,BYTE;


the SendKey=0x1B; part should be removed

However you might just should wait for the new version, there are more changes then just this

Solaci 01/13/2018 02:38

Quote:

Originally Posted by Paraly (Post 36608086)
These keys are backspaces


go to line 177 of the script in case your text editor displays the line count

Code:

_IFMemRead=%AddrCharacterScene,BYTE,=0;<-CharacterScene
#EXECUTE=CreateCharacter;
Delay=4000;
#ENDIF

Mouse=400,571; <-- Start
Delay=15;
Mouse=400,571; <-- Start
Delay=15;
Mouse=400,571; <-- Start
Delay=2000;
#DO=30000;
Delay=500;
_UNTILMemPtrRead=%PlayerBase,0x1D0,CHAR[6],=Player;
Delay=6500;

SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
MemPtrWrite=%AddrESChwnd,%OffsetESChwnd,142,BYTE;


the SendKey=0x1B; part should be removed

However you might just should wait for the new version, there are more changes then just this

How goes the new version anyways? I see an updated "short bundle" on scrpt library is this the latest version?

Paraly 01/13/2018 02:47

Quote:

Originally Posted by Solaci (Post 36608229)
How goes the new version anyways? I see an updated "short bundle" on scrpt library is this the latest version?

Yes it's the latest version, I played it for 4 hours without any crash :)

Solaci 01/13/2018 02:47

Quote:

Originally Posted by Paraly (Post 36608236)
Yes it's the latest version, I played it for 4 hours without any crash :)

awesome, cant wait to try it again :D

songold3 01/13/2018 02:51

i think i was getting banned a lot because i didn't have antincsoft

Exem strike 01/13/2018 03:02

Quote:

Originally Posted by Paraly (Post 36608236)
Yes it's the latest version, I played it for 4 hours without any crash :)

Are you using multiple accounts in this 4 hour period?
I only have the problem when I execute 3 accounts one to receive and 2 to collect and the problem happens only in those who collect

I think that the repeated movement of loga displaces ends up making this problem happen, that good even with updating happens with me


ser Name : S2d1ZWw=
Version of Editor.exe(64Bit_Client) : 0.0.0.0
Version of CrySystem.dll(64Bit_Client) : 5817.823.1221.12489
Engine : Cry_Client
GameState : 11
LoadSlot State:3, Num:50
Entity Count(char/user) : 4/4
NCode : 10800
Crash Info : Shaders/Cache/CGPShaders/CGRCAion_MonWaterRefrLow$D3D9_PS11$Fog.cgps
[(2772 :MultiThread) 2018/01/12 23:57:02]: =======================
an Access Violation in module Game.dll at 0033:000000004CC47E40.
exception handler called in the AION Server.
start at 2018/1/12 23:49:30
Error occurred at 1/12/2018 23:57:04.
C:\Program Files (x86)\NCSOFT\Aion\bin64\aion.bin
6 processor(s), type 8664.
ClientLaunchedCount : 2
Read from location 0000000000000010 caused an access violation.


the send log appears after giving ok on the other error

node182 01/13/2018 03:44

i only seem to crash when i have 2 chars farming

Cuckedbattles 01/13/2018 03:48

Well I thought I had this figured out but I still am having fits at the PIN screen. Everything else works perfectly but I am having to stop the script and type in the PIN manually. Is there a way I an just edit the script and hardcode my pin in the script? It seems like I can get it to eventually work after messing around with it for 3 hours but really not knowing what I did to get it working.

Solaci 01/13/2018 06:37

Quote:

Originally Posted by node182 (Post 36608285)
i only seem to crash when i have 2 chars farming

Crashed while I was out, with the 2 clients up and my main afking.

songold3 01/13/2018 06:40

no animations us at own risk instant ban

FaCaDa_BRA 01/13/2018 09:56

Quote:

Originally Posted by Solaci (Post 36608377)
Crashed while I was out, with the 2 clients up and my main afking.

Me too :(

node182 01/13/2018 15:01

Quote:

Originally Posted by Diavolakos (Post 36606672)
I had to remake all the delays for me, increasing the global delay by 1.3 for example would do nothing for my ping, some delays are so short that even if global delay was 2.5 or something would still be too fast.

Having 250~350 ping, any delay smaller than 200ms is way too low.

~~~~~~~~~

I have a problem with the quests. He talks to the npcs, cancels the dialog, then re-talks, then the dialog window "flies" upwards and down again, re-talks etc.

Is all this on purpose or is there additional actions done? Most of the times my chars trade 3 candies only instead of 4 and some times they trade nothing.

So I remade the quests and made them pretty simple like this. Deleted everything else with seeing if there is a quest etc.
The char goes to the npc spot, then does this function, then opens the candy boxes and goes to normal server to trade.

[

I personally still got clients crashing. I am not sure what could fix it for me, since it works for you it must be my problem.

So far if I have 1 slave and 2 new accounts running, I get no crashes. If I open another client it gets a crash. For other scripts I can open as many as 8 clients without a problem. But I will be glad to do it like this.

~~~~

Also Luvara never has a quest for us, since it is for returning players.

Same ping and issue with me. What server/faction are you on?

xndinlove 01/13/2018 16:00

how can i uninstall the AntiNCSpy? just wanna test something

Solaci 01/13/2018 18:49

I run just those two clients alone and it seems fine, script got stuck but it didnt crash

Paraly 01/13/2018 19:37

Quote:

Originally Posted by xndinlove (Post 36609128)
how can i uninstall the AntiNCSpy? just wanna test something

There's no way to uninstall it at the moment but why you even would like to?
All it does is blocking
NCDiag32.exe
NCDiag64.exe
SendLogClient.exe

And makes 2 directorys Read-Only
/bin64/NCDiag/
/AIONLOG/

Also blocks the log.txt in root folder

Quote:

Originally Posted by songold3 (Post 36608380)
no animations us at own risk instant ban

What do you mean?

songold3 01/13/2018 19:39

Quote:

Originally Posted by Paraly (Post 36609621)
There's no way to uninstall it at the moment but why you even would like to?
All it does is blocking
NCDiag32.exe
NCDiag64.exe
SendLogClient.exe

And makes 2 directorys Read-Only
/bin64/NCDiag/
/AIONLOG/

Also blocks the log.txt in root folder



What do you mean?

i made a gun slinger used no anmation and got banned after killing 3 mobs i had it at 250 is that to fast?

Paraly 01/13/2018 19:49

Quote:

Originally Posted by songold3 (Post 36609626)
i made a gun slinger used no anmation and got banned after killing 3 mobs i had it at 250 is that to fast?

You surely didn't got banned cause of the 3 mobs then, you must have made something previously like an instance script which got you banned, bans don't happen instantly except if you spam into LFG.

Full no animation on Gunslinger/Assassin can be noticed by experienced players but you did just fight against mobs so again it wasn't the ban reason.

You should use Custom Animation at 250-500 as Gunslinger to stay more safe

songold3 01/13/2018 19:50

Quote:

Originally Posted by Paraly (Post 36609656)
You surely didn't got banned cause of the 3 mobs then, you must have made something previously like an instance script which got you banned, bans don't happen instantly except if you spam into LFG.

Full no animation on gunslinger/assassin can be noticed by experienced players but you did just fight against mobs so again it wasn't the ban reason.

You should use Custom Animation at 250-500 as gunslinger to stay more safe

i did make my name doctordick that could of been why lol

Paraly 01/13/2018 20:07

So for 3 days I'm working on the Homeward Event script and it's completly perfect, everything works smooth but those random crashes make no sense, I checked everything I even checked where exactly aion crashes with a debugger and it's nothing vanillatool does modify in any way so I just guess it's cause of the 5.8 client being buggy, multiple people are complaining about sendlogs at the offical aion forum

songold3 01/13/2018 20:24

Quote:

Originally Posted by Paraly (Post 36609696)
So for 3 days I'm working on the Homeward Event script and it's completly perfect, everything works smooth but those random crashes make no sense, I checked everything I even checked where exactly aion crashes with a debugger and it's nothing vanillatool does modify in any way so I just guess it's cause of the 5.8 client being buggy, multiple people are complaining about sendlogs at the offical aion forum

i haven't had any issues it could be a corrupt port or something

Solaci 01/13/2018 20:55

Yeah it is def the client being buggy. You're script is awesome though.

Exem strike 01/13/2018 21:16

I have 3 accounts open as before, one receives and 2 collects, and so far I have not had the problem

Congratulations, this last version seems to have changed something.

Ayaaaa 01/13/2018 21:25

I do not know what to do for farmed kinah with the script, I mounted 9 character, the 9 are bans..a you an idea?

best regards, Ayaa.

Diavolakos 01/13/2018 21:37

Quote:

Originally Posted by Cuckedbattles (Post 36608293)
Well I thought I had this figured out but I still am having fits at the PIN screen. Everything else works perfectly but I am having to stop the script and type in the PIN manually. Is there a way I an just edit the script and hardcode my pin in the script? It seems like I can get it to eventually work after messing around with it for 3 hours but really not knowing what I did to get it working.

Someone said he had the same issue but his PIN was less than 8 digits, then he changed his PIN to 8 digits and now it works. See if this would help you.

Quote:

Originally Posted by node182 (Post 36608995)
Same ping and issue with me. What server/faction are you on?

Asmodian NA Katalam

node182 01/13/2018 21:43

Quote:

Originally Posted by Diavolakos (Post 36609929)

Asmodian NA Katalam

Same ^^

Yuki2050 01/14/2018 01:49

Quote:

Originally Posted by Paraly (Post 36603630)
It's for level 1, you need a new account with a new toon for it

It will do the event quests
Unbundle the candies
Trade them to a TradeSlave (TradeSlave needs to be at the spawn of Poeta/Ishalgen as well and on the normal server)
Goes to Character selection
Deletes the Character
Creates another Character
Begins from top again

Note: You find the Script inside the [Only registered and activated users can see links. Click Here To Register...]

I fixed it



It blocks several client sided logging from the Aion client

Link is dead again :(

xxxLavos 01/14/2018 04:04

hello, how can I get this new homeward event script?


All times are GMT +2. The time now is 21:18.

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