Posted: Tue Oct 31, 2006 7:45 am Post subject: Unrandmomizor !
I was bored, very bored.. soo i decided to make the most simple game in the world, simple guessing game
You need to guess a number between 1 and 20, when i tryed using the unrandmizor the number is still random, i wonder why
heres the code:
Code:
turnsleft=3
number=Rnd(20)
While (turnsleft>0)
turnsleft=turnsleft-1
guess=Input("guess the number:")
If guess<number Then Print "More !"
If guess>number Then Print "Less !"
If guess=number Then Exit
Wend
If turnsleft=0 Then Print "OMFG U SUCK" Else Print "Yay =D"
Last edited by nero[Z] on Tue Oct 31, 2006 7:48 am; edited 1 time in total
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
Posted: Tue Oct 31, 2006 7:47 am Post subject:
ce's unrandomizer only knows a few common used routines for randomizer code. if you wrote your randomizer code yourself or use a new library that uses different registers it may not find it _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
ce's unrandomizer only knows a few common used routines for randomizer code. if you wrote your randomizer code yourself or use a new library that uses different registers it may not find it
Does it know randomizing by milliseconds ? as in if its 0.14 miliseconds then the number is 14 ?
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