Likes: 0
Results 1 to 2 of 2
-
12-03-16, 11:19 PM #1
Make your own Bot with Java Robot Class
Register to remove this adDear forumpeople,
Noticing I couldnt buy my way to the top I thought it might be a nice idea to give something to the community that I can provide.
I have been making my own bots for wow for as long as it's around and one of the easiest ways to make em was using the Java Robot class. It is almost impossible to detect a bot made with the robot class because you just type some random things and you couldve done that yourself.
What do you need?
- - You need to have java Software Development Kit: https://cds.sun.com/is-bin/INTERSHOP...-CDS_Developer
- - A java editor (Notepad will do but editors provide help) For this example Im gonna assume you use Jcreator LE, since it is free, and you can just hit compile/run instead of doing all those pesky commandline java commands. JCreator — Java IDE
- - Creativity
- - A brain doesnt hurt
What is the JAVA Robot class
The java Robot class is a class that can easily make use of your keyboard and mouse and read out the circumstances you might wanna create for em (Like pixelcolor and mouseposition).
Read more about it. and read which awesome moves your robot can make here: Robot (Java 2 Platform SE v1.4.2)
What can you use it for
All sorts of bots like:
- - a fishing bot (Go to the pixel with your bobber color and rightclick as soon as you hear the spalsh wav and recastthe button with fishing in your actionbar.
- - An afk bot. Walk around the farm / stables hitting random instants /jumps and tabs for example.
- - Spambots / whateverobots.
What can't you use it for?
Speedhacks, flyhacks, tracking etc....
Ok, how does it work?
Well, after you installed the sdk and jCreator. Make a new file called myBot.java .
When you compile / run this myBot.java the compiler creates myBot.class and this is your actual bot. You can run it using jCreator or from commandline.
Ok: now the code....
First import the following packages, you need them coz thats where the robot class lives.
Code:import java.awt.*; import java.awt.event.*;
Code:public class myBot{ public static void main(String[] args) throws AWTException{ Robot myRobot = new Robot(); } }
Code:myRobot.mouseMove(500,500);
Code:import java.awt.*; import java.awt.event.*; public class myBot{ public static void main(String[] args) throws AWTException{ Robot myRobot = new Robot(); for(int i = 0; i<100; i++){ myRobot.delay(100); myRobot.mouseMove(1005,i); } } }
Use the general ideas on top to make your own fishbots etc... It's easy and you'll learn along the way.
› See More: Make your own Bot with Java Robot Class
-
21-02-22, 12:30 PM #2
Register to remove this adThe difficult task with which it will be copyright will not be easy. Especially if you are in this newcomer. But this does not mean that there is no exit. I think that it is best for you to turn here to solve any questions of this kind. That is especially important - this is what you can order a turnkey project, for any of its tasks and guidelines. You will only be required to correctly formulate the task and go to your goal. It is incredibly important, since in the future you will get a unique result for you.