Jump to content

Blackjacking AHK (AutoHotKey)


dude1122

Recommended Posts

{
1::
click right
mousemove 0, 75, 0, R
click left
mousemove 0, -75, 0, R
return
}

{
2::
click right
mousemove 0, 40, 0, R
click left
mousemove 0, -40, 0, R
return
}

 

 

press 1 to knock out, 2 to pickpocket

if you're paranoid about the mouse moving to fast, make the change to every mousemove line
eg. "mousemove 0, 75, 0, R" to "mousemove 0, 75, 5, R"

also this script must be used with attack options HIDDEN http://prntscr.com/k17zoi

 

while testing this script i noticed that when attempting to knock the dude out, it doesn't always work, as if there's some way jagex have prevented ahk blackjacking. let me know if this happens for you as well.

Edited by Aromafab
  • Like 1
Link to comment
Share on other sites

2 hours ago, Aromafab said:

{
1::
click right
mousemove 0, 75, 0, R
click left
mousemove 0, -75, 0, R
return
}

{
2::
click right
mousemove 0, 40, 0, R
click left
mousemove 0, -40, 0, R
return
}

 

 

press 1 to knock out, 2 to pickpocket

if you're paranoid about the mouse moving to fast, make the change to every mousemove line
eg. "mousemove 0, 75, 0, R" to "mousemove 0, 75, 5, R"

also this script must be used with attack options HIDDEN http://prntscr.com/k17zoi

 

while testing this script i noticed that when attempting to knock the dude out, it doesn't always work, as if there's some way jagex have prevented ahk blackjacking. let me know if this happens for you as well.

It seems to be working perfectly right now, thanks a lot.

Once I change 

mousemove 0, 40, 0, R

mousemove 0, -40, 0, R

to

mousemove 0, 75, 0, R

mousemove 0, -75, 0, R

I doesn't seem to be able to pickpocket once knocked out.

Edited by dude1122
Link to comment
Share on other sites

4 hours ago, dude1122 said:

It seems to be working perfectly right now, thanks a lot.

Once I change 


mousemove 0, 40, 0, R

mousemove 0, -40, 0, R

to


mousemove 0, 75, 0, R

mousemove 0, -75, 0, R

I doesn't seem to be able to pickpocket once knocked out.

Because you changed the coordinates for no reason, to change mouse speed adjust the 3rd value not the 2nd

Link to comment
Share on other sites

13 hours ago, Aromafab said:

if you want to change the mouse speed, change:
mousemove 0, 75, 0, R
to
mousemove 0, 75, 5, R

 

do this for every line

So I don't change 

mousemove 0, -40, 0, R
or
mousemove 0, -75, 0, R

Edit: I think I understand it now, I misread it.

Thanks again.

Edited by dude1122
Link to comment
Share on other sites

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