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 


Batch file cheating with cheat engine

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
dav112
Newbie cheater
Reputation: 0

Joined: 12 Jul 2010
Posts: 12

PostPosted: Fri Aug 06, 2010 3:17 pm    Post subject: Batch file cheating with cheat engine Reply with quote

Hey I was just wondering is it possible to use cheat engine to cheat at a batch/cmd game? I have tried searching for the exact value but ce does not find it. To get what I mean save the text below to test.bat and try to change the value to 500 in ce. Also every time you hit enter the value drops by 5.

Code:

@echo off
:start
set val1=100

:continue
cls
echo Current value:%val1%
echo Try to change current value to 500 to continue.
pause
if %val1%==500 GOTO win
set /a val1=%val1%-5
goto continue

:win
echo You successfuly changed it!
echo Press enter to exit.
pause >nul
exit
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Fri Aug 06, 2010 3:32 pm    Post subject: Reply with quote

I have made an instant win cheat for it, even without CE. Smile

Code:
@echo off
:start
set val1=100

:continue
cls
echo Current value:%val1%
echo Try to change current value to 500 to continue.
pause
if %val1%==500 GOTO win
set /a val1=%val1%+400
goto continue

:win
echo You successfuly changed it!
echo Press enter to exit.
pause >nul
exit


Seriously I don't know why would I ever use CE for a BAT file, never tried.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Fri Aug 06, 2010 5:49 pm    Post subject: Reply with quote

use unicode text to find it
but you can not make the string bigger than it currently is
So, max you can set it to is 99

or you press a key till the value is smaller or equal to -10, then you can change it to 500

of course, a better solution would be:
Code:

echo You successfuly changed it!
echo Press enter to exit.
pause >nul

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
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