Yeah.
Well I found the bot called cherokee by moparisthebest. It has alot of stuff we can use from it.
For an example its FocusManager:
Should we take from it? Or make our own code.Code:public class FocusManager { public static void giveFocus(Component target) { FocusEvent fe = new FocusEvent(target, FocusEvent.FOCUS_GAINED, false); target.dispatchEvent(fe); } public static void loseFocus(Component target) { FocusEvent fe = new FocusEvent(target, FocusEvent.FOCUS_LOST, true); target.dispatchEvent(fe); } public static void readyForInput(Component target) { if (!target.hasFocus()) giveFocus(target); } }
Faith is an oasis in the heart which will never be reached by the caravan of thinking.
Well, we obviously shouldn't just take code and try and pass it off as our own. But for something that simple, I don't see why we can't incorporate it into what we use.
Looking over it, I say we use it. It has what we need in terms of mouse and keyboard, but nothing else.
It generates its own MouseEvents and KeyboardEvents, which was what I was just looking into.
People who are interested in helping, go learn the basics of Java (Google), so that you've got the syntax and shit down, then if you need to do stuff you can do it by just checking the functions from the API or googling "How To...", because you're not the only one in the world wanting to do it, and you don't have to remember the whole API...
I've updated Reflection, it now loads all hooks from a file, new hooks can be added by adding to this file, the file is parsed by a new included commandline tool from Method's updater output. Reflection now has a general interface to access the fields which makes creating classwrappers a lot easier. Also it works for #527 now. (Injection already did)
I'm a little late, but good luck to all working on this project. =]
Is this dead now or...?
"Failure is the opportunity to begin again more intelligently" (Henry Ford)
Freddy1990 you should make a nice GUI Reflection bot. Since it is less detectable then all those other "Client-Hacking" bots.
~Hermen
He said it was Rsbot in Delphi, Windows only.
~Hermen
I think I could help you.
I have experience making RS Private Servers and Clients and I also do some RSBot scripting once and a while.
I understand Delphi and know how to code a bit.
Here is a compiler that i made that automaticly find the JDK when you run it so you dont have to alter anything:
http://trilez.comuf.com/downloads/do...ezcompiler.bat
People are having troubles so i just thought that could help some people.
EDIT: Oops I thought this was current lol
Last edited by TRiLeZ; 07-06-2009 at 05:23 PM.
Actually I've decided to take this project another way, hoping to be coding this along with SCAR 4, the Idea will be to create a stand-alone java bot and then create an interface which will let SCAR 4 create instances of the bot and control them 100% reflection based or using color, kind of like a rly extensive version of SMART
So SMART won't be needed with SCAR 4+?
There are currently 1 users browsing this thread. (0 members and 1 guests)