• CS:GO - Aim changer / generator
    25 replies, posted
[B]Hello fellow facepunchers![/B] I searched around and found NOTHING about this aim changer to CS:GO. That made me truly dissapointed, sence I believe the CS:GO original aim is.. Well.. Pretty bad. So I found this: [URL=http://www.krisskarbo.com/csgocrosshair/#alpha=200/color=5/color_b=50/color_r=50/color_g=250/dot=0/gap=0/size=5/style=0/usealpha=1/thickness=0.5/outline=0/outline_draw=0]CS:GO - Crosshair generator[/URL] Basicly what it is, is that it allows you to customize and make a new crosshair for Global Offencive. This way, you can optimize the crosshair to be the way YOU want it to be, so that you can aim just as good as you did in 1.6 and source. Here is a link to my crosshair: [URL=http://www.krisskarbo.com/csgocrosshair/#alpha=255/color=1/color_b=50/color_r=50/color_g=250/dot=1/gap=1/size=4/style=2/usealpha=1/thickness=1/outline=1/outline_draw=1]My Crosshair[/URL] And here is how to use/"install" your crosshair: [B]Step 1;[/B] Make a crosshair, and copy the code below. [T]http://i.imgur.com/F9YrzSt.jpg[/T] [B]Step 2;[/B] Open the folders: Counter Strike: Golbal Offensive/csgo/cfg (NOTE: "autoexec.cfg" will not exist for you. (yet)) [T]http://i.imgur.com/oeSVh3H.jpg[/T] [B]Step 3[/B] and [B]Step 4;[/B] Copy the "config.cfg" and rename it to "autoexec.cfg" - Then erase everything in it. Paste the code from the web and add "host_writeconfig" at the bottom. Then start CS.GO [T]http://i.imgur.com/liR6pFp.jpg[/T] [B]Hope this will help you as much as it helped me! I love the old crosshairs, and will always do.[/B] [B][U]- If you run into any errors, feel free to ask me, and I will gladly help you.[/U][/B]
neat
[QUOTE=MasterBlock;41695302]neat[/QUOTE] Glad you liked it! - Now, go get some killz.
Thanks for this. I modified mine all the time in CS:S; took me about six months to get it how I wanted. This definitely makes it a lot easier for CS:GO.
[QUOTE=code_gs;41695319]Thanks for this. I modified mine all the time in CS:S; took me about six months to get it how I wanted. This definitely makes it a lot easier for CS:GO.[/QUOTE] I'm just glad I can be of use. Hopefully it wont take you 6 months this time thoug ;)
Oh now this is just beautiful. Every game needs this. If only I could get it to look like my badass Blacklight: Retribution crosshair.
Ah, blacklight.. Love that game! I don't think that crosshair would fit in terms of the counter strike setup tough..
Nostalgia'd hard, did something similar in my CS 1.x days. Other than that, useful!
Gosh darn. Will definitely try to bind different crosshairs to keys. Some colors don't work in certain conditions.
How is this an "Aim changer/generator" All it does is generate a new crosshair
[QUOTE=Mooe94;41696235]Gosh darn. Will definitely try to bind different crosshairs to keys. Some colors don't work in certain conditions.[/QUOTE] If you suceed, tell me how, please! [QUOTE=kill3r;41696307]How is this an "Aim changer/generator" All it does is generate a new crosshair[/QUOTE] Did you come here to enjoy, or complain? It generates a CODE for a crosshair, so you don't have to.
[QUOTE=loppan997;41696424]If you suceed, tell me how, please![/QUOTE] On the Crosshair Generator page, you can press the "+" sign to the upper right to generate the crosshair. There you can bind any key you want and it will generate a code that is binded to the chosen key. What you do next is that you put this code into an autoexec.cfg file and save it into the cfg folder. Also don't forget to put "exec autoexec.cfg" in config.cfg. Guide here anyway: [url]http://www.hattongames.com/2012/06/how-to-create-an-autoexec-file-for-csgo/[/url] Edit: So for example I have this in autoexec.cfg: [code]alias "bind1" "cl_crosshairalpha 255;cl_crosshaircolor 4;cl_crosshaircolor_b 178;cl_crosshaircolor_r 0;cl_crosshaircolor_g 51;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 7;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 1;cl_crosshair_outline_draw 0;" //&bind_1 alias "bind2" "cl_crosshairalpha 255;cl_crosshaircolor 1;cl_crosshaircolor_b 178;cl_crosshaircolor_r 0;cl_crosshaircolor_g 51;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 7;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 1;cl_crosshair_outline_draw 0;" //&bind_2 bind "X" "bind1" // Chrosshair 'bind1' bind "C" "bind2" // Chrosshair 'bind2' alias "toggle_bind1" "bind1;bind C toggle_bind2;" alias "toggle_bind2" "bind2;bind C toggle_bind1;" bind "C" "toggle_bind1" // Toggle crosshairs alias "binds" "echo 'X': Crosshair 'bind1';echo 'C': Crosshair 'bind2';echo 'C': Toggle 2 crosshairs;"[/code] I switch between the color Green and Pink using the keys X and C.
[QUOTE=Mooe94;41696666]On the Crosshair Generator page, you can press the "+" sign to the upper right to generate the crosshair. There you can bind any key you want and it will generate a code that is binded to the chosen key. What you do next is that you put this code into an autoexec.cfg file and save it into the cfg folder. Also don't forget to put "exec autoexec.cfg" in config.cfg. Guide here anyway: [url]http://www.hattongames.com/2012/06/how-to-create-an-autoexec-file-for-csgo/[/url] Edit: So for example I have this in autoexec.cfg: [code]alias "bind1" "cl_crosshairalpha 255;cl_crosshaircolor 4;cl_crosshaircolor_b 178;cl_crosshaircolor_r 0;cl_crosshaircolor_g 51;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 7;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 1;cl_crosshair_outline_draw 0;" //&bind_1 alias "bind2" "cl_crosshairalpha 255;cl_crosshaircolor 1;cl_crosshaircolor_b 178;cl_crosshaircolor_r 0;cl_crosshaircolor_g 51;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 7;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 1;cl_crosshair_outline_draw 0;" //&bind_2 bind "X" "bind1" // Chrosshair 'bind1' bind "C" "bind2" // Chrosshair 'bind2' alias "toggle_bind1" "bind1;bind C toggle_bind2;" alias "toggle_bind2" "bind2;bind C toggle_bind1;" bind "C" "toggle_bind1" // Toggle crosshairs alias "binds" "echo 'X': Crosshair 'bind1';echo 'C': Crosshair 'bind2';echo 'C': Toggle 2 crosshairs;"[/code] I switch between the color Green and Pink using the keys X and C.[/QUOTE] You're my hero, and I love you. [editline]3rd August 2013[/editline] [Code]alias "Cyan" "cl_crosshairalpha 255;cl_crosshaircolor 4;cl_crosshaircolor_b 159;cl_crosshaircolor_r 0;cl_crosshaircolor_g 0;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 6;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 0;cl_crosshair_outline_draw 0;" //&bind_5 alias "White" "cl_crosshairalpha 255;cl_crosshaircolor 5;cl_crosshaircolor_b 255;cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 6;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 0;cl_crosshair_outline_draw 0;" //&bind_6 alias "Red" "cl_crosshairalpha 255;cl_crosshaircolor 5;cl_crosshaircolor_b 0;cl_crosshaircolor_r 255;cl_crosshaircolor_g 0;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 6;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 0;cl_crosshair_outline_draw 0;" //&bind_7 alias "Black" "cl_crosshairalpha 255;cl_crosshaircolor 5;cl_crosshaircolor_b 0;cl_crosshaircolor_r 0;cl_crosshaircolor_g 0;cl_crosshairdot 1;cl_crosshairgap -1;cl_crosshairsize 6;cl_crosshairstyle 2;cl_crosshairusealpha 1;cl_crosshairthickness 1;cl_fixedcrosshairgap -1;cl_crosshair_outline 0;cl_crosshair_outline_draw 0;" //&bind_8 bind "F1" "Cyan" // Chrosshair 'Cyan' bind "F3" "White" // Chrosshair 'White' bind "F2" "Red" // Chrosshair 'Red' bind "F4" "Black" // Chrosshair 'Black' alias "binds" "echo 'F1': Crosshair 'Cyan';echo 'F3': Crosshair 'White';echo 'F2': Crosshair 'Red';echo 'F4': Crosshair 'Black';"[/code] [B]This is my new autoexec. Thanks [I][U]MOOSE94[/U][/I][/B]
I could've sworn this was posted in the CS:GO thread somewhere
I was boss with an MP5 in CSS. I suck at CSGO [sp]blame it on the crosshair[/sp]
[QUOTE=loppan997;41696424]If you suceed, tell me how, please! Did you come here to enjoy, or complain? It generates a CODE for a crosshair, so you don't have to.[/QUOTE] Well considering this has been around for ageeeeeeeeeeeees now, I thought atleast a half of the CS community knew about this
[QUOTE=kill3r;41698680]Well considering this has been around for ageeeeeeeeeeeees now, I thought atleast a half of the CS community knew about this[/QUOTE] Go and have "no fun" somewhere else. And sleepyrussian: Nope, I searched and searched to make sure I wasnt reposting. ;) [editline]3rd August 2013[/editline] [QUOTE=chipsnapper2;41697322]I was boss with an MP5 in CSS. I suck at CSGO [sp]blame it on the crosshair[/sp][/QUOTE] Imo a nice crosshair can be a gamechanger! I suck llama dick when I use the default one in GO.
Title made me think you were writing aimbot hacks
[QUOTE=t h e;41701862]Title made me think you were writing aimbot hacks[/QUOTE] Nah, I'm a authistic gamer. I dont believe in god powers. Edit: 300th :v:
[QUOTE=loppan997;41702905]Nah, I'm a authistic gamer. I dont believe in god powers. Edit: 300th :v:[/QUOTE] I thought the same thing, crosshair != aim changer
No I was right, this was posted in the CSGO thread. In fact, on the first page [url]http://facepunch.com/showthread.php?t=1250154&p=39744004&viewfull=1#post39744004[/url] I'll admit it was really discrete but it should be easy enough. IMO a whole thread didn't have to be made for this and could've been posted in the CS:GO thread to highlight how much of a helpful tool it is
[QUOTE=Killervalon;41704069]I thought the same thing, crosshair != aim changer[/QUOTE] You're probally tired of peopole blaming all typos on this, but... English not native :3 [QUOTE=SleepyRussian;41706674]No I was right, this was posted in the CSGO thread. In fact, on the first page [url]http://facepunch.com/showthread.php?t=1250154&p=39744004&viewfull=1#post39744004[/url] I'll admit it was really discrete but it should be easy enough. IMO a whole thread didn't have to be made for this and could've been posted in the CS:GO thread to highlight how much of a helpful tool it is[/QUOTE] [B]That was a comment. I was looking for threads about it sence this thread is DEDICATED specially for this CROSSHAIR GEN[/B]. That comment was just alot of info, and the crosshair generator was [B]easy to miss[/B].
[img]https://dl.dropboxusercontent.com/u/7333627/ShareX/2013-08/2013-08-03_19-39-21.png[/img] come at me
[QUOTE=SGTNAPALM;41708911][img]https://dl.dropboxusercontent.com/u/7333627/ShareX/2013-08/2013-08-03_19-39-21.png[/img] come at me[/QUOTE] 2 swag 4 me 2 handle.
Here's mine (HL2 style) : [url]http://www.krisskarbo.com/csgocrosshair/#alpha=200/color=5/color_b=255/color_r=255/color_g=255/dot=1/gap=0/size=5/style=2/usealpha=1/thickness=0.5/outline=0/outline_draw=0[/url] I was thinking on using it in Team Fortress 2 and Counter Strike: Source as well if the config works for those games.
[QUOTE=Bitl;41710700]Here's mine (HL2 style) : [url]http://www.krisskarbo.com/csgocrosshair/#alpha=200/color=5/color_b=255/color_r=255/color_g=255/dot=1/gap=0/size=5/style=2/usealpha=1/thickness=0.5/outline=0/outline_draw=0[/url] I was thinking on using it in Team Fortress 2 and Counter Strike: Source as well if the config works for those games.[/QUOTE] I've tried. It doesn't. I can tell you if I find a solution thoug. (If you promise to tell me if you find one.) Also: Isn't halflife more like [URL=http://www.krisskarbo.com/csgocrosshair/#alpha=200/color=5/color_b=255/color_r=255/color_g=255/dot=1/gap=8/size=1/style=2/usealpha=1/thickness=0.5/outline=0/outline_draw=0]This[/url]?
Sorry, you need to Log In to post a reply to this thread.