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 


Can't believe I'm this bored..

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
Evil_Intentions
Expert Cheater
Reputation: 65

Joined: 07 Jan 2010
Posts: 214

PostPosted: Mon Aug 22, 2011 3:02 pm    Post subject: Can't believe I'm this bored.. Reply with quote

...but in my last class I decided to make a random word generator.


...how is it possibru to be THAT FUCKING BORED?

Oh well, I figure I can use it in a test where I call out a randomly generated word and the subject gives the first color they think of. Then use the wildcard constructor to see if there are trends between certain sounds and colors.

If anyone wants to see the, crappy, code. It's right here. Still have quite a few rules to add in to make the words pronounceable though. http://pastebin.com/JwNgN3Ww

guess it's better than doing nothing :/
Back to top
View user's profile Send private message
Kargarok
Advanced Cheater
Reputation: 10

Joined: 28 Jul 2011
Posts: 60

PostPosted: Mon Aug 22, 2011 3:05 pm    Post subject: Reply with quote

Get laid.
Back to top
View user's profile Send private message
:^)
Grandmaster Cheater Supreme
Reputation: 37

Joined: 30 Jun 2008
Posts: 1062

PostPosted: Mon Aug 22, 2011 3:06 pm    Post subject: Reply with quote

CODE A JAVA SEX GAME
FUCK
Back to top
View user's profile Send private message
Channel GannoK
pffrt
Reputation: 130

Joined: 12 Apr 2008
Posts: 608

PostPosted: Mon Aug 22, 2011 3:06 pm    Post subject: Reply with quote

I could make that in VB. Simply, and probably more efficient. lul.
_________________
Back to top
View user's profile Send private message
Evil_Intentions
Expert Cheater
Reputation: 65

Joined: 07 Jan 2010
Posts: 214

PostPosted: Mon Aug 22, 2011 3:08 pm    Post subject: Reply with quote

That fag wrote:
I could make that in VB. Simply, and probably more efficient. lul.


doitfeggit

Still fun to mess around with though.
Back to top
View user's profile Send private message
Channel GannoK
pffrt
Reputation: 130

Joined: 12 Apr 2008
Posts: 608

PostPosted: Mon Aug 22, 2011 3:11 pm    Post subject: Reply with quote

I'd have to install vb again. Maybe when I start school, I'll go in at lunch and make a quick copy and upload it lol. don't feel like installing vb on this computer when I only little memory left
_________________
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Mon Aug 22, 2011 3:49 pm    Post subject: Reply with quote

visual basic is not particularly efficient fyi
Back to top
View user's profile Send private message
Channel GannoK
pffrt
Reputation: 130

Joined: 12 Apr 2008
Posts: 608

PostPosted: Mon Aug 22, 2011 3:50 pm    Post subject: Reply with quote

Slugsnack wrote:
visual basic is not particularly efficient fyi


Not an expert in coding, but its the only thing I know how to do well in the programming world. I know its really easy to use, but there is SOME coding to be done. it uses simply logic, which I like.

_________________
Back to top
View user's profile Send private message
Evil_Intentions
Expert Cheater
Reputation: 65

Joined: 07 Jan 2010
Posts: 214

PostPosted: Mon Aug 22, 2011 6:21 pm    Post subject: Reply with quote

Also how would you measure efficiency? My program (with the current rules) makes 5000 words in a fraction of a second. I'm just not sure how you'd go about making yours more efficient.


I mean, maybe having each program make like..200,000 words. Then it will probably be a measurable time.
Back to top
View user's profile Send private message
Channel GannoK
pffrt
Reputation: 130

Joined: 12 Apr 2008
Posts: 608

PostPosted: Mon Aug 22, 2011 6:25 pm    Post subject: Reply with quote

VB uses less code I believe than other languages. I could be wrong.


make a text box and button in the form

double click button in the form

make the button pick a random word from form 2 which will have all my words and export it to the text box

set some properties to not pick a word twice, from the time of loading the program to now.

and other simple things. all within a couple lines of code. like 4-6

_________________
Back to top
View user's profile Send private message
Evil_Intentions
Expert Cheater
Reputation: 65

Joined: 07 Jan 2010
Posts: 214

PostPosted: Mon Aug 22, 2011 6:28 pm    Post subject: Reply with quote

That fag wrote:
VB uses less code I believe than other languages. I could be wrong.


make a text box and button in the form

double click box in the form

make the even pick a random word from form 2 which will have all my words

set some properties to not pick a word twice, from the time of loading the program to now.

and other simple things. all within a couple lines of code. like 4-6


Ooohh, I thought you meant you were going to make an exact copy o what my program does, BUILDS words that can pronounced by checking them against certain rules. Didn't realize you were going to do your own thing.

EDIT: Plus this, and many other simple little progs I've been making, are just me teaching myself to break out of single class programs and learn some oop, so most wont have efficiency in mind when creating them.


Last edited by Evil_Intentions on Mon Aug 22, 2011 6:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
Channel GannoK
pffrt
Reputation: 130

Joined: 12 Apr 2008
Posts: 608

PostPosted: Mon Aug 22, 2011 6:29 pm    Post subject: Reply with quote

Kazekeil wrote:
That fag wrote:
VB uses less code I believe than other languages. I could be wrong.


make a text box and button in the form

double click box in the form

make the even pick a random word from form 2 which will have all my words

set some properties to not pick a word twice, from the time of loading the program to now.

and other simple things. all within a couple lines of code. like 4-6


Ooohh, I thought you meant you were going to make an exact copy o what my program does, BUILDS words that can pronounced by checking them against certain rules. Didn't realize you were going to do your own thing.


I could implement some of your ideas, but it would take more time and some more code

_________________
Back to top
View user's profile Send private message
Evil_Intentions
Expert Cheater
Reputation: 65

Joined: 07 Jan 2010
Posts: 214

PostPosted: Mon Aug 22, 2011 6:32 pm    Post subject: Reply with quote

That fag wrote:
Kazekeil wrote:
That fag wrote:
VB uses less code I believe than other languages. I could be wrong.


make a text box and button in the form

double click box in the form

make the even pick a random word from form 2 which will have all my words

set some properties to not pick a word twice, from the time of loading the program to now.

and other simple things. all within a couple lines of code. like 4-6


Ooohh, I thought you meant you were going to make an exact copy o what my program does, BUILDS words that can pronounced by checking them against certain rules. Didn't realize you were going to do your own thing.


I could implement some of your ideas, but it would take more time and some more code


Could probably do it pretty cleanly in QBasic.
This is the class that uses my "Words" class.
http://pastebin.com/j41SdAe5

Pretty simple to follow. The Word class handles nearly errthing.
Back to top
View user's profile Send private message
1929394839292057839194958
Grandmaster Cheater Supreme
Reputation: 130

Joined: 22 Dec 2006
Posts: 1509

PostPosted: Mon Aug 22, 2011 8:11 pm    Post subject: Reply with quote

Just because you type less, it doesn't mean other shit isn't being done for you in the background (pretty much what you could make out of pure code, but is already there for you).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam 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