|
well im the programmer...yes i know none of my software is able to click NPC's anymore...im working on it....
So far i discovered its somehow possible for me to click on NPC's still, i cant seem to recreate that however im trying...i discovered other peoples mouse clicking software works fine, go ahead download ClicksAlot to use exphack, as for logbot thats a more advanced program and even ClicksAlot wont do the trick....
For anyone who wants to know more technical stuff, I was using the old mouse_event function which is out of date, i have however recently did some lucky guessing and figured out how to make SendInput work in my version of visual basic...sadly using SendInput i get the same results as with mouse_event. I'm gonna keep messing with SendInput because its the newer better function, for other VB programmers out there dont make xi an array of bytes, using CopyMemory is lame and not needed, simply declare xi as MouseInput structure, this will solve all your SendInput problems, oh ya ByRef pInput as INPUT_TYPE, and make everything Integer not long (unless you use VB 6 where you will have to modify my code accordingly)
im guessing SetCursorPos must not trigger MouseMoveEvent, i noticed this before the new patch, i had problems back then but i somehow made everything work anyways, it looks like TQ has perfected their code that causes me problems.
Well all i really know for sure is that if ClicksAlot can click the fraking NPC's, damn it i will too
<hr>Append on May 17 2007, 02:11<hr> Great news people, I am now able to click on NPC's again....this however required me to re-work alot of code....logbot is a very large complicated program to rework, too many dakmned features...it may take me a while to get the whole thing working properly. i will fix exphack anytime..i dont have GB right now so im not that concerned, but i know you all love it so i'll probably do it some time today...what really matters is that i only need 25mil to buy some pdefmdef and get my thunder juice, so logbot is my top priority :-)
i should go post my SendInput code on some of those stupid VB Code pages, those guys need me to show them how its really done...you know, the easy way...damn rookies
the current state of logbot is as follows: i havent done anything at all for pk prevention, i have however made it buy and sell logs but the stupid thing doesnt want to click the unimportant "yes" button after you buy or sell logs....luckily you dont have to click the button and it goes away after you get an xp skill anyways....what concerns me is how in the hell to make the code work that refuses trade/duel requests, if those arent refused before buying/selling logs things dont work very well at all.
well im gonna get back to work, hopefully i can have everything working again by the end of today....trust me when i say the new way to click the mouse is gonna complicate things...i now click the mouse before moving the mouse, so im really clicking the mouse for the last spot i want to click on. i am however happy to be using the new SendInput instead of the old out of date mouse_event function, because i got help files now that tell me stuff....over complicated help files i assure you, but help files none the less
|