STATUS: The .RBXM and .RBXMX model demodulator is 90% complete.
Hello! I have been working on a fun game that allows you to insert any model from the Roblox asset library. This used to be an old genre that faded away because of one reason. InsertService limitations. I have bypassed this limitation by using a .RBXM demodulator scripted on Python. Unfortunitely the main reason why Roblox made this limitation was because of viruses and bad models which is currently the reason why I will be making this game avaliable to friends only until I have a proper virus scanner (aka sandboxer). If you want to make requests or see the latest update to the game or even get early access please join my discord server Insert Wars Ultimate. Enjoy this showcase.
Haha! Thank you, even though it may be a long time before its actual release (I am not too rushed to release it as I also own other games) you will know that the game may release anytime
If you want early access you can try friending me.
This idea is actually great, you can show your friends or people on the platform what have you made, your models etc. An antivirus is really important for this though as you said in the description because people can insert inappropriate models or viruses
Thats why im scripting a live script checker, if it does pass through the antivirus aka the lua and Python one, I can script on Python a live script checker, every 2 seconds, roblox sends a request to my Python program of the script, including on what state/line of code it was on and checks how the script is running in real time for 30 seconds. Plus all wait() delays will be changed to 0 to make sure it cant be bypassed.
Sure but that would be a hard feature to implement since the source code of scripts are locked to PluginSecurity and that would also take a lot of work.
It is possible, because the .RBXM file is raw roblox binary, and is readable by Python. Including the .Source of a script. If I need the script to run in game, I can just use a loadstring()
Btw, you can actually get the raw .RBXM file code with a simple http request to Roblox’s api servers, the exact same model you would get if inserted on a toolbox.
Nice to know that this game is somewhat getting an antivirus since in the other game Insert Wars remade. There were a lot of people inserting bad stuff and people doing malicious things.
(I know that by experience because I played the game before it got privated)
That game was always very fun, but it had MANY security issues, such as the loadstring being handled on the CLIENT, not server allowing players with an exploit called “Remote Spy” practically have SS executor access.