Para's VanillaTool [Rework]

01/16/2018 02:14 Paraly#6991
Quote:
Originally Posted by songold3 View Post
hey when i go to make an account after fixing my thing it says i have stuff blocking it but i dont i disable adblock please help
You should write the NCSoft support.
01/16/2018 02:16 songold3#6992
Quote:
Originally Posted by Paraly View Post
You should write the NCSoft support.
kinda hard with out an account that isnt banned
01/16/2018 02:28 Paraly#6993
Quote:
Originally Posted by songold3 View Post
kinda hard with out an account that isnt banned
Quote:
Originally Posted by NCSoft
Note: If you receive the error Account Creation Failed (Due to blocked web features,) this error message is a result of blocking features or communication with our website or services. Before you can create an account, please make sure that you are not blocking any features of our site and that your Java and Flash plugins are up-to-date. If you have add-ons running in your web browsers that block or filter cookie generation or sending, please disable them and attempt to create your account again.
Besides that as you can see [Only registered and activated users can see links. Click Here To Register...] at step 7 you can write them by email
01/16/2018 12:38 rian_qingmo#6994
paraly i keep dc'ing on aion all time , maybe u know how to fix it?
01/16/2018 13:31 Paraly#6995
Quote:
Originally Posted by rian_qingmo View Post
paraly i keep dc'ing on aion all time , maybe u know how to fix it?
Not really, are you sure it's just a disconnect from aion or are you loosing the internet connection completly?
01/16/2018 13:56 rian_qingmo#6996
dc from aion , i got like 50x dc in a day , my internet its ok , my proxy its ok , thinking about to reeinstal aion
01/16/2018 17:33 Solaci#6997
The event script isn't putting in PIN on char delete today. Worked fine last night though, suggestions?
01/16/2018 17:36 Paraly#6998
Quote:
Originally Posted by Solaci View Post
The event script isn't putting in PIN on char delete today. Worked fine last night though, suggestions?
- Try a PC restart
- Resize the Aion window slightly bigger before you start the script so the script resizes the client again to fit perfectly
- Don't leave the mouse hovering above the Aion window
01/16/2018 18:27 JayBR#6999
Anyway to run aion just the client itself in 64bit or did they change something within the last 2days
01/16/2018 18:33 Paraly#7000
Quote:
Originally Posted by JayBR View Post
Anyway to run aion just the client itself in 64bit or did they change something within the last 2days
The client still get launched in 64Bit by default, they just removed the "(64bit)" at the window title
01/17/2018 01:35 Solaci#7001
With the arenas being bugged now would be a good time to spam them with a script, who was it that made one again? Maybe they will share. I know you tagged them before somewhere
01/17/2018 02:29 thekiller258#7002
Quote:
Originally Posted by Solaci View Post
With the arenas being bugged now would be a good time to spam them with a script, who was it that made one again? Maybe they will share. I know you tagged them before somewhere
Forget about it, that bug is being fixed today after maintenance.
01/17/2018 02:36 Paraly#7003
Quote:
Originally Posted by Solaci View Post
With the arenas being bugged now would be a good time to spam them with a script, who was it that made one again? Maybe they will share. I know you tagged them before somewhere
You mean the AFK arena loop script? I made it for [Only registered and activated users can see links. Click Here To Register...], you could ask him for permissions
01/17/2018 12:46 Diavolakos#7004
Paraly most of the times I get a problem in client for homeward event in this specific line:

Code:
start_DeleteDialog;

SendKey=%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd;
Delay=3000;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
Delay=1000;
which is the one that should write the "Confirm Delete" and this line puts a random word.

How can you delete the char with not the correct letters? I tried to make it write the "Confirm Delete" but I am not sure there is a way to simply write text with capitals and small case letters and then hit OK

I am not sure if this does indeed play a role, but like 4 out of 5 times my client gets the message "limited resources, contact administrator" exactly on that spot.
01/17/2018 13:08 Paraly#7005
Quote:
Originally Posted by Diavolakos View Post
Paraly most of the times I get a problem in client for homeward event in this specific line:

Code:
start_DeleteDialog;

SendKey=%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd;
Delay=3000;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
Delay=1000;
which is the one that should write the "Confirm Delete" and this line puts a random word.

How can you delete the char with not the correct letters? I tried to make it write the "Confirm Delete" but I am not sure there is a way to simply write text with capitals and small case letters and then hit OK

I am not sure if this does indeed play a role, but like 4 out of 5 times my client gets the message "limited resources, contact administrator" exactly on that spot.
Code:
SendKey=%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd; <-- Sends random letters to create the text pointer
Delay=3000; <-- some delay
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32]; <-- Writes the "Confirm Delete" into the memory of Aion so the text we posted above will be correct
This line
Code:
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
Writes the Confirm Delete correctly into the memory, we just spam random letters to create the pointer to it, it just visually looks wrong but it's correct

We can't send uppercase letters that easily, we would need to enable/disable caps which affects the PC globaly so this will limit you to only 1 client which collects candies, otherwise the other client interfer with the caps of client 1 and he writes the "Confirm Delete" like this "ConFIRM DelETE"

with caps it would looks like this

Code:
#EnableCaps
Delay=200;
SendKey=C;
Delay=200;
#DisableCaps
Delay=200;
SendKey=onfirm ;
Delay=200;
#EnableCaps
Delay=200;
SendKey=D;
Delay=200;
#DisableCaps
Delay=200;
SendKey=elete;
Delay=3000;

You could replace it with this code to prevent crashes
Code:
SendKey=confirm delete;
Delay=3000;
_IFMemPtrRead=%AddrConfirmDelete,0x5E0/0x370/0x0,WCHAR[32,=confirm delete;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
#ELSE
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
Delay=15;
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
#EXECUTE=DeleteCharacter;
#Return
#ENDIF
Delay=500;