Ja und?
Dann halt #define ADR_TRIGGER (ADDY) ? xD
€: Eigentlich braucht jetzt keiner mehr was mit WarRock zu releasen, da die Nexon Übertragung am Start ist
Und? meint ihr Nexon ändert soviel? wenn ihr zu unfähig seit addys nach einem Update zur researchen dann seit ihr sogar zu unfähig für elitepvpers und das muss was heißen.
GreeTz aus dem Urlaub. 32 Grad, Pool, Shisha und Monster am Start. YEAH!
PS: Mal gucken was Nexon macht ich vermute aber mal nicht viel.
Das hilft mir zwar schon etwas weiter aber trotzdem steh ich noch vor 3 Großen Fragen(Hätte ich mir ja selbst beanwortet aber hab weder bei Google noch hier was nützliches gefunden)
1.Brauch ich den ASM code also mit On off bytes ausrechnen oder reicht Hex.
2.Trotzdem sagt mein Compiler das ADR_... nicht deffiniert ist ein Grundschema wäre nett
3.In dem Beispiel jezt if(invisibleBomb) wieso muss da ein if hin?^^
Ich wäre überaus dankbar für eine Antwort weil ich hier fast verzweifel.
Und? meint ihr Nexon ändert soviel? wenn ihr zu unfähig seit addys nach einem Update zur researchen dann seit ihr sogar zu unfähig für elitepvpers und das muss was heißen.
GreeTz aus dem Urlaub. 32 Grad, Pool, Shisha und Monster am Start. YEAH!
PS: Mal gucken was Nexon macht ich vermute aber mal nicht viel.
Nein, du hast meinen Post nicht verstanden das meine ich nähmlich gar nicht damit.
Ich meine damit, das bis zur Nexon Übertragung was posten unnötig ist da man bei der Übertragung keine Funktionen bzw. Hack's testen kann?
Btw
Schönen Urlab, sauf net zu viel! ;-)
Nein, du hast meinen Post nicht verstanden das meine ich nähmlich gar nicht damit.
Ich meine damit, das bis zur Nexon Übertragung was posten unnötig ist da man bei der Übertragung keine Funktionen bzw. Hack's testen kann?
Btw
Schönen Urlab, sauf net zu viel! ;-)
Er darf saufen soviel er will!
CQCProne: (von CyberRazzer)
Code:
if ( cPlayer.CH_CQCProne )
{
if ( GetAsyncKeyState ( 'C' ) )
{
if ( *(DWORD*)(dwPlayerPtr+ADR_OFFSET_PLAYERSTATE) != *(DWORD*)(ADR_STATE_PLAYER_PRONE) )
{
*(DWORD*)(dwPlayerPtr+ADR_OFFSET_PLAYERSTATE) = *(DWORD*)(ADR_STATE_PLAYER_PRONE);
}
}
}
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1> Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1> Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1> Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1> Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1> Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1> c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1> Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcraziafixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1> Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1> Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
"xcrazia_fixxed " ,das sagt schon alles
Schick mal deinen Code,ich hatte auch schonmal sowas ähnliches..
WTB Flyff Source code snippets 04/01/2012 - Flyff Trading - 0 Replies Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code
Payment:via Paypal
[Autoit] Youtube Code Snippets 07/29/2011 - AutoIt - 5 Replies Tag Zusammen.
Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann.
Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde.
Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft.
Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER] 07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies This is the code of the hack which Fremo released..
I got new methods so I dont need this anymore & maybe it'll help some people...
G31 Adult Skill
if(comboBox4->Text=="Panther'crit'")
{
KC->Chat(255," Panther Skill ON");
KC->Threads=1;
KC->lasttime = timeGetTime()-15000;
}
else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager 01/21/2011 - Coding Releases - 0 Replies Code Snippets Manager
http://upit.cc/images/1d47d78e.jpg
Hab mich heute mal rangesetzt, und einen kleinen Manager für
Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert
in einer Anwendung wollte.
Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.