Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. Well if its not an SDN script you can just tell people to start OSBot with norandoms flag?
  2. He asked specifically for CLI arguments in general, which I don't think scripters can access. The only thing you can grab is script parameters from CLI. In general, all scripts should be fully usable without any specific OSBot settings enabled or disabled.
  3. Use the entity hover debug tool, I guarantee you there is a difference. Colors, rotation, models, something.
  4. Good idea, when I meant "Quest Scripts" I was kind of referring to something which does a bunch of quests. One or two quests which bot farmers need is fine, miniquests, house favor, all good.
  5. Over the last few weeks I've been denying some free script requests (required for Scripter I) because we either already have a similar script, or because it's simply not needed. What kind of free scripts would you guys like to see? Do not suggest the following: -Any type of AIO -Any type of dragon/boss killer -Questing scripts -Bot farming scripts Keep it reasonable and your suggestions will be taken. If you suggest something like "Barrows script with GE support", I'll probably just ignore this thread and you guys can get 100 more chicken killers. Thanks! Edit: Don't troll/shitpost here, go in Spam section for that.
  6. You can do whatever the hell you want, but don't expect us to help you with disputes regarding private scripts.
  7. Try calling something like: bool b = servant.interact(); or if(servant.interact()) Essentially we are checking to see if interact passed or failed on OSBot's end
  8. It does what you want, it types a string. If you don't want to use the front API then you should really know how the back API works.
  9. The only difference between hover and interact is that hover doesn't click. hover() or setting it in interact, still uses the same core interactionevent. Maybe a code snippet might help.
  10. Alek

    Gui Help

    GUI builders are garbage, you really should just write them yourself. Also there is not enough room for the JLabels, you have to account for OSBot's look and feel which is something the builder wont do.
  11. Keyboard typeString(String string)
  12. Dammit, just honest opinions of what its worth lol. Looks like the consensus is 15-20m. Thanks guys (by the way im not selling, just was wondering).
  13. LoginResponseCodes change so codes which I don't handle are printed out. Codes which are handled include stuff like invalid user/pass, the you have been banned message, and anything telling you to wait a few minutes. Edit: Codes which I don't handle are just defaulted to stopping the script.
  14. For the love of christ just use random. gRandom doesn't use normal distribution, it uses some custom algorithm which has some flaws. It creates a one-sided normal distribution that forces anything past 3 standard deviations (99.7%) to be set as max deviation. If you don't know what I'm talking about then don't use the method. If you are thinking about "antiban" using something involving gRandom, then you're in for a real long road ahead.
  15. "hey guys" - I'm guessing you meant to put this in General Help because Zach and myself are the only ones who go through bug reports.
  16. 99% of the scripts would break because scripters dont listen to me about static ids (widgets).
  17. By writing code a lot and actually enjoy what you are doing. Eventually you will learn what bad practices you need to change and what the good practices are. You will also start understanding what you are writing. Time is the best learning source.
  18. Meh. At least he's trying something else and his customers are happy.
  19. I actually laughed out loud.
  20. Well the script does exist. Is it worth 1B? I certainly do not think so. There were static NPC ids which are prone to breaking every week, randomized sleep times, randomized camera angles, and randomized just about everything (more happy to see randomized actions than bullshit sleep times). It didn't really strike me as anything revolutionary, just doing the same types of randomization but perhaps with a different formula. I have never found real players to naturally play this randomly. Also once again, more goes into a ban than just a script. The client, the botting patterns, linked accounts, total account consideration, etc. I'll move it back, but by no means am I claiming this script to be complete, working, and certainly not any better in terms of detection than any other script written for OSBot.
  21. I don't give a crap about your methods or stealing anything from you. You are making outrageous claims for a private script with an outrageous price tag. If you want to be taken seriously I'm looking for some serious code to look at.
  22. Those mouse keys are nothing. No offense but all it is, is elementary math and Java API written in 1996. If this is what OSBuddy is doing, then we are basically doing the same thing. I'm not looking at videos, I'll look at code. Since your antiban code is so sacred (even though I'm very sure if anything you are using an external API), send me the code without it.
  23. Sure, lets go with the method simply wrapping the awt events just to keep things simple. You still didn't really show anything that proved these claims: 1. "fully custom mouse implementation which clones Sony's touch screen input controls" 2. "Combined with an exact clone of OSBuddy mousekeys behavior" I'm not saying that whatever you have is "ban proof", I just want to see what you're trying to sell actually exists. What you showed was stuff I've seen from the scripters you're calling out.
×
×
  • Create New...