Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


ce CAN'T work for sf3 game!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
VOSMAN
Advanced Cheater
Reputation: 0

Joined: 28 Oct 2005
Posts: 51

PostPosted: Fri Oct 28, 2005 4:34 am    Post subject: ce CAN'T work for sf3 game! Reply with quote

i have a starforce3 game call "The Suffering Ties That Bind",i can't found this game 's trainer on website,so i want make a trianer,but this game health\ammo and so on is dma address,so i try to Cheat Engine's debugger,but it doen't work. is that starforce3 game have some protect anti debugger?

Last edited by VOSMAN on Thu Dec 08, 2005 2:45 am; edited 1 time in total
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25296
Location: The netherlands

PostPosted: Fri Oct 28, 2005 7:25 am    Post subject: Reply with quote

Sure you can make a trainer, debugging is just a little harder, but it is still possible to debug by rewriting the 'new' int1 handler at a certain position, or using the general exception interrupt after setting memory to read only and capture writes.

But that isn't in a official ce release yet, so for the time being, just scan the memory and make modifications there (bypassing DMA is still possible, just a little more trickier)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ungabunga
How do I cheat?
Reputation: 0

Joined: 24 Nov 2005
Posts: 8
Location: Somwhere far away from everywhere

PostPosted: Thu Nov 24, 2005 12:21 pm    Post subject: Reply with quote

Ok, I understand that you can make a trainer, but pls be so kind and help us a little. I am really curious how we can bypass this problem. Thanx.
Back to top
View user's profile Send private message Yahoo Messenger
ungabunga
How do I cheat?
Reputation: 0

Joined: 24 Nov 2005
Posts: 8
Location: Somwhere far away from everywhere

PostPosted: Fri Nov 25, 2005 5:41 am    Post subject: Really interesting Reply with quote

I have seen the topic about bypasing sf3 but it doesn't work, so pls give us some help. I insist because it is quite a chalenging thing. Cool
Back to top
View user's profile Send private message Yahoo Messenger
Zhoul
Master Cheater
Reputation: 1

Joined: 19 Sep 2005
Posts: 394

PostPosted: Fri Nov 25, 2005 6:40 am    Post subject: Reply with quote

Here's a way to make your own pointers... a 3 in 1 actually.

http://forum.cheatengine.org/viewtopic.php?t=4606

As the topic title states "Remember, there's always more then 1 way to skin a cat".

The question you asked has so many answers, you'll probably not get one out of DB, because it's just to extensive to teach on a forum. Take the example in the thread I linked you, and start 'getting in there' Wink

Asking questions is never wrong, but learning it yourself is always fun.

I started using CE a few months ago. Before that, I didn't know assembly, pointers, or much else related to CE, except for memory scanning in general (god, i loved that playstation mem scanner). Just ask DB how many questions I've had, relating to teaching me how to 'do all this', since I started up a few months ago. I'm pretty darn sure the only questions were interface/bug related.

Google is your friend Twisted Evil

- Z
Back to top
View user's profile Send private message AIM Address
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25296
Location: The netherlands

PostPosted: Fri Nov 25, 2005 7:35 am    Post subject: Reply with quote

yes, it's a bit too complicated to explain. All I can say is that you'll have to do some code rewriting in the windows kernel (80000000 and up)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ungabunga
How do I cheat?
Reputation: 0

Joined: 24 Nov 2005
Posts: 8
Location: Somwhere far away from everywhere

PostPosted: Fri Nov 25, 2005 9:21 am    Post subject: Reply with quote

Thanx guys.
Zhoul, i really don't have problems with the pointers, i made a trainer for the first suffering that worked just fine, unfortunatelly i didn't posted it , it was just for me and some friends. if there wouldn't be for the sf3 maybe i would be able to solve this one too:(
But txk and let's hope someone will be able to do something for this.
Back to top
View user's profile Send private message Yahoo Messenger
Zhoul
Master Cheater
Reputation: 1

Joined: 19 Sep 2005
Posts: 394

PostPosted: Sat Nov 26, 2005 4:11 pm    Post subject: Reply with quote

So my question is... Why do you need the debugger in order to find pointers?

