Jump to content

Son Christmas

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Son Christmas

  1. don't buy a windows server Windows license is a waste of $$$ get Ubuntu 18/20 server Look for a guide to install a vncserver for your server [xtightvnc works] then look for a guide to get java8 Requirements: PUTTY - for typing commands to linux server [this is how u will install java + the VNC server vncviewer - something to connect to the server as if it were a desktop after you followed guides to setup a vnc server and installed java, just download your bot client and you're pretty much ready to go
  2. If you're looking for a recaptcha bypass instead of it being free, this bypass would be worth $500-$1k Definitely agree with everyone else so far by saying just pay the indian worker 0.02 cents per account u want made... They are asking for $2 per 1000 Captcha's
  3. I usually spend 4 days in F2P before botting in P2P and I usually do 6-12h daily
  4. When I try and write to a text file I get a permission error, Has anyone got working code for read/writing text files? My code: import java.io.File; // Import the File class import java.io.FileNotFoundException; // Import this class to handle errors import java.util.Scanner; // Import the Scanner class to read text files public class ReadFile { public static void main(String[] args) { try { File myObj = new File("filename.txt"); Scanner myReader = new Scanner(myObj); while (myReader.hasNextLine()) { String data = myReader.nextLine(); System.out.println(data); } myReader.close(); } catch (FileNotFoundException e) { System.out.println("An error occurred."); e.printStackTrace(); } } }
  5. This looks cool, Could I have a trial?
  6. Can I get a trial for your Cooking bot? Hope the new members thing is excluded for ppl who pay for VIP Ext
  7. doesnt work on ubuntu 20, worked on Ubuntu 14 & 16 for me. If 20 is your base system OS I'd recommend getting virtualbox to test your scripts in or just get a vps with Ubuntu 14 or 16
  8. just follow this guide: https://www.osrsbox.com/blog/2019/01/25/installing-official-osrs-client-on-ubuntu-linux/ Much more free than the other guy's I got it working today
  9. if I told you then they would all get flagged real quick
  10. If the script makes an inhumane error/bug multiple times in a row continuously that has the same result. I'm only speaking from my experiences
  11. I've done python for 3 years and moved to java programming recently. With Osbot the creators have done 90-95% of the work creating methods for everything in runescape. I'd say learning Java through osbot / botting is 10x easier maybe more than the things I've been doing in python. Any1 reading this thinking what shall I start first, just do whatever you have the most passion for, motivation is the only thing that matters when it comes to programming and time spent on your projects.
  12. you will have to always use a proxy for US or you can appeal to jagex. I'd rather pay $0.50 per month and not have to waste my time with jagex & Risk losing an account permanently
  13. If I call the Sleep function inside a method that I create will it work? I keep getting a red underline under it saying: Add a Try / Catch Statement Or add Exception method signature I think the reason one of my scripts has been messing up is because this keeps giving me exceptions
  14. Look up all the parts you need to build your own PC. I plan on getting a 12 Core at 3Ghz AMD Processor + 64Gb ram to host my farm. Just waiting for my pay day A dedicated server is just a computer
  15. get Virtualbox and download an earlier version of Ubuntu [It's how I debug my scripts] Or just get a VPS
  16. Few Options: [1] Your IP that you were using is flagged [2] If the accounts were created in let's say USA, and you login in Russia then jagex will lock you [I've had an account locked within 15 seconds] [3] You're using a trash script that's been flagged by many bot users before
  17. bit of a late reply from me. You could create an array of possible monsters to fight by using a different thread, then when you want to pick an item from the array it will can constantly be checking which monsters are available to be attacked
  18. If you plan on mass creating accounts Selenium is far too inefficient cpu & Ram wise and solving the captcha on that page is probably more tough than just sending requests.
  19. Running on Ubuntu 20 When I run osbot with java 11 it runs the init part with user:pass and when I login it says unsupported version. When I run osbot with java 8 it doesnt even run the init. no login gui. any ideas?
  20. You need 512-1024mb ram + 1 cpu to run a runescape client. But it's far less efficient to run a virtual machine if you want to run a bot compared to running it on your pc normally.
×
×
  • Create New...