Search found 8 matches

by Airron
Fri Aug 14, 2009 7:55 am
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

I pm'ed you the game.
by Airron
Thu Aug 13, 2009 7:09 pm
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

I wanna get away from pixel scanning that's why I am working with CE and pointers and offsets. Actually I have making a list where I drop items on a field a pick them up getting their P&O's I also found that some of the monsters have the same pointers and I can get their HP/MP, lvl's, and other ...
by Airron
Thu Aug 13, 2009 7:55 am
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

Ghetto it may be but it is working, nicely I might add. Now I'm trying to figure out a way to only pick up certain items when they drop, which is proven to be a little more difficult. But as I have said I'm new to this, I'm like a guy in the sewer with a burnt out flash light feeling my way through....
by Airron
Mon Aug 10, 2009 2:42 pm
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

That all sounds greatly complicated but so did multi-dimensioal arrays, ternary operators, and recursion logic. All scary words at first but once you start writing them into your code you find they're extremely easy to understand. Any way I'll walk through my figuring out process and y'all can say &...
by Airron
Sun Aug 09, 2009 10:26 am
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

Really, I'd hate to think anything is over my head, all it takes is a few tries at something to get it right. If you know where a good tutorial on this let me know, I'm not beyond reading a few hundred pages. Just as a side note I'm very experienced in PHP, SQL, and javascript so I have prior knowle...
by Airron
Sat Aug 08, 2009 7:00 pm
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

That was awesome, I was able to find the green static addy and even set an easy hp pot to a key to regain health when it hits a certain lvl. Though it wouldn't work when I used attach(), it would send the keystroke in the chat window but not use the the pot assigned to that number, but at least I fi...
by Airron
Fri Aug 07, 2009 9:40 pm
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Re: Pointer & Offset

Oh ok, so I was searching the wrong area. That makes sense now, I'll let you know how it goes from here.
by Airron
Thu Aug 06, 2009 8:26 pm
Forum: Game cheating & modding
Topic: Pointer & Offset
Replies: 14
Views: 4774

Pointer & Offset

Ok, bear with me since I'm new to pointers and offsets, and just started using Cheat Engine about 3 days ago. I followed through the tutorials but I still have a few questions. If anyone's willing take a few I'd appreciate it. Ok, so I took a game and chose to look for HP (like the guide) by taking ...