autoitnoober Posted August 19, 2010 Posted August 19, 2010 My friend is teasing me, but I don't really know how to decrypt codes.. Could someone decrypt this for me? 77F5509E3DF558DECD056E8B0DEBA9DB708CD612AE97D545 Only clue I've gotten is: Poundinclude LessThanStringdotau3GreaterThan Thanks!
autoitnoober Posted August 19, 2010 Author Posted August 19, 2010 Just got a new clue Poundinclude LessThanStringdotau3GreaterThan #include <String.au3>
bogQ Posted August 19, 2010 Posted August 19, 2010 (edited) Thats not new clue xD Poundinclude LessThanStringdotau3GreaterThan = #include <String.au3> So nothing new there ^^ Edited August 19, 2010 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
AlmarM Posted August 19, 2010 Posted August 19, 2010 Just got a new clue Poundinclude LessThanStringdotau3GreaterThan #include <String.au3> I think he's using _StringEncrypt. This is only an example, you have to ask for more hints about the password and level I guess #include <String.au3> $Code = "77F5509E3DF558DECD056E8B0DEBA9DB708CD612AE97D545" $Password = "password_here" $Level = 3 MsgBox(0, "", _StringEncrypt(0, $Code, $Password, $Level)) Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
AlmarM Posted August 19, 2010 Posted August 19, 2010 (edited) The password is 0Ok, now ask about the level.EDIT: Typo Edited August 19, 2010 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
AlmarM Posted August 19, 2010 Posted August 19, 2010 Once he gets backI've got the message. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
AlmarM Posted August 19, 2010 Posted August 19, 2010 What is it Find out yourself: #include <String.au3> MsgBox(64, "Hidden Message", "The hidden message is: " & _StringEncrypt(0, "77F5509E3DF558DECD056E8B0DEBA9DB708CD612AE97D545", "0", 1)) Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
AlmarM Posted August 19, 2010 Posted August 19, 2010 Getting a cannot parse errorIt works for me... Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
autoitnoober Posted August 19, 2010 Author Posted August 19, 2010 http://dl.dropbox.com/u/9131634/fawf.png
bogQ Posted August 19, 2010 Posted August 19, 2010 thats one nice error , you beter start learning autoit and help your self TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
AlmarM Posted August 19, 2010 Posted August 19, 2010 (edited) http://dl.dropbox.com/u/9131634/fawf.pngLol.Click here for the result. EDIT: Typo Edited August 19, 2010 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
bogQ Posted August 19, 2010 Posted August 19, 2010 AlmarM , theres no fun in not opening help file TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
AlmarM Posted August 19, 2010 Posted August 19, 2010 AlmarM , theres no fun in not opening help file No idea if the topic starter only came to the forum because of this "problem". Oh well.. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
autoitnoober Posted August 19, 2010 Author Posted August 19, 2010 Thanks for the help, the guy asked me to link this http://www.facepunch.com/showpost.php?p=24196337&postcount=1730
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now