id do something like
SCAR Code:
x := random(6);
case x of
0..2: NextSleep := RandomRange(Hour(1), Hour(2));//Usualy will do this
3..4: NextSleep := RandomRange(Hour(2), Hour(4));//Sometimes will do this
5: NextSleep := Sleep(RandomRange(Hour(4), Hour(6));//Rarely will do this
end;
I think a wide range of sleeping times make it seem much more human. I suspect that the jagex banning system has something to do with reading bot like patterns. Like logging out ever 30 min for 5 min for the span of a few hours. Who actualy logs out and rests like that realisticly? lol only a bot would do that.