Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/19/15 in all areas

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    5 points
  2. 4 points
  3. JKJK. No free stuff here.
    3 points
  4. If you want to walk multiple paths, you could have a data structure like so: public class Path { private List<Position> path; public Path(List<Position> ourPath) { path = ourPath; } public List<Position> getPath() { return path; } } And then you can have something like this: List<Path> ourPaths = new ArrayList<Path>(); ourPaths.add(new Path(Arrays.asList(new Position[]{ new Position(x, y, z), new Position(x, y, z) })); Then, you wouldn't even need a switch/case selection. You could just do: getLocalWalker().walkPath(ourPaths.get(random(1, 5)).getPath());
    3 points
  5. We all know that there's a lot of inactivity on the staff's part inbetween time zone's and school work/jobs that the staff takes a part of outside of osbot. But Muffins could definitely fill part of these gaps in because he's always on when no one else is. He is a hard working, educated man and would do good as a mod imo. Give him a shot already! #Muffins #TrialMod #hashtagsaresostupid #thiswillgoupinflames #Hewillgettrialmod
    2 points
  6. https://www.facebook.com/270225899787773/videos/815669835243374/
    2 points
  7. Quality shit post. Shitposting master approves. #respect
    2 points
  8. You clearly got scammed by an impostor, do you even look at the pm? He clearly says different stuff and has a different name on his skype. Maybe you should be more careful next time and do research. Feel free to post a picture of the skype profile, so I can try to get the ip of the user who scammed you. Skype they had the conversation with.
    2 points
  9. Let a class extend JFrame in order to let this class be used as a GUI window. Either manually or using a designer, add visual components to an instance of this JFrame class. To add a dropdown box, you would typically use the class called JComboBox. Create one of these and add it to your JFrame (Note that JFrame has a method 'add'). In order to add and retrieve items from this combobox, you should set its backing Model. A common way to do this is creating a new instance of DefaultComboBoxModel, adding elements of your desired type into this model, and then setting this as the model on your combobox instance. Later, you can get the selected item from this model by invoking JComboBox#getSelectedItem.
    2 points
  10. 2 points
  11. 2 points
  12. Note: No additional quests or PoH interiors are required anymore. Please take the time to read through the following information, they may answer your questions If not, feel free to ask in this thread Barrows Barrows is a dangerous combat minigame, located in the southern parts of Morytania. The purpose of the minigame is to kill all 6 barrow brothers and finally claim their treasure, providing a chance to receive the unique and valuable barrows equipment, as well as other precious loot. Feature Guide Starting the script Proggies (Post your own in this thread to have them added) Change Log Troubleshooting FAQ Dynamic Signatures Bug report template http://frostbug.dk/dynsig_barrows.png?username=All
    1 point
  13. I have a pure def 1 and 75 range still avaliable the offer?
    1 point
  14. 1 point
  15. why do you post this. i want more finland stories
    1 point
  16. Really depends what you prefer doing, if you like playing a one player game in a MMORPG then stick to ironman.
    1 point
  17. I've had that same mining guild walking error since I purchased the script 2 or 3 weeks ago? It usually auto-corrects itself , so I don't really care. For those wanting to min/max a bit more, it would save a few minutes I guess. (To be clear, I mean when you bank from mining guild, it will walk back and forth to the NW of the bank for awhile.)
    1 point
  18. public void Walkpath() throws InterruptedException { switch (random(1, 5)) { case 1: getLocalWalker().walk(new Position(x, y, z)); break; case 2: getLocalWalker().walk(new Position(x, y, z)); break; case 3: break; } sleep(random(700, 1800)); } Not sure what else you mean, perhaps try to explain it a bit better?
    1 point
  19. Hi, I'd like to try Czar Minotaur, will definitely buy it if it works good. Already bought your wc script, works flawless. Thanks Edit: Works fine, already bought it!
    1 point
  20. Tom is not correct. LocalWalker handles run because it calls WalkEvent. If you want you can construct your own walk event and set the parameters to disable or enable toggling run. There is also an option to set the threshold in the event.
    1 point
  21. it is...... this.getSkills().getDynamic(Skill.HITPOINTS) < X) X = Hitpoints you wish to set it at
    1 point
  22. What are you trying to do? Right now, you aren't actually setting anything. Although you pass the method "false", you do not do anything with the value inside of the setRunning method. Do you have a "running" field variable that you want to adjust through the setRunning method?
    1 point
  23. They are both the same type of game, teamwork is equally required in both of them. What you are seeing when playing league, is a smurf absolutely strangling some lowly bronze scum
    1 point
  24. hey could i get a trial please?
    1 point
  25. Its literally the easiest thing to 1 tick gmaul
    1 point
  26. Mine just rotates the camera left and right over and over Also continues to repeat - Cameria is fine with different a and b co-ordinates
    1 point
  27. http://osbot.org/forum/user/75579-divinity/ Thanks
    1 point
  28. Edited I made it in paint.
    1 point
  29. Been running this on mirror mode for 40+ hours with no problems 33 - 70 range no bans no sketchy clicks.
    1 point
  30. As a graphics junkie (not that great of a designer however) I can tell you that practice makes perfect. Mess around and try all types of stuff and it really were prefect your skills and you'll learn shortcuts and tips. What program(s) do you use?
    1 point
  31. Hey! It seems the positioning system for mirror client has screwed up. Unfortunately we've gotta just be patient and wait for the developers to fix this issue. For now youll need to use injection apa
    1 point
  32. the mining guild (mining coal) problem didn't really get fixed when ttrying to bank with full inventory bot didnt go up latter just ran east (inside mining guild) and keeps spamming off the map east. this was after around 3 inventories. heres what i just copied from it Entrance found [MINING_GUILD] [iNFO][bot #1][09/17 08:43:49 PM]: Not near bank, walking to [x=3013, y=3356, z=0] [iNFO][bot #1][09/17 08:43:49 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=9740, z=0] -> [x=3022, y=3337, z=0].. name [perfect.scripting.script.a.b.a.nul@7773039c] [iNFO][bot #1][09/17 08:43:49 PM]: Walking to next source: [x=3044, y=9744, z=0] ... however now I've done 5-6 inventories no problem at all. so not reccuring but the walking back and forth near bank is still happening (probably like 10-15 inventories) [iNFO][bot #1][09/17 09:18:56 PM]: Walking to next source: [x=3028, y=3364, z=0] ... [iNFO][bot #1][09/17 09:18:56 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=3337, z=0] -> [x=3022, y=9740, z=0].. name [perfect.scripting.script.a.b.a.nul@15f0f6b3] [iNFO][bot #1][09/17 09:18:56 PM]: Walking to next source: [x=3028, y=3364, z=0] ... [iNFO][bot #1][09/17 09:18:56 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=3337, z=0] -> [x=3022, y=9740, z=0].. name [perfect.scripting.script.a.b.a.nul@15f0f6b3] [iNFO][bot #1][09/17 09:18:57 PM]: Walking to next source: [x=3028, y=3364, z=0] ... [iNFO][bot #1][09/17 09:18:57 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=3337, z=0] -> [x=3022, y=9740, z=0].. name [perfect.scripting.script.a.b.a.nul@15f0f6b3] [iNFO][bot #1][09/17 09:18:57 PM]: Walking to next source: [x=3028, y=3364, z=0] ... [iNFO][bot #1][09/17 09:18:57 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=3337, z=0] -> [x=3022, y=9740, z=0].. name [perfect.scripting.script.a.b.a.nul@15f0f6b3] [iNFO][bot #1][09/17 09:18:57 PM]: Walking to next source: [x=3028, y=3364, z=0] ... [iNFO][bot #1][09/17 09:18:57 PM]: Found nearby action! Action Name Mining guild ladder entrance , Source [x=3022, y=3337, z=0] -> [x=3022, y=9740, z=0].. name [perfect.scripting.script.a.b.a.nul@15f0f6b3] [iNFO][bot #1][09/17 09:18:58 PM]: Walking to next source: [x=3028, y=3364, z=0] ... keeps repeating this but when i pause and resume the bot works fine... not sure what to do don't really want to baby sit it the whole time (this was when bot was running for ~48minutes
    1 point
  33. Just got banned ^^ Took regular breaks and only played 10-12hrs a day. I opened the script before I went to school and saw that there was an update to Runescape. The script tried to log into the game 20+ times and got denied constantly. Probably why I was banned. Thanks:(
    1 point
×
×
  • Create New...