|
Thema |
Forum |
Letzter Beitrag |
Beiträge |
Zugriffe |
 |
Team Fortress 2
Erstellt am: Mi 30. Nov 2011, 21:42
EddyTheKiller
Vorschau
Go To Post
Hallo Liebe Leute. Ich habe mir das neueste von eurem TF2 Hacks geholt, doch sie funktionieren nicht. Ich habe ein Win 7 64-Bit system aber führe es unter windows XP aus. hab auch schon per admin rechte probiert, aber da geht nichts. Es kommt keine nachricht in der Konsole.
|
Team Fortress 2 |
Mi 28. Mär 2012, 23:44
von prolog9000
|
3 |
656 |
 |
Team Fortress 2
Erstellt am: Mi 30. Nov 2011, 21:42
EddyTheKiller
Vorschau
Go To Post
Zitat von cssuchtii https://www.oldschoolhack.me/forum/support/7160,howtouse-osh-bp.html Geh mal alle Punkte durch! Wenn du sicher bist, dass du alles wie dort beschrieben gemacht hast, schreibe einfach nochmal hier rein oder! Vielen Dank! Es war ein DirectX problem! VIELEN DANK!
|
Team Fortress 2 |
Mi 28. Mär 2012, 23:44
von prolog9000
|
3 |
656 |
 |
[Release] Worldwide CrossFire Bot
Erstellt am: Mo 16. Jan 2012, 20:25
KN4CK3R
Vorschau
|
Other FPS Games |
Mi 8. Feb 2012, 19:43
von EddyTheKiller
|
1 |
1653 |
 |
OldSchoolHack GUI - endlich release
( 1 2)
Erstellt am: Fr 16. Dez 2011, 20:10
KN4CK3R
Vorschau
Go To Post
Zitat von KN4CK3R updaten in die andere Richtung
hier eine Beispielform wie einfach sich eine Form erstellen lässt: CPP Code: class MainForm : public Form { private: LinkLabel *linkLabel; void InitializeComponent() { this->SetText("OldSchoolHack GUI by KN4CK3R"); this->SetSize(Drawing::Size(218, 289)); linkLabel = new LinkLabel(); linkLabel->SetName("linkLabel"); linkLabel->SetLocation(Drawing::Point(3, 9)); linkLabel->SetText("visit www.oldschoolhack.de"); linkLabel->GetClickEvent() += ClickEventHandler(std::bind(&MainForm::linkLabel_Click, this, std::placeholders::_1)); this->AddControl(linkLabel); } public: MainForm() : Form() { InitializeComponent(); } void linkLabel_Click(Control *control) { ShellExecute(0, "open", "www.oldschoolhack.de", NULL, NULL, SW_SHOWNORMAL); } };
greetz KN4CK3R Ist das Visual Basic Code? Und das/der GUI (wie auch immer) sieht super aus! Das wie es bis jetzt ist ist irgendwie nicht so toll Und du möchtest auch das die OSH Hacks sich per SVN Updaten? Wenn ja dann ist das super!
|
OldSchoolHack GUI |
Mo 26. Dez 2011, 19:49
von EddyTheKiller
|
22 |
3368 |
 |
OldSchoolHack GUI - endlich release
( 1 2)
Erstellt am: Fr 16. Dez 2011, 20:10
KN4CK3R
Vorschau
|
OldSchoolHack GUI |
Mo 26. Dez 2011, 19:49
von EddyTheKiller
|
22 |
3368 |