June 30, 20187 yr Does anyone have a AHK script for Blackjacking? I want to get my thieving up to a decent level to start Ardy Kights before it gets nerfed. I've found a few scripts via Google but they seem to be outdated and misclick a lot.
June 30, 20187 yr { 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 June 30, 20187 yr by Aromafab
June 30, 20187 yr Author 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 June 30, 20187 yr by dude1122
July 1, 20187 yr 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
July 1, 20187 yr Author 9 minutes ago, Aromafab said: Because you changed the coordinates for no reason, to change mouse speed adjust the 3rd value not the 2nd So I just change mousemove 0, 75, 0, R
July 1, 20187 yr Just now, dude1122 said: So I just change mousemove 0, 75, 0, R 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
July 1, 20187 yr Author 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 July 1, 20187 yr by dude1122
Create an account or sign in to comment