OldSchoolHack

Registrieren / Anmelden Deutsch

Benutzersuche: EddyTheKiller

Such-Informationen
EddyTheKiller
Themen im Forum
Thema Forum Letzter Beitrag Beiträge Zugriffe
icon

Go to first new post Team Fortress 2 Erstellt am: Mi 30. Nov 2011, 21:42

EddyTheKiller

preview 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 Go to last post
3 640
icon

Go to first new post Team Fortress 2 Erstellt am: Mi 30. Nov 2011, 21:42

EddyTheKiller

preview 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 Go to last post
3 640
icon

Go to first new post [Release] Worldwide CrossFire Bot Erstellt am: Mo 16. Jan 2012, 20:25

KN4CK3R

preview Vorschau

Go To Post

funzt der noch?
Other FPS Games

Mi 8. Feb 2012, 19:43

von EddyTheKiller Go to last post
1 1632
icon

Go to first new post OldSchoolHack GUI - endlich release (Multi-page thread 1 2) Erstellt am: Fr 16. Dez 2011, 20:10

KN4CK3R

preview 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:
  1. class MainForm : public Form
  2. {
  3. private:
  4. LinkLabel *linkLabel;
  5.  
  6. void InitializeComponent()
  7. {
  8. this->SetText("OldSchoolHack GUI by KN4CK3R");
  9. this->SetSize(Drawing::Size(218, 289));
  10.  
  11. linkLabel = new LinkLabel();
  12. linkLabel->SetName("linkLabel");
  13. linkLabel->SetLocation(Drawing::Point(3, 9));
  14. linkLabel->SetText("visit www.oldschoolhack.de");
  15. linkLabel->GetClickEvent() += ClickEventHandler(std::bind(&MainForm::linkLabel_Click, this, std::placeholders::_1));
  16. this->AddControl(linkLabel);
  17. }
  18.  
  19. public:
  20. MainForm() : Form()
  21. {
  22. InitializeComponent();
  23. }
  24.  
  25. void linkLabel_Click(Control *control)
  26. {
  27. ShellExecute(0, "open", "www.oldschoolhack.de", NULL, NULL, SW_SHOWNORMAL);
  28. }
  29. };

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 Go to last post
22 3307
icon

Go to first new post OldSchoolHack GUI - endlich release (Multi-page thread 1 2) Erstellt am: Fr 16. Dez 2011, 20:10

KN4CK3R

preview Vorschau

Go To Post

Achso okay danke!
OldSchoolHack GUI

Mo 26. Dez 2011, 19:49

von EddyTheKiller Go to last post
22 3307
Downloads
Darkstorm 3.2.1

Darkstorm 3.2.1

Aimbot Aim Key Aim FOV Always Aim Aim Mode Aim Team Aim Spot Const Crits Smooth Aim Trigger Bot Nospread Prediction Name ESP Health ESP Weapon ESP Distance ESP Class ESP Structure ESP GFX ESP Radar Radar X Radar Y Radar W Bunny Hop Duck Shoot Duck Jump Enable Speed Speed Key Speed Variable Third Person
18. Dez 2011
14:55