|
You last visited: Today at 05:24
Advertisement
Para's VanillaTool [Rework]
Discussion on Para's VanillaTool [Rework] within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.
05/12/2018, 01:25
|
#7786
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by guitartyr
What the Kromede Event script do? :O
|
3 clients work together to do the kromede instance and reach A rank at the moment, maybe it gets S rank soon
|
|
|
05/12/2018, 16:49
|
#7787
|
elite*gold: 0
Join Date: Mar 2017
Posts: 28
Received Thanks: 7
|
Paraly I want to 3D print my character, can you give me a script that takes several screenshots from different angles?
|
|
|
05/12/2018, 16:59
|
#7788
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by Hacktos
Paraly I want to 3D print my character, can you give me a script that takes several screenshots from different angles?
|
There you go
5.8
Code:
#IF=%FirstTime,;
#SmoothBackground
#EXECUTE=SetResolution;
Delay=500;
#NeedResolution=816,638;
Delay=500;
#NeedResolution=816,638;
Delay=500;
#UseGravity
#UseCollision
_SetVar1=0; start point
_SetVar2=0; counter
#SetVar4=How much screenshots you want to take?/n/n50-100 recommended;
_Calc3=360/%Var4; step
_Calc5=%Var4*4;
WaitForResponse=Be sure you stay in Sanctum/n/nBe sure hide UI is binded to F12 (should be by default)/n/nEstimated time for the 360 scan: %Var5 seconds;
#ENDIF
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,6;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,7;
_MemPtrReadVar=%PlayerBase,%OffsetPosZ,FLOAT,8;
MemPtrWrite=%PlayerBase,%OffsetPosX,10000,FLOAT;
MemPtrWrite=%PlayerBase,%OffsetPosY,10000,FLOAT;
MemPtrWrite=%PlayerBase,%OffsetPosZ,100,FLOAT;
MoveTo=10000,10000,100,True,False;
FrameAction=459,State,SHOW;
FrameAction=459,XPOS,0;
FrameAction=459,YPOS,0;
Delay=500;
Mouse=282,26;
WaitForResponse=Select an Animation you like/nOnce you found one set the "Speed" to 0 and click again on the animation to stop the playback/n/nYou can resize the window to fullscreen again to take higher quality screenshots;
TrayInfo=Press "Delete" to start taking the screenshots from different angles;
WaitForKey=2E,1;
SendKey=0x7B; Hide UI
#DO=9999000;
MemWrite=%AddrCamX,%Var1,FLOAT;
MemWrite=%AddrCamY,0,FLOAT;
MemPtrWrite=%AddrThirdPerson,%OffsetThirdPerson,3.7,FLOAT;
_Calc1=%Var1+%Var3;
_Calc2=%Var2+1;
Console=\r_GetScreenShot 1;
MemWrite=%AddrFreeMem8,%Var2,DWORD;
_IFMemRead=%AddrFreeMem8,DWORD,=%Var4;
SendKey=0x7B; Show UI
MoveTo=%Var6,%Var7,%Var8,False,False;
WaitForResponse=Finished;
#EndScript
#ENDIF
_UNTILMemPtrRead=%AddrChat,0x510/0x370/0x0,WCHAR[32],=stop screen;
MoveTo=%Var6,%Var7,%Var8,False,False;
SendKey=0x7B; Show UI
start_SetResolution; <-- resizes client without using real mouse
Console=\r_Height 600;
Console=\r_Width 800;
end_SetResolution;
6.2
Code:
#IF=%FirstTime,;
#SmoothBackground
#EXECUTE=SetResolution;
Delay=500;
#NeedResolution=816,638;
Delay=500;
#NeedResolution=816,638;
Delay=500;
#UseGravity
#UseCollision
_SetVar1=0; start point
_SetVar2=0; counter
#SetVar4=How much screenshots you want to take?/n/n50-100 recommended;
_Calc3=360/%Var4; step
_Calc5=%Var4*4;
WaitForResponse=Be sure you stay in Sanctum/n/nBe sure hide UI is binded to F12 (should be by default)/n/nEstimated time for the 360 scan: %Var5 seconds;
#ENDIF
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,6;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,7;
_MemPtrReadVar=%PlayerBase,%OffsetPosZ,FLOAT,8;
MemPtrWrite=%PlayerBase,%OffsetPosX,10000,FLOAT;
MemPtrWrite=%PlayerBase,%OffsetPosY,10000,FLOAT;
MemPtrWrite=%PlayerBase,%OffsetPosZ,100,FLOAT;
MoveTo=10000,10000,100,True,False;
FrameAction=469,State,SHOW;
FrameAction=469,XPOS,0;
FrameAction=469,YPOS,0;
Delay=500;
Mouse=282,26;
WaitForResponse=Select an Animation you like;
TrayInfo=Press "Delete" to freeze the animation and start taking the screenshots from different angles;
WaitForKey=2E,1;
Console=\ca_NoAnim 1;
Console=\es_CamHeight -1;
SendKey=0x7B; Hide UI
#DO=9999000;
MemWrite=%AddrCamX,%Var1,FLOAT;
MemWrite=%AddrCamY,0,FLOAT;
MemPtrWrite=%AddrThirdPerson,%OffsetThirdPerson,3.7,FLOAT;
_Calc1=%Var1+%Var3;
_Calc2=%Var2+1;
Console=\r_GetScreenShot 1;
MemWrite=%AddrFreeMem8,%Var2,DWORD;
_IFMemRead=%AddrFreeMem8,DWORD,=%Var4;
SendKey=0x7B; Show UI
MoveTo=%Var6,%Var7,%Var8,False,False;
WaitForResponse=Finished;
#EndScript
#ENDIF
_UNTILMemPtrRead=%AddrChat,0x510/0x370/0x0,WCHAR[32],=stop screen;
MoveTo=%Var6,%Var7,%Var8,False,False;
Console=\ca_NoAnim 0;
Console=\es_CamHeight 1.6;
SendKey=0x7B; Show UI
start_SetResolution; <-- resizes client without using real mouse
Console=\r_Height 600;
Console=\r_Width 800;
end_SetResolution;
Seems to work great just tested it
|
|
|
05/12/2018, 17:25
|
#7789
|
elite*gold: 0
Join Date: Mar 2017
Posts: 28
Received Thanks: 7
|
Youre a legend bro
|
|
|
05/13/2018, 18:38
|
#7790
|
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
|
Extreme XP booster grinding, ....
* paraly Hello, this script there is no possibility of this script erase my main not right?
|
|
|
05/13/2018, 18:48
|
#7791
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,596
Received Thanks: 1,596
|
Quote:
Originally Posted by Exem strike
Extreme XP booster grinding, ....
* paraly Hello, this script there is no possibility of this script erase my main not right?
|
It is possible, that's why I wrote you should watch what the script does.
If you delete a toon the game gives you 5 minutes to restore the toon again, but if this 5 minute timeout while you're in character selection the very first character will be selected automatically and if the script is about to delete the toon when this happens it deletes the very first toon instead of the toon he just logged out from
|
|
|
05/13/2018, 20:59
|
#7792
|
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
|
any chance we will get a lvl script to 65?
|
|
|
05/13/2018, 21:16
|
#7793
|
elite*gold: 0
Join Date: Jan 2008
Posts: 417
Received Thanks: 79
|
Quote:
Originally Posted by Bocc1337
any chance we will get a lvl script to 65?
|
There will be a lvling script from 10-53 (atm those are the lvls, 53-65 finding ways to script it) for both elyos and asmos; but the script won't be free.
Trying to have it before the 300% exp week, with the 300% exp week a character took 4 hours to lvl from 10-53 and you could leave multiple accounts lvling; I left 12 accounts lvling and when I came back all 12 where 53
|
|
|
05/13/2018, 22:29
|
#7794
|
elite*gold: 0
Join Date: May 2012
Posts: 8
Received Thanks: 1
|
Quote:
Originally Posted by JoshuaPL
There will be a lvling script from 10-53 (atm those are the lvls, 53-65 finding ways to script it) for both elyos and asmos; but the script won't be free.
Trying to have it before the 300% exp week, with the 300% exp week a character took 4 hours to lvl from 10-53 and you could leave multiple accounts lvling; I left 12 accounts lvling and when I came back all 12 where 53
|
Is it something easy? because there are many complicated things to do, and since not all of them speak the same language or have the same computer, many times I myself, many things that some perform easily I take days to edit by myself, if it is something quiet, COE, IO FP
these scripts were easy and worth paying for.
not that your does not pay, in my case my pc sucks so buying something that I may not be able to run easily is a bit complicated, but a lvel script is very interesting
|
|
|
05/13/2018, 22:34
|
#7795
|
elite*gold: 0
Join Date: Jan 2008
Posts: 417
Received Thanks: 79
|
Quote:
Originally Posted by haarrd
Is it something easy? because there are many complicated things to do, and since not all of them speak the same language or have the same computer, many times I myself, many things that some perform easily I take days to edit by myself, if it is something quiet, COE, IO FP
these scripts were easy and worth paying for.
not that your does not pay, in my case my pc sucks so buying something that I may not be able to run easily is a bit complicated, but a lvel script is very interesting
|
Easy as easy to use, or easy to code?
As for easy to use it will be, you just need to have some items in the inventory before starting the script and that's it, for example some pots for survivability, some scrolls for teleporting (faster than just walking) and that's it. The script will be easy as you just load the script, and go afk.
As for worth paying, it'll depend really on the user, imaging having 100 accounts for events like the Shugo Dice, Joker Event; imaging having a lot of accounts for doing CoE. So it all depends on the user on what is he aiming to do.
|
|
|
05/13/2018, 22:46
|
#7796
|
elite*gold: 0
Join Date: May 2012
Posts: 8
Received Thanks: 1
|
Quote:
Originally Posted by JoshuaPL
Easy as easy to use, or easy to code?
As for easy to use it will be, you just need to have some items in the inventory before starting the script and that's it, for example some pots for survivability, some scrolls for teleporting (faster than just walking) and that's it. The script will be easy as you just load the script, and go afk.
As for worth paying, it'll depend really on the user, imaging having 100 accounts for events like the Shugo Dice, Joker Event; imaging having a lot of accounts for doing CoE. So it all depends on the user on what is he aiming to do.
|
Yes my interest would really be in COE however ............
but let's see its value, it seems very interesting probably should I buy
I speak of difficulty with regard to clicks mouse pointer windows because I really want to buy open the accounts and arrive the other day and be all ready
well lets wait, you already have a price + -?
|
|
|
05/13/2018, 22:47
|
#7797
|
elite*gold: 0
Join Date: Jan 2008
Posts: 417
Received Thanks: 79
|
Quote:
Originally Posted by haarrd
Yes my interest would really be in COE however ............
but let's see its value, it seems very interesting probably should I buy
I speak of difficulty with regard to clicks mouse pointer windows because I really want to buy open the accounts and arrive the other day and be all ready
well lets wait, you already have a price + -?
|
Like I said, 12 accounts where left lvling, all 12 reached the end lvl without a single problem
As for the price, we will see.
|
|
|
05/14/2018, 02:43
|
#7798
|
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
|
i would buy it . for sure
if there where any other scripts that maybe for sale. if it is of entrees to me also
|
|
|
05/14/2018, 18:00
|
#7799
|
elite*gold: 0
Join Date: Jul 2009
Posts: 56
Received Thanks: 4
|
Well i had this hack some time ago .This is the best working hack for aion and the best developer i ever saw . i was One of the first who bought this . I feel sorry that i can;t afford buying this now , since i just returned to aion . Nice job
|
|
|
05/14/2018, 18:57
|
#7800
|
elite*gold: 0
Join Date: Oct 2017
Posts: 37
Received Thanks: 1
|
hello i have problem in sandboxie you see i can start aion normal but win i try from sandbox after the loading it crash and win i try to log in back same sandbox he say aion (error 1024 ) help
|
|
|
All times are GMT +1. The time now is 05:24.
|
|