how to make the bot

08/29/2009 00:30 souls.00#1
ok i know how to find the address but wt idk is how to make the bot autopill
that wt i need plz if there some tutorial tell me where to find it or just tell me wt the program that i could make it with
08/29/2009 13:17 bakcil#2
You can make bot and autopill and AutoIt. Its really simple- I made my bot and autopill in 1 hour.
08/29/2009 13:23 souls.00#3
the question is how?
08/29/2009 13:34 strikeraid#4
Someone will probably respond very rudely or insult you so I'll just post before he/she gets the chance.

I would suggest you learn a language to code it in. Once you pick your language and learn it, then make yourself an autopiller depending on how you choose; memory, pixel, etc.

Easiest would be autoit. Google will help you on your way, but it won't give you exact answers to your questions. You should only use google if you need something specific.
08/29/2009 14:11 angelmarc12#5
the important is ..how about the newbie who can't make trainer of thier own hes asking for a help or how to make it...i know u can make ur own in 1 hr .. no big deal about it but hes looking some help to make trainer within it...or tutorial on how to make it
08/31/2009 08:33 darc01#6
Man he is asking for Tut not u boasting that u can make yr own in 1hr. >.<
08/31/2009 11:58 bakcil#7
When I asked for someone to help me on Cheat Engine forum 1 year ago, no1 showed me what to do. So, Google is your friend. PixelSearch bot is very easy to find on google.

Here is one part of auto pill. You need to add 3 words or more.
Code:
	$SearchResult = PixelSearch(82, 26, 98, 28, 0x100001, 10, 1)
	If Not @error Then
		Send("{2}")
Use AutoIt tutorial and help.
09/01/2009 10:51 Black0ne#8
eh, i hate pixelsearch
09/01/2009 13:26 skad304#9
How do i attach UCE or memory edit in Auto it. Thanks?
09/01/2009 22:23 Black0ne#10
you mean take the addresses from CT and use them in AutoIt?
09/02/2009 01:58 skad304#11
Quote:
Originally Posted by Black0ne View Post
you mean take the addresses from CT and use them in AutoIt?
YES..:handsdown:
09/02/2009 02:02 strikeraid#12
If you're planning to do that for PH, it won't work unless xtrap is completely disabled. ^^
09/02/2009 02:14 skad304#13
ahh ganun hehe i mean ok. this is what im planning to do. i dunno if this is possible but..

i plan to connect my uce to auto it and somehow make it read the value of the address like current hp (this is from uce not directly to ts2) and recognize changes in the value and if there is changes then it'll push a hotkey (from my skill bar). could it be possible?
09/02/2009 03:13 strikeraid#14
Would be pretty awesome if it could do that. Though, xtrap will block button presses anyways. ^^ Worth a shot.
09/02/2009 03:29 skad304#15
ill try hotkeys first with auto it.