Badges
Activity Feed
Replied to thread : I would like to de-obfuscate this "SYNAPSE XEN" code into pure LUA_U
@85021 https://github.com/9-SK/De-Obfuscate/tree/main here you go. Make sure to read "README.md"
Replied to thread : [Rel] C# Random key generation made by CHAT-GPT3
@VoidableMethod Idk man, thats how it was written let me get a screen shot...
Replied to thread : [Rel] C# Random key generation made by CHAT-GPT3
1. There are no misspellings.
2. Its made by ChatGPT
3. It's possible that there is no such package... But it could be there..
Replied to thread : [Rel] C# Random key generation made by CHAT-GPT3
@Alternate Bro, I did not skid, I did not even use this code, I just uploaded for all the skids here.
Replied to thread : [Rel] C# Random key generation made by CHAT-GPT3
@XeroxHub No, if you want to skid this code, learn how to use it. It's so simple and you want a tutorial?
Created a new thread : [Rel] C# Random key generation made by CHAT-GPT3
Here you go (Install the linktiverse packages)
using Linktiverse.Keygen;
using Linktiverse.KeyValidator;
//Hi skid!
public class KeySystem
{
private KeyValidator validator;
public KeySystem()
{
// Create a new key validator with a custom validation rule
validator = new KeyValidator((key) =>
{
// Validate the key by checking its length
return key.Length == 16;
});
}
public string GenerateKey()
{
// Generate a new 16-character key
return Keygen.GenerateKey(16);
}
public bool ValidateKey(string key)
{
// Validate the key using the custom validation rule
return validator.ValidateKey(key);
}
}
Replied to thread : [Free] I will make you an ROBLOX exploit in WinForms with any 'API'
@marcus__ I am truly sorry. I do not know how to use the "Oxygen U" API in WinForms...
Created a new thread : I would like to de-obfuscate this "SYNAPSE XEN" code into pure LUA_U
I have been working on a project that has obfuscated code using the "SYNAPSE XEN" obfuscator. It is one of the hardest to deobfuscate. Can anyone help? This code needs to b turned into LUA_U or Roblox's programming language. I have tried a few fixes but they do not work. Synapse Xen is not available anymore but its obfuscation is still used to this day. Can anyone help me to convert this script into LUA_U
CODE bit.ly/CODE-SYNAPSE_XEN
`
I tried a few de-obfuscators and minifiers. But they gave almost the same code.
Created a new thread : How do I use lxnny's tab system?
Replied to thread : [Free] I will make you an ROBLOX exploit in WinForms with any 'API'
<@VoidableMethod> Sure, here is my Lua executor known as 'SUBZERO'.
link; https://imgur.com/a/p7wPs0H
(A lot of things are going to change with this UI. Don't expect this to be the final version.)
Created a new thread : [Free] I will make you an ROBLOX exploit in WinForms with any 'API'
Replied to thread : I need help, I have received an 'Uknown error'
Try installing another exploit like 'KRNL' or check the script you are using and try to use a different one.