Hack available. Basically the game is more user-friendly, produces 50 every time, you can't lose, you only need to play fewer times to win and you win infinitely more cash.
num=50
win=1
tries=0
hack=0
tpt.message_box("Hello","Welcome to...".."'Guess the Number' ".."game")
function mynum(inp)
if (inp<0) or (inp>100) then
tpt.message_box("ERROR","Out of bounds or invalid character.")
num=50
elseif inp>num then
tries=tries+1
tpt.message_box("Wrong", "I rigged the game to produce 50 every time")
num=math.random50
elseif inp<num then
resetwins()
tries=tries+1
tpt.message_box("Wrong", "I rigged the game to produce 50 every time")