View Full Version : Warhammer 40k Winter Assault Trainer
Nforgiven
09-01-2006, 08:14
IS there an Trainer for Warhammer 40.000 Dawn of War - Winter Assault out there?
i checked both Megagames and Gamecopyworld but neither sites had any.
Im looking for an money/power/unlimited with peeps trainer (+3)
Would be nice if anyone could respond and inform me:)
you need both .lua and .rgd extractor. both can be found at the sierra website so you can edit unit attributes like armor, build time, and unit cost.
the .lua extractor is called SpookyRat and the .rgd extractor is called RGD.
hope that helps.
i uploaded both files, but since their both not trainers, i don't know if the mods will upload the file onto this site or not.
shortferret
17-01-2006, 08:56
You guys can try this... I made it myself ... tested only for DOW1.40 WA on XP SP2.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer.rar
shortferret,
amazing, finally a trainer :)
thank you. i'm installing DOW: WA right now to test it..
i will tell you what happend :)
thanks !
shortferret
18-01-2006, 02:10
shortferret,
amazing, finally a trainer :)
thank you. i'm installing DOW: WA right now to test it..
i will tell you what happend :)
thanks !
I have just updated the "disable vehicle limit". you might want to re-download it to test it out. It should be on this site's main page.
I have only tested this trainer on DOW engine version 1.40 so I'm not sure if it is going to work for 1.41
the updated one ?!
i got it yesterday.. or you updated it again ? humm... ;)
well, i played the first two levels, got some error on the first one
Fatal Scar Error - Execution Paused
screenshot:
http://img61.imageshack.us/img61/9458/relic000000na.jpg (http://imageshack.us)
well, the scripted sequences (like the commander talking....) stoped, the game kept playing...
i just stoped the trainer (dunno if it was it), saved and loaded the game, and it was fine again (without closing the game).
and played with the trainer again ;)
two levels without error :)
congrats shortferret !
thanks
shortferret
18-01-2006, 16:05
That's interesting. I have not encountered that error. I did encounter the game freezing at the end of the 1st stage completion when F1 and F2 are activated. But that was just once. So its always good to save your games often :p
Yes, I updated my old one with the "disable vehicle increase" I forgot to include that in the first trainer. Gamecopyworld has published the updated trainer, thanks to the admins.
By the way, you tested it on the DOW 1.40 engine?
Thanks for testing :D
The trainer in question is really a trojan!!!
I've scanned the the trainer with Norton AV, Kaspersky AV and Nod32 (which is probably the best anti-virus out there), all of them with the freshest updates and they all reported the same thing. This is how Nod32 saw it: "Win32/Keylogger.HotKeysHook.A trojan". One of them could be wrong, but not all three of them...
No it isnt..
We really need this information as a sticky...
That tells me the trainer is made by trainer maker kit, which shows up on some AV's as a keyhook trojan, which is wrong! Its a simple keyhook process designed to watch out for key presses so it knows what option to start in the trainer.
At the moment Avast! is the best AV out there.
shortferret,
yes, iīm using the vanilla one... 1.40, no updates
iīm testing and playing :) i was waiting for one trainer .. eheh
thank you !
about the virus thing, like DABhand said, iīm using Avast! here, and no virus problem... :)
shortferret,
man.. canīt you add the fast build option ?
what a hard game.. hehe...
hey DABhand, remember me ?
the C&C Renegade trainer ? (Extalia) ;)
shortferret
20-01-2006, 06:21
shortferret,
man.. canīt you add the fast build option ?
what a hard game.. hehe...
hey DABhand, remember me ?
the C&C Renegade trainer ? (Extalia) ;)
Well erm can you test the instant build for me? thanks man, I'm not sure if the comp also has instant build...
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_plus3.rar
shortferret,
man.. canīt you add the fast build option ?
what a hard game.. hehe...
hey DABhand, remember me ?
the C&C Renegade trainer ? (Extalia) ;)
Hey Saulob :)
Well erm can you test the instant build for me? thanks man, I'm not sure if the comp also has instant build...
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_plus3.rar
Ferret,
tested now.. on a skirmish map, and i think all the options, including the instant build works the same for the computer player.
he build A LOT, i mean A LOT of the first squad soldier... and fast...
the instant build, its not instant build for all, works only on updating the structures and creating squads... but for the peon building the structures its the same speed.. (its great for me that way ;))
too bad that works for the enemy too, I played the order campaing thinking about that.. ehhe, the enemy had a lot of soldiers, more than normal.. but i didnīt give up.. :)
btw, nice gui :cool:
shortferret
20-01-2006, 18:33
Ferret,
tested now.. on a skirmish map, and i think all the options, including the instant build works the same for the computer player.
he build A LOT, i mean A LOT of the first squad soldier... and fast...
the instant build, its not instant build for all, works only on updating the structures and creating squads... but for the peon building the structures its the same speed.. (its great for me that way ;))
too bad that works for the enemy too, I played the order campaing thinking about that.. ehhe, the enemy had a lot of soldiers, more than normal.. but i didnīt give up.. :)
btw, nice gui :cool:
Hey thanks for testing it out :) Guess it's back to the old drawing board for me then :o
Hey thanks for testing it out :) Guess it's back to the old drawing board for me then :o
no problem, iīm justing playing the game now ;)
thanks for your trainer.. ehehe
and... just started the 'disorder' campaing, and the 'pop hack' itīs not working... only the 'resource' one...
shortferret
25-01-2006, 12:39
Man been really busy these few days...
fixed the orks unit limit, and unlimited resources + unit/veh limits for human player only. Instant build still affects both human and computer players.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4.rar
:)
A bit of advice, look deeper into the registers for quick builds.
Set a breakpoint before you amend the code, and keep note of eax.
See if it changes when you build, or when the computer builds.
For an example this is what the coding is like for FABLE.
10abf
mov eax,esi
mov [00548a62],eax
cmp [eax],127293c - is it going to be NPC?
je 10ae2 - jump here if so
cmp [eax],12457fc - is it going to be player?
je 10af1 - jump here if so
fstp [esi+b4] - if none above, move current stack value to pointer
jmp 6a6338 - jump back to game
fstp [esi+b4] - NPC health routine, change to mov [esi+b4],00 for 1hit kill
nop
nop
nop
nop - nops needed for mov instruction later since its needs 10 bytes
jmp 6a6338 - jump back to game
fstp [esi+b4] - hero's health, nop out for infinite health. Or you can force a value in?
jmp 6a6338 - jump back to game..
6a6332
jmp 10abf - jump to code injection
nop
If we want 1 hit kill, rename 2nd fstp to mov [esi+b4],00
Basically when playing the game, I set a breakpoint at the real address when calculating out dmg done and removing, so i get hit game broke into debugger checked eax value, hit bad guy, broke back seen new value, tried a few times to make sure.
So then I had these 2 values...
012457fc was the players' eax value
0127293c is the NPCs'
With a bit more digging (Fable will be more complicated than Warhammer so I doubt you will need to do this)... I found out where it stored these values before moving em, then found out it used the same address each time [00548a62].
If warhammer is the same idea, then just look before the code you want to manipulate, you will eventually find the evidence you need. But I doubt it, dont have the game so cant help you any further.
shortferret
26-01-2006, 06:02
Hey DABhand, thanks for the tips! :D
I managed to find the screen update address the human player used for resources, which the comp player never uses, so was able to modify only the human player values.
I have tried to use your method for finding the specific pointer to the human player's address for instant build, seems that both player and computer are obviously using the same routines and the pointers are different for EACH building :mad: not just a simple matter of either human or comp? i might be wrong but this is what my tiny brain is interpreting now.. mebbe I'll post the Tsearch results later :)
What you will have to do is set a read brakepoint on the screen addy/ies, so that is the just the screen values, so it has to read them from somewhere.
Tsearch should break at wherever it reads the values from, then when you find that, you should be able to set a brakepoint again to find out where the calculation for the values is. (or look about to see if you find a JMP or CALL)
EDIT: Brakepoint??? I musta been tired :P
shortferret
27-01-2006, 12:36
Hey thanks DABhand! I managed to find the location to poke for human player only instant build :D Cheers!
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4b.rar
It's been fun ;)
Nice :)
Not too difficult :)
great work on the trainer!
i found a weird bug though.
when i have all options on max (graphic details, unit occlusion, peristent bodies) pressing f1 and then building something crashes the game.
when i put all options on lowest (3d camera off, unit occlusion off) it works normally.
weird...
can you have a look into that?
i tried it on two different machines with different hardware and had the same results.
i can still use f1, then switch it off with f4 and it works nicely. no unlimited units then though..
shortferret
28-01-2006, 17:55
great work on the trainer!
i found a weird bug though.
when i have all options on max (graphic details, unit occlusion, peristent bodies) pressing f1 and then building something crashes the game.
when i put all options on lowest (3d camera off, unit occlusion off) it works normally.
weird...
can you have a look into that?
i tried it on two different machines with different hardware and had the same results.
i can still use f1, then switch it off with f4 and it works nicely. no unlimited units then though..
Hmmm that's really strange, I tried mine on full details, no problems.. mebbe you can let me know your hardware specs for both machines and the map you were playing .. and also playing as which race...
Thanks for testing :D
5n0wcr45h
29-01-2006, 01:10
Hmmm. My bug is even weirder/worse. Basically at the race for the titan mission, whenever I hit F1/F2/F3, game crashes to desktop. I've tried lowering the graphics settings but still the same result, with both trainers 4 and 4b. Never crashed with trainers 2 or 3. (Trainer 2 and 3 make that mission impossible tho... infinite Obliterators 0wnz my ass :p )
Sys is a AMD athlon 64 3000 with 1 GB RAM, Radeon 9600 256MB. Really appreaciate the trainer and *really* hope you can help with this.
Sys Specs for machine 1:
Pentium 2.1 ghz with a Nvidia Geforce mx 400 (a very low crappy card) (512 mb ram)
Specs for no. 2:
P4 2.4 ghz with Geforce 6800 ultra (256mb model) (1 gig ram)
it happened in every mission of the campaign, with every race.
i tried to set all to low and only leave one option at a time to max but regardless what i max out it crashes.
its not that big a deal i can still get more or less unlimited funds (999999999 is a lot...) i just thought i let you know.
Which version of the game is the trainer for shortferret.
Perhaps you havent used a patch when these people have.
I dont know.
shortferret
29-01-2006, 10:35
Which version of the game is the trainer for shortferret.
Perhaps you havent used a patch when these people have.
I dont know.
Thanks DABhand, that was what I was thinking too. My trainer was created using the DOW version 1.40 engine. You guys using 1.40 or 1.41?
I have tried with 3 machines, P4 2.4Gig 512MB RAM Ti4200, P4 3Gig 1 Gig RAM 6600GT, HP NC4200 laptop. Pumped them up to full details, tried also the titan race mission.. no errors :o
I can't really do anything if I can't replicate the errors, sorry guys :(
i didnt apply any patches, just made the normal installation...
but i guss i will try applying the latest patch and see if it makes any difference.
shortferret
29-01-2006, 13:01
i didnt apply any patches, just made the normal installation...
but i guss i will try applying the latest patch and see if it makes any difference.
The trainer is tested working on 1.40 only.
The latest is 1.41, the trainer might not work for this one.
what version does it say on your main menu screen? DOW Engine at the top left.
im using 1.40
its okay once i know what to look out for i can use the trainer just as easily ...
no prob :)
the important thing is that it works and gets me loads of money hehe :))
shortferret
01-02-2006, 19:56
im using 1.40
its okay once i know what to look out for i can use the trainer just as easily ...
no prob :)
the important thing is that it works and gets me loads of money hehe :))
Sorry I have not been of much help, hope you still enjoy the game though :)
For everyone's info, the build version trained is as from the game menu:
DOW Engine 1.40, Dawn of War: Winter Assault 1.0, Build 78258.63110
I have just replayed both campaigns and did not encounter any errors :o
ferret he said the trainer works for him :P
shortferret
02-02-2006, 11:22
ferret he said the trainer works for him :P
Yeah but just that he can't use the unlimited pop and instant build... not sure why though :o
Strange indeed :P
Hello, i am using 1.41 and i would like to use your trainer but from what i read, i cant. Now because i wanted to play the lastest mods released, i went to my local gamestore and bought winter assualt for $30.00 plus tax, anyway we 1.41 players want to use this.
cHiNoYbOi14
10-02-2006, 18:58
does it matter if the trainer is run before the game or do i have to run the game first and then alt-tab to run the trainer?
edit: everytime i enable instant build the game crashes. i'm playing 1.40. i checked the error log and it said: W40kWA.exe caused an Access Violation in module Unknown at 001b:011eb700.
I'nm having the same crash as the poster above.
Just a quick question for shortferret and everyone else that is having an issue with the trainer.
Ferret did you use the Standard addition of DOW (I.e the original version and patched it up to 1.40), the double pack of DOW and WA or the Game of The Year edition?
The double pack and GOTY edition are both pre patched to 1.40, so I was wondering if something may lie in that?
I guess the same questions go to the other people too :)
Great work though Ferret, I would just like to see if there is a pattern to this :)
Thanks guys
shortferret
14-02-2006, 06:19
Hi guys,
So does this mean that the crash only happens with the instant build?
it seems correct because 011eb700 is the codecave address I was using for instant build pokes.
I have tried to relocate another code cave for instant build.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4c.rar
for guys having this problem, please help me test out the instant build again. I can't do this on my side because I do not seem to be having this problem.
Thanks. :)
shortferret
14-02-2006, 06:22
I'nm having the same crash as the poster above.
Just a quick question for shortferret and everyone else that is having an issue with the trainer.
Ferret did you use the Standard addition of DOW (I.e the original version and patched it up to 1.40), the double pack of DOW and WA or the Game of The Year edition?
The double pack and GOTY edition are both pre patched to 1.40, so I was wondering if something may lie in that?
I guess the same questions go to the other people too :)
Great work though Ferret, I would just like to see if there is a pattern to this :)
Thanks guys
I'm not sure which edition I'm using because this was done as a favour to one of my friends and I did not take note of the type....he wanted a trainer pretty badly ...haha so I got him to install it on my system. Anyway I hope the modified trainer works.
Thanks for testing it btw ;)
shortferret
14-02-2006, 06:23
Hello, i am using 1.41 and i would like to use your trainer but from what i read, i cant. Now because i wanted to play the lastest mods released, i went to my local gamestore and bought winter assualt for $30.00 plus tax, anyway we 1.41 players want to use this.
I'll try to get it done once I can find time :)
foorumite
14-02-2006, 07:25
W40kWA.exe caused an Access Violation in module Unknown at 001b:011eb300.
And i tried to use F1 (hitting F1 in the game doesn't work because of the NOD32). alt+tab'ed the game and pressed F1 and the game crashed.
supercharge
14-02-2006, 19:22
I did not see any crash when running the trainer because it did not respond to any key-press. I tried running the trainer first then the game and the other way but none worked.
Can somebody please show me how I can get it to work? I'm using the NoCD version, if that helps. My version is Dow 1.4, WA 1.0 Build 78258.63110
Thanks
shortferret
15-02-2006, 04:31
W40kWA.exe caused an Access Violation in module Unknown at 001b:011eb300.
And i tried to use F1 (hitting F1 in the game doesn't work because of the NOD32). alt+tab'ed the game and pressed F1 and the game crashed.
Did the instant build crash too for the latest modfied version?
shortferret
15-02-2006, 04:32
I did not see any crash when running the trainer because it did not respond to any key-press. I tried running the trainer first then the game and the other way but none worked.
Can somebody please show me how I can get it to work? I'm using the NoCD version, if that helps. My version is Dow 1.4, WA 1.0 Build 78258.63110
Thanks
Can you try the latest one and test if the instant build works. I just to know if that particular code cave works for you.
supercharge
15-02-2006, 09:52
Ok, I switched back to the original version of WA instead of the NoCD one and the Trainer +3 worked perfectly including Instant Build. None of the +4 worked (a,b,c). The game crashed everytime I pressed F1.
Thanks
Hi Ferret,
Sorry I should have said the Instant Build (F5) worked like a treat in the last version.
However F1, F2 and F3 all crashed my copy of the game.
The new trainer does the same, however this time it doesn't bring up a crash screen then pressing F1 thru F3.
If there a file that you could use from my install to help in anyway or can I help in any other way?
Thanks again
cHiNoYbOi14
15-02-2006, 23:16
ok i so tried using f5 and f1 but the game crashed again. here's the error report:
W40kWA.exe caused an Access Violation in module Unknown at 001b:011eb300.
Registers:
EAX=014df454 CS=001b EIP=011eb300 EFLGS=00210212
EBX=00000001 SS=0023 ESP=014df440 EBP=00000000
ECX=05f32f34 DS=0023 ESI=120f9de0 FS=003b
EDX=014df460 ES=0023 EDI=00000001 GS=0000
Bytes at CS:EIP:
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Call Stack:
0x011EB300: ()
Stack dump:
Exception encountered during stack dump.
shortferret
17-02-2006, 12:03
Alright guys,
Can anyone please test this version?
Just changed all the code caves... hope it works for some of you.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4d.rar
Sorry Ferret, no changes here i'm afraid.
F1, F2 and F3 still crash the game.
Error dump is:
W40kWA.exe caused an Access Violation in module W40kWA.exe at 0023:007198aa.
Error occurred at 2/17/2006 21:07:24.
W40kWA.exe
Read from location 024a41c0 caused an access violation.
Registers:
EAX=016cf89c CS=0023 EIP=007198aa EFLGS=00010202
EBX=016cf894 SS=002b ESP=016cf858 EBP=082e664c
ECX=016cf894 DS=002b ESI=082e64a0 FS=0053
EDX=00000003 ES=002b EDI=082e664c GS=002b
Bytes at CS:EIP:
a1 c0 41 4a 02 3b f0 74 12 a1 e5 98 71 00 d8 00
Call Stack:
0x007198AA: (D:\Games\Dawn Of War\W40kWA.exe)
0x42C80000: ()
I hope this helps and thanks for trying again
shortferret
17-02-2006, 20:14
Sorry Ferret, no changes here i'm afraid.
F1, F2 and F3 still crash the game.
Error dump is:
W40kWA.exe caused an Access Violation in module W40kWA.exe at 0023:007198aa.
Error occurred at 2/17/2006 21:07:24.
W40kWA.exe
Read from location 024a41c0 caused an access violation.
Registers:
EAX=016cf89c CS=0023 EIP=007198aa EFLGS=00010202
EBX=016cf894 SS=002b ESP=016cf858 EBP=082e664c
ECX=016cf894 DS=002b ESI=082e64a0 FS=0053
EDX=00000003 ES=002b EDI=082e664c GS=002b
Bytes at CS:EIP:
a1 c0 41 4a 02 3b f0 74 12 a1 e5 98 71 00 d8 00
Call Stack:
0x007198AA: (D:\Games\Dawn Of War\W40kWA.exe)
0x42C80000: ()
I hope this helps and thanks for trying again
Thanks Rekrab, your info has been helpful, seems that the error is caused by trying to read the value from the address for ork unit limit screen updates.
Please try the following to see if it still crashes.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4e.rar
Thanks :)
Works like a treat mate.
All of the options work now. Many Thanks and Well Done :)
I'm glad the info helped.
shortferret
18-02-2006, 15:56
Thanks :D seemed that reading from that address works for some systems but didn't for some too... guess those that crashed did not take kindly to that. ;) I wonder when the no-cd for 1.41 is going to come out.
Hi Shortferret - will the plus 4 trainer work with the original DoW game, minus the Winter Assault pack? I have patched my DoW up to 1.40 but the original trainers no longer work with it now.
Thanks
Try and see?
It would be quicker to try yourself than wait for an answer, but there is a very very good chance it wont work.
I will try, but I won't be near the games PC for a while, so was just asking in advance.
Failing that, does anyone know if there is a DoW trainer for version 1.40?
Thanks
supercharge
20-02-2006, 20:43
For some reasons, I could not download the posted trainers (d and e versions). Please fix the links.
Thanks
shortferret
21-02-2006, 04:13
For some reasons, I could not download the posted trainers (d and e versions). Please fix the links.
Thanks
Try this link (http://209.245.59.15/Gimme/16274857/952627593/87777245/7DEE3ED9-38AD-4731-A44F-30089F7888B7/0.952185/2/JeffWA_Trainer_Plus4e.rar)
shortferret
21-02-2006, 04:45
Hi Shortferret - will the plus 4 trainer work with the original DoW game, minus the Winter Assault pack? I have patched my DoW up to 1.40 but the original trainers no longer work with it now.
Thanks
I'm pretty sure it won't work cos the trainer looks for the Winter assault executable before it applies any memory pokes.
wipesoften
21-02-2006, 08:22
instant build worked, but i'm pretty sure it was working for the computer too still. plus infinite power and pop didnt work on the E version.
shortferret
21-02-2006, 11:15
instant build worked, but i'm pretty sure it was working for the computer too still. plus infinite power and pop didnt work on the E version.
I will need more detailed info like game build version, power and pop did not work... did req work?
As for the instant build, I'm not sure how you have deduced that it was working for the comp but this was how I kinda tested it:
Started a 8 player skirmish.
I selected 3 allies to be in my team.
Used an earlier trainer where instant build affects all. My allies build units really fast. The timing they took to churn out scouts etc was almost immediate.
I then tested version e of the trainer, same scenario. My allies were building units as per the timing required of the unit types. Same for the enemy team, if you enable cheats and disable the fog of war, you'll be able to see their build speed as well.
Looking at the different feedback, anything could have happened though :rolleyes:
wipesoften
21-02-2006, 18:44
ah i see
well, i'm running DoW 1.40 and WA 1.0, same as you said yer testing on. XP Pro SP2
i'll have to try the teamed thing, but when i ran into an enemy camp 2 groups of space marines popped one after the other. so i only assumed.
when i built something, the stats went down as normal, nothing stayed or went up to crazy amts, and when i quit the game, resources and everything we not 9999 anything. and i was maxed pop and couldnt build anymore.
i've actually been following this thread for a while but this is my first attempt to participate cuz i'm excited to see this work. WA is so much harder it seems and i wanna beat the damn thing =P. other trainers you made with ultimated resources and power and unlimited squads always effected computer and thats really the only thing i'm interested in getting to work for me. Insta build is not an issue for me. I dont want the computer to cheat with me =P. i've been able to use Artmoney and change the value of power in game easily without it effecting the computer but changing the max # of squads and power, well i cant ever find those with artmoney. so yea i'm excited to see if this works or not and it seems like you're probably narrowing it down so i'm gonna try to help as much as i can when i find the time
=D
cHiNoYbOi14
21-02-2006, 23:09
none of the options in the latest trainer are working for me. weird thing is i get a error after i exit the game.
W40kWA.exe caused an Access Violation in module W40kWA.exe at 001b:004d62e0. Read from location 3f800000 caused an access violation.
Registers:
EAX=014df898 CS=001b EIP=004d62e0 EFLGS=00210206
EBX=00000000 SS=0023 ESP=014df79c EBP=05166450
ECX=3f800000 DS=0023 ESI=17ab5590 FS=003b
EDX=0515464c ES=0023 EDI=00000007 GS=0000
Bytes at CS:EIP:
8b 01 ff 50 04 89 5e 10 8b 7e 48 3b fb c6 44 24
Call Stack:
0x004D62E0: (D:\PROGRA~1\THQ\DAWNOF~1\W40kWA.exe)
0xE314358B: ()
/elektro/index.php
22-02-2006, 11:03
is there any chance to get the trainer for version Dawn of War 1.41 Winter Assault 1.0?
i tried all of the releases and none does work. :/
supercharge
24-02-2006, 14:21
What's the difference between version 4 and 3, I wonder because version 3 worked perfectly for my game (game version is as same as authors) but none of version 4 worked. The only thing from version 3 that needs to be fixed is to not give the opponent side the same abilities. That's it.
Would somebody not mind showing how to start writing these kinds of game trainers? Maybe I can contribute or help a bit 'cause myself is also a computer programmer but have just never done a trainer before. What tools or software do I need? I'd love to show my the crash error but I did not receive any crash error using version 4. It just did not respond to any keypress of F. It's getting more frustrating...
Email: holysupercharge********com
Thanks
shortferret
24-02-2006, 16:40
Alright guys, I'm really running out of ideas this time... so I am going to try to change the trigger keys from F keys to Shift keys
Shift+X to replace F1 and so on....
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4f.rar
For the guys with non-responding keys... did you guys receive a prompt about some hook dll file? happened only once on my end after which the hotkeys refused to work, looked random. That file is required for the trainer to work and might come up as a false positive in some antivirus as mentioned by DABHand earlier in this thread. So if the antivirus disabled this file, the trainer wont work.
shortferret
24-02-2006, 16:46
none of the options in the latest trainer are working for me. weird thing is i get a error after i exit the game.
W40kWA.exe caused an Access Violation in module W40kWA.exe at 001b:004d62e0. Read from location 3f800000 caused an access violation.
Registers:
EAX=014df898 CS=001b EIP=004d62e0 EFLGS=00210206
EBX=00000000 SS=0023 ESP=014df79c EBP=05166450
ECX=3f800000 DS=0023 ESI=17ab5590 FS=003b
EDX=0515464c ES=0023 EDI=00000007 GS=0000
Bytes at CS:EIP:
8b 01 ff 50 04 89 5e 10 8b 7e 48 3b fb c6 44 24
Call Stack:
0x004D62E0: (D:\PROGRA~1\THQ\DAWNOF~1\W40kWA.exe)
0xE314358B: ()
Now this looks weird, my trainer is not set to modify or read anything at 4d62e0 or 3f800000.
shortferret
24-02-2006, 16:47
is there any chance to get the trainer for version Dawn of War 1.41 Winter Assault 1.0?
i tried all of the releases and none does work. :/
not for now.. sorry man... you can try making one? :D
shortferret
24-02-2006, 16:48
What's the difference between version 4 and 3, I wonder because version 3 worked perfectly for my game (game version is as same as authors) but none of version 4 worked. The only thing from version 3 that needs to be fixed is to not give the opponent side the same abilities. That's it.
Would somebody not mind showing how to start writing these kinds of game trainers? Maybe I can contribute or help a bit 'cause myself is also a computer programmer but have just never done a trainer before. What tools or software do I need? I'd love to show my the crash error but I did not receive any crash error using version 4. It just did not respond to any keypress of F. It's getting more frustrating...
Email: holysupercharge********com
Thanks
Check your email ;)
shortferret
24-02-2006, 16:51
ah i see
well, i'm running DoW 1.40 and WA 1.0, same as you said yer testing on. XP Pro SP2
i'll have to try the teamed thing, but when i ran into an enemy camp 2 groups of space marines popped one after the other. so i only assumed.
when i built something, the stats went down as normal, nothing stayed or went up to crazy amts, and when i quit the game, resources and everything we not 9999 anything. and i was maxed pop and couldnt build anymore.
i've actually been following this thread for a while but this is my first attempt to participate cuz i'm excited to see this work. WA is so much harder it seems and i wanna beat the damn thing =P. other trainers you made with ultimated resources and power and unlimited squads always effected computer and thats really the only thing i'm interested in getting to work for me. Insta build is not an issue for me. I dont want the computer to cheat with me =P. i've been able to use Artmoney and change the value of power in game easily without it effecting the computer but changing the max # of squads and power, well i cant ever find those with artmoney. so yea i'm excited to see if this works or not and it seems like you're probably narrowing it down so i'm gonna try to help as much as i can when i find the time
=D
You can try Tsearch, use float for Req and Energy points, 4byte Dword for unit limits.
oh and the marines, they are probably garrisoned in the building :)
/elektro/index.php
25-02-2006, 04:33
not for now.. sorry man... you can try making one? :D
damn! :)
if i had the slightest idea how ^^
There is a coders section on the forum, check all posts from the beginning
supercharge
09-03-2006, 12:55
Hi all,
I was reading this (http://kemi.voidofmind.com/tutorials/sheep1.txt) tutorial and had no idea how he knows it's the right address. Can some experts here point it out, please?
How about some tips on finding the locations for users only, not computer?
Here is the part:
...
ADDRESSES.... OPCODES............ ASSEMBLY LANGUAGE.........
017F:60570C50 55 PUSH EBP
017F:60570C51 8BEC MOV EBP,ESP
017F:60570C53 A1E8625E60 MOV EAX,[605E62E8]
017F:60570C58 8B08 MOV ECX,[EAX]
017F:60570C5A FF15E4625E60 CALL [605E62E4]
017F:60570C60 8B4854 MOV ECX,[EAX+54]
017F:60570C63 85C9 TEST ECX,ECX
017F:60570C65 7508 JNZ 60570C6F HOW DOES HE KNOW THIS IS THE ADDRESS OF BULLETS?
017F:60570C67 8B4508 MOV EAX,[EBP+08] <--- Address of BULLETS
017F:60570C6A 8B4D0C MOV ECX,[EBP+0C] <--- Amount of BULLETS to
decrease by.(ECX=1)
017F:60570C6D 2908 SUB [EAX],ECX <--- subtract ECX(1)from BULLETS
017F:60570C6F 5D POP EBP <--- WE LAND HERE WHEN SI POPS
017F:60570C70 C3 RET
Thanks all.
viruz777
15-05-2006, 02:54
hey ferret....i think ur trainer is the best esp with that instant build capability.however...could i CONVINCE u to work one on DOW 1.41 since i'm just forced to update it? it would really mean alot.....THANKS!! :D i'm a big fan of ur trainer
shortferret
16-05-2006, 09:50
hey ferret....i think ur trainer is the best esp with that instant build capability.however...could i CONVINCE u to work one on DOW 1.41 since i'm just forced to update it? it would really mean alot.....THANKS!! :D i'm a big fan of ur trainer
Hey thanks! Just made the 1.41 version... behaves a little differently from the 1.40 version due to the changes in the 1.41 game executable.
Some options get disabled temporarily when you select buildings or builders. Just need to select back the combat troops and the options will turn back on. Guess they changed something when they released DOW 1.41.
Releasing the +4 trainer for those using DOW engine version 1.41 and WA 1.0
Specifically: DOW Engine 1.41 Winter Assault 1.0 Build 82463.63883
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4-141a.rar
Hi all,
I was reading this (http://kemi.voidofmind.com/tutorials/sheep1.txt) tutorial and had no idea how he knows it's the right address. Can some experts here point it out, please?
How about some tips on finding the locations for users only, not computer?
Here is the part:
...
ADDRESSES.... OPCODES............ ASSEMBLY LANGUAGE.........
017F:60570C50 55 PUSH EBP
017F:60570C51 8BEC MOV EBP,ESP
017F:60570C53 A1E8625E60 MOV EAX,[605E62E8]
017F:60570C58 8B08 MOV ECX,[EAX]
017F:60570C5A FF15E4625E60 CALL [605E62E4]
017F:60570C60 8B4854 MOV ECX,[EAX+54]
017F:60570C63 85C9 TEST ECX,ECX
017F:60570C65 7508 JNZ 60570C6F HOW DOES HE KNOW THIS IS THE ADDRESS OF BULLETS?
017F:60570C67 8B4508 MOV EAX,[EBP+08] <--- Address of BULLETS
017F:60570C6A 8B4D0C MOV ECX,[EBP+0C] <--- Amount of BULLETS to
decrease by.(ECX=1)
017F:60570C6D 2908 SUB [EAX],ECX <--- subtract ECX(1)from BULLETS
017F:60570C6F 5D POP EBP <--- WE LAND HERE WHEN SI POPS
017F:60570C70 C3 RET
Thanks all.
Sheep is kinda psychic in a way when doing trainers, he just knows sometimes :P
But trial and error is helpful too, find an address? try changing the value contained in it? Did it work? If so then thats your address.
What he did was search for the address for bullets and set a breakpoint in Softice which popped in that coding. From there he knew what was going on.
You can use other debuggers also CheatEngine has a handy debugging feature as does Tsearch.
viruz777
16-05-2006, 22:58
omgosh omgosh thanks so much ferret! u pwn jooz! keep up the good work! ur a trainer god mannnn....! but i'm having a minor confusion here.....whenever i start to build a bonesinger and it instant builds...i check to click it a few more times and endless bonesingers come out! isn't there a limit of 4 only?
shortferret
17-05-2006, 08:43
omgosh omgosh thanks so much ferret! u pwn jooz! keep up the good work! ur a trainer god mannnn....! but i'm having a minor confusion here.....whenever i start to build a bonesinger and it instant builds...i check to click it a few more times and endless bonesingers come out! isn't there a limit of 4 only?
Not sure about that dude, I did not do anything to those limits in my trainer. :cool:
shortferret
17-05-2006, 08:55
I will try, but I won't be near the games PC for a while, so was just asking in advance.
Failing that, does anyone know if there is a DoW trainer for version 1.40?
Thanks
If you are still around, you can refer to this thread for the 1.40 DOW trainer:
http://fileforums.com/showthread.php?p=318907#post318907
viruz777
17-05-2006, 23:34
lol sorry was messing wit it so the game screwed up.its all fixed now.THANKS!! u the real trainer maker! ;)
shortferret
18-05-2006, 11:39
Hey thanks! Just made the 1.41 version... behaves a little differently from the 1.40 version due to the changes in the 1.41 game executable.
Some options get disabled temporarily when you select buildings or builders. Just need to select back the combat troops and the options will turn back on. Guess they changed something when they released DOW 1.41.
Releasing the +4 trainer for those using DOW engine version 1.41 and WA 1.0
Specifically: DOW Engine 1.41 Winter Assault 1.0 Build 82463.63883
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus4-141a.rar
Releasing the +5 trainer for those using DOW engine version 1.41 and WA 1.0
Specifically: DOW Engine 1.41 Winter Assault 1.0 Build 82463.63883
Added instant build for reinforcements.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus5-141b.rar
Also releasing the +5 trainer for those using DOW engine version 1.40 and WA 1.0
Specifically: DOW Engine 1.40 Winter Assault 1.0 Build 78258.63110
Added instant build for reinforcements.
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus5-140b.rar
:)
i had test all your trainer from first version to d version my game crash ,e and f ..the keys seem dont work ,i had tried click the trainer button manually..but non of them work for me too..uh ..:( ..
im using DOW:WA 1.0, build 78258.63110
shortferret
18-05-2006, 20:59
i had test all your trainer from first version to d version my game crash ,e and f ..the keys seem dont work ,i had tried click the trainer button manually..but non of them work for me too..uh ..:( ..
im using DOW:WA 1.0, build 78258.63110
Please try this version without the hotkeys:
http://www.filelodge.com/files/hdd7/157038/JeffWA_Trainer_Plus5-140b-nohotkeys.rar
viruz777
19-05-2006, 03:16
well done again ferret.but u enabled the computer to have that instant reinforcement feature as well.just tested it ;)
well done again ferret.but u enabled the computer to have that instant reinforcement feature as well.just tested it
hi
thanx again for da trainer
yeah..it enable instant reinforcement feature for computer too :D ..but still only instant build upgarde/units and reinforcement can be enable..
:(
jokerfool
23-06-2006, 06:06
Anything of an option for instant build before 1.40?
Tmoore30
04-07-2006, 09:46
Did he do a update for 1.50 patch?
polarity
16-07-2006, 15:50
For all those people having problems with no keys/some keys working, I had the same problem with every version of the trainer. Disabled A.V. and anti-spyware, but still no luck, until I got hold of the no-cd .exe from gamecopyworld.com
Seeing as the version 1.5 update disables the cd check, I don't see any reason why threads discussing 1.40/1.41 no-cds should be removed.
Joe Forster/STA
17-07-2006, 04:05
No need to remove them, they'll just go down the thread list and become obsolete like so many others...
Hey guys. I am sort of new to this whole comment thing, but I am proud to admit it. You got to start somewhere right? At any rate I love DoW and I have the Game of the Year Edition, so will any of these trainers work for these editions. I was hoping for a trainer for DoW and Winter Assault?
jacknoname
10-09-2006, 18:59
The game is crashing on my everytime i turn on any trainer cheats, I using the 1.40 DoW with WA 1.0. Anyone else have this issue?
W40kWA.exe caused an Access Violation in module W40kWA.exe at 001b:007197a5.
Error occurred at 9/10/2006 17:57:24.
W40kWA.exe, run by Jack.
Microsoft Windows XP?.
2 processor(s), type 586.
2048 MBytes physical memory.
Write to location 007197a5 caused an access violation.
MiniDump saved to file 'D:\Program Files\THQ\Dawn of War\9-10-2006_17_57_24_MiniDump.dmp'
Registers:
EAX=014df728 CS=001b EIP=007197a5 EFLGS=00210202
EBX=07b15a20 SS=0023 ESP=014df6e0 EBP=014df728
ECX=014df6f4 DS=0023 ESI=06b83e48 FS=003b
EDX=00000000 ES=0023 EDI=0735d060 GS=0000
Bytes at CS:EIP:
8b 11 89 10 c7 05 36 98 71 00 b8 fa 6c 01 8b 15
Call Stack:
0x007197A5: (D:\Program Files\THQ\Dawn of War\W40kWA.exe)
Stack dump:
014df730: 00000000 0f279b5c 077ef100 00000056 07b15b48 014df7f4 0f371c88 00000000
014df750: 051c71f1 0fa01440 0fa01018 0662c398 051d8505 0662ee10 0662ce90 051da6ea
014df770: 0662ee10 0662c398 0662ce90 052079f5 0662ce90 0f269799 0f8fb462 00446335
014df790: 01bd3480 0662c398 3d2c0832 76b44e00 0f8fb428 0662c398 0000fa7f 0f8fb462
014df7b0: 00000001 00648c58 00000098 00000000 55479a1f 0f8fb428 0f8fb462 0f8fb462
014df7d0: 004209e0 00000032 006479f4 00000098 00000000 55479a1f 0f924950 0f92498a
014df7f0: 0f92498a 014df898 00627f60 00000000 00446691 76b44e01 023d6ec8 3dfffffe
014df810: 0041d51e 3d2c0832 00000000 006cf414 0040268c 76b44e01 3d2c0832 00000000
014df830: 7c351c02 05166450 006cf414 014df94c 3d2c0832 76b44e01 0516a264 014df860
014df850: 3e4ccccd 014df88c 77d48fe8 77d48ffc 00000000 77d48f9d 006cf414 00000004
014df870: 00000000 014df860 00000400 014df94c 77d70467 77d49000 ffffffff 77d48ffc
014df890: 77d5159f 05162039 014df94c 00622e68 ffffffff 00622d85 014df95c 7c80b529
014df8b0: 000423ad 00000000
Joe Forster/STA
11-09-2006, 08:07
Are you absolutely sure you're using the proper version of the trainer? If you're using a trainer, meant for version X of the game, with version Y of the game, yes, such weird errors may occur!
jacknoname
11-09-2006, 22:57
yes sir, its the right version, even down to that version 78blahblahblah. DoW 1.4 + WA 1.0 ... how hard is that to follow. Maybe the No-CD doesnt like trainer? Im out of ideas, I am not one to usually have issues with trainers and such.
gangerously
19-09-2006, 03:34
hi I don't know if it's accurate but for the DoW 1.40 no-cd you had to replace the file memory.dll with a 'cracked' one. Apparently this messes up the trainers and make them do stuff like crash the game at least it did in my game.
hope this helps.
billybob1
19-09-2006, 14:54
Man can you send me the file i cant get it from that dum site
bigertom@walla.com
appriciate it.
Hey, I hate to drag up a nearly three-month idle thread, but I was just wondering if there were any plans (or if anyone had heard of any) to release an updated trainer for v1.51. I used to love this trainer, but to my dismay when I went back to DoW some months after I had last played it the version had changed. I mean, progress is good, but now my trainer doesn't work, darn it! Don't they have any consideration? Heheh.
EDIT: I feel I should confess, having done a little searching and finding that there is an apparent significant split or something between 1.40 and 1.41, that my original version of DoW was misplaced so I have the gold edition updated to 1.51. So I don't know how much that affects the possibility for a 1.51 compatible trainer.
I wanna make a trainer for myself. Could you please send me instructions on how to make
trainer with following options: units and vehicle cap increased and instant build units and upgrades.
I got t-search 1.6 and art money 6.26
my e-mail nenadpetrovic@eunet.yu
Pls
Thx:confused:
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.