View previous topic :: View next topic |
Author |
Message |
rfreeman Newbie cheater
Reputation: 0
Joined: 26 Jan 2010 Posts: 24
|
Posted: Sun Sep 19, 2010 10:32 am Post subject: I want to disable the bell sound in the trainer |
|
|
Hi, Is there any way to stop the bell ring sound when you activate a cheat with a keystroke in the trainer? In one particular game, the cheat is constantly setting a register to a value to simulate infinite boost, and the bell is ringing constantly. You may say, why not just make the cheat infinite? But that causes the game to crash. Any help please?
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sun Sep 19, 2010 3:47 pm Post subject: |
|
|
I don't really get it what do You mean constantly ringing. It should have a sound when You turn it on only.
Regardless of this, when You make a trainer in CE, click on "Design own userinterface" and You will be able to turn off the sound for the cheats by setting the "Beep on activate" option to "False".
_________________
|
|
Back to top |
|
 |
rfreeman Newbie cheater
Reputation: 0
Joined: 26 Jan 2010 Posts: 24
|
Posted: Mon Sep 20, 2010 12:17 pm Post subject: |
|
|
Thanks for help. I also found that if you rename "Windows Ding.wav" found in C:\Windows\Media to something else, the bells stop. This way I don't have to design my own interface, which I find too hard and annoying.
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Mon Sep 20, 2010 12:33 pm Post subject: |
|
|
rfreeman wrote: | Thanks for help. I also found that if you rename "Windows Ding.wav" found in C:\Windows\Media to something else, the bells stop. This way I don't have to design my own interface, which I find too hard and annoying.  |
Wow, You really hate that sound if You got rid of it this way.
Clever idea, but if You share Your trainer, make sure to attach a note about this.
_________________
|
|
Back to top |
|
 |
rfreeman Newbie cheater
Reputation: 0
Joined: 26 Jan 2010 Posts: 24
|
Posted: Mon Sep 20, 2010 12:49 pm Post subject: |
|
|
I'll put a note in the "About". Just to clarify, it's a car game with a boost cheat. In the game you hold down Ctrl to boost and I set the same key to set the boost to full in the trainer, which it does repeatedly and so the bell sound is played constantly. I hope that clarifies what I mean. Thanks for the help regardless
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Mon Sep 20, 2010 1:12 pm Post subject: |
|
|
It is strange that the game is crashing with freezing a value but not crashing when You activate a script rapidly. Which game is it?
_________________
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Mon Sep 20, 2010 2:11 pm Post subject: |
|
|
I asked Dark Byte earlier about further customization of the generated trainer (including sounds), and the told me that these are the lowest priority tasks at the moment.
So, unless you code it yourself and send in the code to Dark Byte for review, it is not going to happen very soon.
|
|
Back to top |
|
 |
rfreeman Newbie cheater
Reputation: 0
Joined: 26 Jan 2010 Posts: 24
|
Posted: Mon Sep 20, 2010 3:19 pm Post subject: |
|
|
FlatOut Ultimate Challenge. I also set the up arrow, which is accelerate in the game, to reset the car damage, so you can't die. This also caused the bell to ring constantly. Freezing the addresses caused problems. The bell doesn't ring in Windows XP but does in Vista, which led me to think the sound was a Windows sound, and Windows Ding.wav is was. I'm just happy to have gotten rid of that horrible noise. Mr DarkByte if you read this, please put a mute option in the trainer maker. Thanks.
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Mon Sep 20, 2010 4:17 pm Post subject: |
|
|
I thought it is FlatOut. One of the few racing games I played and CTRL is the nitro. It is crashing because it is a Windows Live game. These games are sometimes checking the codes and if something is fishy, the game crashes. But usually this check is not running during races. So if You enable a cheat at the start of a race and You disable it at the end of the race, it doesn't crash. Of course I do not say to change Your trainer, this is just some info if You didn't know about it.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Mon Sep 20, 2010 4:26 pm Post subject: |
|
|
Just find all calls to the windows Beep and nop them out...
also instead of binding the key in the trainer you could bind it in the game
http://cheatengine.org/keypresstut.php has an explanation on how to do that
control key is (int)17
_________________
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 |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Mon Sep 20, 2010 5:34 pm Post subject: |
|
|
lol. in response to that page :
Quote: | pushad //I have no idea what registers get modified by GetAsyncKeystate (my guess eax,ebx,ecx but I hate guesing) |
if you are on x86 the APIs should follow stdcall convention. returns are always in eax and trash registers are ecx and edx. everything else should be preserved
|
|
Back to top |
|
 |
rfreeman Newbie cheater
Reputation: 0
Joined: 26 Jan 2010 Posts: 24
|
Posted: Tue Sep 21, 2010 2:31 pm Post subject: |
|
|
How do I find the calls to the Windows beep and nop them out, please?
|
|
Back to top |
|
 |
|