Go Back   BWHacks > BWHacks > User Downloads > Development Tools

Closed Thread
 
LinkBack Thread Tools

Old 06-01-2007, 01:11 AM   #1 (permalink)
LCSBSSRHXXX
The Sexy Penguin
Senior Member
Retired Staff Member

Prophet
 
LCSBSSRHXXX's Avatar
 
Join Date: Feb 2005
Location: MOTHA ****IN BOULDER COLORADO
Posts: 7,195
LCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond repute
Send a message via AIM to LCSBSSRHXXX
Default LAZY HACK - VB Code Generator - v2.4

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.
I think I might develop this application further per DarthSlyGuy's request (he's a lazy mother****er). This application should produce adequate code for a quick hack for any application that you can use OpenProcess on. This will only produce code adequate for StarCraft pre patch 1.14 only! (there have been changes in StarCraft since I wrote this application). If I further develop this application I will make sure it is adequate for StarCraft post patch 1.14.



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
Attached Images
File Type: jpg ss2.4.JPG (64.9 KB, 4255 views)
Attached Files
File Type: rar LAZY HACK.rar (14.5 KB, 374 views)
__________________
Quote:
Originally Posted by 707 View Post
Gotta throw the magnums down on the counter, and be like yeeeeah bitch.
we pop bitchez wit r gatz klub:
LCS, 707, BELPHEGOR

YEEEEEEEH BITCH

Quote:
Gorgy: so whats the new klub
Gorgy: poppin bitchez wit ur gat
707: WE GOT DICKS LIKE JESUS, SO WE GOTTA SPORT THE MAGS, AND BE LIKE YEEEEH BITCH

Last edited by gamepin126 : 09-16-2007 at 12:39 PM.
LCSBSSRHXXX 15 0FF11|\|3  
Advertisement
 
Advertisement
Advertisement Sponsored links


Old 06-01-2007, 01:13 AM   #2 (permalink)
DarthSlyGuy

Anti-24kazukin
Senior Member
Gold Member
Moderator

Blessed
 
DarthSlyGuy's Avatar
 
Join Date: May 2004
Location: Nar Shadda, Korriban
Posts: 2,488
DarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to behold
Send a message via ICQ to DarthSlyGuy Send a message via MSN to DarthSlyGuy Send a message via Yahoo to DarthSlyGuy
Default

Sweet. Thx. If only i had VB6 installed. If i quit being so lazy and install it, I can actually use this.
__________________


Last edited by DarthSlyGuy : 06-01-2007 at 01:41 AM.
DarthSlyGuy 15 0FF11|\|3  

Old 06-01-2007, 01:15 AM   #3 (permalink)
Otaku

I'm in ur user profile changing ur name back
Senior Member
Gold Member

Messiah
 
Otaku's Avatar
 
Join Date: Mar 2005
Location: Austin, TX
Posts: 9,718
Otaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond repute
Send a message via AIM to Otaku
Default

****, this looks hot. I might try something with this XD
__________________
Otaku 15 0FF11|\|3  

Old 06-01-2007, 01:20 AM   #4 (permalink)
LazyAss
Mortal
 
Join Date: Jun 2007
Posts: 1
LazyAss is on a distinguished road
Default

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.
LazyAss 15 0FF11|\|3  

Old 06-01-2007, 01:24 AM   #5 (permalink)
LCSBSSRHXXX
The Sexy Penguin
Senior Member
Retired Staff Member

Prophet
 
LCSBSSRHXXX's Avatar
 
Join Date: Feb 2005
Location: MOTHA ****IN BOULDER COLORADO
Posts: 7,195
LCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond repute
Send a message via AIM to LCSBSSRHXXX
Default

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:
Originally Posted by 707 View Post
Gotta throw the magnums down on the counter, and be like yeeeeah bitch.
we pop bitchez wit r gatz klub:
LCS, 707, BELPHEGOR

YEEEEEEEH BITCH

Quote:
Gorgy: so whats the new klub
Gorgy: poppin bitchez wit ur gat
707: WE GOT DICKS LIKE JESUS, SO WE GOTTA SPORT THE MAGS, AND BE LIKE YEEEEH BITCH
LCSBSSRHXXX 15 0FF11|\|3  

Old 06-01-2007, 01:42 AM   #6 (permalink)
DarthSlyGuy

Anti-24kazukin
Senior Member
Gold Member
Moderator

Blessed
 
DarthSlyGuy's Avatar
 
Join Date: May 2004
Location: Nar Shadda, Korriban
Posts: 2,488
DarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to beholdDarthSlyGuy is a splendid one to behold
Send a message via ICQ to DarthSlyGuy Send a message via MSN to DarthSlyGuy Send a message via Yahoo to DarthSlyGuy
Default

