This repo is a place where I will upload any scripts I make for ComputerCraft: Tweaked, a Minecraft mod that adds programmable computers and turtles. This is mostly random experiments I've made, but there will occasionally be a useful script here.
Most of the scripts (such as screenshare.lua) will need an external program to function (which I don't plan to upload here), will be poorly documented/commented, or be unclear of their use.
(screenshare.lua for example)
- Download any of the scripts using Wget
wget https://raw.githubusercontent.com/TheZoidMaster/CCTScripts/main/screenshare.lua screenshare.lua
- Run the script on the computer
screenshare
- Follow any instructions that the script gives you
Feel free to fork the repo and submit pull requests if you want a script added to the list or want to add documentation for a script.