Du benutzt Python Funktionen :)
Habe die auch mal in c++ benutzt, jedoch gab es den doofen Runtime-Error -.-
Danke.
Habe die auch mal in c++ benutzt, jedoch gab es den doofen Runtime-Error -.-
Danke.
Jeder sollte es schaffen, die paar Header selber zu inkludieren.Quote:
Besser wärs glaube ich für alle wenn du die Project Mappe hochlädst
cout << "1 - First Slot Upper - Normaler Schmied" << endl;
cout << "2 - First Slot Upper - DT-Schmied ( Alle Schmiede )" << endl;
cout << "3 - AutoPotter" << endl;
cout << "4 - AutoItemPickUp" << endl;
cout << "5 - AutoAttack" << endl;
cout << "6 - Hidden-Attack" << endl;
cout << "7 - Fast Kick" << endl;
cout << "8 - Yang Bomber ( SLOW )" << endl;
cout << "9 - Yang Bomber ( HARD )" << endl;
cout << "10 - Glas der Einsicht Fake" << endl;
cout << "11 - MobPull" << endl;
cout << "12 - AutoMobPull ( 20 Sec )" << endl;
cout << "13 - SpeedHack" << endl;
cout << "14 - ComboHack" << endl;
cout << "15 - AttackSpeedHack" << endl;
cout << "16 - Tempor" << (char) 0x84 << "re GM Rechte ( Old Exploit )" << endl;
cout << "17 - HidePlayer" << endl;
cout << "18 - ZoomHack" << endl;
cout << "19 - Tempor" << (char) 0x84 << "re GM Rechte ( 2089 Exploit )" << endl;
cout << "20 - LightBotHackSpam ( GM Rights need )" << endl;
cout << "21 - Potbomber" << endl;
cout << "22 - Hiddenattack Hard(NINJA | DOLCH)" << endl << endl;
cout << "Deine Player VID : " << DWORD(func->GetVID()) << endl;
cout << "Die ausgew" << (char) 0x84 << "hlte Player VID : " << DWORD(func->GetTargetVID()) << endl;
cout << endl << endl << "Nachdem \"MobPull\" aktiviert ist -> Ingame P f" << (char) 0x9A << "r MobPull!" << endl << endl;
cout << "Deine Wahl : ";
cout << "1 - First Slot Upper - Normaler Schmied" << endl
<< "2 - First Slot Upper - DT-Schmied ( Alle Schmiede )" << endl
<< "3 - AutoPotter" << endl
<< "4 - AutoItemPickUp" << endl
<< "5 - AutoAttack" << endl;
.......
// (char) 0x** könnte man auch mit ner Escape Sequenz ersetzten ("...\x**...")
Schon, nur checkt nich jeder dass er Python installiert haben muss damit das funktioniert :DQuote:
Jeder sollte es schaffen, die paar Header selber zu inkludieren.