Skip to content

Instantly share code, notes, and snippets.

View MikeModder's full-sized avatar

MikeModder MikeModder

View GitHub Profile
#include <Misc.au3>
#include <File.au3>
#include <AutoItConstants.au3>
#Region ;Stuff about the compiled exe
#AutoIt3Wrapper_Version=Beta
;#AutoIt3Wrapper_Icon=
#AutoIt3Wrapper_Outfile=Totally_Legit_Installer_Thing.exe
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Res_Comment=lol get fucked

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

package main
import (
"fmt"
"net/http"
neturl "net/url"
"regexp"
"os"
"os/exec"
"errors"
@MikeModder
MikeModder / gogoautoplay-wasm.go
Last active June 3, 2019 20:08
Test for automatically playing videos from GoGoAnime. Current doesn't work because of well-made browser security features.
package main
import (
"fmt"
"net/http"
neturl "net/url"
"regexp"
"syscall/js"
"github.com/PuerkitoBio/goquery"