Open cuddlytoaster opened 1 year ago
I keep forgetting to include instructions on how to use these scripts, but the perl script is what you need to use:
perl myshape.pl ShapeShifter.html swo cro
4 4
0 0 1 0
0 1 1 1
1 1 1 1
0 0 0 1
1
15
4 0 1 5 6
7 0 1 2 5 8 9 10
5 1 2 5 8 9
4 0 4 5 8
3 0 1 5
4 0 1 2 5
6 0 1 4 5 9 10
6 0 1 4 5 8 9
6 0 1 5 6 8 9
5 0 1 5 9 10
4 0 4 5 8
3 0 1 2
4 1 4 5 9
2 0 4
4 0 1 4 5
then, feed that output into kvho's ss, either with a pipe or file input (./ss < your_saved_file)
╰─>$ perl myshape.pl ShapeShifter.html swo cro | ./ss
Pid : 282111
12 8 9 6 9 6 6 6 6 4 4 4 6 4 4
0x 2= 4 0x 0= 0 0x 0= 0 0x 0= 0 0x 2= 6 0x 0= 0
1|1|0|1| 1+1+0+1| 0|0+1+1| 0+1|0|1| 1|1|0|1| 1+1+0+1|
1|0|0|0| 1|0+0|0| 1|1+0|0| 1+0+0|0| 0|1|0|0| 0|1+0|0|
0+0+0|0| 1+1+0+0| 0+0+1|0| 1+1|1|0| 0+1+1|0| 1|0|1|0|
1|1+1+0| 1|0|0|0| 1|0|0|0| 1|0|0|0| 1|0+0|0| 1|1|0|0|
0x 0= 0 0x 0= 0 0x 0= 0 0x 0= 0 0x 1= 3 1x 0= 1
0+0+1|1| 1+1+1|1| 0+0+1|1| 1+1+1|1| 0|0|1|1| 0|0+1+1+
0+0+0|0| 1+1+0|0| 0|0+0+0| 0|1+1|0| 0+0|1|0| 1|0|1|0|
1|0+1+0| 1+1+0|0| 0+0+0|0| 1|1+0+0| 1+0+1|0| 0|1|1|0|
1|1|0|0| 1|1|0|0| 1|1|0|0| 1|1|0|0| 1+1|0|0| 0|1|0|0|
0x 0= 0 1x 2= 9 1x 1= 4
0|1+0|0| 0|0|0|0| 0|0|0|0|
1+0+1|0| 0|1|1|0| 0|1+1+0|
0|1+1|0| 0|0+1|0| 0|1+1+0|
0|1|0|0| 0|1+0|0| 0|0|0|0|
see you on the high score table lmao
gauntlet -> gau sword -> swo crown -> cro for the perl script
i got it to work!! thanks so much. I just copied the output from perl directly into ss.exe, but then I was getting a bunch of escape codes so I had to edit ss.c a bit, but it works now. I attached it as a txt file ss.txt
what are you using to parse the HTML files? both the python and C variations don't seem to want to accept the shapeshifter HTML file on my end