Need Help to new Bot

11/10/2010 11:12 gorgone#1
Hi all
first of all, sorry for bad english i m little boy and studied only for 3 years is more funny play at pc eheheh ... :handsdown:

i m building a new bot for tao and archer my idea is create a perfect hunter to put somewhere in lab or in frozen grotto and it ' ll give all items that i need.

i found hp, mana, coords, name char and all variable with cheat eangine
and all work fine

but when i move on background the bot doesn t work so i decide to modify is possibile ?

my advice is replace PixelSearch(0,0,800,600,$COLOR) with something that search the color on memory, but i don t know how *.*''

and other question is

how can i move my main char like mouse click but with the client is in background

i mean is possobile if i found some varbiles with cheat engine (like status e direction of char) but i don t know how can some1 help me ?

thx so much
:mofo:
11/10/2010 11:48 PuN|SheR#2
How To Find The Pixel Of Gems/Dragonballs/Mets/Ores ? i wanna make autoit macro that mines and drops ores, and doesnt drop gems/dragonbals/mets ! Thanks :)(
11/10/2010 12:00 gorgone#3
just use PixelSearch and edit itemtype.dat put particular name color to items that u want and use mouse Click right

but the problem is how can do in back ground with out pixelSearch command ?
11/10/2010 21:51 pro4never#4
You would need to use the memory addresses for either..

A: send/receive packets (pre/post encryption)

or

B: the actual methods the client uses for the different actions (which it would then generate the packet for you).

Personally I don't mind working with packets (it takes a bit to get used to and then they just 'click' and make sense). Personally if you are already this comfortable working with cheatengine/memory address type stuff I'd strongly recommend trying to work on a memory based bot that hooks the send/receive functions. There is some info on how to do that around the forum as well as my proxy/bot/packet sticky in the discussion section which contains links about structuring/understanding packets and some basic info on how to write bots that use them.
11/12/2010 12:56 gorgone#5
thx so much i ll try to work in this way.. the bot is alpha for tao and archer but try to remove some problems like that i wrote and hope to pubblish soon thx for advice pro4never