Jump to content

Blackjacking AHK (AutoHotKey)


Recommended Posts

Posted (edited)

{
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
Posted (edited)
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
Posted
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

Posted (edited)
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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