|
Thread |
Forum |
Last Post |
Posts |
Views |
 |
SQL lücke auf OSH.de ?!
Posted on: Sun 3. Jun 2012, 03:28
Dr_Pepper
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
|
4 |
1369 |
 |
[Release] OldSchoolHack BP TF2 RC42
Posted on: Sat 2. Jun 2012, 13:15
KN4CK3R
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
|
1 |
1736 |
 |
[Release] OldSchoolHack BP DoDS RC74
Posted on: Sat 2. Jun 2012, 13:10
KN4CK3R
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
|
0 |
1384 |
 |
[Release] Mw3/Sp v.1.8.423
Posted on: Thu 31. May 2012, 21:26
KN4CK3R
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
|
1 |
2718 |
 |
[Release] HWID bans bypass
Posted on: Thu 31. May 2012, 21:24
KN4CK3R
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
|
0 |
3051 |
 |
[C++][CoDMW3] Klassen
Posted on: Tue 15. Nov 2011, 17:41
KN4CK3R
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: //Generated using ReClass by DrUnKeN ChEeTaH class Vector; class Refdef; class ClientInfo; class Game; class Entity; class Vector { public: float x; //0x0000 float y; //0x0004 float z; //0x0008 }//Size=0x000C(12) class Refdef { public: __int32 x; //0x0000 __int32 y; //0x0004 __int32 width; //0x0008 __int32 height; //0x000C float fovx; //0x0010 float fovy; //0x0014 Vector origin; //0x0018 Vector forward; //0x0024 Vector right; //0x0030 Vector upward; //0x003C }//Size=0x0048(72) class ClientInfo { public: __int32 clientNum; //0x0000 __int32 valid; //0x0004 char unknown8[4]; //0x0008 char name[16]; //0x000C __int32 team; //0x001C __int32 team2; //0x0020 __int32 rank; //0x0024 char unknown28[40]; //0x0028 char bodyName[64]; //0x0050 char headName[32]; //0x0090 char ID1686BC58[992]; //0x00B0 __int32 pose; //0x0490 char ID1686BED8[12]; //0x0494 __int32 isShooting; //0x04A0 char ID1686BCD8[4]; //0x04A4 __int32 isZoomed; //0x04A8 char ID1686BBD8[180]; //0x04AC }//Size=0x0560(1376) class Game { public: __int32 serverTime; //0x0000 char unknown4[24]; //0x0004 Vector localPosition; //0x001C Vector veclocity; //0x0028 char unknown34[4]; //0x0034 __int32 worldEntityNum; //0x0038 char unknown3C[276]; //0x003C __int32 localClientNum; //0x0150 char unknown154[438272]; //0x0154 float frameInterpolation; //0x6B154 char unknown9B158[8]; //0x6B158 __int32 time; //0x6B160 __int32 oldTime; //0x6B164 char unknown6B168[28]; //0x6B168 Refdef refdef; //0x6B184 char unknown6B1CC[19244]; //0x6B1CC Vector refdefViewAngles; //0x6FCF8 char unknown6FD04[29580]; //0x6FD04 char playerState[140]; //0x77090 char unknown7711C[550188]; //0x7711C ClientInfo client0; //0xFD648 ClientInfo client1; //0xFDBA8 ClientInfo client2; //0xFE108 ClientInfo client3; //0xFE668 ClientInfo client4; //0xFEBC8 ClientInfo client5; //0xFF128 ClientInfo client6; //0xFF688 ClientInfo client7; //0xFFBE8 ClientInfo ID0303CC48; //0x100148 ClientInfo ID0303CCD0; //0x1006A8 ClientInfo ID0303CE68; //0x100C08 ClientInfo ID0303CF78; //0x101168 ClientInfo ID0303D088; //0x1016C8 ClientInfo ID0303D198; //0x101C28 ClientInfo ID0303D330; //0x102188 ClientInfo ID0303D4C8; //0x1026E8 ClientInfo ID0303BDF0; //0x102C48 ClientInfo ID0303CA28; //0x1031A8 ClientInfo ID0303CBC0; //0x103708 ClientInfo ID0303D110; //0x103C68 ClientInfo client20; //0x1041C8 ClientInfo client21; //0x104728 ClientInfo client22; //0x104C88 ClientInfo clien23; //0x1051E8 char unknown1070920[12]; //0x105748 }//Size=0x105754(1070932) class Entity { public: __int16 unknown0; //0x0000 __int16 isValid; //0x0002 char unknown4[16]; //0x0004 Vector origin; //0x0014 Vector view; //0x0020 char unknown2C[60]; //0x002C __int32 pose; //0x0068 char unknown6C[12]; //0x006C Vector origin2; //0x0078 char unknown84[76]; //0x0084 __int32 clientNum; //0x00D0 __int32 type; //0x00D4 __int32 pose2; //0x00D8 char unknownDC[12]; //0x00DC Vector origin3; //0x00E8 char unknownF4[24]; //0x00F4 Vector view2; //0x010C char unknown118[184]; //0x0118 __int32 flags; //0x01D0 char unknown1D4[36]; //0x01D4 }//Size=0x01F8(504)
greetz KN4CK3R
|
VB, C/C++, Delphi, etc |
Wed 30. May 2012, 20:01
by GhTys
|
1 |
1530 |
 |
[Release] TeknoMw3 v.1.4.382
Posted on: Sun 27. May 2012, 19:34
KN4CK3R
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
|
0 |
4574 |
 |
Gemeldet wegen cheaten !!!
( 1 2)
Posted on: Sun 27. May 2012, 17:14
Gamer666
Preview
|
Counter-Strike: Source |
Sun 27. May 2012, 19:25
by KN4CK3R
|
29 |
1166 |
 |
Update - OldSchoolHack BP CSS RC35
Posted on: Wed 23. May 2012, 18:09
KN4CK3R
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
|
1 |
5111 |
 |
Update - OldSchoolHack BP CSS RC35
Posted on: Wed 23. May 2012, 18:09
KN4CK3R
Preview
|
OldSchoolHack-News |
Wed 23. May 2012, 18:10
by KN4CK3R
|
1 |
5111 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
Preview
Go To Post
abgelehnt -> spielspezifisch greetz KN4CK3R
|
Tutorials |
Tue 22. May 2012, 17:55
by xst
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
Preview
Go To Post
lesen und ausprobieren... greetz KN4CK3R
|
Tutorials |
Tue 22. May 2012, 17:55
by xst
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
Preview
Go To Post
ich schreib dann mal was zu der Uhr... greetz KN4CK3R
|
Tutorials |
Tue 22. May 2012, 17:55
by xst
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
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
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
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
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
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
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
Preview
|
Tutorials |
Tue 22. May 2012, 17:55
by xst
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
Preview
|
Tutorials |
Tue 22. May 2012, 17:55
by xst
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
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
|
126 |
14215 |
 |
Wunschtutorial
( 1 2 3 4 5 ... Last Page)
Posted on: Wed 13. Feb 2008, 17:46
KN4CK3R
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
|
126 |
14215 |