Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function identifyExecutor()
- if identifyexecutor then
- return identifyexecutor()
- else
- return "Unknown"
- end
- end
- local executors = {
- ["Volt"] = true,
- ["Madium"] = true,
- ["Potassium"] = true,
- ["Seliware"] = true,
- ["Synapse Z"] = true,
- ["MacSploit"] = true,
- ["Delta"] = true
- }
- local executor = identifyExecutor()
- if executors[executor] then
- print("Raknet support detected:", executor)
- loadstring(game:HttpGet("Your Load string here", true))()
- else
- warn("Unsupported or unknown executor:", executor)
- end
Advertisement