Jump to content

Supreme_

Trade With Caution
  • Posts

    67
  • Joined

  • Last visited

  • Feedback

    0%

About Supreme_

Profile Information

  • Gender
    Male
  • Location:
    Developer at Google
  • Interests
    Java, Linux, Hacking

Recent Profile Visitors

1004 profile views

Supreme_'s Achievements

Iron Poster

Iron Poster (3/10)

17

Reputation

  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 } }
×
×
  • Create New...