Lol.. I remember beihng fussed about this too..
the send opion had the problem that the css and the terrorist had differnt lists..
so i made this script.
You make a shopping list, and then you send buy bla bla bla bla into the console.:
Code:
#SingleInstance force
;----------------------VAriables
CSSshopingList =
Return
;-------------------------Buy aider.
~Numpad0::CSSshopingList = %CSSshopingList%buy vest{Enter}buy vesthelm{Enter}buy defuser{Enter}
~NumpadDot::CSSshopingList = %CSSshopingList%buy scout{Enter}buy primammo{Enter}
~Numpad1::CSSshopingList = %CSSshopingList%buy m4a1{Enter}buy ak47{Enter}buy primammo{Enter}buy primammo{Enter}
~Numpad2::CSSshopingList = %CSSshopingList%buy awp{Enter}buy primammo{Enter}
~Numpad3::CSSshopingList = %CSSshopingList%buy hegrenade{Enter}buy flashbang{Enter}buy flashbang{Enter}buy smokegrenade{Enter}
~Numpad4::CSSshopingList = %CSSshopingList%buy p90{Enter}buy primammo{Enter}
~Numpad5::CSSshopingList = %CSSshopingList%buy tmp{Enter}buy mac10{Enter}buy primammo{Enter}
~Numpad6::CSSshopingList = %CSSshopingList%buy aug{Enter}buy sg552{Enter}buy primammo{Enter}
~Numpad7::CSSshopingList = %CSSshopingList%buy deagle{Enter}buy secammo{Enter}
~Numpad8::CSSshopingList = %CSSshopingList%buy m3{Enter}buy primammo{Enter}
~NumPad9::CSSshopingList = %CSSshopingList%buy ump45{Enter}
~NumpadSub::CSSshopingList = %CSSshopingList%buy mp5navy{Enter}buy primammo{Enter}
NumpadEnter::
;CSSBuyItemsFunc(CSSshopingList) ;Execute, so buy the stuff,
CSSconsoleInput(CSSshopingList, "{Enter}``")
CSSshopingList =
Return
NumpadAdd::CSSshopingList = ;clear the list.
;CSSBuyItemsFunc(Stuff2Buy)
;{
;Send, ``
;SendInput,%Stuff2Buy%{Enter}``
;}
;-------------------Setting adjustment
F3::CSSconsoleInput("sensitivity{Space}0.25{Enter}","")
F4::CSSconsoleInput("sensitivity{Space}0.7{Enter}","")
F5::CSSconsoleInput("cl_crosshairscale 10000","{Enter}``") ;Small crosshair
F6::CSSconsoleInput("cl_crosshairscale 1","{Enter}``") ;No crosshair
F7::CSSconsoleInput("cl_crosshairalpha 500","{Enter}``") ;no transparency
F8::CSSconsoleInput("cl_crosshairalpha 90","{Enter}``") ;high transparency.
F9::CSSconsoleInput("sensitivity{Space}","")
F10::
SendInput connect 84.16.224:28600 Tactics
Sleep 1000
SendInput {Bs 8}
Return
F11::
SendInput connect 195.149.21.156:27015 TheBeerWarriors
Sleep 1000
SendInput {Bs 16}
Return
CSSconsoleInput(CmdAndParm,EndParm)
{
Send, ``
SendInput,%CmdAndParm%%EndParm%
}
~RCtrl & a::
ExitApp