Alek
Ex-Staff-
Posts
7878 -
Joined
-
Last visited
-
Days Won
202 -
Feedback
100%
Everything posted by Alek
-
Maybe it was a design mistake on my part. I had removed that side panel and any extra extendable areas in hopes of having a resizable client. I'm not sure if I'm still going to pursue that or not.
-
So if tabbed botting was improved, would you still start new clients?
-
I'm just trying to get a feel for if the community still overall would like to keep this feature in the client. Does anyone here use bot tabs? Thanks!
-
Uh, these are all guesses and none of this is a solution. Start OSBot using debug mode, when it crashes post the error.
-
6 hours a day? Might as well just send an email asking them to delete your account.
-
Ah thats right, im thinking of ava pure.
-
You mean 15 pray? 13 pray DT pures dont exist anymore, I believe Priest in Peril gives more exp or something. It used to be 11 prayer way way back.
-
Update the game using OSBot. After the game is updated, start again from CLI. If the game is already updated, then your connection is too slow for OSBot. It should less than 30 seconds for the game to get to the loading screen on your computer.
-
We'll just throw frostboge a wheelbarrow of money and just have him write all the scripts.
-
Someone leak you my rant in the Scripter's forum? This is cute tho, actually chuckled.
-
Looks like he hasn't logged on for a while. Not sure if it was a "scam quit" or if something happened to him. The user was placed in TWC, placed on payhold, and cannot sell scripts. A lot of people are asking me to ban him, but I'm not really sure how that changes anything from the already existing punishment. If he doesn't reappear in a month I'll have the staff ban him.
-
So long story short, I was testing out another bot client and got banned. I was banned because I entered in a fake RS username and password and when my account logged out, the client tried logging back in over and over again; for ~16 hours actually. This is why I take such a hard-headed approach to the auto-login screen on response codes that the bot doesn't know. I'm not going to bot on this account lol.
-
This was the resolution: You said he still didn't deliver the script, however you didn't tell that to me. You don't get what you wanted, you get what we all agreed to in the settlement. That's like winning a settlement of $50,000, then refusing the money and saying "I wanted a million dollars". LOL! Or I could just remove all the scripters, remove private scripts, and only sell official SDN scripts. I'd make way more money and not have to deal with all the drama.
-
Alek's actual logic: 1. We are not taking a fee for private scripts. If the community wants, we will accept a cut (like other botting communities) and then pursue full regulation. 2. The rules were informally announced a while back. I was the only one who was willing to help you and work to come to a resolution. Last time I go out of my way to help someone here. 3. The resolution to the dispute was the scripter to deliver the script within 2 weeks. I told you to tell me if that didn't happen. You didn't follow up, so it's your fault. 4. Once again, you didn't tell me this. Instead you complain about it months later and still decide to attack the only person on these forums who could help you.
-
Botter Logic: 1. I want a private script because its going to get me less bans! I know this because I'm the smartest person on this planet. 2. I'm willing to purchase this private script knowing full well that OSBot only gives minimum support for private script disputes. 3. Depending on circumstances, I will accept offers from the cheapest bidder because I want to save money. 4. I'm going to do absolutely no research into previous work, customer feedback, or look at any history whatsoever to make an informed decision. 5. My private script idea is very original and unique, nobody in the 15 year history of this game has thought of it before.
-
Open up cmd/terminal. Put the OSBot jar on your desktop. Type in: cd Desktop java -jar "osbot 2.4.121.jar" -debug 5005 Let us know the result, if it starts up or any error messages in cmd/terminal.
-
Probably. I used to do this to barrows bots.
-
This topic is about official scripts, you are talking about mirror mode. The two are unrelated.
-
Wrong section and has nothing to do with this topic. Also you were not specific at all, not sure if MGI should bring the crystal ball out. Post in the mirror mode section.
-
I decided to procrastinate a little bit an work on a CSGO map. I haven't opened Hammer in about 4 years, but I posted below some screenshots of what I have so far. The map is going to be a 1v1 or 2v2 type of map based in the woods with a cabin in the center. Currently there are no woods and the outside needs to be a little darker, but the cabin is probably 90% complete. Inside 1: Inside 2 (upstairs loft): This is what the physical cabin looks like, just remember that the outside is not complete. Expect a heavily wooded area with rough terrain. Also it will probably be around sunset. I'll probably be done in about a week or two, I have to stop procrastinating my studies though.
-
Like the way I have it in all my scripts? It's all Java API for Swing/AWT, human input is not necessary.
-
You didnt give us any information. You didnt tell us your operating system, if you are running a script, when the freezing happens, how you replicated the issue, etc.
-
Your script isn't sleeping as far as I can tell, even though it shouldn't matter because InteractionEvent takes care of that for you. Although it doesn't solve your issue, make Script.sleep -> script.sleep.
-
You're a Scripter dammit! All objects in Java have a toString() method. Sometimes we are nice here at OSBot and Override some toString() methods in our Objects such as Position; where instead of the default Java toString() you would get a printout of the XYZ coord. Also Explv answered your question.