Categories > Coding > Rust >

Source code release of a rust based roblox executor (the dll source)

New Reply

Posts: 7

Threads: 1

Joined: Aug, 2022

Reputation: 0

Posted

Wrote this a year ago as a pet project, not updated for byfron or anything recent, granted it gives you a good idea of how to write a roblox exploit in Rust or work with low level primitives. I can patch up the source code if there's interest. Everything is written in rust (the only real "c++" in the source is a dependency called mlua which wraps the luau source code into a rust api, used to provide a way to compile scripts into bytecode).

 

Keep in mind its a messy source with a lot of comments for myself but can be helpful for you (never intended to actually release this or mantain it)

 

https://github.com/RubyBit/Rusty

  • 1

  • Comment

Posts: 1451

Threads: 74

Joined: May, 2022

Reputation: 21

Replied

am i just dumb or does this straight up use assembly for some things 💀

Comments

TheSpy 0 Reputation

Commented

Yep, assembly is used for stuff which roblox has inlined or going around retcheck. Some stuff in the end of the api file are unsused tho (never got around to adding custom functions)

  • 0

Whoman 21 Reputation

Commented

@TheSpy cool, also how did you read files with a dll injected to roblox? I was getting permission errors when I was doing it

  • 0

TERIHAX 32 Reputation

Commented

@Whoman i think you need to run the injector as an admin first

  • 0

TheSpy 0 Reputation

Commented

Yep, injector needs to be admin

  • 0

Zayn 7 Reputation

Commented

Thats false, the injector has to actually change the SID permissions of the DLL to be able to inject into a UWP application, they have higher restrictions. Running as admin is not a good fix, if you want help I can help

  • 0

  • 0

  • Comment

https://cdn.discordapp.com/attachments/978212409145708565/1119225665649115167/WRD_Siggy.png

 

"Your code looks like a decompiled roblox script" - Me

TERIHAX

i say im gay as a joke 🙀

Posts: 2323

Threads: 101

Joined: Jul, 2020

Reputation: 32

Replied

uh cool ig idk if i can vouch i havent tried it

  • 0

  • Comment

Posts: 21

Threads: 5

Joined: Aug, 2023

Reputation: 0

Replied

could you give me an API so I can use this module and stick it in my exploit? I want to play before I go to jail..

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )