Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Alek

  1. Alek

    Scripts wont load.

    Moving to mirror mode forum
  2. Alek

    Scripts wont load.

    SDN Script or Local Script?
  3. Moving this to mirror mode forum
  4. Alek

    Scripts wont load.

    Can you please start OSBot in terminal? If you do not know how, google "how to start a Java program using Mac terminal".
  5. Test this in stealth injection and see if it's the same issue.
  6. Alek

    Scripts wont load.

    Can you post the complete error (in text, do not screenshot)? Have you tried starting the client up again today?
  7. Stealth injection and reflection are about the same in terms of detectability, all other variables aside (proxies, accounts, scripts, etc)
  8. Hopefully the DDoS attacks will be mitigated for some time as our services slowly start to restore. Please give a big high-five to @Zach for his work, the attacks were pretty sizable. In this release you'll find all the extra features from the 2.3.105 release and a few features such as dynamic signatures should be restored as well (pending script updates). Thank you for being a member here at OSBot; we will continue working toward keeping our services online. You must download the new version through the website and NOT the client. Edit: The elusive, shadow bender @Maxi also made an appearance to help restore the services, give him a high-five with your other hand. -The OSBot Staff
  9. You can download 2.3.105 from the Control Panel located on the forum index. We're working on mitigating the DDoS attacks by working on server and client changes.
  10. This won't be accurate under a lot of circumstances. 1: double x = n.model.getBoundingBox(n.getGridX(), n.getGridY(), n.getZ()).getCenterX(); double y = n.model.getBoundingBox(n.getGridX(), n.getGridY(), n.getZ()).getCenterY(); Consider an object with a hollow center as such: Red is the object, green is the bounding box, and the blue X is the center. Under every circumstance you are saying that the destination should be at this position, which is not actually clickable. 2: if (g.interact(action)) { sleep(random(900, 1200)); } This is still calling InteractionEvent, which is walking, updating camera, closing out of open interfaces, calling the mouse move events, mouse click events, menu API, etc. Also the above code would not work well with ground item stacks and probably not NPC stacks either, because the bounding box which you are creating is coming from GraphicUtilities. This is a pretty good start but I would really recommend fully understanding InteractionEvent so you can create your interactions that are tailored to your script.
  11. http://osbot.org/forum/topic/81099-ddos-attacks/
  12. You are currently not a VIP. VIP members have a purple username on the forum with a purple title bar (pip) that says "VIP". It is very likely that your payment is waiting to be cleared.
  13. Khaleesi was nice enough to make a thorough bug/suggestion report, so it's something I'll take a look at again. If you are familiar with shapes in Java, we are essentially looking at the worldtoscreen (3d to 2d) shape translation and then finding a point within that shape that is towards the center-mass. From there a PointDestination is generated, the mouse is moved through InteractionEvent, and the evaluation checks to see whether or not the our mouse has reached the target. There is a lot of behind the scenes stuff so when I get a free minute from working on other stuff (like zoom), I'll open this can of worms again.
  14. I didn't plan on working on this, however I kept running into issues with JFrame packing issues with the Netbeans auto-generated code. This should solve the "GSOD" (grey-screen of death) issues. Anyways, the Account Selector was re-written by hand and now contains all the account adding/removing features originally found in the Settings interface. The Settings interface hasn't been stripped and re-written yet, but it had some minor adjustments to account for the new selector. Changelog: -Updated client API checks -Client getUsername() re-purposed, returns logged in OSBot Account username --myPlayer().getName() still returns game name -Enhanced various security checks regarding login details -Updated AutoLogin -Re-wrote AccountSelector -Updated Settings interface Please test this development build, it was a very large update. -The OSBot Staff
  15. The SDN gets updated on minimum once per day, wait until the next update. This is not an issue or error, closing.
  16. What does that have to do with this release?
  17. Restart the client, sometimes there is an issue with interface initialization. It's an issue I'm trying to resolve.
  18. It was removed because too many new botters were incorrectly setting their memory allocations, crashing their client on their own. Start OSBot in cmd/terminal as such: java -jar <osbot filename> <mem allocation in mb> Example: "java -jar osbot.jar 4000" If they can't figure out how to use command line, they definitely shouldn't be setting memory allocation.
  19. It sounds like everyone here is new to RS; game updates happen every Thursday for Old School. Please wait while we make the necessary patches for the current update.
  20. I'd prefer if this was in an actual bug report because I track those; however a few questions right off the top: -Is it only when you are running a script? -Does it happen before you "Add new bot"? -If it only happens during script execution, are you running mirror mode? -Have you had similar issues before? -Are you getting any errors in the logger? -What operating system are you using?
  21. The new update did nothing to increase or decrease CPU usage.
  22. This update has nothing to do with mirror mode or detection; you can find a list of changes under "changelog" on the original post.
  23. No they aren't. Restart the client or post any error messages in the logger. ids change on RS game updates
×
×
  • Create New...