OldSchoolHack

Register / Login English

User Search: KN4CK3R

Search-Information
KN4CK3R
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post [Release] OldSchoolHack BP CSS RC17 Posted on: Fri 6. May 2011, 11:56

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - BP - Counterstrike:Source - RC17
by KN4CK3R

Changes:
-offsets updated

0. injector and dll must have the SAME name (osh.exe, osh.dll or whatever)
1.  CS:Source
2. start injector
3. read the infos in the CSS console
4. play

FAQ:
If the game crashes for you, try to use the windowmode.
You only can move the GUI mouse if you are ingame.

Features:

- Chameleon Models (Chams)
- Weapon Chams
- no Hands
- no Flash
- Crosshair

- sv_cheats Bypass
- sv_consistency Bypass
- Modelwireframe
- no Particles
- Fullbrightmode
- no Sky

- ESP Box
- ESP Name
- ESP Healthbar
- Radar
- Radar Name
- Radar Healthbar
- Chatspy (read teamsay etc)

happy fragging
https://www.oldschoolhack.me
Only registered and activated users can see links.
Only registered and activated users can see links.

Download OldSchoolHack BP CSS RC17
Counter-Strike: Source

Fri 6. May 2011, 11:56

by KN4CK3R Go to last post
0 1511
icon

Go to first new post iCheat24 aimbot test Posted on: Sun 1. May 2011, 00:36

iCheat24

preview Preview

Go To Post

sieht schnell aus

greetz KN4CK3R
Counter-Strike: Source

Sun 1. May 2011, 16:32

by Dovahkiin Go to last post
4 1073
icon

Go to first new post [Release] OldSchoolHack BP CSS RC15 Posted on: Sun 17. Apr 2011, 12:17

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - BP - Counterstrike:Source - RC15
by KN4CK3R

Changes:
-offsets updated

0. injector and dll must have the SAME name (osh.exe, osh.dll or whatever)
1. start CS:Source
2. start injector
3. read the infos in the CSS console
4. play

FAQ:
If the game crashes for you, try to use the windowmode.
You only can move the GUI mouse if you are ingame.

Features:

- Chameleon Models (Chams)
- Weapon Chams
- no Hands
- no Flash
- Crosshair

- sv_cheats Bypass
- sv_consistency Bypass
- Modelwireframe
- no Particles
- Fullbrightmode
- no Sky

- ESP Box
- ESP Name
- ESP Healthbar
- Radar
- Radar Name
- Radar Healthbar
- Chatspy (read teamsay etc)

happy fragging
https://www.oldschoolhack.me
Only registered and activated users can see links.
Only registered and activated users can see links.

Download OldSchoolHack BP CSS RC15
Counter-Strike: Source

Sat 30. Apr 2011, 21:16

by Theodorlei Go to last post
13 2133
icon

Go to first new post [Release] OldSchoolHack BP CSS RC15 Posted on: Sun 17. Apr 2011, 12:17

KN4CK3R

preview Preview

Go To Post

oben links hat sich leider noch ne kleine Debug-Ausgabe eingeschlichen. Wen die stört, der soll sich den Hack neu runterladen, hab sie wieder entfernt.

greetz KN4CK3R
Counter-Strike: Source

Sat 30. Apr 2011, 21:16

by Theodorlei Go to last post
13 2133
icon

Go to first new post OldSchoolHack SVN CodeConvention Posted on: Fri 29. Apr 2011, 21:19

KN4CK3R

preview Preview

Go To Post

Hallo,

damit der Code im SVN eine einheitliche Form hat, müssen diese Regeln eingehalten werden:

1. aussagekräftige Variablennamen
- kurz, prägnant, sinnvoll, mit Bezug
- Methoden, Variablen, Attribute beginnen mit Kleinbuchstaben
- Klassen beginnen mit Großbuchstaben
- Mehrere Worte mit Großbuchstaben trennen: firstName, lastName
- statische Konstanten werden groß geschrieben: ICH_BIN_EINE_KONSTANTE
CPP Code:
  1. //nicht in Ordnung:
  2. int asd, bla;
  3. char vArIaBle;
  4.  
  5. //in Ordnung
  6. int index, zeit;
  7. char sinnvollerName;

