Skip to content

Instantly share code, notes, and snippets.

View aveao's full-sized avatar
🤔
delete this feature

ave aveao

🤔
delete this feature
View GitHub Profile
@aveao
aveao / VacBanCheck.cs
Last active September 3, 2016 08:42
Simple VAC Ban checker. You can give custom url (ardaozkal) or steamid64 (76561198034299068) to it and it'll return true if the user is vac banned (or if the account is unable to be found).
static bool IsVacBanned(string steamID)
{
var wc = new WebClient();
string ProfileLink = "http://steamcommunity.com/";
ProfileLink += (steamID.StartsWith("765")) ? "profiles/" : "id/";
ProfileLink += steamID + "?xml=1";
var ProfileData = wc.DownloadString(ProfileLink);
return !ProfileData.Contains("<vacBanned>0</vacBanned>");
}
@aveao
aveao / dmca.txt
Created September 2, 2016 11:07
GameJolt DMCA Extractor: 2016-09-02-nintendo.md
the legend of zelda shattered worlds
mario editor
super mario fatal error
flappy mario
mario 4
sonic vs mario
zelda ii thanksgiving editon
bowser gets clever
normal super mario bros
mario challange
@aveao
aveao / steamidiot.txt
Last active August 29, 2016 13:15
Aim your scams properly.
http://steamcommunity.com/profiles/76561198093419085/
Never tell your password to anyone.
Monday, August 29, 2016
2:58 PM - ardaozkal: Uhmm, hi?
2:58 PM - SiliconnH0use [JWKTEAM]: Wazzup bro
2:58 PM - ardaozkal: fine, you?
2:58 PM - SiliconnH0use [JWKTEAM]: fine thanks
2:58 PM - SiliconnH0use [JWKTEAM]: I search partner
2:58 PM - SiliconnH0use [JWKTEAM]: for roulette
@aveao
aveao / OtherAccounts.md
Last active September 12, 2017 17:14
Other Accounts
@aveao
aveao / GAME_MASTER_v0_1.protobuf
Created July 17, 2016 02:39 — forked from anonymous/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {
// ==UserScript==
// @name Steam Quick Queue
// @namespace https://gist.github.com/ardaozkal/47ecb805c1ed284c9e02bb86d68ee9d4/
// @version 6
// @description Discover the Steam queue three times to get the sale cards
// @include *://store.steampowered.com/explore/
// @grant none
// @run-at document-idle
// @require https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw
// @copyright 2015+, xPaw; 2016+, Nuno Cunha (original wrapper); 2016+ Arda Özkal (this wrapper)
@aveao
aveao / owsproxy.user.js
Last active February 27, 2017 11:51
owsproxy.user.js
// ==UserScript==
// @name owsproxy
// @namespace ardao.me
// @version 0.1
// @description For those who can't see my homebrew imgur posts, proxies them through ardao.me
// @author ardaozkal
// @match *://chat.stackexchange.com/*
// @match *://chat.stackoverflow.com/*
// @match *://chat.meta.stackexchange.com/*
// @grant none
@aveao
aveao / NotableExperiences.md
Last active October 10, 2017 20:28
My life in a nutshell

2000- Born.

2002- "Used" a computer.

2007- Accepted to Middle East Technical University's Primary Grade School.

2010- Started developing with Adobe Flash.

2011/2012- Bought a website called ardaozkal.com which was a Forum which turned into a flash game platform.

@aveao
aveao / trcheck.py
Last active August 20, 2016 23:10
Checks a small list of websites to see if they are banned in turkey. Swap comment on Line 7 with Line 6 to see the results on Google DNS.
import dns.resolver #sudo apt-get install python-dnspython
import re #regex
my_resolver = dns.resolver.Resolver()
#my_resolver.nameservers = ['8.8.8.8', '8.8.4.4']
my_resolver.nameservers = ['195.175.39.39', '195.175.39.40']
ToCheck = ['youtube.com', 'facebook.com', 'twitter.com', 't.co', 'instagram.com', 'reddit.com', 'imgur.com', 'i.imgur.com']
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Numpad1::
$stop := 0
Loop,
{
SendInput abcdefghijklmnopqrstuvwxyz