dude1122 Posted June 30, 2018 Posted June 30, 2018 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.
Aromafab Posted June 30, 2018 Posted June 30, 2018 (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 June 30, 2018 by Aromafab 1
dude1122 Posted June 30, 2018 Author Posted June 30, 2018 (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 June 30, 2018 by dude1122
Aromafab Posted July 1, 2018 Posted July 1, 2018 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
dude1122 Posted July 1, 2018 Author Posted July 1, 2018 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
Aromafab Posted July 1, 2018 Posted July 1, 2018 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
dude1122 Posted July 1, 2018 Author Posted July 1, 2018 (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 July 1, 2018 by dude1122