Skip to content

Instantly share code, notes, and snippets.

View vopi181's full-sized avatar
🗿
Pogging

Dominic Pace vopi181

🗿
Pogging
View GitHub Profile
@vopi181
vopi181 / cs2_fix.md
Last active January 19, 2025 00:06
CS2 Workshop Tools Fix for 'VConComm failed to listen on port 29000'...

CS2 Workshop Tools Fix VConComm

  1. Have vconsole2 open and listening on port 29000 (aka just launch vconsole2.exe Counter-Strike Global Offensive\game\bin\win64\vconsole2.exe)
  2. Use -novconsole when you launch with "-tools" e.g. cs2.exe -tools -novconsole

(after losing 3 hours on this -- I'm hoping google indexs this for anyone in the future until this is fix)

@vopi181
vopi181 / LeLennyFace.html
Created December 30, 2024 22:31
Copied from the GOAT chrome extension
<!DOCTYPE HTML>
<!-- Archiving this from some Le Lenny Face chrome extension (by my appearent GOAT Gioele Ciaparrone) -->
<!-- I installed it like 15 years ago but is gonna got lost in manifest v3 -->
<html>
<head>
<title>Le Lenny Face</title>
<meta charset="UTF-8" />
<style>
body {
font-family: Arial, sans-serif;
<script>
document.getElementById('user.attributes.affiliation').value = "";
document.getElementById('user.attributes.rank').value = "";
(function () {
const threshold = 250;
let count = 0;
let complete = false;
window.onload = tracker;
#include <iostream>
int main() {
std::cout << "XD\n";
}
class Apktool < Formula
desc "Tool for reverse engineering 3rd party, closed, binary Android apps"
homepage "https://github.com/iBotPeaches/Apktool"
url "https://github.com/iBotPeaches/Apktool/releases/download/v2.4.0/apktool_2.4.0.jar"
sha256 "a0f116e8916d6f21160e1559847bb8b8c32ee71900f321cafeadbe37b87ebcc1"
bottle :unneeded
resource "sample.apk" do
url "https://github.com/downloads/stephanenicolas/RoboDemo/robodemo-sample-1.0.1.apk"
// ==UserScript==
// @name Roosterteeth M3U3 Finder thing
// @namespace https://dominicpace.me/
// @version 0.1
// @description Finds M3U3 of current RT content page
// @author Dominic <dompace181 at gmail.com> Pace
// @match https://roosterteeth.com/episode/*
// ==/UserScript==
(function() {
This file has been truncated, but you can view the full file.
151603712,"The Elder Scrolls V Skyrim",purchase,1.0,0
151603712,"The Elder Scrolls V Skyrim",play,273.0,0
151603712,"Fallout 4",purchase,1.0,0
151603712,"Fallout 4",play,87.0,0
151603712,"Spore",purchase,1.0,0
151603712,"Spore",play,14.9,0
151603712,"Fallout New Vegas",purchase,1.0,0
151603712,"Fallout New Vegas",play,12.1,0
151603712,"Left 4 Dead 2",purchase,1.0,0
151603712,"Left 4 Dead 2",play,8.9,0

Keybase proof

I hereby claim:

  • I am vopi181 on github.
  • I am vopi181 (https://keybase.io/vopi181) on keybase.
  • I have a public key ASD5vNRvsFTcqtnaCi_Ef0XctE8N9L8vePHhwUPhUBVMhQo

To claim this, I am signing this object:

@vopi181
vopi181 / google-dorks
Created February 16, 2018 02:44 — forked from clarketm/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@vopi181
vopi181 / linux-anti-debugging.md
Last active February 12, 2018 14:23
Archived from: http://www.ouah.org/linux-anti-debugging.txt Formatted for MD by vopi181

LINUX ANTI-DEBUGGING TECHNIQUES (FOOLING THE DEBUGGER)

- Silvio Cesare <silvio@big.net.au>
- http://www.big.net.au/~silvio
- http://virus.beergrave.net
- January 1999