Code Monkey home page Code Monkey logo

chlorine's People

Contributors

hexcede avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chlorine's Issues

Trying to disconnect a Signal?

Hello, just stumbled upon this repository while looking around on H6x, wondering why it was archived, then checking your profile. I deduce the premise for this sandbox is that you are aiming to write a Luau parser from the ground-up instead of using loadstring?

Nonetheless, I was shamelessly copy-pasting the code when I got a warning in Studio for this little section in Sandbox.lua on line 158:

elseif typeof(claimedValue) == "RBXScriptSignal" then
	claimedValue:Disconnect() --<-- HERE
end

It seems the intention was for it to check if claimedValue was an RBXScriptConnection, then Disconnect it if it was. I can't submit a PR because forking is busted right now for some reason, so I had to submit an Issue instead.

Add an exported value prevention

One of the features I wanted from H6x was preventing exporting values that are meant to only stay inside the sandbox. A sandbox could make a function and export its cleaned version with the environment of the sandbox by having it return the original, even if it's exported.

--// Hex script 
_G.get = function() return special end
--// External script
local special = _G.get()
warn(special)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.