#Reverse engineering a VM

2 messages · Page 1 of 1 (latest)

unreal hinge
#

I recently found an "adopt me script generator" and i thought that the obfuscation on it wasnt that bad and i could try to reverse engineer it because vms are very interesting (to me atleast). I found a less obfuscated one (they forgot to run the second obfuscator on this one) and i have been trying to make a "function" to decrypt the username and the webhook from the string without even running it for 2 hours but i couldnt do it. I found out many things about it.

It uses functions from bit32 but i only saw it use bxor

The username is "obesetwaat"
The webhook is "https://discord.com/api/webhooks/1267509537863110737/v-snTw5Wm90ibN5a08ZJoGGRwwlNc7LSd7SkbCKMPZ5jtFJ5ZhOtv05jovTNDbNJwDjX" < i have deleted the webhook so no one can use it

All the print statements were added by me. If you are interested in this please ping me i will provide more details.
I am doing this in roblox studio

The script is available here
https://pastebin.com/LfYQ3kmW

Here are 2 more versions of that script, i used them to see the differences in the byte string;

username: axaxa
webhook: https://discord.com/api/webhooks/AAAAAAAAAAAAAAAAAAA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

https://raw.githubusercontent.com/L1ghtScripts/AdoptmeScript/main/AdoptmeScript/FLL6ZXI-adopt-me.lua

username: axaxa
webhook: https://discord.com/api/webhooks/1267509537863110737/v-snTw5Wm90ibN5a08ZJoGGRwwlNc7LSd7SkbCKMPZ5jtFJ5ZhOtv05jovTNDbNJwDjX

https://raw.githubusercontent.com/L1ghtScripts/AdoptmeScript/main/AdoptmeScript/0GMDOI5-adopt-me.lua

verbal carbon
#

interesting