In a LUA file you can find the following LUA code for an input:
function _WKlqK:OnGetInput(input)
if input == nil then
input = ""
end
if _Urwigo.Hash(string.lower(input)) == 13166 then
_lj9.Visible = false
_lj9:MoveTo(nil)
_WlWcy.Visible = true
Wherigo.ShowScreen(Wherigo.MAINSCREEN)
else
_Urwigo.MessageBox({
Text = _czTN(")^:w^FF:w\tFl\t:c^m:!S\v^\127Y:F^S\vx:a^!:w\t\127:3\v\tY:gB:wd\127:9\t!^9<:\v^<+"),
Callback = function(action)
if action ~= nil then
Wherigo.ShowScreen(Wherigo.MAINSCREEN)
end
end
})
end
end
This means that the player must enter a string that results in the hash value 13166.
With the Urwigo hash search the string “agjxy” can now be calculated.
For the decryption of the text there is another function …