You are viewing our Forum Archives. To view or take place in current topics click here.
how do you add scripts too bots?
Posted:

how do you add scripts too bots?Posted:

swinno10
  • Junior Member
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 59
Reputation Power: 2
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 59
Reputation Power: 2
i would really like too know so i could make my own
#2. Posted:
Chris-Wallace
  • TTG Addict
Status: Offline
Joined: Mar 25, 201014Year Member
Posts: 2,083
Reputation Power: 90
Status: Offline
Joined: Mar 25, 201014Year Member
Posts: 2,083
Reputation Power: 90
you want to know so you can make your own script?

scripts are SO hard too make, i bet you have no idea where to start.

making a script isnt just doing something then press playback and it does it for you. it takes weeks to make.

but if you want to add scripts, take the script, copy and paste it into notepad.

go down past the "Import Java" lines and save it where it says, "name = "******" "



@ScriptManifest(authors = {"Connor132"}, name = "Cow Murder", version = 4.7, description = "Kills Cows in the Crafting Guild and banks in fally. Start in Fally east bank.")
public class CowMurder extends Script implements PaintListener {



Then save it as that name, then .java

so CowMurder.java

save it in

yourdocuments/rsbot/scripts/sources (if your using rsbot/powerbot)

then go back to yourdocuments/rsbot

and hit Compile Scripts

+rep if it helped
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.