Recently Chrome decided to stop supporting the NPAPI plug-in.
This plug-in basicly makes sure java can be ran in Chrome.
At this point they hid the option to enable it again,
How to enable it again:
1) open Chrome
2) Type chrome://flags/#enable-npapi in the adressbar
3) Enable the plug-in
4) Have fun playing runescape again in chrome.
Goodluck
Khaleesi
Actually java is still supported ^^
It's just hidden from now on...
But indeed soon enough they won't support it anymore
Typ this in adress-bar:
chrome://flags/#enable-npapi
Enable the npapi extension
Have fun playing in chrome again ^^
Khaleesi
I can definitly make this. I'll add this when I got home
I'll add an option for "Antiban" to the GUI ^^
You are using coal bag right?
Ya someone told me on skype yesterday evening, I'll take a look at this when I got home from work in several hours.
Seems to be an overal issue.
Khaleesi
if(number <=100){
// Do nothing
}else if(number <= 200){
// Click tab
}else if(number <= 300){
// Spin camera
}else{
// Even higher
}Why not just get a random number from 0-2 ?
switch(number){
case 1:
// Click tab
break;
case 2:
// Spin camera
break;
}