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 TF2 RC39 Posted on: Thu 19. Apr 2012, 23:55

KN4CK3R

preview Preview

Go To Post

i fixed the file

greetz KN4CK3R
Team Fortress 2

Sun 29. Apr 2012, 16:51

by Dovahkiin Go to last post
10 3057
icon

Go to first new post [Release] OldSchoolHack BP TF2 RC39 Posted on: Thu 19. Apr 2012, 23:55

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - BP - Team Fortress 2 - RC39
by KN4CK3R

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

FAQ:
Q: How do I open the menu?
A: Press Insert / Einfügen.

Q: The game often crashes for me.
A: Try out the windowmode.

Q: Why can't I move the mouse?
A: You only can move the GUI mouse if you are ingame.

Need more help?
https://www.oldschoolhack.me/forum/support/7160,howtouse-osh-bp.html

Changes:
-Offset Updates

Features:

- Crosshair

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

- ESP Box
- ESP Name
- ESP Healthbar
- Radar
- Radar Name
- Radar Healthbar

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

Download OldSchoolHack BP TF2 RC39
Team Fortress 2

Sun 29. Apr 2012, 16:51

by Dovahkiin Go to last post
10 3057
icon

Go to first new post [Release] [MW3] Rank and Prestige hack v 2.1 Posted on: Fri 27. Apr 2012, 23:24

KN4CK3R

preview Preview
Call of Duty: Modern Warfare 3

Fri 27. Apr 2012, 23:24

by KN4CK3R Go to last post
0 1487
icon

Go to first new post Es geht um einen alten Mann Posted on: Fri 20. Apr 2012, 06:44

Lainux

preview Preview

Go To Post

danke
Laberecke

Fri 27. Apr 2012, 18:59

by acdcaffe Go to last post
9 1780
icon

Go to first new post Es geht um einen alten Mann Posted on: Fri 20. Apr 2012, 06:44

Lainux

preview Preview

Go To Post

auch dir danke
Laberecke

Fri 27. Apr 2012, 18:59

by acdcaffe Go to last post
9 1780
icon

Go to first new post [Release] SiroSix Public V15.5 Posted on: Mon 23. Apr 2012, 02:33

KN4CK3R

preview Preview

Go To Post

Changes:
- undetected again, aimbot is now vip only
- Added Windows XP ESP(a new esp methode made by me works without worldtoscreen e.t.c.), undetected again
- small wr update
- fixed speed & instant spawn
- Added Super Unl.Ammo <- 100% credits to unknowpk & some to yazzn
- Activated some vip stuff till 04.01.12
- undetected again & undetected again
- activated some vip stuff, added autoammo(&ammothe), added automedic(&medicother), added autovotekick hotkey: V <- credits to unknowpk
- Added AutoVotekick(Antikick) public for some days
- updated & removed some d3d functions will be added back soon
- D3d stuff is back - big thanks to yazzn
- Updatz0red
- Added AntiAbnormalGamePlay for rockets nades e.t.c.(works good at zombie mod, you still get disconnect if you shot to fast or to much)
- undetected again
- Fixed some functions
Only registered and activated users can see links.

Download SiroSix Public V15.5
Warrock

Mon 23. Apr 2012, 02:33

by KN4CK3R Go to last post
0 1098
icon

Go to first new post [Release] RendDX9.dll (Original - Backup ) April 2012 Posted on: Mon 23. Apr 2012, 01:23

KN4CK3R

preview Preview

Go To Post

Memory nametags yo. For people that don't know how/can't be bothered to draw their own.

EDIT: Oh, yeah this is undetected currently. I doubt it will be for long though.
Only registered and activated users can see links.

Download RendDX9.dll (Original - Backup ) April 2012
Battlefield Play4Free

Mon 23. Apr 2012, 01:23

by KN4CK3R Go to last post
0 921
icon

Go to first new post Bugs fixed (27.03.2012) Posted on: Tue 27. Mar 2012, 13:31

KN4CK3R

preview Preview

Go To Post

-fixed crash while deleting a form which is in use

-fixed closing MainForm doesn't call OnClose

-ScrollBar: removed unneeded exception
-PictureBox: can't have focus anymore
-Panel: can't have focus anymore
-ComboBox: doesn't loose focus on keyboard use
-ListBox: fixed ScrollBar location

-fixed ComboBox focus problem
-updated Copyright

-fixed "Apri" error

-fixed GetControls for InnerContainerControls

-changed size of MessageBox buttons

