Jump to content

Kozs

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

818 profile views

Kozs's Achievements

Bronze Poster

Bronze Poster (2/10)

0

Reputation

  1. Great script Had a few problems that I was able to fix; there were just errors on my end Script works real well; only problem I found is that the script stops in the beginning if it tries to input a random name but lag prevents the click from registering, the script just waits for a name to appear; I have to manually input, which is fine; perhaps a quick check to make sure that there is text inputted Thanks a lot for the hard work ill post more in the future
  2. - Script name Tutorial - trial length 1 day - Reason for trial I want to affirm that its functional without issues. - Are you give to give feedback on the script? Of course! I always like to give my opinion
  3. Sorry this is probably an obstructive question but I have this script that copys NPC Spawns to JSON format that I need for a project I am working on, I was wondering if I would get banned just by the client itself? Not sure if its detectable, not sure on the status of OSRS. This would be something worth having a page dedicated too BTW. 'This bot currently is undetectable' or versa. Basically just wanna make sure I am not going to get banned just by being on the client. I don't think my script will get me banned.
  4. So my account was banned on the Mirror Client, my main. Was not. Thankfully. Science has been concluded today boys.
  5. I was just curious, today I purchased VIP (impulse buy, but we out herE) and I have an account that I don't play on, so my plan was to use the Mirror Client on that account and play LEGIT on my RS3 account. But that got me thinking; if my OS account gets caught for botting, will my main account be banned too? I have a botting offense on that account I play on legit, but I haven't botted on it SINCE I was caught for it... I just don't wanna go down on my main too, if caught of course! The pessimistic side of me directs me to believe that I am going to be caught soon enough, so I thought to make this post! Thanks a lot OSBot! tl;dr - Can I get banned on my other accounts I play on while botting on a third account... Other Info: I won't be transferring anything between accounts I will just be botting on one, and playing on another. Thoughts?
  6. Pretty verbose, but that's java. :P
  7. Does not work, the script just hovers over it. If I made it "Make 1" it would work. Fixed ** Thanks
  8. It still shows up in time, but how do I make the script select "Make X" rather then one, due to it having to RIGHT Click first then select that.
  9. My first time playing with this API. I wanted to figure out how to properly tell the bot to Make X when making arrow shafts.... This is what I got so far.. public void MakeShaft() throws InterruptedException { if(this.inventory.contains(Logs) && this.inventory.isFull()); Item Knifes = inventory.getItem(Knife); Item Log = inventory.getItem(Logs); Knifes.interact("Use"); Log.interact("Use"); interfaces.interactWithChild(305, 2, "Make 1"); while(myPlayer().isAnimating()){ sleep(1000); } }
  10. Kozs

    Request a snippet!

    Could you make a snippet on how to make Colored Squares over objects. Like if Tree is a Tree, it'll have a green box around it. When it's a stump, it'd be red.
×
×
  • Create New...