Jump to content

dubai

Members
  • Posts

    8
  • 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.

dubai's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Sorry I more or less was refferring to the script config window that allows users to change how the script will run on startup. But also yeah I did find a few wierd 1/1000 things like starting my script if the players bank was open would break the script so I added checks for that. Converting it all to cases made things look tidy, not trying to re-invent the wheel though just sorta get the feel of osbot api calls. Fun stuff! Still pretty keen to push the limits though, I'll have more time soon to get back into so will see what I come up with.
  2. I'll definitely check them, any particular reasoning behind them or just high demand skills sorta thing? By the way! I used a ton of your scripts back in the day (Has to be nearly 10 years ago?!?!) Good to see you're still around
  3. Definitely a high demand skill, I'll take a look at what courses are available, good idea cheers!
  4. I have a business subscription to Udemy that expires soon and I'm wondering if anyone has any recommendations for good courses to complete before the subscription ends? I can essentially complete any course for free at the moment. Any suggestions appreciated, thanks! Edit: Some that I've completed are: -Introduction to Java -OOP with Java -Springboot with Java (currently completing) -Ton of cyber security courses -Complete SQL bootcamp
  5. Yeah I've essentially done just that, added a SLEEP state in one of my cases for my new and improved oak banker script. The scalability seems to be unlimited this way. I'm also getting comfortable adding errorhandling and crash detection methods and I'm struggling to make my scripts break (thats a good thing obviously), getting some big runtimes on all the scripts I make. Next plans are probably questing and minigame bots that do need to be in a more 'reactive' state. Starting to look into building a GUI for more AIO type bots aswell but I'm just taking a break from osbot scripting to complete a Springboot course so that should improve my comfortability with Java more. My 3rd Java Udemy course and this one is a chunky boy so pretty keen to plow through it.
  6. Ton of good info there, thanks for the response. I'll definitely be stealing your v class idea, what an awesome way to keep things clean and I'm kind of anoyed that I didnt think of this lol. Just wondering with multithreading here; I've been avoiding that for scalability reasons as wont this slow the overall performance of the script down? if it's constantly doing something in the background, wouldn't multithreading be an issue when you're scaling to say 100 bots?
  7. Awesome reply thanks heaps! Like I mentioned, definitely prefer to code in python and I'm struggling to keep these java classes tidy. One major difference between the 2 languages I've noticed is the ability to keep python much cleaner from the get go. I'll do some research on states and I'll add some conditional sleeps instead of delays. I did run the script overnight for 11 hours and it didn't break. Also in regards to mouse movement. I was unaware that times have changed that much as when I was botting some 10+ years ago, random mouse movements were the first line of defence for antiban in our bots. Apart from all that, do you still think there's money to be made as a developer in the osbot scene?
  8. Hi! I'm looking to get some feedback on this script I made today. I'm also wondering if there is still money to be made from a developers point of view for osbot scripts... as it seems the market has almost everything covered already so it would be a game of undercutting other developers with similar scripts. Just looking to earn some extra money really as I complete my Computer Science degree. I'd also likely to note that I consider myself a python developer; I have completed a Java bootcamp and got a certificate for that but I'm still not 100% comfortable with java and only have minimal experience (apart from building bots/private servers for runescape when I was a teenager) Here's a copy of my "Deforest Trees" script: Start near Falador west bank and it will walk to trees, chop a full load of trees and then bank, repeat. I've added some nice and simple yet highly effective antiban including: -Random mouse movement, -Random delay between chopping trees -Picks a random bank booth each time it banks The script also has some checks to detect if the bot gets stuck and I've got over an hour's runtime so far without it crashing and has a nice and simple paint featuring runtime, logs chopped and levels gained. Some ways I've considered monetizing my coding skills via osbot would be either, selling scripts, goldfarming using my own scripts or selling accounts that I've created using my own scripts (trade restriction lifted accounts) . Any feedback at all appreciated!
×
×
  • Create New...