Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I dump the constants of an obfuscated script?

Asked by 4 years ago

I've seen in 100's of virus models some script that requires a module, and in that module is some obfuscated script like this

https://pastebin.com/raw/2X52ek01

My question is, how would i dump the constants of it? I've seen someone else do it in a question I had a while back about an obfuscated script

3 answers

Log in to vote
1
Answered by 4 years ago

Fortunately this isn't a secure obfuscated script, but you aren't able to get variable names and the such. Just grab your favorite bytecode interpereter and run the script through it!

1
Ad
Log in to vote
0
Answered by 3 years ago

I kindly dumped the script for you. (Linked)

1337
game
Players
PlayerAdded
Connect
1337

GetJoinData
SourcePlaceId
game
GetService
TeleportService
4563334538
TeleportData
Req
req
IsFriendsWith
1388241094
require
load
Name
Players
placeId
PlaceId
maxPlrs
NumPlayers
Teleport

Just reply if this is the wrong script.

0
What dumper you use Flip265 -14 — 3y
Log in to vote
-1
Answered by 3 years ago

Just use roblox function but make sure to turn on ‘LoadStringEnabled’ in game.ServerScriptService and use loadstring(code here)()

0
bruh why downvote this actually works if its a bytecode happy_gagarara12 13 — 3y

Answer this question