private class WidgetConsole extends Console {
{
setcmd("q", new Command() {
public void run(Console cons, String[] args) {
HackThread.tg().interrupt();
}
});
setcmd("lo", new Command() {
public void run(Console cons, String[] args) {
sess.close();
}
});
setcmd("fs", new Command() {
public void run(Console cons, String[] args) {
if((args.length >= 2) && (fsm != null)) {
if(Utils.atoi(args[1]) != 0)
fsm.setfs();
else
fsm.setwnd();
}
}
});
}
tempwad wrote:if you saw a live broadcast about Salem, you could saw a few commands. 'mkitem' for example.![]()
i guess they are same in H&H too. sure, access to them is restricted to admins only.
tempwad wrote:if you saw a live broadcast about Salem, you could saw a few commands. 'mkitem' for example.![]()
i guess they are same in H&H too. sure, access to them is restricted to admins only.
Users browsing this forum: Amazon [Bot], Claude [Bot], Meta [Bot] and 0 guests