Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion > Aion Hacks, Bots, Cheats & Exploits
You last visited: Today at 10:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Para's VanillaTool [Rework]

Discussion on Para's VanillaTool [Rework] within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.

Reply
 
Old 06/15/2018, 13:01   #8101
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Bocc1337 View Post
thx bro

yo trying to learn how to make some scripts. trying to make a teleport but the window will open in 2 defrient ways. what am i doing wrong.



Open the Script Editor, check "Show IDs" and hover above the title bar of the teleport window you should see the FrameID
Replace the "IDHere" at the snippet below with the FrameID you just found
Code:
FrameAction=IDHere,XPOS,0;
FrameAction=IDHere,YPOS,0;
This snippet will move the window to the top left edge, so call it before you do the mouseclick
Paraly is offline  
Old 06/16/2018, 01:21   #8102

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
ok it goes to the top now but sometimes it dose like the first pic i showed you
Bocc1337 is offline  
Old 06/16/2018, 01:24   #8103
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Bocc1337 View Post
ok it goes to the top now but sometimes it dose like the first pic i showed you
Make sure there's a high enough delay after you opened the window in the script like

Code:
Opens teleport window here
Delay=5000; <-- good delay here
FrameAction <-- window gets moved here
Delay=1000; <-- another decent delay
Mouse <-- the mouseclick
Paraly is offline  
Old 06/16/2018, 01:32   #8104

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
well check this. it will still do it.

Code:
Command=/select Elyos Square Teleport Statue;
Delay=3000;
Command=/attack;
Delay=5000;
_IFFrameVisible=170; Dialog
Delay=5000;
DialogClick=;
Delay=5000;
FrameAction=261,XPOS,0;
Bocc1337 is offline  
Old 06/16/2018, 01:59   #8105
 
elite*gold: 0
Join Date: Jan 2008
Posts: 417
Received Thanks: 79
Quote:
Originally Posted by Bocc1337 View Post
well check this. it will still do it.

Code:
Command=/select Elyos Square Teleport Statue;
Delay=3000;
Command=/attack;
Delay=5000;
_IFFrameVisible=170; Dialog
Delay=5000;
DialogClick=;
Delay=5000;
FrameAction=261,XPOS,0;
That's why I don't really use DialogClick=; on my script, I always get that error like you do, in the end use a Mouse with coordinates instead of it.
JoshuaPL is offline  
Old 06/16/2018, 02:00   #8106
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Bocc1337 View Post
well check this. it will still do it.

Code:
Command=/select Elyos Square Teleport Statue;
Delay=3000;
Command=/attack;
Delay=5000;
_IFFrameVisible=170; Dialog
Delay=5000;
DialogClick=;
Delay=5000;
FrameAction=261,XPOS,0;
And another
Code:
FrameAction=261,YPOS,0;
is below right?

Anyways you wrote it's like the first pic you posted before and that's how it's supposed to be, the window gets moved to the top left edge with these lines
Paraly is offline  
Old 06/16/2018, 02:31   #8107

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
idk i cant get it to work right. i may give up. mess with it later half to go back out to work.
Bocc1337 is offline  
Old 06/16/2018, 02:39   #8108
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Bocc1337 View Post
idk i cant get it to work right. i may give up. mess with it later half to go back out to work.
Sorry didn't notice that the window was half of the screen

Replace your FrameAction lines with this

Code:
MemPtrWrite=%AddrFrameID[261],0x6C,0,FLOAT;
MemPtrWrite=%AddrFrameID[261],0x74,0,FLOAT;
Paraly is offline  
Old 06/16/2018, 04:54   #8109

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
Quote:
Originally Posted by Paraly View Post
Sorry didn't notice that the window was half of the screen

Replace your FrameAction lines with this

