Jump to content

Supreme_

Trade With Caution
  • Posts

    67
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Supreme_

  1. If you'd like, feel free to add my skype (adam.scripting). I can help via skype and/or Teamviewer
  2. It's more likely that it's crashing than that it's closing itself... What are you computer specs? Specifically, RAM and CPU? Also, what version of java are you running
  3. AND THE WINNER OF THIS WEEK'S COMPETITION IS @IAmMdma. Please add my skype (adam.scripting) to get your 15M 07 GP /close please
  4. In the script's thread please. Looking forward to it! What's up with the XP/HR
  5. Yeah and then I have to wait in world 330 for someone to deliver GP... Hard effort, you know
  6. Loool Certainly not giving away 15 of my hard earned M for that :P
  7. Thanks for pointing that out. I put a note in the original post :P
  8. Then it might be something user specific in the script (ie. the script tries to create a unque antiban for a user and glitches). But the error message definitely indicates that it's a script error
  9. Hello everyone For those of you who don't know me, I'm an Android developer at Google (Boston office mostly). Anyways, I have just released my first script (it's a fisher). You guy should try it out! In the next 48 hours, I will be holding a proggy competition. The winner of the competition will get 15M 07GP. You can access the trial script on the SDN. This script will be accessible until the competition ends. The winning proggy will be determined based on RUNTIME (this time). Post your proggies on the thread. That is all, and happy botting!
  10. This crossed my mind, but I haven't bothered to profile it yet (mostly because I don't really care about the lag)
  11. I have this too... I'm actually starting to think it's just OSBot. Regardless of what script I use (other ppls or my own), I observe periodic lags that last only briefly.
  12. API changes a lot over time. Sometimes methods get renamed, sometimes they get moved elsewhere. You should still try to find it using the API though... if you had gone to Mouse and did Ctrl-f for paint you'd have found it FrostBug always coming to the rescue Mind adding my skype? (adam.scripting)
  13. Switch cases are more organized, so I prefer them. One suggestion I have is to use dynamic state detection to make your script more robust. Right now, you cycle from ALCH 1 to ALCH 3 and back. Imagine what might happen if the game lags after ALCH2, causing the spell to get deselected, however. Your script expects to be in ALCH3, but the spell will never get selected, causing your script to get stuck. What I mean is: onLoop() { state = // code to figure out what state you should be in switch (state) { // blah blah } }
  14. Supreme_

    HELPPPP

    Calm down dude, you asked for help, you got help. Why you be so upset
  15. Just like to say that if your script doesn't load and you don't have any errors in the osbot log, it's probably an error occurring in onStart (it doesn't log exception that originate there). You can run OSBot through command prompt/terminal to get the stack trace though
  16. Not really, Ubuntu is pretty much just as easy as windows imo :P
  17. Honestly you should just reinstall your entire OS. A Java keylogger (if it really is java), probably wont be recognized by antivirus software because they're very rare (antivirus works by matching known malware code signatures, so unknown viruses are unlikely to be matched).
  18. Unless you can bring up statistics showing that mirror indeed lowers ban rates, there's no proof. I don't mean to get into an argument with you, but over the years there have been a lot of claims that xyz lowers ban rates, and so I'm just interested in seeing some statistics shownig that's true with mirror
  19. Proof? The claim is that mirror mode is safer. I just joined so I haven't personally tested this, but I've talked to some people and they bot on injection fine. Mirror mode seems to use more resources though
  20. Supreme_

    Bans?

    No bans for me yet :P Were you on the same IP?
×
×
  • Create New...