I only get disconnected due to the 24 hour limitation thingy that automatically kicks you after 24 straight hours of gameplay on aion. Otherwise its fine. My computer is fast and my connection is ok. I get 10,000 kbps download and 1000 kbps upload. I have a decent connection to the server as well. Thanks for the tips though.Quote:
800 0.0 lol.. since u are able to speedhack your way in, you can try using antiafk method from the previous forum threads by users or try lowering down your speed to below 800 to just 20.. Do remeber that whenever you use speedhack, your game client will be sending packets to the server fast too.. So if u got slow net speed better to lower it down to avoid disconnection..
ECHO OFF
CLS
:message
ECHO.
ECHO ----------------------
ECHO InfiniteAion Launcher Made By CzaR/Dr8breed
ECHO ----------------------
ECHO.
ECHO OFF
if exist bin32\aion.bin GOTO bin
if exist bin32\aion.exe GOTO exe
GOTO error
:bin
del system.cfg
start Aion_Inject.exe
start bin32\aion.bin -ip:188.138.16.252 -noauthgg -lang:eng -noweb
ECHO Found and starting Aion.bin
GOTO end
:exe
del system.cfg
start Aion_Inject.exe
start bin32\aion.exe -ip:188.138.16.252 -noauthgg -lang:eng -noweb
echo Found and starting Aion.exe
GOTO end
:error
echo Neither Aion.bin or Aion.exe could be found
echo Please contact me through the forum or on MSN for help
echo.
echo www.InfiniteAion.com
echo.
pause
exit
:end
ECHO.
echo closing in 3 seconds...
ping localhost -n 3 > nul
EXIT
Are you the one that added me on msn? Will make for u a custom launcher :)Quote:
Hi. I've tried it on the Moonlight Aion and i've got disconnected when i logged in. Please Help me! It will be the best when i can attack faster and run faster too. Thanks!
What private server are u playing at and at what speed did u set?Quote:
i tried it and it worked but the problem is i can't fly :( the private server i play in is free fly every where but after i used this speedhack i can't fly except in towns plz help
Make sure you have the latest directx drivers and graphic drivers.. Did the game work for you without the speedhack?Quote:
Every time I start the program, it crashes automatically. Saying "Auto_Inject has stopped working". I ran it as Administrator also. I'm running Win7 64-bit.
Depends if you have fyyre's gameguard killer or gameguard bypasser else it won't work. Yep it can be programmed to work in official server. Might just need the official server's login server ip..Quote:
hello there you are I wanted to know if it can be programmed to play on the official server
Setting it to higher speeds only increases walking and daytime. It doesn't increase attack speed... or am i missing something here?Quote:
800 0.0 lol.. since u are able to speedhack your way in, you can try using antiafk method from the previous forum threads by users or try lowering down your speed to below 800 to just 20.. Do remeber that whenever you use speedhack, your game client will be sending packets to the server fast too.. So if u got slow net speed better to lower it down to avoid disconnection..
Then this roots down to 1 prob.. currently x64bit os is not supported only x32 by both the compiled exe version and the .dll file.. Untill i get my hands on my vmware with x64 OSes, i will give an update for x64bit systems or if ai0n codes a new .dll file that works with x64 OS. Also gonna test if this works with a self-signed x64 bit drivers or if reboot with unsigned driver support on x64 bit system.. :rolleyes:Quote:
I have the latest Directx(directx 11 in dxdiag) and Ati 10.3 drivers.
Edit: Yes, the game does work without the speedhack
k, I downloaded your exe, and put in the aion folder, it launch aion but , show this :Quote:
For those whom have trouble launching the hack and making it work (Only for InfiniteAion Players)
Here's a program i had compiled all together which includes Aion's Injector, speedhack.dll (Modified version with GUI (Graphical User Interface) of cheatengine's speedhack.dll almost like Aion's dll) and a custom system.ovr (which u might need so u can use the speedhack without problems).. All are included inside the exe file.. Just remember to put this inside your Aion Installation Folder cause it will execute Aion.bin from there where it reads the bin32 folder..
First thing first, once u executed the exe file both hack and the game will open.. Login your account per normal and once your ingame press the "pause/break" button on your keyboard and type in this "\g_minfov 150" (without quotes). This will enable u to zoom out more so once you already do that just keep zooming out till you can't zoom out anymore. Then go to a less laggy place (example: weapon/potion shop house) after that switch to the hack and then just change the speed 2 to 10 and slowly raise the speed to whatever you like. For beginners, if you do not know what sleep function does, don't touch and let it be at 5.
Compiled Batch I Did
Took me awhile to sniff up InfiniteAion's login ip. Credits to Aion for the auto injector.. Happy speedhacking :rolleyes: :rolleyes: :cool:Code:ECHO OFF CLS :message ECHO. ECHO ---------------------- ECHO InfiniteAion Launcher Made By CzaR/Dr8breed ECHO ---------------------- ECHO. ECHO OFF if exist bin32\aion.bin GOTO bin if exist bin32\aion.exe GOTO exe GOTO error :bin del system.cfg start Aion_Inject.exe start bin32\aion.bin -ip:188.138.16.252 -noauthgg -lang:eng -noweb ECHO Found and starting Aion.bin GOTO end :exe del system.cfg start Aion_Inject.exe start bin32\aion.exe -ip:188.138.16.252 -noauthgg -lang:eng -noweb echo Found and starting Aion.exe GOTO end :error echo Neither Aion.bin or Aion.exe could be found echo Please contact me through the forum or on MSN for help echo. echo www.InfiniteAion.com echo. pause exit :end ECHO. echo closing in 3 seconds... ping localhost -n 3 > nul EXIT
-----------DOWNLOAD------------
[Only registered and activated users can see links. Click Here To Register...]
::EDIT::
-----------DOWNLOAD------------
For Advance User's That Already Know How To Make Your Custom System.ovr Or User's Whom Already Done The Above
Basically this one doesn't contain the code "del system.cfg" in the compiled batch exe, so you won't always have to set your graphics option.