Skip to content

Instantly share code, notes, and snippets.

# Dune client
import select
import socket
import string
import sys
import termios
import threading
import tty
HOST = 'dune.servint.com'
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <string>
using namespace std;
class PlayerClass{
private:
int str = 0;
@aznnico
aznnico / clicker.py
Last active August 29, 2015 14:02
Mouse Clicker
"""
BlueStacks App Auto Clicker.
This program will find the BlueStacks App Player and make it the foreground
window. It will then send a mouse click to the top left corner of the application.
Finally, it will restore the foreground application and mouse position to its
original position.
"""
import win32api
@aznnico
aznnico / d2lounge.py
Last active December 21, 2015 12:29
Auto bump in d2lounge.com. Uses chrome cookies. User must login through chrome first.
# d2lounge.com Auto Bumper
# Bumps every 31 min. Uses chrome cookies. User must login through chrome first.
import base64
import cookielib
import getpass
import gzip
import htmlentitydefs
import httplib