Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

RS3 How Do i create my own bot?

Joined
Jul 13, 2018
Messages
7
I am new to runemate and am curious where to begin with creating my own bot. Where is the SDK for runemate located? I cannot find it yet. any help is greatly appreciated.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
6,661
The SDK should be the jar file found in the folder you installed RuneMate in.

The API can be found: Generated Documentation (Untitled)

I personally learned how to develop using @Snufalufugus 's tutorial (
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
) to start along with reading open source code in the bot store.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
6,661
im watching that now but what software does he use? where do I download that?
Err, the IDE or SDK or what are you looking for? For an IDE you can use netbeans or eclipse or whatever, the SDK is where i mentioned.

If you haven't done much programming before, I recommend starting with basic java tutorials though.
 
Top