

![]() |
![]() |
|
|
#1 (permalink) | ||
|
The Sexy Penguin
Senior Member
Retired Staff Member ![]() ![]() ![]() Prophet |
I believe that I released this on the temp forums a long time ago (about a year or so), I wrote this application for lazy mother****ers who can't code well or don't want to code but want to write a hack. I'm releasing this again for feedback and also per DSG's request.
Code:
LAZY HACK By LCSBSSRHXXX --->>> www.bwhacks.com <<<--- This is a little program for lazy *******s like my self. Basically it's a program that allows you to input a small amount of data to produce a sub to either read or write process memory. Theres are a few options you can mess with such as: Public/Private - This will determine if the subs and API are declared as public or private. Wrap Values With Quotes - This wraps the Vale that you are either reading or writing, if you are reading you want Quote Wrap off. The purpose of the quote wrap is if the Value is a string of characters or a variable (in the case of reading you are always using a variable). Option Explicit - Toggles Option Explicit in the general declarations. Include API - API is toggles on default, because the subs that LAZY HACK use APIs, the reason for the toggle is if someone is writing a sub with this for a program of theirs and they already have the API declared. To use this program just start it up than click Add New Sub than set up all the information for your hack. NOTE: With read process memory it initializes the buffer to 256 (meaning it sets the value it reads to, to hold 256 characters) Also with read process memory the code generated reads the memory from the buffer and displays it in a message box, you can modify any of the code the program generates to fit your own needs if it doesn't do it for you. ![]() Edit: NEWS UPDATE! (JUNE 07, 2007) This can now be used to write hacks for Starcraft 1.15 again, do do so you need StarCraft with Security Removed (by LCSBSSRHXXX) and CRWA - CheckRevision Work Around (by Palomino) Since it generates code using OpenProcess you need to use my patched version of StarCraft 1.15 to enable the use of OpenProcess API and you need to use Palomino's CRWA and allow you to log onto Battle.net with my patched versiom of StarCraft 1.15. ~removed links to out of date stuff~ Pinnah
__________________
Quote:
LCS, 707, BELPHEGOR YEEEEEEEH BITCH Quote:
Last edited by gamepin126 : 09-16-2007 at 12:39 PM. |
||
|
|
![]() |
![]() |
|
Advertisement
|
|
![]() |
![]() |
|
|
#4 (permalink) |
|
Mortal
Join Date: Jun 2007
Posts: 1
![]() |
Pretty sweet. Just one question, so with this you can read values and input values into SC. But if I wanted to play with this, how would I even know where to begin for say something like making a map hack on my own. I would have no idea what values to read and change to map entire map visible.
|
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#5 (permalink) | ||
|
The Sexy Penguin
Senior Member
Retired Staff Member ![]() ![]() ![]() Prophet |
Basically what this does is you input the offsets into the program and the values to write and it generates code for you, maphack is very complicated, especially for a unexperienced hacker and programmer. But to answer your question, to find the values you use a memory searcher such as ArtMoney.
__________________
Quote:
LCS, 707, BELPHEGOR YEEEEEEEH BITCH Quote:
|
||
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#10 (permalink) | ||
|
The Sexy Penguin
Senior Member
Retired Staff Member ![]() ![]() ![]() Prophet |
I know, like I said I wrote this a year ago, but it still can be used to generate code for hacks other than for StarCraft, but I'm probably going to develop this more and make it compatable for StarCraft 1.14 and above, I've been talking with DSG about maybe even writing a LAZY HACK MASM code generator.
__________________
Quote:
LCS, 707, BELPHEGOR YEEEEEEEH BITCH Quote:
|
||
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#14 (permalink) |
![]() ![]() Deviant Join Date: May 2007
Posts: 44
![]() |
Very good, just what i needed! I've been using memory search programs for an eternity but i've been way to lazy to make a program that can do it for me despite my almost intimate knowledge of vb.
---After inputing a bunch of subs and having it generate the code i ran into the problem that no matter what it says it couldn't get the process handle! Why? It doesn't complain about the title! Last edited by bomber7 : 06-07-2007 at 05:31 PM. |
|
|
![]() |
![]() |
![]() |
![]() |
|
|
#15 (permalink) |
|
The Sexy Penguin
Senior Member
Retired Staff Member ![]() ![]() ![]() Prophet |
Since it generates code using OpenProcess you need to use my patched version of StarCraft along with Palomino's CRWA to enable the use of OpenProcess API and allow you to log onto Battle.net.
StarCraft with Security Removed (by LCSBSSRHXXX): http://www.bwhacks.com/forums/showthread.php?t=24313 CRWA - CheckRevision Work Around (by Palomino): [StarCraft] CheckRevision Work Around Edit: I just updated the main post with the new information.
__________________ |