-fixed Intersection method

-fixed "only first TabPage receives events" bug

-added SetCursorEnabled
-added Hotkey system
Bugtracker

Sat 21. Apr 2012, 21:42

by KN4CK3R Go to last post
6 720
icon

Go to first new post Bugs fixed (27.03.2012) Posted on: Tue 27. Mar 2012, 13:31

KN4CK3R

preview Preview

Go To Post

Projekt bereinigen und neu erstellen. Falls es dann immernoch nicht geht, verrat mir bitte an welcher Stelle es abstürzt.

greetz KN4CK3R
Bugtracker

Sat 21. Apr 2012, 21:42

by KN4CK3R Go to last post
6 720
icon

Go to first new post Bugs fixed (27.03.2012) Posted on: Tue 27. Mar 2012, 13:31

KN4CK3R

preview Preview

Go To Post

Quote
if (keyboard.State == KeyboardMessage::KeyUp)

sollte nur ausgelöst werden, wenn die Taste losgelassen wird.

greetz KN4CK3R
Bugtracker

Sat 21. Apr 2012, 21:42

by KN4CK3R Go to last post
6 720
icon

Go to first new post Bugs fixed (27.03.2012) Posted on: Tue 27. Mar 2012, 13:31

KN4CK3R

preview Preview

Go To Post

falls dus noch nicht rausgefunden hast:
CPP Code:
  1. //Hotkey auf Insert:
  2. app->RegisterHotkey(Hotkey(Key::Insert, []()
  3. {
  4. Application::Instance()->Toggle();
  5. }));
  6.  
  7. //Hotkey auf Strg + Insert:
  8. app->RegisterHotkey(Hotkey(Key::Insert, Key::Control, []()
  9. {
  10. Application::Instance()->Toggle();
  11. }));
  12.  
  13. //Hotkey auf Strg + Alt + Insert:
  14. app->RegisterHotkey(Hotkey(Key::Insert, Key::Control | Key::Alt, []()
  15. {
  16. Application::Instance()->Toggle();
  17. }));
und ja, ich weiß, dass die F-Tasten noch nicht in der Key Auflistung drin sind.

greetz KN4CK3R
Bugtracker

Sat 21. Apr 2012, 21:42

by KN4CK3R Go to last post
6 720
icon

Go to first new post [Release] ApocServ v2.7 final Posted on: Sat 7. Apr 2012, 22:32

KN4CK3R

preview Preview

Go To Post

ApocServ v2.7 final CS 1.6 Server Hack - How to install
-------------------------------------------------------

Windows:
- Copy the apocserv.dll into cstrike\dlls folder of your HLDS
- Copy the apocserv.cfg into cstrike\dlls folder of your HLDS and read it
- Change "dlls\mp.dll" or "dlls\zbotcz.dll" to "dlls\apocserv.dll" in the line "gamedll" in file "liblist.gam"
- (Re)start your HLDS

Linux:
- Copy the apocserv.so into cstrike/dlls folder of your HLDS
- Copy the apocserv.cfg into cstrike/dlls folder of your HLDS and read it
- Change "dlls/cs_i386.so" to "dlls/apocserv.so" in the line "gamedll_linux" in file "liblist.gam"
- (Re)start your HLDS

Additional:
- Don't remove the original libraries

