Skip to content

Instantly share code, notes, and snippets.

@gerbenjacobs
Created July 11, 2018 10:23
Show Gist options
  • Save gerbenjacobs/31006aac718bc603f2a57a275ff8d6bd to your computer and use it in GitHub Desktop.
Save gerbenjacobs/31006aac718bc603f2a57a275ff8d6bd to your computer and use it in GitHub Desktop.
cURL request for animating a Habbo
curl -X POST \
https://www.habbo.com/giffer/animate \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d code=user%20%22koeientemmer%22%2C%20%22com%22%0Agesture%20%22none%22%0Awalk%206%2C%20%22southwest%22%0Astand%200.4%0Aturn%20%22south%22%0Await%200.3%0Agesture%20%22smile%22%0Await%200.4%0Awave%203%0Await%200.8%0Astand%200.4
@gerbenjacobs
Copy link
Author

The value of the 'code' key is the url-encoded representation of this:

user "koeientemmer", "com"
gesture "none"
walk 6, "southwest"
stand 0.4
turn "south"
wait 0.3
gesture "smile"
wait 0.4
wave 3
wait 0.8
stand 0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment