Related news: Scrimmage Welcome to the Danger Zone Crates blocked in Belgium Netherlands How to use the hidden radio commands? Animated Clantag in CS:GO
Login



Remember:



Recent Nieuws

Scrimmage
     On: 2019-08-06 10:14:01

13 December New Se...
     On: 2018-12-08 11:03:26

Welcome to the Dan...
     On: 2018-12-06 22:30:17

Crates blocked in ...
     On: 2018-11-27 01:21:08

How to use the hid...
     On: 2017-01-16 23:37:43

Minecraft 1.11 - T...
     On: 2016-11-18 00:35:11

Animated Clantag i...
     On: 2016-08-02 00:15:26

Brand new 2016 Ser...
     On: 2016-06-11 00:19:31

The Frostburn Upda...
     On: 2016-06-11 00:06:21

Brand new server 2...
     On: 2016-06-11 00:00:00

Update Released: 6...
     On: 2016-06-10 22:25:02

Update maakt hitbo...
     On: 2015-09-17 13:08:35

Player Of The Mont...
     On: 2015-04-17 11:10:15

UltraFast 512Tick ...
     On: 2014-08-13 10:14:50

Clash of Cans
     On: 2014-07-31 00:28:32

LAN is Comming!
     On: 2014-04-03 11:25:42

MineCraft Builder ...
     On: 2014-01-23 01:54:50

Fijne Feest Dagen
     On: 2013-12-28 19:50:52

Fijne feest dagen
     On: 2013-12-20 11:44:16

Player Of The Mont...
     On: 2013-10-31 12:36:02

MineCraft Server o...
     On: 2013-10-24 23:52:53

Counter-Strike: Gl...
     On: 2013-10-24 14:50:47


Catagorie: Counter-Strike  
Posted by: Professor-Botje
On:
2016-08-02 00:15:26
Views: (316906)
Viewed by: (
click here)


Well, I thought I share with you my little bit easier way to do this with automatic clantag without pressing any button. You dont need any extra program.
What you need:

-The groups with the clantags you want to switch through

-The script

Code: "
Test_StartLoop
ClanTag cl_clanid "insert_clanid"
Test_Wait 0.5

cl_clanid "insert_clanid"
Test_Wait 0.5

cl_clanid "insert_clanid"
Test_Wait 0.5

cl_clanid "insert_clanid"
Test_Wait 0.5

Test_LoopCount ClanTag 10000"

nothing more

First of all join the groups you want to cycle through. You need each groups group id. You can find it if you go ingame (offline with bots), equip the clantag and write in console "cl_clanid" and copy the value you get.
571737385_preview_steamupload1.jpg
To make this script work its important to keep the script named clantag.vtest and put it in your
"SteamSteamAppscommonCounter-Strike Global Offensivecsgotestscripts" folder.
If that doesnt exist just create it.
571737385_preview_steamupload2.png
Now you go into the script you just downloaded and replace "insert_clanid" with the value you just got. Do this with all the groups you want to cycle through.

The Test_Wait determines the time in seconds the script will wait till it switches to the next command.
Test_StartLoop ClanTag starts the loop.
Test_LoopCount ClanTag 10000 loops the clantag.vtest so it will cycle thorugh multiple times.
If you have done this all, to start the clantag type into console when youre ingame:

"test_startscript clantag"

To stop it you need to restart your game.