This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - josazee

Pages: [1]
1
Scripting Languages / Re: Simple Numbers Mind reading game.
« on: December 25, 2014, 01:15:41 PM »
I haven't been online for awhile on evilzone, thanks for the reply and i have modified the code.

2
Scripting Languages / Re: Simple Numbers Mind reading game.
« on: September 21, 2014, 01:49:53 PM »
Thank you, I do want to learn.

3
Scripting Languages / Simple Numbers Mind reading game.
« on: September 20, 2014, 11:25:46 PM »
Here's a mind reading game I made in python 2 days ago. You choose a number in your mind and the script tries to predict it.

Code: (python) [Select]

#!/usr/bin/python


import random
print("\nby Eramen.\n\n"
"Choose a Number in your mind from 1-10")


raw_input("\nPress Enter to Continue...")


multNumb = random.randint(1, 9)
addNumb = random.randint(1, 9)
info = "\nMultiply the Number by: "


print info, multNumb


raw_input("\n...")


print("\nDivide the Total by your first number")


raw_input("\n")


info2 = "then add: "
print info2, addNumb


raw_input("\n...")


print("\nAlso add your initial number")


raw_input("\n")


digit = multNumb + addNumb
yourNumb = "\nYour Number should be: "


while True:


   value = raw_input("\nNow, what number do you get: ")


   if not value.isdigit(): continue
   
   print yourNumb, int(value) - digit,'\n'
   
   break


4
Scripting Languages / Re: Python (Windows Keylogger)
« on: September 20, 2014, 11:17:46 PM »
Nice work, really glad to be hear.

Pages: [1]


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.