Setup:
- Type 'rcon sc_password "yourpassword"' to set cheat access password (without ')
- As client type 'sc_auth "yourpassword"' to authenticate as cheat user
- Type 'sc_help' to get a list of available commands

Crash & Bug Issues:
- Remove the 'map de_dust' statement out of the server.cfg
- Install ia32-libs and g++-multilib package on linux
- Read the apocserv.cfg carefully
- Recommended Linux OS: Ubuntu 11.10
- Recommended server hoster: ckras.com

I don't support league play:
This Server Side Hack is intented to have
fun playing. It's not made for playing in
leagues. You couldn't event do that, because
of ACs are making screenshots, and when you
are in console and typing in a command and
getting feedback from the mod you would
obviously get banned (high risk). You can
play with it on your public server or when
playing fws, cws, irc matches... Well, just
everything which is not protected by a
screenshot taking anti-cheat program or a
console command logging anti-cheat program. For
VAC2 its logically "undetected", a game server
can't get banned from steam service. If it
would be that case (technically possible) then
MetaMod would also get banned. Keep that in mind.
Only registered and activated users can see links.

Download ApocServ v2.7 final
Counter-Strike 1.6

Sat 21. Apr 2012, 17:45

by matrix1420 Go to last post
1 6252
icon

Go to first new post [Release] BF3 FaceBot v1.1 (Fixed) Posted on: Sat 14. Apr 2012, 11:56

KN4CK3R

preview Preview

Go To Post

some release for the new patch, it contains:
Aimbot
Norecoil
Nospread
ESP Boxes
PB Screenshots are blocked!
PB Status is currently UNDETECTED

F is aimkey atm...


CHANGELOG:
1.1:
Fixed crash, removed some things...

Credits:
raiders (thx for help with pb)
Domo (PDBs)
Rhin (Classes)
shrooms (Norecoil thx)
shamwow100
requisite0 (Base)
sirnaut
matdog (initial reversing of BF3)
Kozmo (initial reversing of BF3)
KingOrgy
akanet
s0beit
Joan
CodeDemon
scrapdizle
fatboy (learned some aimbot math bcus of u )
Download BF3 FaceBot v1.1 (Fixed)
Battlefield 3

Wed 18. Apr 2012, 20:01

by gips Go to last post
1 2487
icon

Go to first new post [Release] SOH COD4 V3 Posted on: Wed 18. Apr 2012, 18:19

KN4CK3R

preview Preview

Go To Post

SOH COD4 V3
- COD 4 v1.7
v3
- Fixed Load / Save
- Improved ESP
Features:
Wallhack
Chams
ESP Name/BOX/Visible/Weapon
UAV
No Recoil
No Flash
Screenshot Cleaner
Laser
Crosshair
Aimbot
etc.
Keys:
F3 - Config Box On/Off
F4 - No Flash On/Off
F5 - Laser On/Off
F6 - Wallhack On/Off
F7 - Chams On/Off
F8 - UAV On/Off
F9 - Recoil On/Off
F10 - All ESP On/Off
F11 - Crosshair On/Off
SHIFT + F11 - Clock On/Off
SHIFT + F10 - Logo On/Off
SHIFT + F9 - Aimbot On/Off
SHIFT + F8 - Aimkey +/-
SHIFT + F7 - FOV -
SHIFT + F6 - FOV +
SHIFT + F5 - FOV On/Off
SHIFT + F4 - FOV MinDist +
SHIFT + F3 - FOV MinDist -
CNTRL + F11 - Radar On/Off
CNTRL + F10 - DrawFOV On/Off
CNTRL + F9 - FOV LIMIT 180deg On/Off
CNTRL + F8 - AimThrough On/Off
CNTRL + F7 - DeathMatch On/Off
CNTRL + F6 - AimSpot +
CNTRL + F5 - AimSpot -
CNTRL + F4 - AimSpeed -
CNTRL + F3 - AimSpeed +
ALT + F11 - Radar Size +
ALT + F10 - Radar Size -
ALT + F9 - Radar Dot Size +
ALT + F8 - Radar Dot Size -
ALT + F7 - LOAD
ALT + F6 - SAVE
Undetected:
April 16, 2012.
PB/Garena/VAC2
Credits:
XION
jimster480
MyDooMJr [SOH]
A.I. [SOH] / SirHackAlot [SOH]
AIWNJOO [SOH]
King-Orgy [aBnet]
********
Shadow [UC]
learn_more [UC]
Roverturbo [UC]
JoshRose [UC]
Drunken Cheetah [UC]
Alkatraz [UC]
CypherPresents [UC]
sycore [UC]
okidoki [UC]
5DollarGuy [UC]
kidebr [UC]
TheFeckless [UC]
Chaser343 [aBnet]
R4z8r [UC]
SystemFiles [UC]
Pinki185 [UC]
.Encore [aBnet]
Sinner [aBnet]
Decor911v [UC]
sfab [UC]
Reunion [UC]
more
UC
GD
aB
SOH
Download SOH COD4 V3
Call of Duty 4: Modern Warfare

Wed 18. Apr 2012, 18:19

by KN4CK3R Go to last post
0 3105
icon

Go to first new post [Release] asdfHook BF3 v2 MiniMap Hack + No Recoil Posted on: Wed 18. Apr 2012, 18:14

KN4CK3R

preview Preview

Go To Post

Edit:  This release has the FPS problem fixed.
I'm not sure if there's any working hacks since the Battlefield 3  update, so I decided to release a very small cheat for the public to use  ^^
It has 3 features.
- NUMPAD 0 Toggles No-Recoil
- Mini-Map Hack ( Always On )
- Enemy Closeness ESP ( Warning when Enemy is close )
NOTE:
It is undetected, by PunkBuster, however, I do not have any screenshot  blocking code added into this version. So use at your own risk. I  personally played without PunkBuster screenshot protection for a few  weeks and never had problems.Credits: Whoever leaked the BF3 Server Files (Domo), Forza, Shrooms
Only registered and activated users can see links.

Download asdfHook BF3 v2 MiniMap Hack + No Recoil
Battlefield 3

Wed 18. Apr 2012, 18:14

by KN4CK3R Go to last post
0 2074
icon

Go to first new post [Release] NXG MW3 Public V1.2 Posted on: Sat 14. Apr 2012, 11:45

KN4CK3R

preview Preview

Go To Post

Update to our popular Public cheat version for Call Of Duty Modern Warfare 3. Added more protection against vac. The website now opens when the cheat is run. We do this in order for you to know about possible detections and know about the latest updates!

LOADING INSTRUCTIONS:

1. Start MW3 , The game MUST be run first.
2. Alt/Tab out of the game

3. Double click the NXG MW3 loader
4. Go back in-game
5. Press Insert to open the menu for the first time.
6. Select the "Misc" tab in the menu and click "Set Menu Key".

7. Press whatever key you want on your keyboard and that will now be the key that opens and closes your menu

8. You can also set a panic key using the same method as above.





Feature List:


   Mouse controlled in-game menu

   Customizable menu key

   Customizable panic key

   ESP color picker

   Custom Crosshair

   Crosshair color picker

   Box ESP

   Distance ESP

   Name ESP

   Enemy ESP

   Friendly ESP

   Save your choices

   Load your choices
Only registered and activated users can see links.

Download NXG MW3 Public V1.2
Call of Duty: Modern Warfare 3

Sun 15. Apr 2012, 14:34

by xRuffyx3 Go to last post
1 2952
icon

Go to first new post [Release] SOH BF2142 V2 Posted on: Sat 14. Apr 2012, 11:50

KN4CK3R

preview Preview

Go To Post

- For BF2142 v1.51

Features :

Player WallHack
No Fog
View Distance
Crosshair
Custom Name ESP
Kit ESP
Distance ESP
Box ESP
Visible ESP
Health Bars

Screenshot cleaner

===========================================
Hotkeys :

F12 - Wall hack On/Off
F11 - View Distance On/Off
F10 - No Fog On/Off
F9 - Crosshair On/Off
F8 - ALL ESP On/Off

===========================================
Undetected : April 13 , 2012 .

Latest BF2142 Online servers .
PB/GARENA
Download SOH BF2142 V2
Battlefield 2142

Sun 15. Apr 2012, 13:39

by MasterRed Go to last post
1 2295
icon

Go to first new post [Release] External mw3 wall & aim v1.4 Posted on: Sat 14. Apr 2012, 11:51

KN4CK3R

preview Preview

Go To Post

External Wall & Aim v1.4, an external cheat for Modern Warfare 3 (steam)Features:
-ESP (Friends and Enemies)
-Warning
-Aimbot
-Aim Prediction
-Fully External
-CustomizableChangelog
-Full rewrite
-Improved Overlay
-Improved Aimbot
-Improved ESP
-Reduced lag
Download External mw3 wall & aim v1.4
Call of Duty: Modern Warfare 3

Sun 15. Apr 2012, 10:13

by acdcaffe Go to last post
2 2075
icon

Go to first new post Ich kann nichts Downloaden Posted on: Fri 22. Jul 2011, 17:02

PaNiiiC.

preview Preview

Go To Post

ja in dem Fall einfach anderen Browser nehmen

greetz KN4CK3R
Laberecke

Sat 14. Apr 2012, 21:11

by Xenan Go to last post
5 1703
icon

Go to first new post [Release] Hack4Free v2.1 Posted on: Sat 14. Apr 2012, 11:54

KN4CK3R

preview Preview

Go To Post

v2.0:
Crosshair: Draw your own crosshair
Esp: Player/Vehicle Boxes, Bones, Names, Snaplines, Healthbars, Distance
Direct3D: Not Available, ill add it later
Radar: Engine Radar Players/Vehicles
New v2.1:
Aimbot: Aim at Friends/Vehicles,Aim at Closest to Crosshair/You, Aim Speed/Distance
The Direct3D tab will be added back soon
Download Hack4Free v2.1
Battlefield Play4Free

Sat 14. Apr 2012, 11:54

by KN4CK3R Go to last post
0 2184