This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ts3 | |
import tkinter | |
from tkinter import messagebox | |
from configparser import ConfigParser | |
class MainWindow: | |
def __init__(self): | |
self.window = tkinter.Tk() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name SMG2015 Saliens bot | |
// @version 1.1 | |
// @author Mitch Barnett (Ice) | |
// @match https://steamcommunity.com/saliengame | |
// @match https://steamcommunity.com/saliengame/ | |
// @match https://steamcommunity.com/saliengame/play | |
// @match https://steamcommunity.com/saliengame/play/ | |
// @downloadURL https://gist.githubusercontent.com/MitchBarnett/a7aae69930a107842af494df13b97281/raw/ | |
// @updateURL https://gist.githubusercontent.com/MitchBarnett/a7aae69930a107842af494df13b97281/raw/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CEnemyManager.prototype.BuildEnemy = function(){}; | |
(function(context) { | |
const app = gApp; | |
const GAME = gGame; | |
const SERVER = gServer; | |
const PLAYER = gPlayerInfo; | |
const TryContinue = function Continue() { |