Auto-right-clicker

04/17/2009 18:20 poepnoob#1
greetings,

I am looking for an automatic RIGHT mouse button clicker

I used a program called 'Aaron's advanced clicker' but the trail has ended
and google failed me on finding something else suitable

preferably also a program in which i can set some pixel-points on where to click and that he can switch between them , if you know what i mean

any help from E-pvpers?

,
p.
04/17/2009 18:44 BorSti#2
its not a good answer but - take a look at pixel bot source from Gogeta70

sounds like u trying to make a bot

[Only registered and activated users can see links. Click Here To Register...]


but mhhh what are u trying to do with your right clicks?
04/17/2009 19:05 poepnoob#3
Yes its for a kind of bot, but not for an attack bot
I just want my cjb to heal me on 2nd pc while im killing
so need a right-clicker for cure ;)

currently using groupcure & sometimes left click to follow around, but it uses alot more mana for less health-restore

thnx anyway :)
04/17/2009 19:18 BorSti#4
Quote:
Originally Posted by poepnoob View Post
Yes its for a kind of bot, but not for an attack bot
I just want my cjb to heal me on 2nd pc while im killing
so need a right-clicker for cure ;)

currently using groupcure & sometimes left click to follow around, but it uses alot more mana for less health-restore

thnx anyway :)
okay funny xD

mhhh atm i havent any great idea how u could make it BUT atm i would say try it with the pixel bot from Gogeta70 as i said there u have just to set a line with use skills blabla and for mob hp / player hp u take the hp of your account on party window....

mhh should be alll included in the source what u need .... and for attack mob u change it just to heal char ....


sry iam a bit drunken - but anyway my english skill sucks - i hope u got the info
04/17/2009 19:30 poepnoob#5
Could indeed adjust the code a bit for making it usefull for my purpose, but I play on INT and autoScripts get detected :<
04/17/2009 19:56 chibis#6
use packets
04/17/2009 20:27 k209#7
In the "Kal Hacks, Bots, Cheats & Exploits" subforum there are a lot of sources for woking PacketHacks.

The packet for Skill execution is 0x10. You just have to make something like this:

Code:
while(heal) {
     SendPacket(0x10,"bd",skillID, playerID); //or something like that, never tried
     Sleep(5000);
}
I don't tried it but i think this should work.
04/17/2009 20:51 Jason_Voorhees_GER#8
Quote:
Originally Posted by k209 View Post
In the "Kal Hacks, Bots, Cheats & Exploits" subforum there are a lot of sources for woking PacketHacks.

The packet for Skill execution is 0x10. You just have to make something like this:

Code:
while(heal) {
     SendPacket(0x10,"bd",skillID, playerID); //or something like that, never tried
     Sleep(5000);
}
I don't tried it but i think this should work.


but your kal will freeze for some sec^^
04/18/2009 01:43 MoepMeep#9
Quote:
Originally Posted by Jason_Voorhees_GER View Post
but your kal will freeze for some sec^^
Not really...since every person with a brain use threads (:
04/18/2009 02:57 meak1#10
gettickcount() ;> or i am wrong?
04/18/2009 03:00 painTman#11
whats about to use amr?