Post from 2026-05-22 16:29:00
void shitIDo(bShouldCrash){
if (!bShouldCrash){
crash();
}else{
while(1){}
}
}
permalink
|
main