Everything posted by Alek
-
Official Community Poll - Do you use bot tabs?
@Apaec I would probably try and do some sort of client overlay. I do NOT want anything that extends the JFrame.
-
Official Community Poll - Do you use bot tabs?
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.
-
Official Community Poll - Do you use bot tabs?
So if tabbed botting was improved, would you still start new clients?
-
Official Community Poll - Do you use bot tabs?
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!
-
Osbot crashing while running on VPS
Uh, these are all guesses and none of this is a solution. Start OSBot using debug mode, when it crashes post the error.
-
Ban meter
6 hours a day? Might as well just send an email asking them to delete your account.
-
what u aiming for in osrs atm
Ah thats right, im thinking of ava pure.
-
what u aiming for in osrs atm
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.
-
Script did not start automatically
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.
-
OSBot really takes care of their scripter community!
We'll just throw frostboge a wheelbarrow of money and just have him write all the scripts.
-
OSBot really takes care of their scripter community!
Someone leak you my rant in the Scripter's forum? This is cute tho, actually chuckled.
-
Extreme Scripts Rips off Users
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.
-
Got my (second) main unbanned today
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.
-
EZ Logic V2
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.
-
EZ Logic V2
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.
-
EZ Logic V2
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.
-
downloading the client
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.
- [Question] Launch Options?
-
[Question] Launch Options?
Well if you have your GUI in a separate class, you could have some variables which are accessible from the script. So in the script you could do something like: GUI gui = new GUI(getBot()); while(gui.isVisible()){ sleeo(250); } hpToEatAt = Integer.parseInt(gui.SomeJTextBox().getString()); //obviously not correct gui.dispose(); // make sure to dispose I had to misspell sleep above, getting a strange ipb forum issue. You could also maybe have a field in GUI such as a boolean which starts as false and goes to true when you click "Submit". Then in your script you could have something like while(!gui.shouldStart()) {sleep(250);}; that is if you don't want to use visibility.
-
[Question] Launch Options?
It is a Swing (or AWT) UI. Compiling JavaFX on our SDN is undefined behavior, therefore I wouldn't recommend it since you will run into issues. Simply pass your "Bot" instance to your GUI, then you can call bot.getMethods().whateverhere.
-
Ban Question
Probably. I used to do this to barrows bots.
-
[Community Poll] Official OSBot Scripts
This topic is about official scripts, you are talking about mirror mode. The two are unrelated.
-
[Community Poll] Official OSBot Scripts
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.
-
Custom CSGO Map
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.
- I made a meme