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
function rocketThrowerObserver() | |
local q = Events.collect("SwingArmEvent") | |
while true do | |
local e = q:next() | |
if e.item.displayName == "Rocket Thrower" then | |
local cmd = "/lua p=Entities.find('@p[name=%s]')[1]; rocket(p)" | |
spell:execute(cmd, e.player.name) | |
end | |
end | |
end |
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
from win10toast import ToastNotifier | |
from tqdm import tqdm | |
import requests | |
reposowner = input("Repository owner's name! CaSe SeNsItIvE") | |
reposname = input("Repository's name! CaSe SeNsItIvE") | |
mute = input("Do you want to enable notifications or not? (Y/N(CaSe SeNsItIvE))") | |
chunk_size = 1024 | |
url = "github.com/" + reposowner + "/" + reposname + "/archive/master.zip" |
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
# ________ ___ ___ ________ _________ ________ ________ _______ ________ ___ ___ | |
#|\ __ \|\ \ / /|\ ____\|\___ ___\\ __ \|\ __ \|\ ___ \ |\ __ \|\ \ / /| | |
#\ \ \|\ \ \ \/ / | \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \ \ __/| \ \ \|\ \ \ \/ / / | |
# \ \ ____\ \ / / \ \_____ \ \ \ \ \ \ \\\ \ \ _ _\ \ \_|/__ \ \ ____\ \ / / | |
# \ \ \___|\/ / / \|____|\ \ \ \ \ \ \ \\\ \ \ \\ \\ \ \_|\ \ __\ \ \___|\/ / / | |
# \ \__\ __/ / / ____\_\ \ \ \__\ \ \_______\ \__\\ _\\ \_______\\__\ \__\ __/ / / | |
# \|__||\___/ / |\_________\ \|__| \|_______|\|__|\|__|\|_______\|__|\|__||\___/ / | |
# \|___|/ \|_________| \|___|/ | |
# | |
# |