By Branden Clark - https://clark.re
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
This script is a proof of concept for parsing the Assetto Corsa tc files found in the ctelemetry directory ("%USERPROFILE%\Documents\Assetto Corsa\ctelemetry\player") | |
Usage: python ac_tc_reader.py [--json] [--graph] filename | |
--json Output the telemetry data in a JSON format | |
--graph Graph the telemetry data. Requires matplotlib to be installed. | |
File format: | |
+-------------------+-------------------+-----------------------+----------------------------+------------------------+ | |
| 4 bytes | 4 bytes | sizeOfName bytes | 4 bytes | sizeOfTrack bytes | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name PUCK template 2023 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description try to take over the canvas! | |
// @author Ruukas, clark, Rhys, huspaherzu, ??? | |
// @match https://garlic-bread.reddit.com/embed* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name great wave template | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the canvas! | |
// @author clark, ??? | |
// @match https://hot-potato.reddit.com/embed* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name stalker template | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description try to take over the canvas! | |
// @author clark, B.L.I.N, ??? | |
// @match https://hot-potato.reddit.com/embed* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name bloodborne template | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the canvas! | |
// @author clark, LegnaronG17 | |
// @match https://hot-potato.reddit.com/embed* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GUTS template | |
// @namespace http://tampermonkey.net/ | |
// @version 0.15 | |
// @description try to take over the canvas! | |
// @author Ruukas, clark, Rhys, huspaherzu, ??? | |
// @match https://hot-potato.reddit.com/embed* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
Moved to the official repo https://github.com/RPISEC/HackTheVote
Moved to the official repo https://github.com/RPISEC/HackTheVote