• Textmode chat/console batch script
    17 replies, posted
[b]I know DispenserGUM already made something similar, but to chat you had to type say before everything[/b] Make a .bat file with the name of your choice, and copy+paste this in [code]@echo off Color f2 set INPUT= :Chat title TF2 External Chat/Console v1.0 - Chat Mode CLS echo Type in consolemode to use the console echo === TF2 Extern Chat v1.0 === set /P INPUT="<TF2 CHAT> %=%" echo %INPUT% > Input findstr "consolemode" Input > NUL if not %errorlevel% equ 1 ( goto Console ) del Input echo say %INPUT%;wait 100;exec ConsoleCommands.cfg > ConsoleCommands.cfg timeout /t 1 > NUL echo wait;exec ConsoleCommands.cfg > ConsoleCommands.cfg goto Chat :Console title TF2 External Chat/Console v1.0 - Console Mode CLS echo Type in chatmode to use the chat echo === TF2 Extern Console v1.0 === set /P INPUT="<TF2 CONSOLE> %=%" echo %INPUT% > Input findstr "chatmode" Input > NUL if not %errorlevel% equ 1 ( goto Chat ) del Input echo %INPUT%;wait 100;exec ConsoleCommands.cfg > ConsoleCommands.cfg timeout /t 1 > NUL echo wait;exec ConsoleCommands.cfg > ConsoleCommands.cfg goto Console[/code] Now put this in your autoexec.cfg [code]exec ConsoleCommands.cfg[/code] Now make a file called ConsoleCommands.cfg and put this in [code]wait;exec ConsoleCommands.cfg[/code] Start up TF2 in textmode and run the batch script, congrats you win
What do I win?
Chatting in textmode
[QUOTE=Neckbeard;20846298]What do I win?[/QUOTE] Hopefully something besides another Jarate...
[QUOTE=BonzaiKitten;20846319]Chatting in textmode[/QUOTE] Why would I want to chat with people if I'm going to be idle?
I don't know. If you don't want to, then why are you here?
To provide criticism.
textmode is discovered very closely to the release of the community stuff update Coincidence? I think not. Valve is keeping record of everyone who uses textmode and will punish them somehow. just a theory.
That's just dumb, it's a command line for hl2.exe.
[QUOTE=SkynrdFan1;20846680]textmode is discovered very closely to the release of the community stuff update Coincidence? I think not. Valve is keeping record of everyone who uses textmode and will punish them somehow. just a theory.[/QUOTE] I think we've already discussed this and come to the conclusion that paranoid fucks are exactly that; paranoid fucks.
That's what they want you to think.
He's right. 9/11 was by Valve. One guy in the building idled in a pre-alpha version of TF2.
[QUOTE=SGTNAPALM;20847092]He's right. 9/11 was by Valve. One guy in the building idled in a pre-alpha version of TF2.[/QUOTE] I just imagined Gabe crashing through the towers. :geno:
[QUOTE=Akasori;20848094]I just imagined Gabe crashing through the towers. :geno:[/QUOTE] I imagined Gabe flying at the towers,singing Trolololo :v:
That's quite a clever script, I'm using it right now, really practical because I can join a team and make sure I'm not kicked by those retarded servers that kick you for spectating. Also, the "timeout" command doesn't exist on XP, so I use this instead: [code]ping 10.10.10.10 -n 1 -w 100 > NUL[/code]
-textmode has always been in source. It's just that nobody realized up until now it could be used for first-party idling. And simply put, it'd be pretty hard to keep track of everyone using -textmode. The [b]most[/b] Valve is allowed to do is remove items earned while using -textmode, nothing else. They won't give away angel wings or anything.
Updated OP with a version that has the quotation mark crash, since you need it for more complex aliases and binds.
[QUOTE=Akasori;20848094]I just imagined Gabe crashing through the towers. :geno:[/QUOTE] [QUOTE=Prism;20848118]I imagined Gabe flying at the towers,singing Trolololo :v:[/QUOTE] I laughed so hard.
Sorry, you need to Log In to post a reply to this thread.