Solved Android Roblox modding help

Status
Not open for further replies.

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
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

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
I heard that it is possible to dump via GameGuardian. Dumping all memory

Is the Roblox dump via GameGuardian up to date?
 

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
Checked: GameGuardian dump does not get final .dll. The console is empty. Nothing in the output either.
 

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
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
 

NotALegitGuy

Solid & Active Platinian
Sep 24, 2018
69
67
18
Costa Rica
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.
 

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
Roblox — это нативная игра, вам нужны реверс-инжиниринг и навыки C ++, чтобы действительно иметь возможность модифицировать ее, и в зависимости от того, что вы сделаете, вам может потребоваться больше знаний.
Кроме того, он не запутан, поэтому нет необходимости его запоминать.
[/ЦИТИРОВАТЬ]
It seems like you did the only article on the forum about Roblox

Can you suggest the steps to create a lua executor?
 

Yaskashije

PMT Elite Modder
Staff member
Modding-Team
Sep 9, 2018
4,409
846,143
1,213
Minkowski Space
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
 

gyls

Platinian
Original poster
Aug 6, 2022
15
3
3
24
Russia
You can try following this
Thanks a lot bro. Topic can be closed
 
Status
Not open for further replies.