Log in

View Full Version : Auto Healer (using hotkeys)



Olzone
01-29-2010, 23:12
Well i had the idea for a long time since the massbans
never really asked myself to create a test but well fairly now i did

THIS WAS MADE TO BE UNDETECTED!!!!

after watching this thread:
http://blackdtools.net/showthread.php?t=45563

I made this:
http://blackdtools.net/attachment.php?attachmentid=6362&stc=1&d=1264799378

So the basics are that it sends key strokes to the Tibia client (like if you clicked on your f1 key)
You need to have the client open to do this, or click Force Client (will force tibia window on top to heal/filup mana)

I'm also working on a Spell Sync function (specially for pallys) If you make damage cast spell etc

OUTDATED




Please comment =)

Transparenty
01-29-2010, 23:15
nice one, good job.

Olzone
01-30-2010, 11:55
Thank you ;)

ManInTheCave
01-31-2010, 01:52
Can I please get your source?

And if you want me to verify that I'm not from CipSoft, I'll do virtually anything anyone from CipSoft wouldn't do haha!

Olzone
02-03-2010, 22:39
Can I please get your source?

And if you want me to verify that I'm not from CipSoft, I'll do virtually anything anyone from CipSoft wouldn't do haha!

Check out Blackd's Safe Cheat, it works well..

fosforo
02-04-2010, 16:47
how does it work?

u just set up everything and u will be autohealed? same as before?

cant get the heal with "hotkey" part, lol..

kinda noob at this

Olzone
02-04-2010, 22:58
it sends keystroke to the focused tibia windows exactly as Blackd Safe Cheats
(you can also force the program to open the window if you want it to heal if you dosen't have it focused)

Crille
02-05-2010, 04:01
I don't understand why the window has to be focused to be able to send keystrokes, I made a similar healer months ago and it works just fine whether it's out of focus or not

Farsa
02-05-2010, 04:40
he's probably using vb's SendKeys or however its called instead of using the SendMessage winapi function

Olzone
02-05-2010, 13:49
he's probably using vb's SendKeys or however its called instead of using the SendMessage winapi function

For the moment using sendkeys updating to SendMessage soon

Olzone
02-06-2010, 02:14
Update!:

http://tibiaarmory.com/showthread.php?14-Undetected-Tools-(UDT)-1-0-Is-out&p=38#post38
Check out my New tool Undetected Tools


Version Checker (access to the internet)
Auto Healer / Refiller
Spell Syncer (cast spells on monsters!)
Random Intervals and Timers which is enabling you to be more humanlike


Pic:
http://blackdtools.net/attachment.php?attachmentid=6379&stc=1&d=1265415572

Crille
02-08-2010, 13:26
how did you do the attack thing?

Olzone
02-08-2010, 17:08
how did you do the attack thing?

It's easy ;P but i made it in my way which is pretty complicated but highly affective!
It's reading when you attack and thereafter sends keystrokes to the client

Crille
02-08-2010, 19:14
oh, so you need to attack manually? then I get it, it's easy :p

here's how I'd do it; check ID of currently attacking (commonly known as the RedSquare address), loop through battlelist for that ID (+ isVisible = 1 of course), if HP% > 0 -> press hotkey

checking HP% is optional though, you could also make that a feature, to stop attacking at a certain HP% (stop completely by sending the ESC keystroke or just stop pressing hotkeys)

Olzone
02-09-2010, 08:32
you could do that too ;) this works perfectly

Olzone
02-13-2010, 14:36
few update notes:
Added all available Hotkeys f1-12, Shift+f1-12, control+f1-12
Working on the scripter for the moment
updated the spell syncer to be more accurate