OldSchoolHack

Register / Login English

User Search: KN4CK3R

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

Go to first new post SQL lücke auf OSH.de ?! Posted on: Sun 3. Jun 2012, 03:28

Dr_Pepper

preview Preview

Go To Post

Fehler ja, kritisch nein. Beheb ich heute abend. PM wäre aber besser gewesen.

greetz KN4CK3R
Laberecke

Sun 3. Jun 2012, 14:18

by Dr_Pepper Go to last post
4 1369
icon

Go to first new post [Release] OldSchoolHack BP TF2 RC42 Posted on: Sat 2. Jun 2012, 13:15

KN4CK3R

preview Preview

Go To Post

OldSchoolHack - BP - Team Fortress 2 - RC42
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 RC42
Team Fortress 2

Sat 2. Jun 2012, 21:54

by ampped101 Go to last post
1 1736
icon

Go to first new post [Release] OldSchoolHack BP DoDS RC74 Posted on: Sat 2. Jun 2012, 13:10

KN4CK3R

preview Preview

Go To Post

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

0. injector and dll must have the SAME name (osh.exe, osh.dll or whatever)
1. start DoD:S and wait while loading
2. start oshbpdods.exe
3. read the infos in the DoDS console
4. play

Changes:
- updated offsets

FAQ:
If the game crashes for you, try to use the windowmode.
Need more help?
https://www.oldschoolhack.me/forum/support/7160,howtouse-osh-bp.html

Features:

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

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 RC74
Day of Defeat

Sat 2. Jun 2012, 13:10

by KN4CK3R Go to last post
0 1384
icon

Go to first new post [Release] Mw3/Sp v.1.8.423 Posted on: Thu 31. May 2012, 21:26

KN4CK3R

preview Preview

Go To Post

Mw3/Sp  v.1.8.423  by GradenT


      HotKeys.
   

NumPad0 All Perks
NumPad1 Gode Mode
NumPad2 No Reload + Ammunition
NumPad3 Unl. Ammo
NumPad4 Bolt Action Rifle
NumPad5 Rapid Fire
NumPad6 Noclip
NumPad7 No Recoil
NumPad8 One Hit Kill
NumPad/ Give Predator

NumPad+ Increase Speed Hack
NumPad- Decrease  Speed Hack  


Home      Gravity 0
End       Normal Gravity
ScrLk     Increase Gravity

UpArrow   Increase Jump
DownArrow Decrease Jump

RightArrow  Increase Fov
Left Arrow  Decrease Fov

Z       Slow Time
X       Normal Time
Insert  Increase Time
Delete  Decrease Time


To Deactivate the use Alt+Hotkey.



Trainer - GradenT.
Version - 1.7.413.
Edition - Steam.
Release - 27.05.2012.
Made    - Estonia. "Russian".
Download Mw3/Sp  v.1.8.423
Call of Duty: Modern Warfare 3

Thu 31. May 2012, 23:34

by Thechosenracer Go to last post
1 2718
icon

Go to first new post [Release] HWID bans bypass Posted on: Thu 31. May 2012, 21:24

KN4CK3R

preview Preview

Go To Post

ToolPack

Note that changes on NTFS volumes won't be visible until the next reboot.
In addition, you should shut down any applications you have running before
changing a volume id. NT may become confused and think that the media (disk)
has changed after a FAT volume id has changed and pop up messages indicating
that you should reinsert the original disk (!). It may then fail the disk requests
of applications using those drives.

-----------

Technitium MAC Address Changer allows you to change (spoof)
Media Access Control (MAC) Address of your Network Interface
Card (NIC) irrespective to your NIC manufacturer or its driver.
It has a very simple user interface and provides ample information
regarding each NIC in the machine. Every NIC has a MAC address hard
coded in its circuit by the manufacturer. This hard coded MAC address
is used by windows drivers to access Ethernet Network (LAN). This tool
can set a new MAC address to your NIC, bypassing the original hard coded
MAC address. Technitium MAC Address Changer is a must tool in every security
professionals tool box
Download HWID bans bypass
All Points Bulletin

Thu 31. May 2012, 21:24

by KN4CK3R Go to last post
0 3051
icon

Go to first new post [C++][CoDMW3] Klassen Posted on: Tue 15. Nov 2011, 17:41

KN4CK3R

preview Preview

Go To Post

Hallo,

für die, die es gebrauchen können, stelle ich hier mein ReClass Projekt zu Verfügung:

https://www.oldschoolhack.me/files/codmw3.rdc

