Jump to content

Son Christmas

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Son Christmas's Achievements

Bronze Poster

Bronze Poster (2/10)

0

Reputation

  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
×
×
  • Create New...