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 


good idea much?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
kionay
Expert Cheater
Reputation: 0

Joined: 13 Mar 2006
Posts: 240
Location: everywhere and nowhere

PostPosted: Tue Aug 21, 2007 7:03 pm    Post subject: good idea much? Reply with quote

well in very basic c++ it uses a command line if u dun use da windows handle
right?
right.

well if we wanted to have fun with the cmd(or dos)(same thing)
what if we wanted to change the text of the command line?
like to pretend there was a virus and have it flash green and crap
i'd relaly love to do that but i have never herd of a custom handle or natural handle that allows this

can someone point me in the right direction much?

=]

_________________
Back to top
View user's profile Send private message Yahoo Messenger
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Tue Aug 21, 2007 7:22 pm    Post subject: Reply with quote

Well you could do this with a batch script... but yea - this could also be done with C++.

If you take the snippet I just posted you could do a little "i can't type what i want" program...

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

I'm no going to write it for you, but something like this could work;

char fake_command[11] = "deltree c:\"
int count = 0;

while (1)
{
if(kbhit())
{
cout << fake_command[count] << flush;
count++;
if(count==10)
break;
}
}


That just quick a quick mapout of some code... but it would output another char of "deltree C:\" each time the keyboard is hit (no matter the char)


Something dumb like that i guess...

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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