I'll try to find time to look through it and read man pages and whatnot. I think I've seen some OSRS specific libraries or something before (Not sure if that's what it was). I'm sure an autoclicker is literally just like (I haven't seen any functions, but you get what I mean)
MouseInput(false);
var numClicks = (60min x 6 hours or whatever);
var index;
for (index = 0; index < numClicks;index++)
{
mouseclick();
sleep(rand(tinyMin,tinyMax));
mouseclick();
sleep(rand(minRange,maxRange));
}
the first sleep being the delay between the double click to actually pray flick.
No clue wtf it even looks like to code on AHK though. For now, would you say murgee is okay? And what do you think is better for not being flagged on Jamflax's system? Same pixel flicking (like if you bound mouse1 to space bar) or varying pixels within a radius/box?
Also out of curiosity, how hard is it to write scripts for OSRS with limited Java experience? I've done C/C++, data structures with C++, assembly. Those are just uni classes though; I haven't written an ap or anything. Fuck, it was all Linux too.