You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile
in an empty directory with the following content:
You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile
in an empty directory with the following content:
{ | |
"TriggerFrameNumber": 1, | |
"LabelNameSecOff": -1, | |
"LabelName": "", | |
"Subs": [ | |
{ | |
"Script": { | |
"Opcodes": [ | |
"OP 0x96: @push_string '_level0/:PowerUp_TextBox1' ", | |
"OP 0x96: @push_string '- Apollo's Ascension: [L1Button] + [XButton]' ", |
package main | |
import ( | |
"log" | |
"syscall" | |
"unsafe" | |
"golang.org/x/sys/windows" | |
) |