ELSE - multi-class ControlClick bot

03/26/2008 18:28 gbylj#691
weird. i have tried installing elsewhere and disabling the antivirus; doesnt work.. will try again. thanks.
03/26/2008 21:11 cox4#692
hey evanxxxx
why i found so many viruses in ur bot?
03/26/2008 22:29 evanxxxm#693
cox4@
hi cox4, very good question
i have been keep answering this exactly same question per 5-10 threads
well, try ur luck, press one of those 70 pages few times (or just last few pages)
i am sure u can find the answer
03/27/2008 03:28 evanxxxm#694
biertje!@
for quick answer:
it is depending on where u stand inside a map, then compare to the next path point that saved earlier

for explaination: (since i am so bored at work)
remember before my ELSE program is depends on the actually display X,Y coordinate system?
well, i dont like using that value, because its 45degrees shift
right now, i am using the hex coordinate system, which output the map as range:
x00 00 y00 00 to xFF FF yFF FF
even u are jumping, that value will keep changing
so that value is exactly the value that u shown on the client screen

and how does my program determines where to click?
well, i use the unit vector to click
for example, right now u are at point x1 y1, and u are trying to go to x5 y3
so x(5-1) y(3-1) = x4 y2
(4^2 + 2^2)^0.5 = unit vector, which is 4.4721
so...x(4/4.4721) y(2/4.4721) = x(0.89) y(0.44)
u cant really click less than 1pixel, right?
so what i did is multi both of them 200
so the actual clicking spot from ur character will be x178 y88
so u will be moving to right 178 up88
(might pass through the point x5,y3, but if walk through, it already change to the next path and recalculating again)

of course for us to calculate those steps will cost more than 30 seconds
but who cares, even my stupid laptop can do a 350000+ normal calculations within 1 second
03/27/2008 03:37 biertje!#695
Omg dude thats a damn quick reply

Thank you

You still havent put in a controlclick jump function ?
And for typing the name of the character auw I am a very lazy person
you should make a winget list id id check mem then let the user pick one.

:rolleyes: My thoughts
03/27/2008 03:50 evanxxxm#696
biertje!@
again controlclick does not work with jump
i am not sure who asked me before, but my answer is:
try using my bot that involves only controlclicks (without jumping)
then hold ur ctrl button
u will see the results of ur character running...instead of jumping
why? i dont know that answer
but controlclick is the only way not to move ur mouse around and works minimized mode
03/27/2008 03:55 biertje!#697
omg you still dont believe me I was the one asking.

Then you also flamed me.

Well since you told about the cords I will show how too make jump.

Try putting a window before it you will see.

I have had made this code before you even started else.

/code
Removed due incompetent use of other forum users
/code

I also corrected you at getting the memmory adresses from co if I remember corectly :(
03/27/2008 04:00 evanxxxm#698
biertje!@
lol, my message box has 20-30 new mails per day at least
i delete them daily, so i couldnt really check who said who
it very depends on the RE "quote"

and hold on a second, let me look at those codes
03/27/2008 04:13 evanxxxm#699
biertje!@
go ahead and delete it
i got it in my computer
i tried very hard to compile it, and failed
i tried very hard to understand it, and failed
discuss tomorrow, thanks

that program reminds me an AutoIt program that someone send it to me
it can controlclick something out of the "display" screen, so that means i can click a point, and the character walks 2 screens away...
03/27/2008 04:19 biertje!#700
A quicky then I am really off it consist of a postmessage into a shell of a mouse (message) with the cords and as you can see the flag bit for ctrl is set.

O.O Jump Jump

Thanks for the cord info .
03/27/2008 04:44 evanxxxm#701
biertje!@
never touch postmessage...
after reading ur example, msdn, ahk forum, still dont quite how it works
i guess i should start something simple
i will try to add a jump function in ELSE
(estimating time will be 1-2hrs after i know how it works, lol)
03/27/2008 05:18 Matt19921030#702
Hey man. Can you help me out with this. It says CO not in focus. Bot Pause. and then some times it says wrong char name. Please help me when you get this, Thanks a lot. I love the auto stig. That was easy as hell to set up.
03/27/2008 05:39 evanxxxm#703
Matt19921030@
did u read carefully in the 1st thread and follow the instructions?
i am sure u havent
if u have, u should have try the debug program and provided me a screenshot already
03/27/2008 13:26 zeadken#704
when i try to open the .exe it says I don't have permission to open it.
if you can help me, ty. :)
03/27/2008 16:30 evanxxxm#705
zeadken@
right click, use admin mode
(thats the only method i know how to works on vista)