Code:
MemPtrWrite=%AddrFrameID[261],0x6C,0,FLOAT;
MemPtrWrite=%AddrFrameID[261],0x74,0,FLOAT;
there we go. now it is working every time. thx
Bocc1337 is offline  
Old 06/17/2018, 19:17   #8110

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
I am getting a problem in a script i am making. some times when my char opens a npc the char will get stuck on it. i mean the char cant move to continue on it way point. if i hit Esc it will unlock it self and keep going. and i have used many scripts that open the System Menu window quite often and i have searched around for this command to add it into my script. so i am now to the point of asking what is the command for it. thx
Bocc1337 is offline  
Old 06/17/2018, 19:57   #8111
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Bocc1337 View Post
I am getting a problem in a script i am making. some times when my char opens a npc the char will get stuck on it. i mean the char cant move to continue on it way point. if i hit Esc it will unlock it self and keep going. and i have used many scripts that open the System Menu window quite often and i have searched around for this command to add it into my script. so i am now to the point of asking what is the command for it. thx
This line sends the ESC key
Code:
SendKey=0x1B;
in your case you want to send it a few times and afterwards the script should make sure the system menu window is closed
Code:
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
MemPtrWrite=%AddrESChwnd,%OffsetESChwnd,142,BYTE;
Paraly is offline  
Old 06/17/2018, 20:26   #8112

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
Quote:
Originally Posted by Paraly View Post
This line sends the ESC key
Code:
SendKey=0x1B;
in your case you want to send it a few times and afterwards the script should make sure the system menu window is closed
Code:
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
SendKey=0x1B;
Delay=5;
MemPtrWrite=%AddrESChwnd,%OffsetESChwnd,142,BYTE;
o yes i have seen these lines in other scripts.. thx for pointing this out for me
Bocc1337 is offline  
Old 06/18/2018, 04:18   #8113
 
elite*gold: 0
Join Date: Feb 2016
Posts: 109
Received Thanks: 7
I have a couple of suggestions:

When Aion crashes and theres a long loop script running you gotta kill the Tool manually through task manager, maybe add a check to see if Aion is still running?

Why ask if you wanna close the Tool when Aion exits if it has to be injected again? Could this be turned into an option?

The *** days left popup message gets on the way when you're trying to run multiple clients quickly, because most of the Tool functionality comes from right clicking it and the message blocks it, perhaps there could be warning at certain intervals instead of everytime we run the tool.

Remove or reallocate the Legacy apps such as the XINGCODE bypass so it doesn't get confusing to the new or returning user.

I know you keep making it better, but I thought I'd throw my humble suggestions.

Thanks
nitzero is offline  
Thanks
1 User
Old 06/18/2018, 19:59   #8114
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by nitzero View Post
I have a couple of suggestions:

When Aion crashes and theres a long loop script running you gotta kill the Tool manually through task manager, maybe add a check to see if Aion is still running?

Why ask if you wanna close the Tool when Aion exits if it has to be injected again? Could this be turned into an option?
I made the tool automatically close at version 5.04
Quote:
Originally Posted by nitzero View Post
The XXX days left popup message gets on the way when you're trying to run multiple clients quickly, because most of the Tool functionality comes from right clicking it and the message blocks it, perhaps there could be warning at certain intervals instead of everytime we run the tool.
This notification will only appear once a day at 5.04
Quote:
Originally Posted by nitzero View Post
Remove or reallocate the Legacy apps such as the XINGCODE bypass so it doesn't get confusing to the new or returning user.
I'm not sure what you mean here

_____________________

I've added Dynamic Variables, more info
Paraly is offline  
Thanks
1 User
Old 06/18/2018, 20:21   #8115
 
elite*gold: 0
Join Date: Feb 2016
Posts: 109
Received Thanks: 7
Quote:
Originally Posted by Paraly View Post
I made the tool automatically close at version 5.04

This notification will only appear once a day at 5.04


I'm not sure what you mean here

_____________________

I've added Dynamic Variables, more info
Thanks Paraly!

My last suggestion is mostly about the first post with all the available downloads, there are some outdated stuff at the main page that might be confusing for the new user or even a returning user.

I found myself a bit lost when I was a month away and the bypass was still there along the account manager.

Maybe reallocate the stuff that's not used anymore elsewhere.

Something that came up in my mind, how hard would implement DPI scaling in the scripts? That would be nice to have as well, neither my Desktop or laptop runs at 100% DPI, I have to manually turn down the resolution so I can see what's going on.
nitzero is offline  
Reply

Tags
animation, cheat, hack, script, vanillatool


Similar Threads Similar Threads
Para's VanillaTool [hack undetected]
12/11/2014 - Aion Hacks, Bots, Cheats & Exploits - 497 Replies
http://i.epvpimg.com/k6WPg.png http://epvpimg.com/mhK2h.png



All times are GMT +2. The time now is 10:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.