tynab (04-29-2012)
First open Microsoft Visual Basic!
STEP 2
Open new project [File>New Project>Windows Form Application
Step 3
Make 4 or 5 buttons [ 1 button for activate ,1 for deactivate ,1 for credits ,1 for end and 1 for start exe ]but you dont need button for start exe and end button its just in options if you want ...
Step 4 make your hack [dll] and import it [Project>Project properties>Resources>Add Resources]
Step 5
Double click on button activate and copy paste this code:
I put Snddrv cuz its dll for CF hacks.Code:If My.Computer.FileSystem.FileExists("HGWC.exe") Then End If If IO.File.Exists(NAME.dll") = False Then Dim Datei As Object = My.Resources.NAME IO.File.WriteAllBytes("NAME.dll", Datei) End If Process.Start("exenamehere")
Step 6
Double click on button Deactivate and copy paste this code:
Step 7Code:MsgBox("Your hack is deactivated!", 6 + 16, "Deactivated") If My.Computer.FileSystem.FileExists("Name.dll") Then My.Computer.FileSystem.DeleteFile("Name.dll") End If
Double click on button credits and copy paste this code:
Option : Code for button start exe:Code:MsgBox("Credits: Zvonimir Cro and your name", 6 + 16, "Credits")
EndCode:Process.Start("exename")Step 8 make your application look good like my and add button names !Code:End
Step 9 add name and icon in options!
Step 10
Build loader , put it in CF folder and run as administrator !!
PS if u wat App running as Administrator that go in UAC settings and put something of these:
Example:Code:<requestedExecutionLevel level="asInvoker" uiAccess="false" /> <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Code:<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
tynab (04-29-2012)
well done bro, simple![]()
0_0 thankyou very much for this wonderful code!
One thing though, would it be very simple to hack the dll or get hands on it for re-distributing?
You can always "try" to protect your code by obfuscating it. There are many obfuscators. Here is an example of a good obfuscator: https://www.mpgh.net/forum/33-visual-...0-cracked.html
NextGen1 (03-16-2012)
thanks legal
dont wanna bump but i need help when i put "Dim Datei As Object = My.Resources.NAME" it does not work
how do i make one?
Ixxz (09-15-2012)