My Reseller Site:
RuBot - Aion Reseller Site
Rubot on Facebook
RuBot - Aion Facebook Site
Trial :
RuBot Trial
Download :
rubot.zip
--------------------------------------------------------------------------------------
PayPal : System runs automatic with PayPal, the other options are manually and therefore might take a bit longer.
Paysafecards : just send me the code for 10€ PSC and I send you the key for 30 days.
Moneybookers : If you can't use any of the above , moneybookers (skrill) will work aswell , but they take extra fees. Just pm me for my details.
30 Days : 10€
60 Days : 19€
Note : Would be nice if you can "Thank" me here that will increase the level of trust aswell
You can talk to me in english - oder - in deutsch
Hello everyone,
I thought I might share this bot I found lately. I tested it now for around 2 months on official servers and its a beast - and always up to date.
Major problem is to buy the bot since the creator lives in russia and there they cant accept any paypal or something so its almost not possible to buy the bot in an easy way.
I had few talks with the creator and I am now officially a reseller for rubotaion - so if you are interested in buying the bot you can contact me here.
There is also a Trial so you can check if you like the bot or not - but at the moment its the BEST easy to use bot on the market compared to all others.
Earlier today I tested if the bot also works on private servers ( I tested normal attack route and gathering on infinite Aion) and it works smooth.
Summary:
Radar (Detects hidden players aswell)
Auto Quest (Platinum Farming)
Game Master warning (Able to activate to quit the game if players / GM's are around)
Sound Warnings
Gathering
Crafting
Auto Attack
Attack on click (for instances)
Start from point standing
Start on routes
Aether gathering <- WORKS VERY well - made millions with it
Different protocol support 2.7 to 4.5.x
Private Server support
Russian / Korean / EU / NA support
Gameforge AION F2P Support
many more....!
Video added 24th of July 2011:
https://www.youtube.com/watch?v=T3JLWGFFpGU
Video added 9th of August 2011:
Aether Farming tutorial.
https://www.youtube.com/watch?v=GZe-P08rCc4
Video added 11th of March 2012
https://www.youtube.com/watch?v=TaXo6kw_OE4
Video added 24th of March 2012
https://www.youtube.com/watch?v=0ZbrsEDGDno
Video added 3rd of April 2012
(Starter guide in german)
https://www.youtube.com/watch?v=nogcdtmMm1w
Videos added 27th of April 2012
(How to Gather english + german)
https://www.youtube.com/watch?v=P8W6eKKoBt8
https://www.youtube.com/watch?v=KYrmZfLYdVQ
Videos added 2013
https://www.youtube.com/watch?v=7IQuAG-xR8Y
https://www.youtube.com/watch?v=oZHmqe01-K4
25 September 2013
Gunslinger
https://www.youtube.com/watch?v=YDM5j6F1hdU
Songweaver
https://www.youtube.com/watch?v=r_hwxr3x2CA
Aether unbundling script:
#Variant1
aether.cs (Right click , save as..)
Mouse.Set(x, y);
Change the x,y to the location of your aether in the inventory
(you will see the mouse location in script editor )
#Variant2 by Daniil O. (thanks for the share)
(Replace name and ID, can be obtained from database sites / or hover over the item ingame and the script editor will show the ID at the bottom)
while(Player.InventoryContains(152000318) > 0){
Chat.SendMessage("/Use Rich Diamond Ore");
Pause(4500);
}