Außerdem hier der generierte C++ Code:
CPP Code:
  1. //Generated using ReClass by DrUnKeN ChEeTaH
  2.  
  3.  
  4.  
  5. class Vector;
  6. class Refdef;
  7. class ClientInfo;
  8. class Game;
  9. class Entity;
  10.  
  11. class Vector
  12. {
  13. public:
  14. float x; //0x0000
  15. float y; //0x0004
  16. float z; //0x0008
  17. }//Size=0x000C(12)
  18.  
  19. class Refdef
  20. {
  21. public:
  22. __int32 x; //0x0000
  23. __int32 y; //0x0004
  24. __int32 width; //0x0008
  25. __int32 height; //0x000C
  26. float fovx; //0x0010
  27. float fovy; //0x0014
  28. Vector origin; //0x0018
  29. Vector forward; //0x0024
  30. Vector right; //0x0030
  31. Vector upward; //0x003C
  32. }//Size=0x0048(72)
  33.  
  34. class ClientInfo
  35. {
  36. public:
  37. __int32 clientNum; //0x0000
  38. __int32 valid; //0x0004
  39. char unknown8[4]; //0x0008
  40. char name[16]; //0x000C
  41. __int32 team; //0x001C
  42. __int32 team2; //0x0020
  43. __int32 rank; //0x0024
  44. char unknown28[40]; //0x0028
  45. char bodyName[64]; //0x0050
  46. char headName[32]; //0x0090
  47. char ID1686BC58[992]; //0x00B0
  48. __int32 pose; //0x0490
  49. char ID1686BED8[12]; //0x0494
  50. __int32 isShooting; //0x04A0
  51. char ID1686BCD8[4]; //0x04A4
  52. __int32 isZoomed; //0x04A8
  53. char ID1686BBD8[180]; //0x04AC
  54. }//Size=0x0560(1376)
  55.  
  56. class Game
  57. {
  58. public:
  59. __int32 serverTime; //0x0000
  60. char unknown4[24]; //0x0004
  61. Vector localPosition; //0x001C
  62. Vector veclocity; //0x0028
  63. char unknown34[4]; //0x0034
  64. __int32 worldEntityNum; //0x0038
  65. char unknown3C[276]; //0x003C
  66. __int32 localClientNum; //0x0150
  67. char unknown154[438272]; //0x0154
  68. float frameInterpolation; //0x6B154
  69. char unknown9B158[8]; //0x6B158
  70. __int32 time; //0x6B160
  71. __int32 oldTime; //0x6B164
  72. char unknown6B168[28]; //0x6B168
  73. Refdef refdef; //0x6B184
  74. char unknown6B1CC[19244]; //0x6B1CC
  75. Vector refdefViewAngles; //0x6FCF8
  76. char unknown6FD04[29580]; //0x6FD04
  77. char playerState[140]; //0x77090
  78. char unknown7711C[550188]; //0x7711C
  79. ClientInfo client0; //0xFD648
  80. ClientInfo client1; //0xFDBA8
  81. ClientInfo client2; //0xFE108
  82. ClientInfo client3; //0xFE668
  83. ClientInfo client4; //0xFEBC8
  84. ClientInfo client5; //0xFF128
  85. ClientInfo client6; //0xFF688
  86. ClientInfo client7; //0xFFBE8
  87. ClientInfo ID0303CC48; //0x100148
  88. ClientInfo ID0303CCD0; //0x1006A8
  89. ClientInfo ID0303CE68; //0x100C08
  90. ClientInfo ID0303CF78; //0x101168
  91. ClientInfo ID0303D088; //0x1016C8
  92. ClientInfo ID0303D198; //0x101C28
  93. ClientInfo ID0303D330; //0x102188
  94. ClientInfo ID0303D4C8; //0x1026E8
  95. ClientInfo ID0303BDF0; //0x102C48
  96. ClientInfo ID0303CA28; //0x1031A8
  97. ClientInfo ID0303CBC0; //0x103708
  98. ClientInfo ID0303D110; //0x103C68
  99. ClientInfo client20; //0x1041C8
  100. ClientInfo client21; //0x104728
  101. ClientInfo client22; //0x104C88
  102. ClientInfo clien23; //0x1051E8
  103. char unknown1070920[12]; //0x105748
  104. }//Size=0x105754(1070932)
  105.  
  106. class Entity
  107. {
  108. public:
  109. __int16 unknown0; //0x0000
  110. __int16 isValid; //0x0002
  111. char unknown4[16]; //0x0004
  112. Vector origin; //0x0014
  113. Vector view; //0x0020
  114. char unknown2C[60]; //0x002C
  115. __int32 pose; //0x0068
  116. char unknown6C[12]; //0x006C
  117. Vector origin2; //0x0078
  118. char unknown84[76]; //0x0084
  119. __int32 clientNum; //0x00D0
  120. __int32 type; //0x00D4
  121. __int32 pose2; //0x00D8
  122. char unknownDC[12]; //0x00DC
  123. Vector origin3; //0x00E8
  124. char unknownF4[24]; //0x00F4
  125. Vector view2; //0x010C
  126. char unknown118[184]; //0x0118
  127. __int32 flags; //0x01D0
  128. char unknown1D4[36]; //0x01D4
  129. }//Size=0x01F8(504)

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

