Posted September 29, 2019
hi, since JA2 Unfinshed Business is so hard to win (it should be called Unbalanced Business cause the bad guys are overpowered, have far better equipment, they all seem to be marksman/sniper cause they always hit me. , none of the existing "cheats" work, and many of the "trainers" i tried either don't work or were flagged as suspicous by AV/ MBAM. Ja2 was hard but it was possible to win, JA2 is really impossible to win unless you are willing to spend a year or so ....
The 1.06 patch that should allow the ja2UB cheats to work doesn't exist, haven't found it yet and many links were false they simply had a 1.0 or similar patch but not the famous 1.06.
I decided to make a trainer in VBnet2010 because VB5x and 6x don't work on win7 64 bits i have to use the poor mans VB2010 net.:.. VB5/6 was easier to learn anfd less bloated compared to any .net version.
I know the proces i have to read but don't know how to,, the simple VB5/6 peek/poke/ and similar are replaced and everything has become more complicated in VB net .
the JA2UB.exe *32 has to be 'searched '
check attachment: JA2_UB.png
I found a few adresses( they seem to call them offset) that store/have the value of ammo (ammunition)
as far as i could see it looks like the location are the same
one example is the name of the items and number of ammo for that weapon : 76A43E and 76A514
but there are dozens of items and everyone has its own "adress" so that will make things impossible :D
I found a way to use a simple old tool ( 100% really virusfree) on my old cd backups and it still works but its too much hassle to tab back and forth to manually edit the ammo clip value, too stime consuming.
I would like to read the adress , shown the adress i search for to show the value in a textbox or other object so i can see what value they have , put a link on the button to write the value back into that memory position which is easier then doing it manually by eddtiing the vaulues in the searchtool.
Anyway i know it's a lot of work but it can be done, i did it years ago in vb5/6...
C++ is not an option cause vbnet 2010 t is already a tough nut to crack :D
Getting the spy++ and similar 'scripts' also not an option, they were als flagged as suspicious by AV and MBAM so i am limited to VB net 2010.
The 1.06 patch that should allow the ja2UB cheats to work doesn't exist, haven't found it yet and many links were false they simply had a 1.0 or similar patch but not the famous 1.06.
I decided to make a trainer in VBnet2010 because VB5x and 6x don't work on win7 64 bits i have to use the poor mans VB2010 net.:.. VB5/6 was easier to learn anfd less bloated compared to any .net version.
I know the proces i have to read but don't know how to,, the simple VB5/6 peek/poke/ and similar are replaced and everything has become more complicated in VB net .
the JA2UB.exe *32 has to be 'searched '
check attachment: JA2_UB.png
I found a few adresses( they seem to call them offset) that store/have the value of ammo (ammunition)
as far as i could see it looks like the location are the same
one example is the name of the items and number of ammo for that weapon : 76A43E and 76A514
but there are dozens of items and everyone has its own "adress" so that will make things impossible :D
I found a way to use a simple old tool ( 100% really virusfree) on my old cd backups and it still works but its too much hassle to tab back and forth to manually edit the ammo clip value, too stime consuming.
I would like to read the adress , shown the adress i search for to show the value in a textbox or other object so i can see what value they have , put a link on the button to write the value back into that memory position which is easier then doing it manually by eddtiing the vaulues in the searchtool.
Anyway i know it's a lot of work but it can be done, i did it years ago in vb5/6...
C++ is not an option cause vbnet 2010 t is already a tough nut to crack :D
Getting the spy++ and similar 'scripts' also not an option, they were als flagged as suspicious by AV and MBAM so i am limited to VB net 2010.
Post edited September 29, 2019 by gamesfreak64
This question / problem has been solved by Links