Go Back   FileForums > Games > General Gaming
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #76  
Old 15-11-2005, 06:15
apache-'s Avatar
apache- apache- is offline
Junior Member
 
Join Date: Nov 2005
Location: wales uk
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
apache- is on a distinguished road
Quote:
Originally Posted by DABhand
Careful what you say patchsters
In What way DabHand? why should i be careful?, Enlighten me matey ..your making me paranoid :P
__________________
Get the very latest News And PC Game Trainers From [COLOR="Green"][URL="www.gamehacking.co.uk"]www.gamehacking.co.uk[/URL][/COLOR]
Reply With Quote
Sponsored Links
  #77  
Old 15-11-2005, 14:13
Fraya Fraya is offline
Member
 
Join Date: Nov 2005
Location: Nevada
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Fraya is on a distinguished road
You'll have to do an unknown value search.

I found it and it was something like 4 times the actual value.

You can edit the memory location directly to modify the amount of credits. The reason I didnt make a trainer is because I couldnt figure out the proper way to modify the registers its all inc's, weird math, shifting values from one register to another and movzx's.

I should probably get back to work on it this game poses a lot of interesting challenges that will be useful to figure out for future reference.

Last edited by Fraya; 15-11-2005 at 14:16.
Reply With Quote
  #78  
Old 16-11-2005, 08:12
eluphay eluphay is offline
Registered User
 
Join Date: Nov 2005
Location: Scotland
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
eluphay is on a distinguished road
What was the bytes you used Fraya Was it 1 or 2 or 4 or 8 or Float or Double

Thanks for your help fraya
Reply With Quote
  #79  
Old 16-11-2005, 10:11
Fraya Fraya is offline
Member
 
Join Date: Nov 2005
Location: Nevada
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Fraya is on a distinguished road
The credits value is 2 byte.
Reply With Quote
  #80  
Old 16-11-2005, 10:34
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by apache-
In What way DabHand? why should i be careful?, Enlighten me matey ..your making me paranoid :P

You was nearly talking shop there about what the trainer worked on :P
Reply With Quote
  #81  
Old 16-11-2005, 11:08
DRAGoN.X's Avatar
DRAGoN.X DRAGoN.X is offline
Senior Member
 
Join Date: Jul 2005
Location: Earth
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
DRAGoN.X is on a distinguished road
Send a message via ICQ to DRAGoN.X Send a message via AIM to DRAGoN.X Send a message via MSN to DRAGoN.X Send a message via Yahoo to DRAGoN.X
Quote:
Originally Posted by Fraya
You'll have to do an unknown value search.

I found it and it was something like 4 times the actual value.

You can edit the memory location directly to modify the amount of credits. The reason I didnt make a trainer is because I couldnt figure out the proper way to modify the registers its all inc's, weird math, shifting values from one register to another and movzx's.

I should probably get back to work on it this game poses a lot of interesting challenges that will be useful to figure out for future reference.
So thats why I couldn't find the credits. I figured out that it wasn't the exact value that it shows in the game, but thx for that tip anyway. I might actually make a trainer for this game just for fun, even though yours is already around.

-dragonx

P.S. Havn't been on the forums in a while, seems I didn't miss much.
Reply With Quote
  #82  
Old 16-11-2005, 11:16
eluphay eluphay is offline
Registered User
 
Join Date: Nov 2005
Location: Scotland
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
eluphay is on a distinguished road
Wink

I still can't find the value Can you tell me the address or save the address and send it to me using Tsearch

Thanks Again Fraya
Reply With Quote
  #83  
Old 16-11-2005, 11:56
DRAGoN.X's Avatar
DRAGoN.X DRAGoN.X is offline
Senior Member
 
Join Date: Jul 2005
Location: Earth
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
DRAGoN.X is on a distinguished road
Send a message via ICQ to DRAGoN.X Send a message via AIM to DRAGoN.X Send a message via MSN to DRAGoN.X Send a message via Yahoo to DRAGoN.X
Quote:
Originally Posted by eluphay
I still can't find the value Can you tell me the address or save the address and send it to me using Tsearch

Thanks Again Fraya
Game uses DMA, the adress would be different if he sent it to you, he would need to use a pointer to have the adress of the value (I assume your talking about credits here.)

