Jump to content

Argron

Members
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Argron

  1. Apparently it can't read scripts out of src/bin folders that eclipse creates when you make a project. It'd be nice if you could add support for this since eclipse is a pretty known and used IDE.
  2. Yes, i have the most up to date client..
  3. Argron

    OSBot Proxy

    What are some good, cheap, paid proxies?
  4. So.... I still haven't figured out the problem and it's co-exisiting in v2.3.64. Any help?
  5. Argron

    OSBot Proxy

    I was looking in the 'advanced' tab on the bot and I was wondering where I would find proxy information to enter. I want to bot with a proxy and was wondering a good free proxy I could add in that location. What proxies do you use, and what benefits have you noticed from using it?
  6. So how do I fix this. I wanna start asap.
  7. Filled in Info... Nothing. Delete clayMiner... Nothing.. Where are the local script suppose to display?
  8. Skeleton.java package skeleton; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(name = "ScriptSkeleton", author = "Argron", version = 0.01, info = "", logo = "") public class ScriptSkeleton extends Script { @Override public void onStart() { log("Thanks for choosing ScriptSkeleton"); } @Override public void onExit() { // Code here will execute after the script ends } @Override public int onLoop() { return 100; // The amount of time in milliseconds before the loop starts // over } @Override public void onPaint(Graphics2D g) { // This is where you will put your code for paint(s) } } It's the skeleton posted by 'Alek'.
  9. My local scripts aren't loading into the client. http://puu.sh/hmOzA.jpg http://puu.sh/hmOG4.png How do I make them?
×
×
  • Create New...