Results 1 to 3 of 3
  1. #1
    u55dx's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0

    Clan Tag Changer Problem with code

    I have problem with my clan tag changer code. Can you help me guyz?

    Code:


    Code:
    //clan tags
    		static bool active = true;
    		if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag1.GetKey())) {
    			if (active == true) {
    				printf("Something\n");
    				SetClanTag("V E R U S . C C |", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag2.GetKey())) {
    			if (active == true) {
    				SetClanTag("V E R U S . C C |", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag3.GetKey())) {
    			if (active == false) {
    				SetClanTag("uff yaa", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag4.GetKey())) {
    			if (active == false) {
    				SetClanTag("izakMODS", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag5.GetKey())) {
    			if (active == false) {
    				SetClanTag("[VALV\xE1\xB4\xB1]", "Valve");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag6.GetKey())) {
    			if (active == false) {
    				SetClanTag("GITARA SIEMA", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag7.GetKey())) {
    			if (active == false) {
    				SetClanTag("m0neywaster", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag8.GetKey())) {
    			if (active == false) {
    				SetClanTag("[ZE4CHEATS]", "name");
    				active = true;
    			}
    		}
    		else if (GetAsyncKeyState(Menu::Window.MiscTab.ClanTag8.GetKey())) {
    			if (active == false) {
    				SetClanTag("Trump Supporter", "name");
    				active = true;
    			}
    		}
    		else
    			active = true;
    	}
    [/spoiler]

  2. #2
    thegomagot's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    16
    Gerdhook. Aka ayyware. Thats the problem

  3. #3
    nertigelts's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    108
    if it the SetClanTag does not work then its your problem using GerkHook without knowing the shit it has

Similar Threads

  1. [Outdated] Clan Tag Changer
    By Draig9 in forum Counter-Strike 2 Hacks
    Replies: 82
    Last Post: 11-06-2018, 10:30 AM
  2. [Help] Problem with code?
    By jamie901 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 08-05-2011, 04:53 AM
  3. [Help]problem with code[/solved]
    By pushdis15 in forum Visual Basic Programming
    Replies: 2
    Last Post: 04-08-2011, 06:41 AM
  4. Problems with promo retail code of warrock generator.
    By DonLukem in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 08-08-2007, 08:21 PM
  5. Again Problem With Vb6 Swim Code
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-09-2007, 05:26 PM