2. Funktionen
- Funktionsnamen beginnen mit einem Großbuchstaben, ansonsten wie bei Variablen

3. Whitespace
- korrekte Einrückung von Quellcode
CPP Code:
  1. namespace Space
  2. {
  3. class Planet
  4. {
  5. public:
  6. string name;
  7. int position;
  8.  
  9. private:
  10. void destroyPlanet();
  11. };
  12. }

Kein Whitespace nach
~ (Bitweises Komplement)
! (Logisches Komplement)
++ (Prefix-Inkrementierung, z.B. ++i
-- (Prefix-Dekrementierung, z.B. --i
. (Punkt)
- (Unäres Minus, z.B. -5)
+ (Unäres Plus, z.B. +4)

Whitespace verpflichtend um
= (Zuweisung)
+, +=, -, -=, *, *=, /, /=, %, %=, &, &=, |, |=, ^, ^=
==, !=, <, >, >=, <=
&&, ||,
if, else, for, while, return
...

4. Blöcke
{, } kommen jeweils in eine eigene Zeile
CPP Code:
  1. //nicht in Ordnung
  2. if (true) { } else {
  3. }
  4.  
  5. //in Ordnung
  6. if (true)
  7. {
  8. //auch einzelne Anweisungen werden bei if und Schleifen von { und } eingeschlossen
  9. }
  10. else
  11. {
  12.  
  13. }

Wär sich an die Regeln hält, hat schön strukturierten Quellcode vor sich.

greetz KN4CK3R
Projekte

Fri 29. Apr 2011, 21:19

by KN4CK3R Go to last post
0 455
icon

Go to first new post [CS2D] Wie codet man einen Antikick? Posted on: Thu 26. Nov 2009, 10:53

funky-destroy

preview Preview

Go To Post

normalerweise funktioniert das nie, weil der Server einfach die Verbindung trennen sollte und dann ist es total egal was der Client macht.

greetz KN4CK3R
Other FPS Games

Fri 29. Apr 2011, 16:47

by System Go to last post
6 1048
icon

Go to first new post TortoiseSVN Tutorial Posted on: Fri 29. Apr 2011, 13:01

KN4CK3R

preview Preview

Go To Post

Um mit dem SVN Server zu arbeiten empfehle ich unter Windows den Tortoise SVN Client zu benutzen. Er integriert sich in den Explorer und erleichert damit das Arbeiten.

Download
Tortoise SVN bekommt ihr hier:
http://tortoisesvn.net/downloads.de.html

Etwas weiter unter dem Download ist das deutsche Sprachpaket verlinkt.

Benutzung
Bevor ihr mit SVN arbeiten könnt, müsst ihr ein Repository auschecken. Nach dem Auschecken habt ihr eine Kopie der Dateien auf eurem PC, die ihr verändern und hinterher wieder hochladen könnt. Wenn nun weitere Mitarbeiter ihr lokales Repository aktuallisieren, bekommen sie automatisch eure Änderungen eingespielt.

Zum Auschecken macht ihr in einem Ordner einen Rechtklick und wählt "SVN Auschecken..."

https://www.oldschoolhack.me/pictures/svn/tortoise01.jpg

Es öffnet sich ein Fenster, in das ihr den Pfad zum Server und zum gewünschten lokalen Ordner eingeben müsst. Die restlichen Optionen könnt ihr so lassen wie sie sind. Der Pfad zum Server lautet http://svn.oldschoolhack.de/<Repository>. Die Namen der Repositories werden auf http://svn.oldschoolhack.de angezeigt.

https://www.oldschoolhack.me/pictures/svn/tortoise02.jpg

Beim Verbinden werdet ihr aufgefordert euch anzumelden. Wenn ihr nur Dateien lesen wollt, könnt ihr den anonymen Zugang benutzen. Der Benutzername hierzu lautet anonymous ohne Passwort.

https://www.oldschoolhack.me/pictures/svn/tortoise03.jpg

Sobald der Vorgang beendet ist, wird ein Ordner angelegt und alle im Repository enthaltenen Dateien in diesen Ordner kopiert.

https://www.oldschoolhack.me/pictures/svn/tortoise04.jpg

Der grüne Pfeil am Icon bedeutet, dass das Repository aktuell ist.

Dateien hinzufügen

Wenn ihr eine neue Datei angelegt habt, wird diese mit einem Fragezeichen markiert.

https://www.oldschoolhack.me/pictures/svn/tortoise05.jpg

Wenn ihr diese Datei nun einchecken wollt, macht ihr einen Rechtsklick auf die Datei und wählt "Hinzufügen...":

https://www.oldschoolhack.me/pictures/svn/tortoise06.jpg

Daraufhin wird die Datei mit einem Plus markiert.

https://www.oldschoolhack.me/pictures/svn/tortoise07.jpg

Ein weiterer Rechtsklick auf die Datei zeigt den Eintrag "SVN Übertragen..."

https://www.oldschoolhack.me/pictures/svn/tortoise08.jpg

Es erscheint ein weiterer Dialog in dem alle Dateien aufgelistet werden, die übertragen werden sollen. Im oberen Bereich könnt ihr noch eine Meldung angeben. Dies kann nützlich sein, wenn es eine Information gibt, die andere interessieren könnte. Bevor ihr aber irgendeinen belanglosen Mist eingebt, lasst es einfach leer.

https://www.oldschoolhack.me/pictures/svn/tortoise09.jpg

Im nächsten Fenster seht ihr den Status vom Aktuallisieren:

https://www.oldschoolhack.me/pictures/svn/tortoise10.jpg

Sobald die Datei aktualisiert wurde, hat sie wieder einen grünen Haken am Icon.

https://www.oldschoolhack.me/pictures/svn/tortoise11.jpg

lokales Repository aktuallisieren

Bevor ihr etwas verändert, müsst ihr euer lokales Repository aktualisieren, sonst bekommt ihr Fehler beim Einchecken der Datei, da es auf dem Server eventuell schon eine neuere Version gibt.

Zum Aktualisieren macht ihr einfach einen Rechtsklick auf euer Hauptverzeichnis und wählt "SVN Aktualisieren..."

https://www.oldschoolhack.me/pictures/svn/tortoise12.jpg


Hinweis
Binärdateien haben im SVN Repository NICHTS zu suchen. Nur Quellcode- und Projektdateien werden eingecheckt. Keine exe oder dll Dateien, außer es sind irgendwelche externen Libraries, die fest zum Quellcode gehören.
Wenn ihr nicht sicher seid, ob Dateien ins SVN gehören, fragt lieber nach!

greetz KN4CK3R
Projekte

Fri 29. Apr 2011, 13:01

by KN4CK3R Go to last post
0 437
icon

Go to first new post [Release] ReClass 2011 Beta 7 Posted on: Tue 26. Apr 2011, 19:28

KN4CK3R

preview Preview
Tools

Fri 29. Apr 2011, 00:11

by IceKold Go to last post
1 2790
icon

Go to first new post [DELPHI6] Ingame Overlay - ohne Injection? Posted on: Mon 14. Mar 2011, 17:53

taka

preview Preview

Go To Post

ab Vista kann man auf das Aero Overlay zeichnen, aber auch dazu braucht man eine DLL, muss sich aber immerhin keine Gedanken um die AntiCheatTools machen.

greetz KN4CK3R
VB, C/C++, Delphi, etc

Thu 28. Apr 2011, 16:42

by taka Go to last post
3 1349
icon

Go to first new post [Release] Boschack Posted on: Tue 26. Apr 2011, 19:24

KN4CK3R

preview Preview

Go To Post

Hotkey:
- Escape; (to open menu)
- Delete; (to activate the telekill when it's activated in the menu)

p.s.
if u cannot check the checkbox, try to press the Lbutton for a few seconds

Credits:
- Sydney(packing it xD)
- HAXO (helping me alot)
- Me (the whole menu)
Only registered and activated users can see links.

Download Boschack
Combat Arms

Tue 26. Apr 2011, 19:24

by KN4CK3R Go to last post
0 1397
icon

Go to first new post [Release] BKMODS TF2 v1.12 Posted on: Tue 26. Apr 2011, 19:20

KN4CK3R

preview Preview

Go To Post

This hack features a simple team-coloured ignorez material hack with an installer. Simply run the installer and proceed with instructions. It's not that
hard. If you have any questions or concerns, please let me know.

Just to confirm any suspicion, the EXE file is an extracting SFX-archive.
For those of you who don't already know, this hack is a material hack,
meaning that it cannot be banned for it is a modification rather than a
typical hook. VAC has already confirmed that you cannot be banned for
this. They have taken steps to eliminate these material exploits through
the usage of SV_PURE which works on only some servers, read below.

Instructions (must read):

   * Install these materials to your TF2 materials folder in the according steam
     account directory that you wish to use. For example:

C:\Program Files\Steam\Steamapps\*USERNAME\team fortress 2\tf\materials
*Appropriate username is required
*If you're running a 64-bit system, steam will be in Program Files(x86)

You may also extract the materials to an alternative folder and copy and
paste them to the TF2 materials directory.

Uninstallation:

   * Simply locate your TF2 materials directory and use 'delete.cmd' to remove
     the hacks, or you can delete the entire directory to refert to default
     textures.


This hack will only work on servers with SV_PURE set to 0. To check if a
server is SV_PURE, type SV_PURE in console and it will display the status
at the bottom.
Only registered and activated users can see links.
Only registered and activated users can see links.

Download BKMODS TF2 v1.12
Team Fortress 2

Tue 26. Apr 2011, 19:20

by KN4CK3R Go to last post
0 3081
icon

Go to first new post [Release] KrypToNiTe's Public Hook! Posted on: Tue 26. Apr 2011, 19:18

KN4CK3R

preview Preview

Go To Post

This Version is 100% Punkbuster Detected
Please dont put anything into your call of duty 4 folder
I might not have listed all the credits so PM me if I left anyone out!

No Recoil [ ON/OFF]
Aimbot [ ON/OFF ]
AutoShoot [ ON/OFF ]
Box ESP [ ON/OFF ]
Name ESP [ ON/OFF ]
Explosive ESP [ ON/OFF ]
Auto. Weapons [ ON/OFF ]
Crosshair [ ON/OFF ]

Call of duty 4 - 1.7 only

OS Supports:
Windows 7
Windows Vista
Windows XP SP2/SP3


How to use:
1) Download the hack!
2) Inject the hack into your game!
3) While ingame, press INSERT for menu!
4) Have Fun

