├── .vscode ├── launch.json └── settings.json ├── License.txt ├── README.md ├── SimpleSpy.lua ├── SimpleSpyIntro.lua ├── assets ├── example-1.png └── example-2.gif ├── getNil.lua ├── highlight.lua └── higlightexample.lua /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/README.md -------------------------------------------------------------------------------- /SimpleSpy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/SimpleSpy.lua -------------------------------------------------------------------------------- /SimpleSpyIntro.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/SimpleSpyIntro.lua -------------------------------------------------------------------------------- /assets/example-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/assets/example-1.png -------------------------------------------------------------------------------- /assets/example-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/assets/example-2.gif -------------------------------------------------------------------------------- /getNil.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/getNil.lua -------------------------------------------------------------------------------- /highlight.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/highlight.lua -------------------------------------------------------------------------------- /higlightexample.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/HEAD/higlightexample.lua --------------------------------------------------------------------------------