I thought that's what the issue was, therefore, I offered an easy way to create your own pointers, even though it's still possible to find pointers without attaching a debugger...

?

Maybe if you described, in detail, what the issue is, we could help.

- Zhoul
Back to top
View user's profile Send private message AIM Address
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25296
Location: The netherlands

PostPosted: Sat Nov 26, 2005 4:38 pm    Post subject: Reply with quote

the options like "find out what reads/writes/accesses this address" require the debugger. Without them it is hard to find out what code is used to access them.
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Zhoul
Master Cheater
Reputation: 1

Joined: 19 Sep 2005
Posts: 394

PostPosted: Sat Nov 26, 2005 5:38 pm    Post subject: Reply with quote

Dark Byte wrote:
the options like "find out what reads/writes/accesses this address" require the debugger. Without them it is hard to find out what code is used to access them.


NFS MW blocks attaching, but in stealth mode, I can still find out what accesses a value. I simply cant find out what value is written/wrote to by a code. That is, unless I find a way to attach (thx db)


Actually, I believe it was "Use kernel mode debugger options" that enabled me to "Find out what writes/accesses" a value, when a game didn't allow attachment.
Back to top
View user's profile Send private message AIM Address
ungabunga
How do I cheat?
Reputation: 0

Joined: 24 Nov 2005
Posts: 8
Location: Somwhere far away from everywhere

PostPosted: Wed Dec 07, 2005 3:36 am    Post subject: Reply with quote

So Zhoul... will you be so kind and solve this "Suffering" problem? Maybe even make a tutorial over this? Hey, if you do than i'll buy you a beer the first time you get to Romania! Smile (No joke, i'm from Romania and i don't want to hear anything about dracula and other stupid shit the media thinks that has anything to do with us, excepting for Hagi and phisics researchers:)).
Back to top
View user's profile Send private message Yahoo Messenger
SunBeam
I post too much
Reputation: 65

Joined: 25 Feb 2005
Posts: 4022
Location: Romania

PostPosted: Wed Dec 07, 2005 6:58 am    Post subject: Reply with quote

Quote:
NFS MW blocks attaching, but in stealth mode, I can still find out what accesses a value. I simply cant find out what value is written/wrote to by a code. That is, unless I find a way to attach (thx db)


That's because, using Kernel Debugger solves the deal Wink...
Back to top
View user's profile Send private message
SunBeam
I post too much
Reputation: 65

Joined: 25 Feb 2005
Posts: 4022
Location: Romania

PostPosted: Wed Dec 07, 2005 7:16 am    Post subject: Reply with quote

Salut Cristi. Si io mi-s roman. SF3 nu prea merge nici in Stealth mode, asa k pana nu scoate sefu [Dark Byte] ceva nou, nu prea ai alta solutie decat sa cauti adresele [stiu ca foloseste DMA]. Aceeasi problema o am cu PoP2T Smile asta e...

@Dark Byte : I was telling him that till you don't release anything for certain, he should stick to finding the DMA addresses [although it's a waste of time doing it over and over again]...
Back to top
View user's profile Send private message
SunBeam
I post too much
Reputation: 65

Joined: 25 Feb 2005
Posts: 4022
Location: Romania

PostPosted: Thu Dec 08, 2005 8:26 am    Post subject: Reply with quote

Zi si mie topicu cu SF3...
Back to top
View user's profile Send private message
Zhoul
Master Cheater
Reputation: 1

Joined: 19 Sep 2005
Posts: 394

PostPosted: Thu Dec 08, 2005 11:43 pm    Post subject: Reply with quote

cristyrazvan wrote:
So Zhoul... will you be so kind and solve this "Suffering" problem? Maybe even make a tutorial over this? Hey, if you do than i'll buy you a beer the first time you get to Romania! Smile (No joke, i'm from Romania and i don't want to hear anything about dracula and other stupid shit the media thinks that has anything to do with us, excepting for Hagi and phisics researchers:)).


I don't have this game myself, but since DB has sticky'd the way to kill other games debuggers, so you can attach your own, I'll give ya the link which should help mucho.

http://forum.cheatengine.org/viewtopic.php?t=2338

As for the beer - I'd prefer a spliff Wink
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites