questproblem mit Kicks profil

02/10/2013 15:40 WoWeger#16
und poste den log das nächste mal als code, damit er nicht solang wird ;)
02/10/2013 18:48 xedriell#17
ok.. danke euch beiden.. läuft jetzt 1a:)
aber eine frage habe ich noch.. wie code ich es als code?
02/10/2013 20:14 Atomix74#18
Du kannst beim erstellen von Beiträgen im Forum so gennanten BBCode verwenden
der kümmert sicht dann etwas um die Formatierung-

Damit wird dann via [ code] ..... [ /code] (ohne Leerzeichen) So etwas hier..

Ohne code
DWORD ManagedFasm::InjectAndExecute(IntPtr hProcess, DWORD dwAddress)
{
return this->InjectAndExecute(hProcess, dwAddress, NULL);
}

DWORD ManagedFasm::InjectAndExecute(DWORD dwAddress)
{
return this->InjectAndExecute(m_hProcess, dwAddress, NULL);
}


Mit [ code]
Code:
	DWORD ManagedFasm::InjectAndExecute(IntPtr hProcess, DWORD dwAddress)
	{
		return this->InjectAndExecute(hProcess, dwAddress, NULL);
	}

	DWORD ManagedFasm::InjectAndExecute(DWORD dwAddress)
	{
		return this->InjectAndExecute(m_hProcess, dwAddress, NULL);
	}
Hat also nichts mit dem Bot zu tun :)