Everything posted by Alek
-
Multiple bot windows?
Moving this to mirror mode forum
-
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".
-
Multiple bot windows?
Test this in stealth injection and see if it's the same issue.
-
*HELP* OSBOT opens, then stucks. [Gyazo inside]
Copy and paste the error please.
-
Scripts wont load.
Can you post the complete error (in text, do not screenshot)? Have you tried starting the client up again today?
-
Stealth Injection
Stealth injection and reflection are about the same in terms of detectability, all other variables aside (proxies, accounts, scripts, etc)
-
Stuck on Launching Script
Try running a different script, see if it's just a script that may not be working.
-
[Stable Build] 2.3.106 - DDoS Mitigation
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
-
DDoS Attacks
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.
-
Improved Interact
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.
-
Client issues?
http://osbot.org/forum/topic/81099-ddos-attacks/
-
Just Purchased VIP and It's not Working
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.
-
Increasing accuracy of object.interact
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.
-
[Development Build] OSBot 2.3.105 - New Account Selector
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
-
SDN Update issues
The SDN gets updated on minimum once per day, wait until the next update. This is not an issue or error, closing.
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
What does that have to do with this release?
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
Are you using any special characters?
-
Grey screen reinstalled java 32bit
Restart the client, sometimes there is an issue with interface initialization. It's an issue I'm trying to resolve.
-
Mirror client freezes up after 1 hour
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.
-
Grabbing Runescape Paramaters
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.
-
Issues with client
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?
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
The new update did nothing to increase or decrease CPU usage.
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
This update has nothing to do with mirror mode or detection; you can find a list of changes under "changelog" on the original post.
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
No they aren't. Restart the client or post any error messages in the logger. ids change on RS game updates
-
[Stable Build] OSBot 2.3.103/4 - New Booter + Patches
This will move as a stable update shortly.