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
# -*- coding: utf-8 -*- | |
import time | |
import re | |
import random | |
import pygetwindow | |
import pyautogui | |
import numpy as np | |
import pytesseract | |
import cv2 |
This file has been truncated, but you can view the full file.
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
; generated by PrusaSlicer 2.3.3+win64 on 2021-09-11 at 01:58:49 UTC | |
; | |
; external perimeters extrusion width = 0.45mm | |
; perimeters extrusion width = 0.45mm | |
; infill extrusion width = 0.45mm | |
; solid infill extrusion width = 0.45mm | |
; top infill extrusion width = 0.40mm | |
; first layer extrusion width = 0.42mm |
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
local AngryAssign = LibStub("AceAddon-3.0"):NewAddon("AngryAssignments", "AceConsole-3.0", "AceEvent-3.0", "AceComm-3.0", "AceTimer-3.0") | |
local AceGUI = LibStub("AceGUI-3.0") | |
local libS = LibStub("AceSerializer-3.0") | |
local libC = LibStub("LibCompress") | |
local lwin = LibStub("LibWindow-1.1") | |
local libCE = libC:GetAddonEncodeTable() | |
local LSM = LibStub("LibSharedMedia-3.0") | |
BINDING_HEADER_AngryAssign = "Angry Assignments" | |
BINDING_NAME_AngryAssign_WINDOW = "Toggle Window" |
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
GatherMateData2HerbDB = { | |
[1443] = { | |
[4940394000] = 411, | |
[6430512000] = 408, | |
[6230741000] = 411, | |
[5160706000] = 408, | |
[6360685000] = 410, | |
[5190435000] = 408, | |
[3520222000] = 407, | |
[6420449000] = 408, |
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
// #showtooltip Fishing | |
// /use Shiny Bauble | |
// /use 16 | |
// /click StaticPopup1Button2 | |
// /stopspelltarget | |
// /cast fishing | |
begin | |
// | |
// ==========Set below RGB Values using the Investigate Tool for the current environment========== | |
// |
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
begin | |
// | |
// ==========Set below RGB Values using the Investigate Tool for the current environment========== | |
// | |
// Feather Color Setting | |
Variable.Set("nodeR", "255") | |
Variable.Set("nodeG", "205") | |
Variable.Set("nodeB", "24") | |
Variable.Set("nodeD", "10") | |
Variable.Set("mapCenterX", "1810") |
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
-------------------- | |
--Nova World Buffs-- | |
--Classic WoW world buff timers and pre warnings. | |
--Novaspark-Arugal OCE (classic). | |
--https://www.curseforge.com/members/venomisto/projects | |
--Note: Server restarts will cause the timers to be inaccurate because the NPC's reset. | |
NWB = LibStub("AceAddon-3.0"):NewAddon("NovaWorldBuffs", "AceComm-3.0"); | |
NWB.dragonLib = LibStub("HereBeDragons-2.0"); | |
NWB.dragonLibPins = LibStub("HereBeDragons-Pins-2.0"); |
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
local LayerChecker = CreateFrame'Frame' | |
local layer_id = nil | |
LayerChecker:SetScript('OnUpdate', function() LayerChecker:UPDATE() end) | |
LayerChecker:SetScript('OnEvent', function(_, event, arg1, arg2) | |
if event == 'ADDON_LOADED' and arg1 == 'LayerChecker' then | |
if LCDB == nil then | |
LCDB = {} | |
LayerChecker_Frame:Show() |
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 pyautogui | |
import time | |
import random | |
import datetime | |
class BypassTheWait: | |
""" | |
A script meant to eliminate queue waits by keeping your character logged in | |
the script was designed on a 1920x1080 resolution setting, however it does not use |
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
===================================GENERAL WARRIOR MACROS================================= | |
#showtooltip | |
/use 14 | |
/targetmarker 8 | |
/say Kill {skull}%t{skull} | |
#showtooltip | |
/use 13 |