Windows 7 Crash

Previous topic - Next topic

Gregory Atlas

Hello everyone, the cryption isnt working that way on a Windows 7 computer.

Code (glbasic) Select
// --------------------------------- //
// Project: Crash
// Start: Monday, February 14, 2011
// IDE Version: 9.005


// SETCURRENTDIR("Media") // seperate media and binaries?


GLOBAL playername$ = "Nobody"
GLOBAL pass$ ="asdasdas"
GLOBAL score = "10000"
GLOBAL hex$ = "HFb3HZnS3HeFRnerun,"+playername$+","+score
GLOBAL msg$

msg$ = ENCRYPT$(pass$, hex$)

KEYWAIT
.... Homepage ....

Kitty Hello

Yes, it crashes here, too. Thank you.

Gregory Atlas

You are welcome  :)
.... Homepage ....