Hel Posted March 20, 2017 Share Posted March 20, 2017 @Mumble not trying to criticize, just merely wondering you do this sleep(random(180000,1080000)); //3 minutes to 18 minutes return 100; //The amount of time in milliseconds before the loop starts over why not simply return random(180000,1080000); Quote Link to comment Share on other sites More sharing options...
Mumble Posted March 20, 2017 Author Share Posted March 20, 2017 (edited) 13 hours ago, Lehto said: lol forgot to gyazo, but got 1-50 mage in 2 sessions. Best splashing script out there atleast in my opinion. 12 hours ago, Hydra said: @Mumble not trying to criticize, just merely wondering you do this sleep(random(180000,1080000)); //3 minutes to 18 minutes return 100; //The amount of time in milliseconds before the loop starts over why not simply return random(180000,1080000); "More anti-ban capabilities" Yeah I have no clue why but I'm not going to change it. Edited March 20, 2017 by Mumble 2 Quote Link to comment Share on other sites More sharing options...
dirtydartt Posted April 11, 2017 Share Posted April 11, 2017 hey mumble, any idea if this is working currently? if so can get you a nice proggy tonight 1 Quote Link to comment Share on other sites More sharing options...
koboldNinja Posted April 11, 2017 Share Posted April 11, 2017 Great script, been using for 100+ hours with no bans. I made a few small changes to the source you posted, though. I changed this line: mouse.click(random(556, 730), random(200, 450), false); to this: mouse.click(random(556, 730), random(220, 450), false); The script occasionally clicked on tabs at the top of the inventory, so the small change makes sure the mouse stays in the inventory. Also, I have next to no idea how Jagex bot detection works, but I think it may be a good idea to just press a random arrow key or something instead of using a mouse click. It doesn't quite seem human to have the mouse stay in the exact same spot after clicking, so not using the mouse may be helpful. Anyways, take my input with a grain of salt. Great script! 1 Quote Link to comment Share on other sites More sharing options...
Mumble Posted April 11, 2017 Author Share Posted April 11, 2017 19 hours ago, dirtydartt said: hey mumble, any idea if this is working currently? if so can get you a nice proggy tonight Yeah it's working 100% ATM, you can also use it for AFKing Guthans at NMZ 20 minutes ago, koboldNinja said: Great script, been using for 100+ hours with no bans. I made a few small changes to the source you posted, though. I changed this line: mouse.click(random(556, 730), random(200, 450), false); to this: mouse.click(random(556, 730), random(220, 450), false); The script occasionally clicked on tabs at the top of the inventory, so the small change makes sure the mouse stays in the inventory. Also, I have next to no idea how Jagex bot detection works, but I think it may be a good idea to just press a random arrow key or something instead of using a mouse click. It doesn't quite seem human to have the mouse stay in the exact same spot after clicking, so not using the mouse may be helpful. Anyways, take my input with a grain of salt. Great script! Thanks so much for the input! I've only used the script personally for <10 hours total. Also the supposed idea is that if another player can't see what you're doing then jagex won't really care (Ie checking your strength stat when fishing). The less actual code, the simpler the script and in turn the less room for error, If you'd like you can add a line to do it every once in a while I believe it's getCamera(). moveYaw(int degrees) Rotates the camera yaw to the specified angle. movePitch(int degrees) Rotates the pitch of the camera to the desired angle. And then you set degrees to like random(10,45); So for example getCamera().moveYaw(random(10,45)); Quote Link to comment Share on other sites More sharing options...
koboldNinja Posted April 11, 2017 Share Posted April 11, 2017 I'll play around with some of the numbers, although I doubt it's super important. I've been splashing 18 hours a day for around a week now. My only other suggestion is to have the script stop as soon as you get 6hr logged. I've been using the default account on Osbot so it doesn't log me back in if I'm afk, as the script is incapable of attacking a new enemy to splash on (which isn't a problem. 2 clicks for 6 hours of xp is pretty good). Quote Link to comment Share on other sites More sharing options...
Mumble Posted April 12, 2017 Author Share Posted April 12, 2017 1 hour ago, koboldNinja said: I'll play around with some of the numbers, although I doubt it's super important. I've been splashing 18 hours a day for around a week now. My only other suggestion is to have the script stop as soon as you get 6hr logged. I've been using the default account on Osbot so it doesn't log me back in if I'm afk, as the script is incapable of attacking a new enemy to splash on (which isn't a problem. 2 clicks for 6 hours of xp is pretty good). if(!getClient().isLoggedIn()) { stop(); } just add it to the on loop Quote Link to comment Share on other sites More sharing options...
Eliot Posted April 12, 2017 Share Posted April 12, 2017 Got me 1-55 magic. 4 hours ago, Mumble said: Also the supposed idea is that if another player can't see what you're doing then jagex won't really care (Ie checking your strength stat when fishing). This is completely untrue and baseless idea. It is much more logical to assume all interactions with the client are monitored. Scripts like this almost never result in bans because they perform so few inputs that there is not enough data to determine if it's a bot. Also it doesn't directly contribute to gold farming so they probably don't care very much. 1 Quote Link to comment Share on other sites More sharing options...
Mumble Posted April 12, 2017 Author Share Posted April 12, 2017 3 minutes ago, Eliot said: Got me 1-55 magic. This is completely untrue and baseless idea. It is much more logical to assume all interactions with the client are monitored. Scripts like this almost never result in bans because they perform so few inputs that there is not enough data to determine if it's a bot. Also it doesn't directly contribute to gold farming so they probably don't care very much. Thanks for the support man! I've still got a long way to go and something simple like this I figure I don't need to overcomplicate. In the future I might consider making a GUI with options for different things, but it works very well for what it needs to do, stop you from going afk timed out. 2 Quote Link to comment Share on other sites More sharing options...
bobcat20 Posted April 13, 2017 Share Posted April 13, 2017 On 4/11/2017 at 8:24 PM, koboldNinja said: Great script, been using for 100+ hours with no bans. I made a few small changes to the source you posted, though. I changed this line: mouse.click(random(556, 730), random(200, 450), false); to this: mouse.click(random(556, 730), random(220, 450), false); The script occasionally clicked on tabs at the top of the inventory, so the small change makes sure the mouse stays in the inventory. Also, I have next to no idea how Jagex bot detection works, but I think it may be a good idea to just press a random arrow key or something instead of using a mouse click. It doesn't quite seem human to have the mouse stay in the exact same spot after clicking, so not using the mouse may be helpful. Anyways, take my input with a grain of salt. Great script! still unbanned? might put a few accs on this Quote Link to comment Share on other sites More sharing options...
Mumble Posted April 14, 2017 Author Share Posted April 14, 2017 22 hours ago, bobcat20 said: still unbanned? might put a few accs on this So far there have been 0 reported bans with over 200 hours of reported usage. 1 Quote Link to comment Share on other sites More sharing options...
HastyLife Posted April 15, 2017 Share Posted April 15, 2017 Working fine great job ~Life~ 1 Quote Link to comment Share on other sites More sharing options...
bobcat20 Posted April 15, 2017 Share Posted April 15, 2017 how do i open this with the source code without downloading the file? Quote Link to comment Share on other sites More sharing options...
Mumble Posted April 16, 2017 Author Share Posted April 16, 2017 13 hours ago, bobcat20 said: how do i open this with the source code without downloading the file? download a java code program editor, copy and paste all of the source code (that I wrote...) set the osbot client as a build path, create a new class file titled donttrusttheprogrambuttrustthecode.java and then paste the src into the file, export it as a .jar and then drag and drop the file into your /scripts/ and run it. Or if that's too much work for you, just download the file and use it like the rest of the people in this thread. Quote Link to comment Share on other sites More sharing options...
koboldNinja Posted May 1, 2017 Share Posted May 1, 2017 I've been using a slightly modified version that automatically starts splashing on a chicken whenever I log in. Just finished 30-94 mage on my pure. Over 500 hours, at least 12 hours a day. Pretty sure it's impossible to get banned with this. Quote Link to comment Share on other sites More sharing options...