Sim City 3000 Unlimited +1

Sim City 3000 Unlimited +1

Sim City 3000 Unlimited +1

Text file description:

>		

Root Entry	FWordDocument7CompObjnoney.
41.  Now you can create a trainer that nops address 0132895D 3 times, or 90 90 90 which is nop in machine language.
42.  Enjoy...
Written by Logician
Proud member of X
EFG
JKL{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bcU]^bc(U]^bc(U]^bc(]U]^bc(Lstu%&'	
~xrlf`ZTMUV]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bcUV]bc
U]bcUV]bc
U]bcUV]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc123[]	
456						ysmga[UO
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc]
U]bc	&
'
(
C
D
E



!"#IJKLXYZ^_bcdst{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bctuxyz{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
$%){uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc)*+./089:BCGHIKLMUVW_`fgjklyz}{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bce#	7,6l,6l66

6
G(666T6

GTimes New RomanSymbol ArialTimes New RomanSim City 3000 Unlimited Tutorial
Requirements:  Sim City 3000 Unlimited, Memory Editor (Gamehack 2.0), Softice (Softice 3.22), Cracked sc3U.exe (www.gamecopyworld.com).  If you own the original game, get Frogsice to bypass the Softice protection in the game.
This tutorial assumes you have softice installed and a basic knowledge of it.
1.   Run the game with the fixed executable SC3U_crk.exe
2.   Click "Start new city".
3.   Select game options.
4.   How much money do you have, I started with $50,000
5.   Alt-tab to windows.
6.   Open Gamehack 2.0 and click "Select process for hacking"
7.   Click "SimCity 3000" and click ok.
8.   Click the binoculars to begin a new search.
9.   Choose Search: "Exact value", Value 1: 50000 , Type: 4 Bytes and             click ok.
10.  My search returned 9 values.
11.  Return to the game and spend some money, I chose landscape and plant trees. (note the amount of money you have after spending)
12.  Alt-tab to windows.
13.  Click the binoculars with the arrow under it for next search.
14.  Enter Value 1: 49997 and click ok.
15.  I have two values left, both 49997.
16.  Double click both values to put it in the edit area.
17.  Double click the top value and change it to 60000.
18.  Double click the bottom value and change to 30000.
19.  Write down both values for reference.
20.  Go into the game and spend some more money noting how much you have left after spending. (I chose trees again)
21.  Alt-tab to windows.
22.  Go into gamehack and see which value matches your money.  (mine is 59997)
23.  That means that the top value is the real one so click the bottom value (click on description)  and delete it.
24.  Now write down the real value. (mine was 02ABB6D4 but yours will be different, it changes each time you play the game, this is known as dynamic memory)
25.  Go back into the game.
26.  <ctrl-d> to pop into softice. (also type "code on" to enable code)
27.  Type "bpm 02abb6d4 w" and hit enter, this sets a breakpoint on your address and it will break upon any write.
28.  <ctrl-d> to leave softice.
29.  Spend some money. (I chose trees)
	0132895A  57		PUSH	EDI
	0132895B  33FF 		XOR		EDI, EDI
	0132895D  2B4508	SUB		EAX, [EBP+08]
	01328960   1BD7		SBB		EDX, EDI
	01328962	5F		POP		EDI
	01328963	783C		JS		013289A1
	01328965   7F04		JG		0132896B
	01328967	3BC6		CMP		EAX, ESI
	01328969	7236		JB		013289A1
	0132896B	894138	MOV		[ECX+38], EAX
==>	0132896E	89513C	MOV		[ECX+3C], EDX 	DS:02ABB6D8=0000000
30.  Softice pops up and highlights the purple address.
31.  Since the game is subtracting money we look for a "SUB" above the code softice landed on.
	0132895A  57		PUSH	EDI
	0132895B  33FF 		XOR		EDI, EDI
===>	0132895D  2B4508	SUB		EAX, [EBP+08]
	01328960   1BD7		SBB		EDX, EDI
	01328962	5F		POP		EDI
	01328963	783C		JS		013289A1
	01328965   7F04		JG		0132896B
	01328967	3BC6		CMP		EAX, ESI
	01328969	7236		JB		013289A1
	0132896B	894138	MOV		[ECX+38], EAX
	0132896E	89513C	MOV		[ECX+3C], EDX 	DS:02ABB6D8=0000000
32.  The code in green is the "SUB" command we are looking for.
33.  Double click the green code in softice, that sets a breakpoint at that address. (if any problems, type in "bpx 0132895d")
34.  Type "bl" and hit enter. (this lists all current breakpoints)
35.  Type "bd 00". (this disables breakpoint 1)
36.  <ctrl-d> to exit softice and spend some money.
37.  Notice Softice pops up on the green address.
38.  Type "a" and hit enter, type "nop" enter, "nop" enter, "nop" enter and hit <ctrl-d> to exit softice. (if any problems you can manually  nop the address by typing "a 0132895d" and then the nops.) (the reason you nop 3 times is this, the code is 2B4508 so you nop once per 2 digits, 6 divided by 2 is 3)
39.  <ctrl-d> to enter softice and type "bc *" to clear all breakpoints.
40.  Note that you now have unlimited m}~N
O
P
Q
]
^
_
c
d
g
h
i
x
y
~xrlf`ZTN
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc]b
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bcy
z
}
~


























{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc















#$%-.{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc.234789ABCKLPQRTUV^_`hiopstu{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc|}~&'(Y{uoic]WQ
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bcYZ[T[z{|{uoif]b
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bc
U]bcFG
KLtu&'	!	
23]	
56				'
(
D
E


"#JK!Kc9VzO
P
h




$B_}~!'(Z[{|
73K@Normala	"A@"Default Paragraph Font@
	FMicrosoft Word 6.0 Document
MSWordDocWord.Document.69qSim City 3000 Unlimited Trainer +1
Copy trainer to game directory and launch the trainer first.
Click "Insert" in the game to have unlimited money.
Created by Logician
gazadar@hotmail.com
This trainer has been verified and it
'works'. If you find any difficulties
please refer to the documentation that
comes with the trainer (if there is any)
or it must be due to the version
differences of the game that was used
for creating this trainer and the version
you are using.
---------------------------------------
---------------------------------------

File information

Trainers are memory resident programs that alter the behaviour of a game.

Your anti-virus software and web browser may detect them as malware (viruses, worms, trojans, bots etc.).

This is almost always a false alarm.

File name: simcity3k-2.zip

File size: 15.29 KB

Mime type: application/msword; charset=binary compressed-encoding=application/zip; charset=binary

Trainer FAQ