Skip to content

Instantly share code, notes, and snippets.

CEnemyManager.prototype.BuildEnemy = function(){};
(function(context) {
const app = gApp;
const GAME = gGame;
const SERVER = gServer;
const PLAYER = gPlayerInfo;
const TryContinue = function Continue() {
// ==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/
import ts3
import tkinter
from tkinter import messagebox
from configparser import ConfigParser
class MainWindow:
def __init__(self):
self.window = tkinter.Tk()
@MitchBarnett
MitchBarnett / OSRS wiki category to runelite bank tags.py
Last active January 8, 2022 15:50
Create a runelite bank tag import from a runescape wiki category
"""
By Mitch Barnett
Discord: Frogman#5072
"""
from mwclient import Site # pip install mwclient
import re
# Wiki category to collect id's from
wiki_category = "Pets"