Busti Posted April 19, 2006 Posted April 19, 2006 (edited) this programm aims on the colors of the heads Color aimbot v0.45 Beta by Busti!Models : http://rapidshare.de/files/14704535/player.rar.html-move models to : cstrike/models- run exe- run cs- join serverF11 = teamtoggleF10 = close programmexefile :http://www.uploaditnow.d2shopit.com/downlo...vnbeMNJpf9aGmJIconfigfile :expandcollapse popup;#config.cfg : [debugmodus] DBG-Debug =0 ;DONT CHANGE YOU REALLY DONT NEED IT *happy.gif* [hotkeys] ExitButton = {F10} ;the exit button...... AimTeamToggle = {F11} ;toggle the teams. IncreaseFOV = {INS} ;increase the "FOV" (= Field of Vision) DecreaseFOV = {DEL} ;decrease the "FOV" (= Field of Vision) IncreaseINC = {HOME} ;increase the value of Increment (how much pixel wont/will be searched) (ENG = HOME \ GER = POS1) DecreaseINC = {END} ;increase the value of Increment (how much pixel wont/will be searched) [opt] HardAim =1 ;If the aimbot found a target, he will stay ;on the target and decrease the pixelradius, ;and he will stay on the head :P BoxSize =20 ; The Radius of the coloraimbot. InOrDecreaseBoxSizeBy = 2 ; In / De - Crease the box Size by pressing the button by the value InOrDecreaseIncSizeBy = 1 ; In / De - Crease the Increment Size by pressing the button by the value AutomaticIncIncrease = 0 ; Increases the "Increment" Size Automatic with the new box Size. ; --- !!! --- WARNING --- !!! --- ; YOU CAN ONLY INCREASE OR DECREASE INC INGAME IF AUTOMATICINCINCRASE = 0 !!!!!! ; --- !!! --------------- !!! --- AutoShoot = 1 ; Shoot if found a Target. AutoShootDelay = 65 ; The value for each shot. Increment =2 ; smaller = slower ; The search speed, how much pixels he wont search ; ex. ; 4 - 8 - 12... ; 4 - 8 - 12... ; if BoxSize = 30 then he scanns : ; 4 - 8 - 12 - 16 - 20 - 24 - 28 - 32 ... ; 4 - ..... ; 2 is a real good value Weight =800 ; X - of CS Heigh =600 ; Y - of CS Correct_X = 0 ; Aim Correction - Found Pixel + Correct_X Correct_Y = 0 ; Aim Correction - Found Pixel + Correct_Y [Colors] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+\ Terror-RedMAX = 255 Terror-RedMIN = 0 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+| Terror-GreenMAX = 2 Terror-GreenMIN = 0 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+| Terror-BlueMAX = 2 Terror-BlueMIN = 0 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+| CTerror-RedMAX = 15 CTerror-RedMIN = 0 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+| CTerror-GreenMAX = 15 CTerror-GreenMIN = 0 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+| CTerror-BlueMAX = 255 CTerror-BlueMIN = 20 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~+/ ;; RGB FARBENsource :expandcollapse popupAutoItSetOption("PixelCoordMode", 0) AutoItSetOption("MouseCoordMode", 0) AutoItSetOption("mustdeclarevars", 1) #include <color.au3> #include <process.au3> #NoTrayIcon Dim $beta = 0 Dim $DBGMode = 0 Local $DBGREAD = IniRead( "config.cfg", "debugmodus", "DBG-Debug", "99") If $DBGREAD = 1 Then Dim $DBGMode = 1 ElseIf $DBGREAD = 0 Then Dim $DBGMode = 0 Else Dim $BBGMode = 0 EndIf If $beta = 1 Then MsgBox(0, "WARNING", "This programm does NOT! log your SteamID !!!") _RunDOS( "start www.m-nation.de") EndIf #cs ct: blau: 255-20, rot: 11-0, grün: 11-0 t: blau=0,rot=255,grün=0 #ce Local $AimBoxSize = IniRead( "config.cfg", "opt", "BoxSize", "10") Local $AutoShoot = IniRead( "config.cfg", "opt", "AutoShoot", "1") Local $AutoShootDelay = IniRead( "config.cfg", "opt", "AutoShootDelay", "125") Local $incRead = IniRead( "config.cfg", "opt", "Increment", "2") Local $csWeight = IniRead( "config.cfg", "opt", "Weight", "800") Local $csHeigh = IniRead( "config.cfg", "opt", "Heigh", "600") Local $HardAim = IniRead( "config.cfg", "opt", "HardAim", "1") Local $trmax = IniRead( "config.cfg", "Colors", "Terror-RedMAX", "255") Local $trmin = IniRead( "config.cfg", "Colors", "Terror-RedMIN", "0") Local $tgmax = IniRead( "config.cfg", "Colors", "Terror-GreenMAX", "5") Local $tgmin = IniRead( "config.cfg", "Colors", "Terror-GreenMIN", "0") Local $tbmax = IniRead( "config.cfg", "Colors", "Terror-BlueMAX", "5") Local $tbmin = IniRead( "config.cfg", "Colors", "Terror-BlueMIN", "0") Local $ctrmax = IniRead( "config.cfg", "Colors", "CTerror-RedMAX", "11") Local $ctrmin = IniRead( "config.cfg", "Colors", "CTerror-RedMIN", "0") Local $ctgmax = IniRead( "config.cfg", "Colors", "CTerror-GreenMAX", "11") Local $ctgmin = IniRead( "config.cfg", "Colors", "CTerror-GreenMIN", "0") Local $ctbmax = IniRead( "config.cfg", "Colors", "CTerror-BlueMAX", "255") Local $ctbmin = IniRead( "config.cfg", "Colors", "CTerror-BlueMIN", "20") Local $c_X = IniRead( "config.cfg", "opt", "Correct_X", "0") Local $c_Y = IniRead( "config.cfg", "opt", "Correct_Y", "0") Local $csSize If $DBGMode = 1 Then ToolTip( "INIREADS PASSED.", 0, 0, "DebugMode") Sleep(1000) EndIf ;CT's Dim $cT_rMAX = $ctrmax Dim $cT_rMIN = $ctrmin Dim $cT_gMAX = $ctgmax Dim $cT_gMIN = $ctgmin Dim $cT_bMAX = $ctbmax Dim $cT_bMIN = $ctbmin ;Terrors Dim $T_rMAX = $trmax Dim $T_rMIN = $trmin Dim $T_gMAX = $tgmax Dim $T_gMIN = $tgmin Dim $T_bMAX = $tbmax Dim $T_bMIN = $tbmin ;Local Variablen Dim $inc = $incRead Dim $startX = $AimBoxSize Dim $startY = $AimBoxSize Dim $screenX = $csWeight Dim $screenY = $csHeigh $csSize = _GetCSSize() If Not $csSize = 0 Then Dim $screenX = $csSize[0] Dim $screenY = $csSize[1] Else EndIf Dim $maxaimX = ($screenX / 2 + $startX / 2) Dim $maxaimY = ($screenY / 2 + $startY / 2) Dim $minaimX = ($screenX / 2 - $startX / 2) Dim $minaimY = ($screenY / 2 - $startY / 2) Dim $countX = $minaimX Dim $countY = $minaimY Dim $team = 0; off Dim $save_x, $save_y, $timer, $hdc, $color, $getCol, $gRed, $gGre, $gBlu, $co, $r, $g, $b Dim $handle, $AlreadyShown = 0, $AlreadyShown1 = 0, $AlreadyShown2 = 0, $c_Size Dim $ExitKey,$TeamKey,$IBoxKey,$DBoxKey,$DIncKey,$IIncKey If $DBGMode = 1 Then ToolTip( "DEKLARATIONS PASSED.", 0, 0, "DebugMode") Sleep(1000) EndIf While 1 $AimBoxSize = IniRead( "config.cfg", "opt", "BoxSize", "10") $AutoShoot = IniRead( "config.cfg", "opt", "AutoShoot", "1") $AutoShootDelay = IniRead( "config.cfg", "opt", "AutoShootDelay", "125") $incRead = IniRead( "config.cfg", "opt", "Increment", "2") $csWeight = IniRead( "config.cfg", "opt", "Weight", "800") $csHeigh = IniRead( "config.cfg", "opt", "Heigh", "600") $startX = $AimBoxSize $startY = $AimBoxSize $maxaimX = ($screenX / 2 + $startX / 2) $maxaimY = ($screenY / 2 + $startY / 2) $minaimX = ($screenX / 2 - $startX / 2) $minaimY = ($screenY / 2 - $startY / 2) $countX = $minaimX $countY = $minaimY $ExitKey = IniRead( "config.cfg", "hotkeys", "ExitButton", "{F10}") $TeamKey = IniRead( "config.cfg", "hotkeys", "AimTeamToggle", "{F11}") $IBoxKey = IniRead( "config.cfg", "hotkeys", "IncreaseFOV", "{INS}") $DBoxKey = IniRead( "config.cfg", "hotkeys", "DecreaseFOV", "{DEL}") $DIncKey = IniRead( "config.cfg", "hotkeys", "IncreaseINC", "{HOME}") $IIncKey = IniRead( "config.cfg", "hotkeys", "DecreaseINC", "{END}") HotKeySet($ExitKey, "close") HotKeySet($TeamKey, "teamtoggle") HotKeySet($IBoxKey, "IncreaseBox") HotKeySet($DBoxKey, "DecreaseBox") HotKeySet($IIncKey, "DecreaseIncrement") HotKeySet($DIncKey, "IncreaseIncrement") If $AlreadyShown = 0 Then If $DBGMode = 1 Then ToolTip( "HOTKEYS PASSED.", 0, 0, "DebugMode") Sleep(1000) $AlreadyShown = 1 EndIf EndIf If ProcessExists( "cstrike.exe") Or ProcessExists( "hl.exe") Then For $countX = $minaimX To $maxaimX Step $inc If $AlreadyShown1 = 0 Then If $DBGMode = 1 Then ToolTip( "FORLOOP1 PASSED.", 0, 0, "DebugMode") Sleep(1000) $AlreadyShown1 = 1 EndIf EndIf For $countY = $minaimY To $maxaimY Step $inc If $AlreadyShown2 = 0 Then If $DBGMode = 1 Then ToolTip( "FORLOOP2 PASSED.", 0, 0, "DebugMode") Sleep(1000) $AlreadyShown2 = 1 EndIf EndIf ;If $countY > $maxaimY Then ExitLoop If $team = 1 Then If GetPixel($countX, $countY, 1) = 1 Then $timer = TimerStart () While GetPixel($countX, $countY, 1) = 1 _SetCursorPos($countX + $c_X, $countY + $c_Y) If $HardAim = 1 Then #cs $maxaimX = ($screenX / 2 + $startX / 2) $maxaimY = ($screenY / 2 + $startY / 2) While GetPixel($countX, $countY, 1) = 1 For $countX = $minaimX To $maxaimX Step $inc For $countY = $minaimY To $maxaimY Step $inc If GetPixel($countX, $countY, 1) = 1 Then _SetCursorPos($countX + $c_X, $countY + $c_Y) If $AutoShoot = 1 Then $timer = TimerStart () If $timer >= $AutoShootDelay Then MouseClick( "left") Else _SetCursorPos($countX + $c_X, $countY + $c_Y) EndIf TimerStop ($timer) EndIf Next Next WEnd $maxaimX = ($screenX / 2 + $startX / 2) $maxaimY = ($screenY / 2 + $startY / 2) #ce EndIf If $AutoShoot = 1 Then $timer = TimerStart () If $timer >= $AutoShootDelay Then MouseClick( "left") Else _SetCursorPos($countX + $c_X, $countY + $c_Y) EndIf TimerStop ($timer) EndIf WEnd EndIf ElseIf $team = 2 Then If GetPixel($countX, $countY, 2) = 1 Then While GetPixel($countX, $countY, 2) = 1 _SetCursorPos($countX + $c_X, $countY + $c_Y) If $AutoShoot = 1 Then $timer = TimerStart () If $timer >= $AutoShootDelay Then MouseClick( "left") Else _SetCursorPos($countX + $c_X, $countY + $c_Y) EndIf TimerStop ($timer) EndIf WEnd EndIf Else ;idle EndIf Next Next Else ;idle EndIf Sleep(10) WEnd Func IncreaseIncrement() Local $IREAD, $NewRead, $Dec2Read $Dec2Read = IniRead( "config.cfg", "opt", "InOrDecreaseIncSizeBy", "1") If IniRead( "config.cfg", "opt", "AutomaticIncIncrease", "1") = 0 Then $IREAD = IniRead( "config.cfg", "opt", "Increment", "2") IniWrite( "config.cfg", "opt", "Increment", $IREAD + $Dec2Read) $NewRead = IniRead( "config.cfg", "opt", "Increment", "2") Else SplashTextOn("", 'Sorry, You need to Turn "AutomaticIncIncrease" to 0 to use this function', 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() Return 0 EndIf SplashTextOn("", 'New Increment Radius : ' & $NewRead, 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() EndFunc ;==>IncreaseIncrement Func DecreaseIncrement() Local $IREAD, $NewRead, $Dec2Read $Dec2Read = IniRead( "config.cfg", "opt", "InOrDecreaseIncSizeBy", "1") If IniRead( "config.cfg", "opt", "AutomaticIncIncrease", "1") = 0 Then $IREAD = IniRead( "config.cfg", "opt", "Increment", "2") IniWrite( "config.cfg", "opt", "Increment", $IREAD - $Dec2Read) $NewRead = IniRead( "config.cfg", "opt", "Increment", "2") Else SplashTextOn("", 'Sorry, You need to Turn "AutomaticIncIncrease" to 0 to use this function', 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() Return 0 EndIf SplashTextOn("", 'New Increment Radius : ' & $NewRead, 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() EndFunc ;==>DecreaseIncrement Func IncreaseBox() Local $IREAD, $NewRead, $DecRead $DecRead = IniRead( "config.cfg", "opt", "InOrDecreaseBoxSizeBy", "2") $IREAD = IniRead( "config.cfg", "opt", "BoxSize", "10") IniWrite( "config.cfg", "opt", "BoxSize", $IREAD + $DecRead) If IniRead( "config.cfg", "opt", "AutomaticIncIncrease", "1") = 1 Then Local $old = IniRead("config.cfg", "opt", "Increment", "2") If $old <= "4" Then IniWrite( "config.cfg", "opt", "Increment", "2") Else IniWrite( "config.cfg", "opt", "Increment" , (($IREAD - $DecRead))) EndIf EndIf $NewRead = IniRead( "config.cfg", "opt", "BoxSize", "10") SplashTextOn("", "New AimBoxSize(FOV) : " & $NewRead, 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() EndFunc ;==>IncreaseBox Func DecreaseBox() Local $IREAD, $NewRead, $DecRead, $old $DecRead = IniRead( "config.cfg", "opt", "InOrDecreaseBoxSizeBy", "2") $IREAD = IniRead( "config.cfg", "opt", "BoxSize", "10") IniWrite( "config.cfg", "opt", "BoxSize", $IREAD - $DecRead) If IniRead( "config.cfg", "opt", "AutomaticIncIncrease", "1") = 1 Then Local $old = IniRead("config.cfg", "opt", "Increment", "2") If $old <= "4" Then IniWrite( "config.cfg", "opt", "Increment", "2") Else IniWrite( "config.cfg", "opt", "Increment" , (($IREAD - $DecRead) / 2)) EndIf EndIf $NewRead = IniRead( "config.cfg", "opt", "BoxSize", "10") SplashTextOn("", "New AimBoxSize(FOV) : " & $NewRead, 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() EndFunc ;==>DecreaseBox Func _GetCSSize() Local $timer $timer = TimerInit() While Not ProcessExists( "cstrike.exe") Sleep(1) If $timer >= 3000 Then Return 0 WEnd If ProcessExists( "cstrike.exe") Then While Not WinExists( "counter-strike") Sleep(1) WEnd EndIf $c_Size = WinGetClientSize( "counter-strike") Return $c_Size EndFunc ;==>_GetCSSize Func _GetPixel($x, $y) Dim $color $hdc = DllCall("user32", "ptr", "GetDC", "hwnd", 0) $color = DllCall("gdi32", "long", "GetPixel", "int", $hdc[0], "int", $x, "int", $y) $color = Hex($color[0], 6) $color = StringRight($color, 2) & StringMid($color, 3, 2) & StringLeft($color, 2) Return $color EndFunc ;==>_GetPixel Func teamtoggle() If $DBGMode = 1 Then ToolTip( "TEAMTOGGLE PASSED.", 0, 0, "DebugMode") Sleep(1000) EndIf If Not $team = 1 And Not $team = 2 Then $team = 1 If $team = 1 Then $team = 2 SplashTextOn("", "Aiming on Terrorists", 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() ElseIf $team = 2 Then $team = 1 SplashTextOn("", "Aiming on Counter-Terrorists", 150, 15, 0, 0, 1, "Arial", "8") Sleep(1000) SplashOff() #cs ElseIf $team = 3 Then $team = 1 ToolTip( "Aiming on : " & " Nothing", 0, 0) Sleep(2000) ToolTip("") #ce EndIf EndFunc ;==>teamtoggle Func GetPixel($x, $y, $wtm) SetError(1) If $wtm = 1 Or $wtm = "True" Then;~~~counters~~~ $getCol = PixelGetColor($x, $y) $gRed = _ColorGetRed($getCol) $gGre = _ColorGetGreen($getCol) $gBlu = _ColorGetBlue($getCol) If $gRed <= $cT_rMAX And $gRed >= $cT_rMIN And $gGre <= $cT_gMAX And $gGre >= $cT_gMIN And $gBlu <= $cT_bMAX And $gBlu >= $cT_bMIN Then SetError(0) Return 1 Else EndIf ElseIf $wtm = 2 Or $wtm = "False" Then;~~~terrors~~~ $getCol = PixelGetColor($x, $y) $gRed = _ColorGetRed($getCol) $gGre = _ColorGetGreen($getCol) $gBlu = _ColorGetBlue($getCol) If $gRed <= $T_rMAX And $gRed >= $T_rMIN And $gGre <= $T_gMAX And $gGre >= $T_gMIN And $gBlu <= $T_bMAX And $gBlu >= $T_bMIN Then SetError(0) Return 1 Else EndIf Else; nix machen EndIf Return 0 EndFunc ;==>GetPixel #cs While 1 SplashTextOn( "" , "" ,10,10, MouseGetPos(0),MouseGetPos(1) ) Sleep(10) WEnd #ce Func _SetCursorPos($x, $y, $dll_h = "user32.dll") ;~ http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/resources/cursors/cursorreference/cursorfunctions/setcursorpos.asp Local $return = DllCall($dll_h, "int", "SetCursorPos", "int", $x, "int", $y) Return $return[0] EndFunc ;==>_SetCursorPos Func close() Exit EndFunc ;==>closehope this is working version^^ working on : ingame menu, little better aim Edited April 19, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
viking Posted April 19, 2006 Posted April 19, 2006 What kind of models is this? Custom models with bright colored heads?
Busti Posted April 19, 2006 Author Posted April 19, 2006 red and blue heads^^ My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Busti Posted April 19, 2006 Author Posted April 19, 2006 thx, test it =)^^ new things i addet on working on : the new getpixel function, should be better ^^ need to implent it^^ My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 20, 2006 Posted April 20, 2006 red and blue heads^^so the people have to have red and blue heads for this to work??? Check out ConsultingJoe.com
ConsultingJoe Posted April 20, 2006 Posted April 20, 2006 so has anyone tried this, does it work??? Check out ConsultingJoe.com
Busti Posted April 20, 2006 Author Posted April 20, 2006 (edited) so has anyone tried this, does it work???you can download the models in this post, and it works Models : http://rapidshare.de/files/14704535/player.rar.htmlput them into :X:\Steam\SteamApps\?\Counter-Strike\Cstrike\Models\..((((( save old playerz ))))) Edited April 20, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 21, 2006 Posted April 21, 2006 you can download the models in this post, and it works Models : http://rapidshare.de/files/14704535/player.rar.htmlput them into :X:\Steam\SteamApps\?\Counter-Strike\Cstrike\Models\..((((( save old playerz )))))this doesnt work it just shoots at random things, the walls, ground. am I doing something wrong. I installed the files. they were not in the same dir exactly. I installed it here:C:\Program Files\Valve\Steam\SteamApps\bdizzal\counter-strike\cstrike\modelslet me know what is wrong, Thank you Check out ConsultingJoe.com
Busti Posted April 21, 2006 Author Posted April 21, 2006 o_O did you change your resolution in the config file ? My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 21, 2006 Posted April 21, 2006 o_Odid you change your resolution in the config file ?no I didn't I will try that, But There wasn't even a guy there before it started to shoot. It locked on to a redish window.Is that the right Dir to put the files though? Check out ConsultingJoe.com
Simucal Posted April 21, 2006 Posted April 21, 2006 no I didn't I will try that, But There wasn't even a guy there before it started to shoot. It locked on to a redish window.Is that the right Dir to put the files though?If it is locking on random objects like windows.. then it sounds like the color the aimbot is using isnt unique enough. Remake the player models with the most unique color you can find to the game and adjust your script accordingly. For some reason "red" just doesnt seem to be a very good idea. AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Busti Posted April 21, 2006 Author Posted April 21, 2006 but it works for me, put the aimbot files where ever you want,but you need to change the resolution , otherwhise he will search in a wrong area ! i can make a demo My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Busti Posted April 21, 2006 Author Posted April 21, 2006 (edited) video for settings :www.mitglied.lycos.de/andiii/meinvideo.html Edited April 21, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Busti Posted April 21, 2006 Author Posted April 21, 2006 cs demo :http://www.megaupload.com/?d=KJ5OEDWZ My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 21, 2006 Posted April 21, 2006 ok, i set the screen dementions, and tried it again. It lags the game really bad and still does seen to aim right. are the guys supossed to be red and blue because there not. so??? I will look more into the code to figure it out thanks Check out ConsultingJoe.com
Busti Posted April 21, 2006 Author Posted April 21, 2006 yep terrorists = red and counter-terrorists = blue press F11 to Toggle the Teams My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 22, 2006 Posted April 22, 2006 yep terrorists = redand counter-terrorists = bluepress F11 to Toggle the Teamswell I copied the files and the guys are not red or blue so what could be wrong Check out ConsultingJoe.com
Busti Posted April 22, 2006 Author Posted April 22, 2006 (edited) wtf^^counterstrike 1.6 right ?http://mitglied.lycos.de/andiii/Blablup.JPG Edited April 22, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
ConsultingJoe Posted April 22, 2006 Posted April 22, 2006 now I'm not sure. How do I find out. I have 2 versions. I stole one from my girlfriends brother Check out ConsultingJoe.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now