Search found 545 matches

by MiesterMan
Thu Apr 26, 2012 10:44 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Ok, I get that but how do you get the extra functionality like /use Power Shard or /Select NPCName or /Select NodeName. Don't get me wrong the skill thing looks awsome but I was looking for stuff that could do this when I was looking at the macro system. Incidentally I've yet to find something for h...
by MiesterMan
Thu Apr 26, 2012 5:49 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Ok, head up guys. The program loads fine with a blank replacement for the SendLogClient.exe file so you might want to do that for future reference. Just make a blank text file, rename SendLogClient.exe to something else and change the blank text file's name to SendLogClient.exe and all is good. Acce...
by MiesterMan
Thu Apr 26, 2012 5:43 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

I hadn't tested any keypresses but I found that there is an in-game macro system. I was trying to find some pointers for the system so we could use it because the macros let you target nearby nodes and NPCs. I hadn't quite figured a system for questing yet but I bet there's something you can do. You...
by MiesterMan
Wed Apr 25, 2012 9:02 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Ok, copy these to the "scripts\aion" folder in your micromacro directory and type 'printinfo' in micromacro.

The printinfo contains all the memory reads you need to collect information.
by MiesterMan
Wed Apr 25, 2012 6:31 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Almost had the file ready, will finish it when I get back. I always have trouble when I use the ptr read functions...
by MiesterMan
Wed Apr 25, 2012 5:02 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

offsets.lua?

Sorry, I haven't actually seen what you guys are working with. All I got was a short list of addresses and started searching for info.

I'm going to make a file that will pull up and output all the info using this addresses.lua file so you guys can use the memoryReads.
by MiesterMan
Wed Apr 25, 2012 3:24 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Ok, these are the addresses I have so far: addresses = { -- Everything offset from Game.dll playerName = 0xD23568, -- 4byte int playerMaxHp = 0xCC786C, -- 4byte int playerCurHp = 0xCC7870, -- 4byte int playerMaxMp = 0xCC7874, -- 4byte int playerCurMp = 0xCC7878, -- 4byte int playerCurFly = 0xCC7884,...
by MiesterMan
Wed Apr 25, 2012 12:28 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Ok, based on the target pointer I'd been given I've been able to find the target attackable, target name, target XYZ, and target direction. Still working on target hp/level/flying.
by MiesterMan
Tue Apr 24, 2012 12:48 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

not exactly, because i think most of us are in EU version, and i think your in NA? because i have all pointers for target allready for EU. Well, from what I've seen the only difference in a switch.. so when loading the client you change the language with an option. I can load my client in many lang...
by MiesterMan
Tue Apr 24, 2012 12:21 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

rfehr wrote:
MiesterMan wrote:I cannot figure out how to get a target pointer. I've looked all over but I just can't do it. Does anyone have a target pointer?
For which Version ?
I assumed we were all working with the newest version of the 32 bit client.
by MiesterMan
Mon Apr 23, 2012 1:16 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

I cannot figure out how to get a target pointer. I've looked all over but I just can't do it. Does anyone have a target pointer?
by MiesterMan
Fri Apr 20, 2012 9:21 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

So the only way I found to load aion without the launcher was a cmd file with the following command in it: PING 127.0.0.1 -n 1 -w 5000 >NULL start aion.bin -ip:64.25.35.103 -port:2106 -cc:1 -noauthgg -ls -lang:enu -noweb end I also found that there is both a 64 and 32 bit version. The version that n...
by MiesterMan
Fri Apr 20, 2012 8:29 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Nah, I just switched some settings on cheat engine and it attached fine. For some reason though I can't do a pointer scan. I think it has to do with the funky way everything is offset from game.dll. When I try to go by what writes to any of the information I get some number after std::init_locks::op...
by MiesterMan
Fri Apr 20, 2012 5:02 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

I found a lot of character data near the hp offset (which is offset from game.dll if anyone is curious) but nothing particularly useful. One thing that might be useful is the speed. There's also the flight fuel, mp, primary and secondary attack info, defense info, pdef, mdef, evasion, etc... Even fo...
by MiesterMan
Fri Apr 20, 2012 3:17 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Just to clarify, there is no working bot yet? Just a list of addresses?
by MiesterMan
Wed Apr 18, 2012 11:26 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Cool, well, I'm just waiting for the 13 GB download to finish so I can play...

What the hell kind of update is 13 GB?
by MiesterMan
Wed Apr 18, 2012 9:43 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 148934

Re: Aion Bot

Looks like Aion came out as "truly free" with this 3.0 launch last week. I'm downloading now and will let you know if the version I get is crapshielded or not.
by MiesterMan
Thu Apr 05, 2012 11:40 pm
Forum: MicroMacro scripts
Topic: micromacro for Glory DEstiny Online?
Replies: 1
Views: 4548

Re: micromacro for Glory DEstiny Online?

Sorry, I couldn't get myself to install this game. I tried but, well, yea...
by MiesterMan
Thu Apr 05, 2012 11:38 pm
Forum: Upcoming games
Topic: Guild Wars 2
Replies: 4
Views: 5452

Re: Guild Wars 2

Necromancers with armies.... :twisted:

If only they added the reanimation ability so you could make boss zombies.
by MiesterMan
Tue Mar 27, 2012 12:54 pm
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7547

Re: Hi all, Is there a command to send and receive TCP messa

Sorry, forgot about this thread. So I downloaded the game, a couple of times. After I finally got the install to go through it won't go past the loading screen. I tried turning down all settings but it had the same result.

Afraid I won't be able to help with this.