Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Yesterday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Yesterday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Thursday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Thursday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Help
Modify *.exe & make ANY crack
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="lks92" data-source="post: 2227593" data-attributes="member: 79994"><p>1) Don't try to modify a prog by editing his source in a dissasembler.Why?</p><p>Couse that's for programmers and assembly experts only. If any of you dumb kids</p><p>try to view it in hex you'll only get tons of crap you don't understand.</p><p>First off, you need Resource Hacker(last version).It's a resource editor-</p><p>very easy to use.</p><p></p><p>Resource Hacker Version 3.4.0</p><p>CODE</p><p><a href="http://delphi.icm.edu.pl/ftp/tools/ResHack.zip/" target="_blank">http://delphi.icm.edu.pl/ftp/tools/ResHack.zip/</a></p><p></p><p>Help File</p><p>CODE</p><p><a href="http://www.users.on.net/johnson/resourceha...eshack_hlp.zip/" target="_blank">http://www.users.on.net/johnson/resourceha...eshack_hlp.zip/</a></p><p></p><p></p><p>################################################################################</p><p>#</p><p>2)Unzip the archive, and run ResHacker.exe. You can check out the help file too,</p><p>if you want to be a guru.</p><p>################################################################################</p><p>#</p><p>3)You will see that the interface is simple and clean. Go to the menu File\Open or</p><p>press Ctrl+O to open a file. Browse your way to the file you would like to edit.</p><p>You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is ment</p><p>to teach you how to edit *.exe files, so open one.</p><p>################################################################################</p><p>#</p><p>4)In the left side of the screen a list of sections will appear.</p><p>The most common sections are: -Icon;</p><p>-String table;</p><p>-RCData;</p><p>-Dialog;</p><p>-Cursor group;</p><p>-Bitmap;</p><p>-WAV.</p><p>*Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with.</p><p>*String table: a bunch of crap, useful sometimes, basic programming knowladge needed.</p><p>*RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more!</p><p>*Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget</p><p>to press "Compile" when you're done!</p><p>*Cursor group: Change the mouse cursors used in the program just like you would change the icon.</p><p>*Bitmap: View or change images in the programs easy!</p><p>*WAV:Change the sounds in the prog. with your own.</p><p>################################################################################</p><p>####</p><p></p><p>5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can</p><p>modify or translate the text change links, change buttons, etc.</p><p>################################################################################</p><p>#####</p><p></p><p>TIP: To change a window title, search for something like: CAPTION "edit this".</p><p>TIP: After all operations press the "Compile Script" button, and when you're done editing save</p><p>your work @ File\Save(Save as).</p><p>TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved</p><p>file will have the normal name of the changed prog.</p><p>TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it becouse of it's structure.</p><p></p><p>Remember! This is only a small example of what you can do to executables with Resource Hacker.</p><p></p><p>there is no more RESHACKER there are xnreshacker</p><p>if u need it e-mail me i hav da portable 1</p><p><a href="mailto:krishanlks@yahoo.com">krishanlks@yahoo.com</a></p></blockquote><p></p>
[QUOTE="lks92, post: 2227593, member: 79994"] 1) Don't try to modify a prog by editing his source in a dissasembler.Why? Couse that's for programmers and assembly experts only. If any of you dumb kids try to view it in hex you'll only get tons of crap you don't understand. First off, you need Resource Hacker(last version).It's a resource editor- very easy to use. Resource Hacker Version 3.4.0 CODE [url]http://delphi.icm.edu.pl/ftp/tools/ResHack.zip/[/url] Help File CODE [url]http://www.users.on.net/johnson/resourceha...eshack_hlp.zip/[/url] ################################################################################ # 2)Unzip the archive, and run ResHacker.exe. You can check out the help file too, if you want to be a guru. ################################################################################ # 3)You will see that the interface is simple and clean. Go to the menu File\Open or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is ment to teach you how to edit *.exe files, so open one. ################################################################################ # 4)In the left side of the screen a list of sections will appear. The most common sections are: -Icon; -String table; -RCData; -Dialog; -Cursor group; -Bitmap; -WAV. *Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with. *String table: a bunch of crap, useful sometimes, basic programming knowladge needed. *RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more! *Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget to press "Compile" when you're done! *Cursor group: Change the mouse cursors used in the program just like you would change the icon. *Bitmap: View or change images in the programs easy! *WAV:Change the sounds in the prog. with your own. ################################################################################ #### 5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can modify or translate the text change links, change buttons, etc. ################################################################################ ##### TIP: To change a window title, search for something like: CAPTION "edit this". TIP: After all operations press the "Compile Script" button, and when you're done editing save your work @ File\Save(Save as). TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved file will have the normal name of the changed prog. TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it becouse of it's structure. Remember! This is only a small example of what you can do to executables with Resource Hacker. there is no more RESHACKER there are xnreshacker if u need it e-mail me i hav da portable 1 [email]krishanlks@yahoo.com[/email] [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom