ReClass Downloads › Other FPS Games Category: Other FPS Games Developer: DrUnKeN ChEeTah Uploaded by: KN4CK3R Uploaded at: Sat 26. Nov 2011, 00:13 System: Windows File not available. File not available. Description Problems or Questions regarding the hack?Take a look at our FAQ Please watch the Tutorial Video!!\Tutorial\Tutorial.htmlReClass aka StructBuild 2If you find bugs, report them!!********************* How to Multi-Select********************Click first item, then hold shift while clicking second********************* How to enter addresses********************Address are added from left to right, andyou can use the & to get the address of aexe/dll base, and use * to dereference to apointer.Some examples-Use a simple hex offset0400000-Offset into a module&dllname+0500-offset into a module as a pointer&dllname+*0500-offset into a module as a pointer, then offset&dllname+*0500+25-offset into a module as a pointer, then offset to a pointer&dllname+*0500+*25etc...********************* How to use New skins (.msstyles)********************Just copy them to the \config folder andselect it in the settings.********************* How to reset all settings to default********************open regedit, and delete the following keyHKCU\Software\TOOLSeClass********************* Changing Topmost********************Restart ReClass for this settingto take effect********************* Array Offsets********************Some games (cod4) use static arrays of structs/classesUse this handy feature to offset the memory addressby the class sizeFor example COD 4 clientinfo_t is an array where eachclient is 0x4CC. make sure your class is this sizeand you can just view any client by entering the numberIn simple terms, this just adds the class size * Index to thememory address you entered above.********************* How to Crash ReClass ********************1. Create a circle reference like creating a pointerin a class to the same class..recursion2. Do something I haven't tested---------------------------------Version History:23-12-07 Public Release15-12-07 Final 1.0.1*Added: Size to class*Added: Array offsets*Fixed: Text type Not loaded right12-12-07 Final 1.0*Changed: Font in notepad to smaller fixed width*Changed: Conversion display*Added: Settings Pane*Added: can set any color and skin*Added: settings, and custom toolbars saved*Fixed: missing pane icons*Added: New Skins in confing folder11-12-07 Beta*Added: Automatic removal of unused classes*Removed: Pointer "instance" in view*fixed: crash if you try to add to struct*Added: clean and unhide before code gen needed*Added: Conversion Window*Added: Footer for headers*Added: Zero and Random Memory modify*Changed: Menu Items*fixed: removed spaces in addresses (only between +'s)*Added: Load/Save in Header/Footer/Code10-12-07 Beta released to testers