Everything posted by Tylersbored
-
All my accounts are getting locked for being "stolen"
Yeah everything I am trying is getting my new accounts locked or banned. My home IP has been flagged so I can't make them there anymore, my VPN ips seem to not work. GG
-
Lost all motivation
this is why I shied away from botting methods like this. The losses are pretty devastating.
-
Osbuddy responsible for ban increase through client detection
- interact() weird behavior
very helpful post. Thank you man, you've been helping me alot yeah haha thanks for the advice. I learned that in my java programming course but for some reason it went over my head xD- interact() weird behavior
So I am coming across a weird problem in my scripting adventure. The current script that I am trying to make is a Jug filler and for some reason, code that uses "interact()" sometimes does the action twice. Here is an example: I thought the conditional sleep would make it stop but it still does the double action of "Trade with" sometimes, not all the time. Another example: This is my run method for my jug filling task. It will select a jug and then select the fountain to fill the jugs. My problem with this section is that my bot will select the jug while it is already filling other jugs and then use it on the fountain again. This only happens like half the time, sometimes the bot will fill the jugs perfectly. Maybe isAnimating() does not catch the filling animation? that is a possibility because when I was debugging and looking at the animation ids, the bot would switch in between the filling animation id and -1 so maybe it depends on if the check gets lucky or not. But I checked the documentation of isAnimating() and it said that even if the bot is doing a series of animations, it should still return true. I am a bit lost lols. If you guys have a better way of doing what I am doing please help a fellow scripter out Thanks guys!- How to keep track of script time
ahh i see. Thanks man appreciate it- :))
- How to keep track of script time
My goal right now is to make a script close after a certain amount of time. I know you can use "System.exit(0)" to achieve closing the window but what would I use to keep track of time? I tried searching the OSBot API but could not find it. I am probably looking in the wrong place.- can't get acceptTrade() to work
Definitely not haha. I learn as I go- can't get acceptTrade() to work
Oh wow. That structure looks alot better.. Thank you so much man, I'll try to follow this principle from now on. Time to go change all my code rip.- can't get acceptTrade() to work
So should I be using a bunch of conditional sleeps instead of static sleeps?- can't get acceptTrade() to work
Ah I see. I just started writing scripts about a week ago so sorry for the spaghetti code haha. Anyways, I restructured my code to your advice and it seems to be working now, thanks!- can't get acceptTrade() to work
I am trying to make my mule accept a trade but for some reason, he wont execute the command, or nothing happens when he executes the command. I can confirm that he is in the first trade window. This command works for my other scripts but for some reason in this script it wont work. I am checking the log and "Accepting Trade" keeps looping so I know that it keeps trying to execute the command. Thanks for the help. edit: I put this.script.trade.acceptTrade() in an if statement to see if it was returning true but it is returning false. Still not sure why it is returning false though. edit2: When the bot attempts to accept trade, the mouse hovers over "decline"..- virmach proxy information not working
Thanks guys. I contacted the company and they said that the proxy was in maintenance mode for some reason lmao... everything is good now- virmach proxy information not working
I bought 3 SOCKS proxies for OSbot. I am trying to use the proxy by putting in all of the information into the proxy form. I put the ip address into the proxy host, the port "1080" into the proxy port, the name "root" into the proxy name, and lastly I put the given root password in the proxy password section. I launch the client and when I try to add a bot, my client freezes. After a couple of minutes my client unfreezes but it cannot open a osrs window. I check the logger and it said that the connection to the proxy has timed out. I checked my proxies on the website and it says that they are active so I do not know what I am doing wrong on this point. Any sort of help is appreciated, thank you.- Proxy Setup [Purchase --> Client Configuration]
I am having a problem with my proxy from virmach. I put in the ip for host name, "1080" for port, "root" for proxy name, and the root password for the password. I get into the client and when I select an account and press continue, my client freezes. I checked the log and it says that the connection to the proxy timed out. I assume that I am entering information wrong into the proxy but I've tried every combination of information I have for the proxy. Any help would be awesome, thx. - interact() weird behavior