Page 1 of 1

hmm idea? :D

Posted: Fri Aug 21, 2009 5:52 pm
by hg478
ok so i got the whole harvesting thing running almost perfectly, but i was wandering, was their any way to make it run without having to use the mouse? that way we could use other programs while it harvested instead of having the window always open... just and idea/thought :D

Thankx :p

Re: hmm idea? :D

Posted: Fri Aug 21, 2009 9:14 pm
by droppen

Re: hmm idea? :D

Posted: Fri Aug 21, 2009 9:54 pm
by hg478
this dident tell me anything... >_<

Re: hmm idea? :D

Posted: Fri Aug 21, 2009 10:11 pm
by Administrator
The answer, in short, is no. It cannot be done without injecting code into the process, which is something that I have decided to stray away from. The reason I do not want to inject any code is: 1) It means having to manually update the DLL and redistribute it for every patch, 2) It means many hackish fixes for getting injection to work under a variety of operating systems and 3) any errors in the code will likely result in the client crashing regularly.

So, it is possible, it is just not recommended.

Re: hmm idea? :D

Posted: Fri Aug 21, 2009 10:27 pm
by hg478
Administrator wrote:The answer, in short, is no. It cannot be done without injecting code into the process, which is something that I have decided to stray away from. The reason I do not want to inject any code is: 1) It means having to manually update the DLL and redistribute it for every patch, 2) It means many hackish fixes for getting injection to work under a variety of operating systems and 3) any errors in the code will likely result in the client crashing regularly.

So, it is possible, it is just not recommended.
gotcha p: thanks :D