-
Posts
4888 -
Joined
-
Last visited
-
Days Won
9 -
Feedback
100%
Everything posted by Ericthecmh
-
Not yet, as soon as 2.1.18 comes out.
-
Script added to SDN and free until Saturday.
-
I don't think I have access to that part of the code. Whenever Laz get's online.
-
Main issue wasn't actually with the solvers, but the executors that ran the scripts and the other events.
-
Dear community, We are aware that many of you are finding it difficult to bot due to random events. Well, not for long! After spending many hours working on the random issues yesterday, I believe I have finally fixed the bugs. Sorry about the XP rates; the fighter was taken at Chickens, and the chopper was taken at willows, using a bronze hatchet. But the point is, those are two solid 6 hour proggies, with no inteference by a human. The problem with starting/suspending/stopping scripts has been fixed as well. I have pushed these fixes to the API dev repository, and they will be put in place on the next release of OSBot 2.
- 47 replies
-
- 12
-
-
Haha, make it lag all the graphics. And Laz, you better share some of those bitcoins :P Haha we'll see what Laz says tomorrow. I doubt it's actually bitcoin mining though
-
Yeah, this is something hard to just hand wave away. Unless Laz put some sort of infinite loop or the like in somewhere...
-
I was under the impression that the way rs07 was coded didn't use the graphics card, not in software mode, which is what's being used. So... this is really really odd.
-
A lot more. If RS used opengl/directx, maybe the graphics card will be used. But it doesn't. The graphics calculations are done with CPU cycles. I have a graphics card in my desktop and it's never went above 10% load while botting. I'd test the new client, except I'm at home right now and my desktop is in my dorm. Laz, explain please.
-
Accounts Stuck In Random Events Needed (free 30 day VIP)!
Ericthecmh replied to
Laz's topic in News & AnnouncementsI believe we have fixed this problem. It should be fixed in the next osb2 release. Send all of them then... -
Added you into the list :P Fixed link. Thanks :P
-
Weird... it loads just like the osbot 1 site for me.
-
This has nothing to do with the script. That message comes up when OSBot refreshes itself. And this is most definitely not going to get you banned, because the runescape client can't see any of that happenning.
-
Hello everyone, As we move towards OSBot 2, we have decided to do a 1 week trial run for the OSBot 2 SDN. All scripts for OSBot 2 will be free for everyone in the upcoming week. You should use this week to explore the scripts out there, post bugs that you encounter, and familiarize yourself with the OSBot 2 client. Links: http://osbot.org/mvc/sdn/scripts/ <-- THIS SHOWS both OSBot 1 and OSBot 2 SCRIPTS. Use of this page is not recommended. This link has been deactivated. Links: http://osbot.org/mvc/sdn1/scripts <-- THIS SHOWS OSBot 1 SCRIPTS ONLY. Please note that any scripts for OSBot 1 (including purchase ones) will be removed when OSBot 1 officially shuts down. Links: http://osbot.org/mvc/sdn2/scripts/ <-- THIS SHOWS OSBot 2 SCRIPTS ONLY If you bought a script for OSBot 1 and that script has been ported to OSBot 2, you are eligible for a free month of access to the script. In order to claim your free month, you must PM me with a list of the scripts that you have purchased and you believe are eligible for the free month access. If a script hasn't been converted already, don't PM me it. If it is converted at a later time, PM the details at that time. Happy botting!
-
Your welocme but I totally did not understand the rest of your response... Was that the problem or not lol
-
OSBot 2 will be pushed back until Friday, June 20
Ericthecmh replied to Ericthecmh's topic in News & Announcements
Whenever @Laz decides to make it come out. -
A minute of silence for OSBot's script writers
Ericthecmh replied to Botre's topic in Spam/Off Topic
Nezz you forgot the 1/8 who left cause of bans... -
I'm surprised that the other methods work. They should all be throwing NPE. Reason: public class StopScript extends Task { private MiscMethods m = new MiscMethods(sA); < -- you initialize m here public StopScript(Script sA) { super(sA); < -- you set sA here. } public boolean execute() throws InterruptedException { if(m.isPoisoned()) { [...] } m.curePoison(); m.stopScript(); } BUT, in Java, m = new MiscMethods(sA) would be run before the constructor is called. Therefore, you initialize MiscMethods with sA = null, and then the constructor sets sA. For example: public class Time { public long time1 = System.nanoTime(); public long time2; public Time(){ time2 = System.nanoTime(); } public void print(){ System.out.println(time1 < time2); } } This will print true, indicating that time1 is initialized before the constructor is even called.
-
It's automatically cancelled. They don't want people going after them about theft.
-
How did you instantiate MiscMethods?
-
The development of a completely human-like mouse algorithm
Ericthecmh replied to Dreamliner's topic in Projects
Let's create scholar to be rank! Jk but anyways, how's this project doing? You guys should suggest this to Laz, maybe he'll agree to put the data collection into the client... After all, OSBot could use something like this and Notorious, we have the access to do try out such a thing now ;) -
Chat me on Skype. Maldesto didn't publicize it, so for now I'll assume he doesn't want it to be publicly announced.
-
Oh sorry. I must have deleted my JK. No that wasn't me, just thought it was hypocritical to report another botter, as TheReconCheck said.
-
THAT'S WHY I GOT BANNED? YOU ********* But why report a fellow botter? We're all in this together.
-
OSBot 2 will be pushed back until Friday, June 20
Ericthecmh replied to Ericthecmh's topic in News & Announcements
Instancing will not be added to the launch, and it is unlikely that it will become required, since a monthly fee is already being imposed.