Skip to content

Instantly share code, notes, and snippets.

View UnholyGnomes's full-sized avatar
🟢
Always ready!

Zachary Glogowski UnholyGnomes

🟢
Always ready!
View GitHub Profile
@UnholyGnomes
UnholyGnomes / RustPlusBotCurrent.py
Created February 19, 2023 11:07
Current Rust Plus Bot python code.
from email import utils
from importlib.metadata import metadata
from webbrowser import get
import discord
from discord import Embed, Color, Client, File, Intents, Game, Streaming, Activity, ActivityType
from discord.ext import commands, tasks
from discord.ext.commands.bot import Bot
from discord.commands import Option
from discord.ext.commands.context import Context
from rustplus import RustSocket, CommandOptions, Command, ChatEvent, EntityEvent, FCMListener
@UnholyGnomes
UnholyGnomes / ctest.py
Created January 4, 2023 20:21
Caleb Test
import discord
from discord import Intents
from discord.ext import commands
from rustplus import CommandOptions
from datetime import datetime
import os
import traceback
from dotenv import load_dotenv
from clogging import setup_logger
from clogging import logpath
@UnholyGnomes
UnholyGnomes / rplus.py
Created October 3, 2022 19:53
Rustplus (Beginning)
from email import utils
from importlib.metadata import metadata
from webbrowser import get
import discord
from discord import Embed, Color, Client, File, Intents, Game, Streaming, Activity, ActivityType
from discord.ext import commands, tasks
from discord.ext.commands.bot import Bot
from discord.commands import Option
from discord.ext.commands.context import Context
from rustplus import RustSocket, CommandOptions, Command, ChatEvent, EntityEvent, FCMListener
@UnholyGnomes
UnholyGnomes / RSDungeoneeringHole.py
Created June 27, 2022 21:29
CV RS3 Dungeoneering Hole bot, to be improved.
import pyautogui
from time import sleep
import threading as th
Keep_Going = True
a_list = []
total = 0
def key_capture_thread(a_list):
@UnholyGnomes
UnholyGnomes / RSMenaphosFishingExample.py
Last active June 24, 2022 03:13
First time giving it a go at RS CV implementation.
import pyautogui
from time import sleep
import threading as th
Keep_Going = True
a_list = []
total = 0