Tsearch works quite nicely as well.
__________________

DarthSlyGuy 15 0FF11|\|3  

Old 06-01-2007, 02:50 AM   #7 (permalink)
frozen_elite
Mortal
 
Join Date: May 2005
Posts: 7
frozen_elite is on a distinguished road
Default

Sweet!! this is great because i am a reallly lazy person but I also like programming, thanks.
__________________
frozen_elite 15 0FF11|\|3  

Old 06-01-2007, 10:01 AM   #8 (permalink)
Mr.Lampy
Name's Lampy, Mr.Lampy
Senior Member
Moderator
Gold Member

Saint
 
Mr.Lampy's Avatar
 
Join Date: Aug 2004
Location: NO U
Posts: 5,867
Mr.Lampy has disabled reputation
Send a message via AIM to Mr.Lampy Send a message via MSN to Mr.Lampy Send a message via Yahoo to Mr.Lampy
Default

psst LCS were in patch 1.15
hmm /me wonders if i should upload the vb6 enterprise ed now
__________________



www.ohhaithar.com


Last edited by Mr.Lampy : 06-01-2007 at 10:21 AM.
Mr.Lampy 15 0FF11|\|3  

Old 06-01-2007, 03:19 PM   #9 (permalink)
Otaku

I'm in ur user profile changing ur name back
Senior Member
Gold Member

Messiah
 
Otaku's Avatar
 
Join Date: Mar 2005
Location: Austin, TX
Posts: 9,718
Otaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond reputeOtaku has a reputation beyond repute
Send a message via AIM to Otaku
Default

do it
__________________
Otaku 15 0FF11|\|3  

Old 06-01-2007, 08:27 PM   #10 (permalink)
LCSBSSRHXXX
The Sexy Penguin
Senior Member
Retired Staff Member

Prophet
 
LCSBSSRHXXX's Avatar
 
Join Date: Feb 2005
Location: MOTHA ****IN BOULDER COLORADO
Posts: 7,195
LCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond repute
Send a message via AIM to LCSBSSRHXXX
Default

Quote:
Originally Posted by Evil_sinz View Post
psst LCS were in patch 1.15
hmm /me wonders if i should upload the vb6 enterprise ed now
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:
Originally Posted by 707 View Post
Gotta throw the magnums down on the counter, and be like yeeeeah bitch.
we pop bitchez wit r gatz klub:
LCS, 707, BELPHEGOR

YEEEEEEEH BITCH

Quote:
Gorgy: so whats the new klub
Gorgy: poppin bitchez wit ur gat
707: WE GOT DICKS LIKE JESUS, SO WE GOTTA SPORT THE MAGS, AND BE LIKE YEEEEH BITCH
LCSBSSRHXXX 15 0FF11|\|3  

Old 06-01-2007, 11:32 PM   #11 (permalink)
ronniek

Heretic
 
Join Date: Aug 2005
Posts: 33
ronniek is on a distinguished road
Default

LCS, I'm a big time noob when it comes to hacking, but I've been learning so much from your various posts and programs. Thanks a lot bro.
I look forward to the updated version of this program.
ronniek 15 0FF11|\|3  

Old 06-02-2007, 12:09 AM   #12 (permalink)
NickF
Put a smile on that Face!
Senior Member
Gold Member

Crusader
 
NickF's Avatar
 
Join Date: Jul 2004
Location: ShopRite
Posts: 3,750
NickF is a name known to allNickF is a name known to allNickF is a name known to allNickF is a name known to all
Send a message via AIM to NickF
Default

Nice work. Looks useful.
__________________

Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Ben Franklin
NickF 15 0FF11|\|3  

Old 06-02-2007, 06:11 AM   #13 (permalink)
Nariab
Mortal
 
Join Date: May 2007
Posts: 2
Nariab is on a distinguished road
Default

LCSBSSRHXXX, quality work.

some ungodly talent there, you not telling us something?
Nariab 15 0FF11|\|3  

Old 06-07-2007, 05:15 PM   #14 (permalink)
bomber7

Deviant
 
Join Date: May 2007
Posts: 44
bomber7 will become famous soon enough
Default

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.
bomber7 15 0FF11|\|3  

Old 06-07-2007, 11:23 PM   #15 (permalink)
LCSBSSRHXXX
The Sexy Penguin
Senior Member
Retired Staff Member

Prophet
 
LCSBSSRHXXX's Avatar
 
Join Date: Feb 2005
Location: MOTHA ****IN BOULDER COLORADO
Posts: 7,195
LCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond reputeLCSBSSRHXXX has a reputation beyond repute
Send a message via AIM to LCSBSSRHXXX
Default

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.
__________________