HelpClan Tag Changer Problem with code

Posts 13 of 3 · Page 1 of 1
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]
Gerdhook. Aka ayyware. Thats the problem
if it the SetClanTag does not work then its your problem using GerkHook without knowing the shit it has
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?