Jump to content

Mumble's EZ Afk Splasher


Mumble

Recommended Posts

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.:ditto:

giphy.gif

 

 

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 by Mumble
  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

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! 

  • Like 1
Link to comment
Share on other sites

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));

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...