Skip to content

Instantly share code, notes, and snippets.

View Mo45's full-sized avatar
💭
I may be slow to respond.

Kirill Krasin Mo45

💭
I may be slow to respond.
View GitHub Profile
@Mo45
Mo45 / class-search.php
Last active December 28, 2022 17:55 — forked from arsonus/class-search.php
A PHP script to search a MySQL database
<?php
/**
* Performs a search
*
* This class is used to perform search functions in a MySQL database
*
* @version 1.2
* @author John Morris <support@johnmorrisonline.com>
* @author Kirill Krasin <kirillkrasin@gmail.com>
*/
@Mo45
Mo45 / game.js
Last active June 1, 2017 10:41 — forked from seishun/givebadgeplz.js
var fs = require('fs');
var Steam = require('steam');
var bot = new Steam.SteamClient();
bot.logOn({
accountName: 'username', //Username
password: 'password', //Password
authCode: 'code', // Steam Guard
shaSentryfile: fs.readFileSync('sentry')
});