Credits:
Sfab1, x0Ph, r4z8r, chaser, gamedeception.net, & uc_forum (let me know if i'm missing any)
Only registered and activated users can see links.

Download KrypToNiTe's Public Hook!
Call of Duty 4: Modern Warfare

Tue 26. Apr 2011, 19:18

by KN4CK3R Go to last post
0 2699
icon

Go to first new post [Release] OldSchoolHack BP DoDS RC33 Posted on: Mon 25. Apr 2011, 20:42

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - Day of Defeat:Source - BP - RC33
by KN4CK3R

1.  DoD:S and wait while loading
2.  oshbpdods.exe
3. read the infos in the DoDS console
4. play

Changes:
- updated offsets

FAQ:
If the  crashes for you, try to use the windowmode.

Features:

- sv_pure Bypass
- sv_pure Bypass (zBlock)
- Replicated CVAR Bypass

- sv_cheats Bypass / NUM1
- sv_consistency Bypass / NUM2
- Modelwireframe / NUM3
- no Particles / NUM4
- Fullbrightmode / NUM5
- no Sky / NUM6
- no Recoil / NUM7

happy fragging
https://www.oldschoolhack.me
Only registered and activated users can see links.
Only registered and activated users can see links.

Download OldSchoolHack BP DoDS RC33
Day of Defeat

Mon 25. Apr 2011, 20:42

by KN4CK3R Go to last post
0 1547
icon

Go to first new post [Release] ExternalHack v1.6.1 Posted on: Thu 10. Feb 2011, 21:29

KN4CK3R

preview Preview

Go To Post

INSTRUCTIONS / HACK USAGE:
F3: Crosshair
Toggle this on or off for a more precise aim.
F4: Explosive Esp
Turn this on to see enemy grenades, tubes, claymores, stuns, etc.
F5: Aimbot
Use this to get a lock on the enemy when they are near your crosshairs.
F6:
F7: Knifebot
Same as Tubebot. Knifebot is for throwing knife, so you know. Bind equipment to "G" or "Middle Mouse Button"
F8: Autostab
Self explanatory.
F9: Triggerbot
Fires when you aim at a target with aimbot using right mouse button. Make sure you bind Fire to ,left mouse and H key!!!!
F10: Radar
Self explanatory.
F11: Box Esp
Self explanatory.
F12: Snapline
Draw lines to easily locate enemy players

* More detailed features:
ESP Features:
- BoxESP - rectangle + name + distance (in meters or ft)
- Smooth aimbot (right click and HOME key), you can customize aimbot speed
- Throwing knife bot ('G' key or middle click)
- bell curved indirect mode for tubebot/knifebot when CAPSLOCK (really funny)
- autostab
- triggerbot with autofire (you must map fire action to 'H' key) - fires when the crosshair is inside the BoxESP
- explosive ESP (red square on all grenades, including claymores)
- turret ESP (green box - includes static turrets and sentry guns)
- killstreak counter
- flicker-less overlay mode
- full external hack: no hooking on process for maximum stealth mode
*** do not use any VAC blocker with this hack ***
Only registered and activated users can see links.

Download ExternalHack v1.6.1
Call of Duty 6: Modern Warfare 2

Sun 24. Apr 2011, 21:09

by DarkWiesel Go to last post
12 3718
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

sry igro, braucht kein Update, hat sich nichts geändert, nur in DoDS

greetz KN4CK3R
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

jo offenbar

greetz KN4CK3R
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

mensch ja, aber den Fehler hab ich nicht gemacht. Offensichtlich aber ausversehen nochmal die 15er Version hochgeladen. Bitte neu runterladen, jetzt sollte auch 16 dastehen.

greetz KN4CK3R
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

nein

greetz KN4CK3R
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - BP - Counterstrike:Source - RC16
by KN4CK3R

Changes:
-offsets updated

0. injector and dll must have the SAME name (osh.exe, osh.dll or whatever)
1.  CS:Source
2. start injector
3. read the infos in the CSS console
4. play

FAQ:
If the game crashes for you, try to use the windowmode.
You only can move the GUI mouse if you are ingame.

Features:

- Chameleon Models (Chams)
- Weapon Chams
- no Hands
- no Flash
- Crosshair

- sv_cheats Bypass
- sv_consistency Bypass
- Modelwireframe
- no Particles
- Fullbrightmode
- no Sky

- ESP Box
- ESP Name
- ESP Healthbar
- Radar
- Radar Name
- Radar Healthbar
- Chatspy (read teamsay etc)

happy fragging
https://www.oldschoolhack.me
Only registered and activated users can see links.
Only registered and activated users can see links.

Download OldSchoolHack BP CSS RC16
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727
icon

Go to first new post [Release] OldSchoolHack BP CSS RC16 (Multi-page thread 1 2) Posted on: Tue 19. Apr 2011, 21:17

KN4CK3R

preview Preview

Go To Post

heute war offenbar wieder ein Update, könnte sein, dass einige Features nicht mehr gehen. Bis heute nachmittag müsst ihr euch gedulden.

greetz KN4CK3R
Counter-Strike: Source

Sat 23. Apr 2011, 02:43

by KN4CK3R Go to last post
23 2727