Jump to content

Sebastian

Members
  • Posts

    283
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Sebastian

  1. Aww man.. Sucks to read. But, why did you go 56 on a 30 limit road? Thats just asking for it.. Hope you get your license back tho. Remember: 30 limit road is where the kids can play. Highway = Fuck the rules and drive a bit harder.. Keep us informed!
  2. Alright! Will contact you soon. Thanks. Appreciate it. Everytime i contact a grill i just walk away in shame.. It's kinda anoying you know? But i don't seem to have any problems with your girlfriend. I want to fuck. Ah, I hope this shit ends very soon. Could imagine that this situation is not good for shops / tourist places. Also i can imagine that people don't feel safe on the streets anymore. And for the PM.. I'm too shy so i tried it this way. Groetjes. O.. this is not a dating site? Oops... And for Brussel, i know. That why i asked
  3. Hey, I've been stalking your profile today. I saw you're from Belgium. So i was wondering, can you speak dutch, and how are things in Brussel?
  4. I think Putin needs to make an end to ISIS. Because ISIS is a threat to the EU and America. But i don't think Putin should make a war against Turkey. even tho the way Turkey responded with shooting a plane down was not correct.
  5. Thanks bro! Will try this today when i wake up! EDIT: Didn't have time to program today. Going to give it a shot again tomorrow! Will let you guys know.
  6. This explains a lot! I'm going to give it a try! EDIT: So just to be clear. Is the photo under this text a config? or is it when i talk to an npc? Thanks!
  7. Thanks for the reply and information! Is there some sort of tutorial on Dialogues and configs?
  8. Sebastian

    Payment

    You need to contact paypal for that. I don't think you have a bank account directed to your paypal? I had this problem too. Till i connected my bank account to my paypal.
  9. Can you explain this better? I'm very new to scripting and i'm honest if i say that i don't understand the code you just posted nor the configs thing . You can msg me if you like
  10. When in dialogue, it clicks the Tutorial Guy again and again and again and again. So: Talking to the Tutorial Guy, open dialogue. Click next and clicks the tutorial guy again. I need to somehow script it like: Only click Talk-To when i say so. Like: First stage: Click Tutorial guy. Second stage: Click on the settings tab Third stage: Click the Tutorial guy again Fourth stage: Click on the door and walk to the other tutorial guy.
  11. Cannot finish Woodcutting AIO Script because account got banned. Need to do Tutorial Island fist. Making Tutorial Island first before finishing Woodcutting AIO script.

  12. First save the file. Then try running as administrator, or right click on OSbot client -> Open with -> Open with Java. Let me know if it worked.
  13. Still does the same.. I have tried the conditional sleep in both statements. didn't work. if (spawnArea.contains(myPlayer())) { NPC guide = npcs.closest("RuneScape Guide"); if(guide != null && !myPlayer().isInteracting(guide)){ guide.interact("Talk-To"); dialogueGuide(); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return dialogues.inDialogue(); } }.sleep(); } if(guide != null && myPlayer().isInteracting(guide)) { dialogueGuide(); } }
  14. I don't even know how long it has been. I have been botting from 87 till 95. Because i'm a starting scripter, i made myself a woodcutting script. And in the progress of it, i botted woodcutting.
  15. Good morning everyone (GMT+1). I'm currently studying program developing in The Netherlands. Which means i can just program OSbot scripts at school A classmate/friend of mine challenged me to make a tutorial island script, so he can do the tutorial that he doesn't want to do with hand. I know there are scripts for Tutorial Island, but i'm making this for my own knowledge and will not post the script on the forums.. Now my question is: MyPlayer keeps clicking the guide. Like, spam clicking. I tried a lot of things to solve this. At first i was like: I'm going to add a sleep timer. But this sleeps the whole script, and that's what we don't want. Im clueless now lol. This is my code: if (spawnArea.contains(myPlayer())) { NPC guide = npcs.closest("RuneScape Guide"); if(guide != null && !myPlayer().isInteracting(guide)){ guide.interact("Talk-To"); // Need to do something here } if(guide != null && myPlayer().isInteracting(guide)) { dialogueGuide(); }
  16. It has begun. First ban. Very proud. So i'm asking. The mirror client, if i bot 4 hours a day, is it worth to buy mirror client? Because i've seen that you won't get banned so fast when you have a mirror client? R.I.P. 95 Woodcutting.
  17. Hey. Sad to read that you have that aweful decease called cancer.. But bro, are you doing well now? Some months have been passed since this topic has started. I really hope that things are looking well for you.
  18. Welcome to the OSbot forums! The people here are really nice, and the bot is perfect! Enjoy your stay!
  19. I have Eclipse. For my own record: WindowBuilder is Java Swing? Thanks for the tip. Will be digging deeper in the JFrame! Thanks boss! This works like a charm. I'm about to study it! Will let you know when i finished my GUI!
  20. Looks very sweet! Very useful and understandable. Only thing is: i got 3 errors. 1. treeSelector 2. CustomIntInTheMainClass 3. m.start Edit: fixed nr2 and 3. Just needed to add: public int CustomIntInTheMainClass; public boolean start; In my main class. EDIT EDIT: Fixed nr1 too. I think. EDIT EDIT EDIT: Nope, didn't fix nr1.
  21. Would be very sweet. I can learn from that.
  22. @viliuks didn't work either.. Well. Thanks for your time buddy Anyone else have the answer?
  23. @Viliuks "The method Start() is undefined for the type GUI". "1 quick fix available: Create method start() in class GUI."
×
×
  • Create New...