Posted 01 August 2015 - 08:53 PM
So, I'm working on a program that turn shell.run() into something else, and _G.lol into shell.run()
The code I have is:
The code I have is:
_G.lol = _G.shell.run
_G.shell.run = function()
print("Testing Testing 1 2 3")
end
Edited on 01 August 2015 - 06:54 PM