Posted December 31, 200519 yr i wanted to know how to make a menu like a hack menu that has options like play sound spam chat iv looked at google for about 1 h and found nothing. can anyone plz help? if u want my email just pm me
December 31, 200519 yr Author is there a way to do it like when u press f10 it will spam with out u having it to press again. like it keeps spamimg without u doind anything. and when u press f11 it stops?
December 31, 200519 yr Author ur not understanding i dont want to bind buttons i want to autospam like without pressing buttons only f10 to activate then it keeps autospamimg
January 1, 200619 yr Tell me exactly what you want to spam there buddy. I'll write the script and post it here if anyone else wants it.
January 1, 200619 yr Author ok i press f11 and it starts spamimg like wow its the ultimate spammer it never stops look at the spam wow it keeps spamimg yes it wont stop u cant ban me u cant kick me ikl still spam yah i will then i press f12 and it stops spamimg.... OR u can make like a menu like a hack menu .lets say i scroll to a manu called spam theres an option start spam and stop spam. Start spam will make it spam and STop will stop it, Then theres another optiopn like the voice anoy hack that will play that voice. ps. only the script will be fine the menu dosent matter but thx a lot
January 1, 200619 yr k heres one make this a separate .cfg and execute it alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait" alias "wait50" "wait10; wait10; wait10; wait10; wait10" alias "wait100" "wait50; wait50" alias "wait200" "wait100; wait100" say "-ROFL wait200 say "--ROFL wait200 say "---ROFL wait200 say "----ROFL wait200 say "-----ROFL wait200 say "------ROFL wait200 say "-----ROFL wait200 say "----ROFL wait200 say "---ROFL wait200 say "--ROFL wait200 say "-ROFL wait200 say "RO--------FL wait200 say "RO-------FL wait200 say "RO------FL wait200 say "RO-----FL wait200 say "RO----FL wait200 say "RO---FL wait200 say "RO--FL wait200 say "RO-FL wait200 say "ROFL wait200 say "L O L wait200 say " L O L wait200 say " L O L wait200 say " LOL wait200 say " zOMG h4x wait200 say "zOMG h4x wait200 say " zOMG h4x wait200 say "zOMG h4x
January 1, 200619 yr k heres one make this a separate .cfg and execute it alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait" alias "wait50" "wait10; wait10; wait10; wait10; wait10" alias "wait100" "wait50; wait50" alias "wait200" "wait100; wait100" say "-ROFL wait200 say "--ROFL wait200 say "---ROFL wait200 say "----ROFL wait200 say "-----ROFL wait200 say "------ROFL wait200 say "-----ROFL wait200 say "----ROFL wait200 say "---ROFL wait200 say "--ROFL wait200 say "-ROFL wait200 say "RO--------FL wait200 say "RO-------FL wait200 say "RO------FL wait200 say "RO-----FL wait200 say "RO----FL wait200 say "RO---FL wait200 say "RO--FL wait200 say "RO-FL wait200 say "ROFL wait200 say "L O L wait200 say " L O L wait200 say " L O L wait200 say " LOL wait200 say " zOMG h4x wait200 say "zOMG h4x wait200 say " zOMG h4x wait200 say "zOMG h4x Very nice, i'll be replacing the messages with much more offensive shit.
January 2, 200619 yr Here's a script I wrote the other night. You might want to give it a try. Not really too hard to add your own things to say if you know how to script a little. ///////////////////////////////////// // // Text Spam Script Written By: // // Joe // // (This script makes use of the "_special" command) // /////////////::Commands::///////////// // // txt_t: This is the command that turns the script on. // //////////////::Binds:://///////////// //Feel free to change the key to whatever you want. bind F11 "txt_t" //////////::Stock Aliases::////////// //Change these to whatever you want. alias a1 "say wow its the ultimate spammer" alias a2 "say it never stops" alias a3 "say look at the spam" alias a4 "say wow it keeps spamimg" alias a5 "say u cant ban me" alias a6 "say u cant kick me" alias a7 "say ill still spam" alias a8 "say yah i will" //Don't change this. alias w "wait" //Don't change this. ///////////////////////////////////// alias "+txt" "alias _special txt; txt" alias "-txt" "alias _special; txt" alias "txt" "txt-cyc; w; special" alias "txt-cyc" "txt-cyc1" alias "txt-cyc1" "a1; alias txt-cyc txt-cyc2" alias "txt-cyc2" "a2; alias txt-cyc txt-cyc3" alias "txt-cyc3" "a3; alias txt-cyc txt-cyc4" alias "txt-cyc4" "a4; alias txt-cyc txt-cyc5" alias "txt-cyc5" "a5; alias txt-cyc txt-cyc6" alias "txt-cyc6" "a6; alias txt-cyc txt-cyc7" alias "txt-cyc7" "a7; alias txt-cyc txt-cyc8" alias "txt-cyc8" "a8; alias txt-cyc txt-cyc1" //////////::Script Toggle::////////// alias txt_t "txt_on" alias txt_on "+txt; alias txt_t txt_off" alias txt_off "-txt; alias txt_t txt_on" ///////////////////////////////////// This was written to S!per's requests mind you. On a side note, the server might stop you from flooding the server so it might only show the first line.
January 2, 200619 yr Author thx so much man this works great! ps. i added u to my buddylist hope to see u on :)
January 2, 200619 yr Ya, scripting isn't too hard once you understand a few things. I guess I'll take requests if you guys want something.
January 4, 200619 yr Author ok i jusr download a hack and changed its menu like instead of aim bot i put server stuff heres a preview "Server Stuff" { "Server stuff" { "Advanced" { "Say hi,rcon say wasup,The console says hi" "Gravity,sv_gravity 250,changes gravity on server" } but when i clikc on the option it says uknown alias or cvars:confused: wat should i do? the hack that im using with this is called GDCS s VT200
January 4, 200619 yr Author there is a alias file in the hack but i dont think that would do anything and were it says unknown alias or cvars is in the hack console not the player console:confused:
January 5, 200619 yr Ok, first off, you have to have this menu named "commandmenu.txt". That makes it so when you use the +commandmenu command it brings up your custom menu as opposed to the default one. Here is an example of a menu. (Using your example): "1" "Server Commands" { "1" "Say Hi" "rcon say wasup" //The console says hi "2" "Gravity" "sv_gravity 250" //Changes gravity on server } Different cheats have different menu formats, and almost none are compatible with CS. You're usually just better off just making your own. Menus that is. EDIT: I reread your post and it occured to me that you wanted to do server commands with a hack menu. Usually the most common thing used is the "#" symbol. You'll want to put that infront of the real commands to make them work properly in the game. I can't really help you any further than that because I havn't hacked since EndVac was new. (I'm a little behind the times, plus all this VAC2 business. I don't really feel like risking my only account.)