This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved Android Roblox modding help

Status
Not open for further replies.

gyls

Platinian
Hi all. I want to learn how to make roblox mods

I have all the basic knowledge. In practice, including: hooks, patches, visuals, dumps, etc.

The problem is, Roblox is not a Unity game.

I can't figure out how to get a good dump

I expanded lib in ida pro. But all methods are in the sub_XXXX format. Metadata could not be found

I know Roblox specifics. There are constant universal methods: movement speed, jump speed, flight, etc.

But under each mode new functions are added

How to get a dump of offsets of a specific Roblox mode under these conditions?

Can you tell me how to enter the world of Roblox modding?
 

Attachments

  • 1.png
    17.1 KB · Views: 270
  • 2.png
    33.1 KB · Views: 272
Hope the thread doesn't go down. The topic of Roblox modding is relevant because of 1. The minimum number of materials. 2. Specifics of the game, when most of the methods are added after entering the mode
 
Roblox is a Native game you need reverse engineering and c++ skills to actually be able to mod it and depending on what you wanna do you might need to know more.
Also it's not obfuscated so no need to memdump it.
 

It seems like you did the only article on the forum about Roblox

Can you suggest the steps to create a lua executor?
 
It seems like you did the only article on the forum about Roblox

Can you suggest the steps to create a lua executor?

You can try following this
 
Thanks a lot bro. Topic can be closed
 
Status
Not open for further replies.