Wed 30. May 2012, 20:01

by GhTys Go to last post
1 1530
icon

Go to first new post [Release] TeknoMw3 v.1.4.382 Posted on: Sun 27. May 2012, 19:34

KN4CK3R

preview Preview

Go To Post

Instruction.
==-=-=-=-=-=-=-=-==
1.Start the game.
2.Start the trainer.
3. Enjoy!
Give weapon to use in just survival.
Otherwise it will be Error.
Predator should buy, use, activate the "NumPad /".
Download TeknoMw3  v.1.4.382
Call of Duty: Modern Warfare 3

Sun 27. May 2012, 19:34

by KN4CK3R Go to last post
0 4574
icon

Go to first new post Gemeldet wegen cheaten !!! (Multi-page thread 1 2) Posted on: Sun 27. May 2012, 17:14

Gamer666

preview Preview

Go To Post

lasst den Blödsinn, closed!
Counter-Strike: Source

Sun 27. May 2012, 19:25

by KN4CK3R Go to last post
29 1166
icon

Go to first new post Update - OldSchoolHack BP CSS RC35 Posted on: Wed 23. May 2012, 18:09

KN4CK3R

preview Preview

Go To Post

Diskussionsthread:
https://www.oldschoolhack.me/forum/games/8914,releasecss-oldschoolhack-bp-css-rc35,0.html
OldSchoolHack-News

Wed 23. May 2012, 18:10

by KN4CK3R Go to last post
1 5111
icon

Go to first new post Update - OldSchoolHack BP CSS RC35 Posted on: Wed 23. May 2012, 18:09

KN4CK3R

preview Preview

Go To Post

Um CSS wars ja recht lange Zeit ruhig, jetzt kam dann aber doch mal wieder ein Update. Hamse wohl ein paar Bugs gefixt, die ihnen bei Global Offensive aufgefallen sind. Hack ist UD wie immer

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

Only registered and activated users can see links. Only registered and activated users can see links.

Download OldSchoolHack BP CSS RC35
OldSchoolHack-News

Wed 23. May 2012, 18:10

by KN4CK3R Go to last post
1 5111
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

abgelehnt -> spielspezifisch

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

lesen und ausprobieren...

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

ich schreib dann mal was zu der Uhr...

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

dazu musst du DMA (Dynamic Memory Adress) bezwingen. Um das zu tun, muss man allerdings fast immer eine andere Technik anwenden, da es eigentlich bei jedem Programm mit DMA unterschiedlich ist. Aus diesem Grund kann ich dazu kein Tutorial schreiben. Aber wie man grundlegend vorgehen kann, kann ich hier kurz erklären.

Wenn im Programm irgendwo ein Wert an irgendeine sich ändernde Speicheradresse geschrieben wird, die deren Adresse in einem Register wie zB eax steht, dann müsst ihr im Code weiter nach oben gehen und schauen, was vorher in eax geschrieben wird. Wenn zB ein paar Zeilen obendrüber mov eax, abc steht, dann könnt ihr als Adresse abc testen. Wenn ihr Glück habt, dann ist abc die Adresse, die fest ist und an die ihr problemlos Werte schreiben könnt. In der Praxis ist es allerdings meistens nicht so einfach.

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

Quote
Original von Stoebi
Mein Wunsch wäre, ein Tutorial für ein Ingame Hack Menu, da ich ich hier Cheats verwende, deren Optionen ich nur über die Konsole aktivieren/deaktivieren kann.
das kann man hinterher nicht mehr so einfach machen. Ist also leider nur schwer umsetzbar...

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

nein, da ich keine Tutorials schreiben will, die auf speziell ein Spiel zugeschnitten sind.

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

Breakpoint Hooking?

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

gar net ohne Quellcode

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

so einfach mit irgendwas ändern, kann man nen Hack nicht wieder ud machen.

greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215
icon

Go to first new post Wunschtutorial (Multi-page thread 1 2 3 4 5 ... Last Page) Posted on: Wed 13. Feb 2008, 17:46

KN4CK3R

preview Preview

Go To Post

tagchen,

da ich nicht weiß, ob und worüber ich ein neuntes GameHacking Tutorial schreiben sollte, frage ich nun euch. Worüber hättet ihr gern ein Tutorial? Ich beachte allerdings nur Wünsche, die nicht speziell auf ein Spiel zugschnitten sind, um den "wie mach ich mich in Warrock unsichtbar?"-Kindern zuvorzukommen...


greetz KN4CK3R
Tutorials

Tue 22. May 2012, 17:55

by xst Go to last post
126 14215