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 


uhh i want to start doing crackme's
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 8:08 am    Post subject: uhh i want to start doing crackme's Reply with quote

sup,

well could someone please guide me on making a crackme it looks fun Very Happy

_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Sun Aug 19, 2007 8:19 am    Post subject: Reply with quote

its easy.
but u have to know atleast 1 programming language.
then u just make an input box, and do like

Code:
IF (the thing in inputbox) = (the password u want) then
msgbox "u win"
else
msgbox "u loose"
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
nog_lorp
Grandmaster Cheater
Reputation: 0

Joined: 26 Feb 2006
Posts: 743

PostPosted: Sun Aug 19, 2007 8:19 am    Post subject: Reply with quote

Why a guide? Bust out C, write a program to get input and check it. Do something to make it hard to crack.

~nog_lorp

_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
Back to top
View user's profile Send private message
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 8:31 am    Post subject: Reply with quote

haha01haha01 wrote:
its easy.
but u have to know atleast 1 programming language.
then u just make an input box, and do like

Code:
IF (the thing in inputbox) = (the password u want) then
msgbox "u win"
else
msgbox "u loose"


nog_lorp wrote:
Why a guide? Bust out C, write a program to get input and check it. Do something to make it hard to crack.

i didnt understand a word that you just said.

i never touched programing but i want to start know.

what do you mean
Quote:
programming language
?
like English?

_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Sun Aug 19, 2007 8:34 am    Post subject: Reply with quote

omg.
go learn some programming and FAST.
ppl who dont know whats a programming language doesnt belong here....
a programming language is some sorta language that u can build programs with... u write that language in a compiler and then u can build a program.
CEF is not place for beginners >.<


Last edited by haha01haha01 on Sun Aug 19, 2007 8:35 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 8:35 am    Post subject: Reply with quote

lol i told you xD. could you give me some Guide or something.

cmon this is how we all started out isnt it?

_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Sun Aug 19, 2007 8:36 am    Post subject: Reply with quote

hmmm....
even if u will get guide.... u have to know stuff about computers first. then u have to choose ur language. the commons are C\VisualBasic\Delphi
then get a compiler...
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 8:37 am    Post subject: Reply with quote

COOL i got visual basic!!! my Friend gave it to me and we both didnt know what to do with it xD
_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sun Aug 19, 2007 12:08 pm    Post subject: Reply with quote

I guess vb is a start. But don't get too friendly with it, it isn't a very good language. For vb tutorials. Download the attachment from this post. http://forum.cheatengine.org/viewtopic.php?t=114029
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Uligor
Grandmaster Cheater
Reputation: 0

Joined: 21 Jan 2006
Posts: 956

PostPosted: Sun Aug 19, 2007 3:36 pm    Post subject: Reply with quote

Learn some x86 ASM and skip that high level programming crap.
_________________
Back to top
View user's profile Send private message
nog_lorp
Grandmaster Cheater
Reputation: 0

Joined: 26 Feb 2006
Posts: 743

PostPosted: Sun Aug 19, 2007 6:33 pm    Post subject: Reply with quote

Uligor steals my heart. Except, don't skip Perl... you must learn Perl too.

"programming language" means a language that can be read by a "compiler" and turned into "machine language". Like English, only more logic-oriented.

Do not touch Visual Basic. If you want something really easy to get the gist of programming, use Basic rather than Visual Basic. The Basic language is terribly designed but easy to use, while the Visual Basic adaptation of the language just hides the programming from you almost entirely.

The most important thing you can do is learn C. Google "C Tutorial".

~nog_lorp

_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
Back to top
View user's profile Send private message
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 9:14 pm    Post subject: Reply with quote

Okay thanks alot you guys.

1 more quick question.

What the heck do i do with VB?

_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sun Aug 19, 2007 9:16 pm    Post subject: Reply with quote

spit on it
Back to top
View user's profile Send private message
stewie
Master Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 354

PostPosted: Sun Aug 19, 2007 9:18 pm    Post subject: Reply with quote

appalsap wrote:
spit on it


What? why?

_________________
look left >>>>>>>>>>this is right you dumbfk

yule wrote:
Well for starters... I HAVE ABSOLUTELY NO LIFE.
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sun Aug 19, 2007 9:29 pm    Post subject: Reply with quote

Do not question Dark Byte! No, just visual basic is a really crappy language. I really would have suggested C for you.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes 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 cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites