nebbursis
November 8th, 2000, 13:07
Hi!
I know what Im about to ask maybe do not belong in here, but I really need help with this sence there are not really many tutorials in this matter, sure there is a lot of tutorials on noping a value......but were do I go from there? I hope some of u know what Im talking about here.
Here it goes ..... I´m trying to hack starcraft v.1.0. Lets say I want to make a trainer that when I push a button it will add 1000 to the minerals. I search the game with gamehack and I come up with an adress. In my case it was 004EFE0C. So I did an bpmd 004EFE0C w on it and here`s where softice poped up.
0042205B 8A464C MOV AL, [ESI+4C]
----------------------------------------
0042205E 8A8ECF000000 MOV CL,[ESI+000000CF]
----------------------------------------
00422064 6A00 PUSH 00
-----------------------------------------
00422066 8B148508FE4E00 MOV EDX,[EAX*4+004EFE08]
-------------------------------------
0042206D 03D1 ADD EDX,ECX
------------------------------------
0042206F 89148508FE4E00 MOV [EAX*4+004EFE08], EDX
---------------------------------------
00422076 33C0 XOR EAX,EAX:THIS LINE IS WHERE SOFTICE POPSUP
------------------------------------------
00422078 8A464C MOV AL,[ESI+4C]
------------------------------------------
0042207B 33D2 XOR EDX,EDX
-----------------------------------------
0042207D 8A96CF000000 MOV DL,[ESI+000000CF]
-----------------------------------------
00422083 8B0C8598FE4E00 MOV ECX,[EAX*4+004EFE98]
----------------------------------------
0042208A 03CA ADD ECX,EDX
----------------------------------------
0042208C 33D2 XOR EDX,EDX
-----------------------------------------
00422095 8A96CF000000 MOV DL,[ESI +000000CF]
-----------------------------------------
Now, where do I go from here, I have a basic ide, but I`m a little confused. So if anyone could help me with this I would really be thankful, sence Im stuck at this point. And I feel if I get help with this I will get a hang of it all.
Thanks in advance
I know what Im about to ask maybe do not belong in here, but I really need help with this sence there are not really many tutorials in this matter, sure there is a lot of tutorials on noping a value......but were do I go from there? I hope some of u know what Im talking about here.
Here it goes ..... I´m trying to hack starcraft v.1.0. Lets say I want to make a trainer that when I push a button it will add 1000 to the minerals. I search the game with gamehack and I come up with an adress. In my case it was 004EFE0C. So I did an bpmd 004EFE0C w on it and here`s where softice poped up.
0042205B 8A464C MOV AL, [ESI+4C]
----------------------------------------
0042205E 8A8ECF000000 MOV CL,[ESI+000000CF]
----------------------------------------
00422064 6A00 PUSH 00
-----------------------------------------
00422066 8B148508FE4E00 MOV EDX,[EAX*4+004EFE08]
-------------------------------------
0042206D 03D1 ADD EDX,ECX
------------------------------------
0042206F 89148508FE4E00 MOV [EAX*4+004EFE08], EDX
---------------------------------------
00422076 33C0 XOR EAX,EAX:THIS LINE IS WHERE SOFTICE POPSUP
------------------------------------------
00422078 8A464C MOV AL,[ESI+4C]
------------------------------------------
0042207B 33D2 XOR EDX,EDX
-----------------------------------------
0042207D 8A96CF000000 MOV DL,[ESI+000000CF]
-----------------------------------------
00422083 8B0C8598FE4E00 MOV ECX,[EAX*4+004EFE98]
----------------------------------------
0042208A 03CA ADD ECX,EDX
----------------------------------------
0042208C 33D2 XOR EDX,EDX
-----------------------------------------
00422095 8A96CF000000 MOV DL,[ESI +000000CF]
-----------------------------------------
Now, where do I go from here, I have a basic ide, but I`m a little confused. So if anyone could help me with this I would really be thankful, sence Im stuck at this point. And I feel if I get help with this I will get a hang of it all.
Thanks in advance