|
Thread |
Forum |
Last Post |
Posts |
Views |
 |
Team Fortress 2
Posted on: Wed 30. Nov 2011, 21:42
EddyTheKiller
Preview
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 |
Wed 28. Mar 2012, 23:44
by prolog9000
|
3 |
656 |
 |
Team Fortress 2
Posted on: Wed 30. Nov 2011, 21:42
EddyTheKiller
Preview
Go To Post
Quote from 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 |
Wed 28. Mar 2012, 23:44
by prolog9000
|
3 |
656 |
 |
[Release] Worldwide CrossFire Bot
Posted on: Mon 16. Jan 2012, 20:25
KN4CK3R
Preview
|
Other FPS Games |
Wed 8. Feb 2012, 19:43
by EddyTheKiller
|
1 |
1654 |
 |
OldSchoolHack GUI - endlich release
( 1 2)
Posted on: Fri 16. Dec 2011, 20:10
KN4CK3R
Preview
Go To Post
Quote from 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 |
Mon 26. Dec 2011, 19:49
by EddyTheKiller
|
22 |
3368 |
 |
OldSchoolHack GUI - endlich release
( 1 2)
Posted on: Fri 16. Dec 2011, 20:10
KN4CK3R
Preview
|
OldSchoolHack GUI |
Mon 26. Dec 2011, 19:49
by EddyTheKiller
|
22 |
3368 |