The only adress that wouldn't change might be an adress that modifies the credits adress, but game makers now are haveing that move as well. Then you would need to find the base pointer to the dll file (in games like Quake 4 for example or Doom 3), and thats not fun (just time consuming, since the process is rather easy).

-dragonx
Reply With Quote
  #84  
Old 17-11-2005, 06:04
eluphay eluphay is offline
Registered User
 
Join Date: Nov 2005
Location: Scotland
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
eluphay is on a distinguished road
Question

Have you got any ideas on what i could do to find the credits value
Reply With Quote
  #85  
Old 17-11-2005, 07:30
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
How good is your ASM knowledge?


If your just gonna change the value once then look for 2 bytes unknown value, spend something, search for lower value, sell something, search for higher value, etc etc keep following the pattern and eventually you should be left with 1 value or a couple, freeze each one and try buying and selling see what happens.
Reply With Quote
  #86  
Old 17-11-2005, 11:14
DRAGoN.X's Avatar
DRAGoN.X DRAGoN.X is offline
Senior Member
 
Join Date: Jul 2005
Location: Earth
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
DRAGoN.X is on a distinguished road
Send a message via ICQ to DRAGoN.X Send a message via AIM to DRAGoN.X Send a message via MSN to DRAGoN.X Send a message via Yahoo to DRAGoN.X
Quote:
Originally Posted by DABhand
How good is your ASM knowledge?


If your just gonna change the value once then look for 2 bytes unknown value, spend something, search for lower value, sell something, search for higher value, etc etc keep following the pattern and eventually you should be left with 1 value or a couple, freeze each one and try buying and selling see what happens.
You don't really need asm knolledge to search for a value and freeze it. However, it is a good idea to brush up on.

At first, even searching for a value may seem hard at first, but once you get the hang of it, it should be really easy. Maby I should make a credit trainer, it would make your life alot easier.

-dragonx
Reply With Quote
  #87  
Old 17-11-2005, 11:30
eluphay eluphay is offline
Registered User
 
Join Date: Nov 2005
Location: Scotland
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
eluphay is on a distinguished road
Talking

I Would love it if you could make a credit trainer for me

I would be very greatful


thanks for your help
Reply With Quote
  #88  
Old 17-11-2005, 17:08
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by DRAGoN.X
You don't really need asm knolledge to search for a value and freeze it. However, it is a good idea to brush up on.

At first, even searching for a value may seem hard at first, but once you get the hang of it, it should be really easy. Maby I should make a credit trainer, it would make your life alot easier.

-dragonx

Read again..


I asked him if he had any.. Then said


"If your just gonna change the value once" i.e. a simple search and seive, then to do the following.


If he wanted to make a trainer, then yes ASM knowledge is needed, since practically all games are DMA.
Reply With Quote
  #89  
Old 17-11-2005, 17:30
DRAGoN.X's Avatar
DRAGoN.X DRAGoN.X is offline
Senior Member
 
Join Date: Jul 2005
Location: Earth
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
DRAGoN.X is on a distinguished road
Send a message via ICQ to DRAGoN.X Send a message via AIM to DRAGoN.X Send a message via MSN to DRAGoN.X Send a message via Yahoo to DRAGoN.X
Quote:
Originally Posted by DABhand
Read again..


I asked him if he had any.. Then said


"If your just gonna change the value once" i.e. a simple search and seive, then to do the following.


If he wanted to make a trainer, then yes ASM knowledge is needed, since practically all games are DMA.
I think I had one to many when I posted that . But seriously, it was like 5 in the morning when I posted that, should have read harder, brain don't work with out coffee or caffeen (as you can see by the spelling of the words).

-dragonx
Reply With Quote
  #90  
Old 18-11-2005, 03:38
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
hehehe no problem :P
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Star Wars Battlefront II HDD cannontrodder PS2 Games 2 23-12-2005 10:41
Star Wars: Battlefront v1.2 - Trainer... sabbey General Gaming 0 20-02-2005 18:41
Fixed-exe/NOCD request of Star Wars Battlefront 1.11 spanish DarkReborn PC Games 2 23-11-2004 15:17
Star Wars Battlefront Desktop CRASH Nikeless PC Games 8 06-10-2004 07:39
Star Wars Battlefront Haunebu PC Games 4 05-10-2004 15:53



All times are GMT -7. The time now is 10:46.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com