System Properties Hacker in VB6

YouN00b / Articles

Photoshop Tutorial-Flag Icon Basic Keylogger Visual Basic 6
Submitted On: Wednesday, February 24, 2010 at 5:48:55 AM
User Avatar
ColinFiat
Online Now

Please login to rate this submission.


Link to this Submission
Blog and Forum Link

HTML link
Facebook / Pagereaders

DO NOT ATTEMPT: Articles provided here are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained on the internet, including this website. We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site. Please read the Legal page for more information.
System Properties Hack

Member Added Image


This program targets specific windows by title and changes various text element including buttons and other screen objects.

User Section

Member Added Image SysPropHack.zip

This archive contains two files:
Member Added Image sysprophack.exe
Member Added Image sysprophack.ini

sysprophack.ini is a text editable file containing information used to determine which window(s) and which text to change.

[windows titles]
window one
window two
window three


The Window Title section lists by name all the windows which are to be searched for. Each of these entries must have a corresponding section.

[window one]
quantity=2
old 1=old text
new 1=new text
old 2=old text 2
new 2=new text 2


The program cannot be stopped in any conventional manner. If you have edited the ini file and made and error, no changes will be made until after the program’s task has been ended via Windows Task Manager.


Programmers Section

Member Added Image SysPropHackSrc.zip

This archive contains:

Member Added Image project1.vbp
Member Added Image module1.bas
Member Added Image form1.frm
Member Added Image sysprophack.ini

The module bas file contains declarations for calling system functions in windows li...

 Member Only Area
Information Please Login or Join to read the rest of this submission.
Tags: text, hack, cpu, system, specifications, button, text, properties
  Friday, February 26th, 2010 at 9:21:30 AM #33569
Source421
Source421
Member
'hnnggg'
Level 19
Posts: 1,308
Submissions: 38
Source421 is Offline

Nice article man, 5*