Skip to content

Instantly share code, notes, and snippets.

View lolp1's full-sized avatar
💭
Practice... can make perfect, if done right 👍

Jacob Kemple lolp1

💭
Practice... can make perfect, if done right 👍
  • Stylesoft
  • Salt lake city, Utah
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Setting up NerdPack with WowAdvanced

  1. Create an account on https://nerdpack.xyz/
  2. Log in to your new account
  3. On the nerdpack.xyz website, select what CRs/plugins you want by enabling them
  4. Download (NerdPack.json here) this WowAdvanced plugin and place in: (WA folder)/plugins/
  5. Download this WoW Addon and install it in your WoW addon folder: (WoW folder)/retail/Interface/AddOns/ https://nerdpack.xyz/download-stream

Then log into the Wow with WowAdvanced:

  • Login to NerdPack in game
@lolp1
lolp1 / fable-repl.fs
Created May 12, 2019 06:55
Created with Fable REPL
module Mario
open Fable.Core
open Fable.Core.JsInterop
open Browser.Types
open Browser
module Keyboard =
let mutable keysPressed = Set.empty
@lolp1
lolp1 / fable-repl.fs
Created May 12, 2019 06:32
Created with Fable REPL
// More info about Fulma at https://mangelmaxime.github.io/Fulma/
module Fulma.Table
open Fable.React
open Fable.React.Props
open Fulma
let modifierFullWitdth () =
Table.table [ Table.IsBordered
Table.IsFullWidth
@lolp1
lolp1 / fable-repl.fs
Created May 12, 2019 01:50
Created with Fable REPL
// More info about Fulma at https://mangelmaxime.github.io/Fulma/
module Fulma.Table
open Fable.React
open Fable.React.Props
open Fulma
let modifierFullWitdth () =
Table.table [ Table.IsBordered
Table.IsFullWidth
@lolp1
lolp1 / fable-repl.fs
Created May 12, 2019 01:50
Created with Fable REPL
// More info about Fulma at https://mangelmaxime.github.io/Fulma/
module Fulma.Table
open Fable.React
open Fable.React.Props
open Fulma
let modifierFullWitdth () =
Table.table [ Table.IsBordered
Table.IsFullWidth
[8:19 PM] Rembrandt: @brb banning xeno again serious question about the direction of UC. I'm looking at the recent staff additions, and while I have nothing against any of them personally, I'm wondering if they are being acquired for more of a janitorial job than a moderatorship. I've looked at some (not all) of the latest adds and they don't seem to have the same quality as the mods of the past. I'm speaking about technical ability and maturity. I could be completely off the ball here, and I hope you disagree and see things differently (and I hope others do too and not in this negative light). But this is just my view. Wondering what your thoughts are.(edited)
[8:20 PM] uhh1ind: despacito
[8:20 PM] brb banning xeno again: because realistically, moderating isn't all about your technical prowess
[8:21 PM] brb banning xeno again: I mean, its fantastic if we get someone interested in a moderator position and also knows a lot about a heap of different stuff, but that's the same in the professional careers
@lolp1
lolp1 / outut.txt
Last active December 23, 2017 07:50
debug logs
[Debug] -> STAGE ONE STARTING
[Debug]Loader.exe] -> AntiDebugTrap traps #1 and #2 enabled and set on a timer, first elapsed event passed.
[Debug]Loader.exe] -> Wow-64.exe was open. Killing the process and reloading it in its suspended state.
[Debug]Loader.exe] -> Preparing the download of loader.dll using a newly generated name for the file obtained using a simple AES tool.
[Debug]Loader.exe] -> Downloading the new loader.dll URL obtained by extracting info from a meta-data file restricted from non-local server assets. completed, meta-data stored in memory for later use.
[Debug]Loader.exe] -> Download of randomized named loader.dll completed, using the existing meta-data stored in memory to grab its URL it was downloaded from. Loader.dll loaded into process.
[Debug] -> STAGE ONE COMPLETE, STAGE TWO STARTING
[Debug]Loader.dll] -> AntiDebugTrap traps #1 and #2 and their timer disabled, methods #3 and #4 are set on a timer, first elapsed event passed.
[Debug]Loader.dll] -> WowNet.Domain.dll checking users cre
@lolp1
lolp1 / WindowEnumerationExamples.cs
Created November 8, 2017 02:37
Example of extracting info from windows on the desktop.
/* -------------------------------------
* Produces the output (partial) below
* Title: .NET-BroadcastEventWindow.4.0.0.0.3719ec0.0 Visible: False Thread: 8632 pid: 6148
* Title: Microsoft Edge Visible: True Thread: 9172 pid: 8608
* ....
*/ -------------------------------------
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;