Skip to content

Instantly share code, notes, and snippets.

@iagox86
Created August 17, 2012 17:01
Show Gist options
  • Save iagox86/3380618 to your computer and use it in GitHub Desktop.
Save iagox86/3380618 to your computer and use it in GitHub Desktop.
action = function(host)
a = 0x11223344
b = 0x55667788
c = bit.bor(bit.lshift(a, 32), b)
return string.format("x", c)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment