Page 1 of 1

Console?

Posted: Sat Nov 18, 2006 1:05 pm
by ?mike?
Would it be possible to get the "allow console" feature to work with the demo? That would be great for getting rid of those pesky noobs!

Posted: Sun Nov 19, 2006 7:25 am
by «Beast»
I've tried to do that quite a bit. Really, unless you can decompile the Halo Demo application, I don't think it's going to happen.

Posted: Sun Nov 19, 2006 2:33 pm
by ?mike?
dang i was hoping i could use the sv_ban thing... i guess i will have to deal with the stupid noobs...

Posted: Mon Nov 20, 2006 4:55 pm
by Bloot
sv ban is serial key based and all the halo demos have the same key. The only way is to get a prog that bans ip's from your comp and thats alot of agro. There are programs that i know of but there on windows, unless they have bought one out for mac now? search google. :?

Posted: Mon Nov 20, 2006 5:36 pm
by ?mike?
i have yet to find one on google.

Posted: Sat Nov 25, 2006 9:00 am
by SleepingInsomniac
You can ban IP's from the terminal.

Code: Select all

sudo ipfw add deny ip from *IP* to any
Getting the IP's is the tricky part.

(if you want to remove the ban...

Code: Select all

sudo ipfw delete *the number the last command gave you*

Posted: Mon Nov 27, 2006 10:04 am
by Yummy
It's not tricky.

(As i run away realizing i haven't used it in a long time and forget what the terminal command is). I do remember that if you get a masked IP you can take it to network utility and use the lookup feature. then take the Answer IP you get and use the sudo ipfw add deny ip from _____ to any.

Edit: sudo tcpdump is the command.