Skip to content

Instantly share code, notes, and snippets.

View marisusis's full-sized avatar
🎹
vibing

Maris Usis marisusis

🎹
vibing
View GitHub Profile
public enum RoomType {
}
public class Hotel {
private Room[] rooms;
public String name;
@marisusis
marisusis / agario.js
Created December 13, 2015 20:44
De-obsfucated agar.io client code.
i18n_lang = 'en';
i18n_dict = {
'en': {
'connecting': 'Connecting',
'connect_help': 'If you cannot connect to the servers, check if you have some anti virus or firewall blocking the connection.',
'play': 'Play',
'spectate': 'Spectate',
'login_and_play': 'Login and play',
'play_as_guest': 'Play as guest',
'share': 'Share',