how to find elite address using CE

01/29/2010 11:07 xh3llb0yx#1
any1 have tut to find elite address or rare ? thanks :mofo:
01/29/2010 11:27 corther#2
do you mean like an item code no? or what?
01/29/2010 22:39 xh3llb0yx#3
like elite address in general so i can config the bot to loot it =/
01/29/2010 23:11 Iktov#4
I believe the values for items are something like this:

Either this way:

Common = 0;
Uni = 1;
Rare = 2;
Elite = 3;

Or this way:
Common = 1;
Uni = 2;
Rare = 3;
Elite = 4;

So you can do a simple search in CheatEngine for 1 with uni equipped and then search for 2 with rare equipped and so on. Maybe you can isolate the addresses for each item type that way.

You can also go in memory view under the hex area and search for an item. You can look threw the values in there(if its uni probably a 1) change it to a 2 and you see it changed(visually) to a rare. Then you could do a breakpoint from there and find the value for common, uni, rare or elite. Problem is I cannot do breakpoints myself because of Themida. It will crash the game everytime.

Just some ideas that hopefully should work.
01/31/2010 23:20 Mega Byte#5
if your making a bot I would suggest that the bot uses packets and works using an injected dll that hooks winsock or a proxy of some kind. You can easily understand the packets and make the char pick up items drop items etc. The hard part is understanding every packet and knowing what they all do.

Ide go with injected dll btw easy to do google for pinvoke.net or easyhook and C++ or how to make a dll to inject into a game stuff like that.
02/01/2010 06:31 Iktov#6
Just confirmed if you care:

Common = 1
Uni = 2
Rare = 3
Leet = 4

You can change a rare to look visually like a leet :) has a nice glow to it.
02/01/2010 09:14 Mega Byte#7
Cool will come in handy to know that later :P
02/06/2010 21:26 botmasterek#8
yea if someone have possibility to make looter for pick up the rare and elites only but mostly elites i will be really greatful :P
02/06/2010 22:45 Mr_Troy22#9
Common = 1
Unique = 2
Rare = 3
Elite = 4

I know this because of experience in faking items their stats , by searching for the item's name and changing bytes in that memory region.

I managed to make a cape to look like an elite cape or a bat to look like a falchion.

You have to search further for the enchant color , it is not in the memory region u have searched for because it's the general item thus it doesn't changes enchant and cs. 1 Hint : the enchant color is a value that consists out of 4 bytes and is static.