Jump to content

Recommended Posts

Posted

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!

Posted (edited)

Thats not new clue xD

Poundinclude LessThanStringdotau3GreaterThan = #include <String.au3>

So nothing new there ^^

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
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.

 
Posted

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.

Posted (edited)

The password is 0

Ok, now ask about the level.

EDIT: Typo

Edited 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.

Posted

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.

Posted

thats one nice error ;) , you beter start learning autoit and help your self :)

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
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.

 
Posted (edited)

http://dl.dropbox.com/u/9131634/fawf.png

Lol.

Click here for the result. ;)

EDIT: Typo

Edited 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.

Posted

AlmarM , theres no fun in not opening help file ;)

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
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.

 
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...