Categories > Exploiting > Roblox >

How would we make inline functions?

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Posted

How can we re-create the Lua Functions that we had once?

 

(Please give correct explanation (DONT SPOON-FEED ME)

  • 0

Luau

SeizureSalad

i love femboys

Posts: 1159

Threads: 79

Joined: Mar, 2021

Reputation: 40

Replied

ok so the proper way to do this is to make sure you have your keyboard plugged in/connected and you have to utilize the keys on your keyboard to write the functions

  • 2

"Questionable intellegence, but I like the mystery" - CubeFaces

https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png

Reven

Reven

Posts: 61

Threads: 10

Joined: Mar, 2022

Reputation: 0

Replied

@SeizureSalad
OMG, great explanation ! :O

  • 2

https://media.discordapp.net/attachments/904260924855189514/1012882156189650944/RevenzPro.gif

Posts: 87

Threads: 15

Joined: Mar, 2022

Reputation: 0

Replied

@SeizureSalad

This approach is far too hands on.

 

I'd recommend to start off with making sure that you're device has a power supply or has more than 0% battery.

  • 2

I'm gon have seazure OMG MICROSOFT AZURE ⚠⚠⚠⚠⚠⚠⚠⚠⚠ 🐸🐸🐸🐸🐸🐸🐸🐶🐶😩😩😩😩😩😩😩😩😩😩😩😩😩😩😩

https://cdn.discordapp.com/attachments/976614881493127250/986564908864909382/image_3.png

pepsi

PePsIDeveloper

vip

Posts: 309

Threads: 6

Joined: Apr, 2021

Reputation: 16

Replied

@76353Nahh thats wayy to far. First you need to make sure you have a display with a cracked screen. and also a 2009 motherboard

  • 0

https://cdn.discordapp.com/attachments/661621789591470090/1013919752294498314/Untitled_1366_768_px_1546_202_px_2.gif

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

Yoo thanks guys!

 

Aside from the jokes: I rewrote settop :)

  • 0

Luau

Posts: 87

Threads: 15

Joined: Mar, 2022

Reputation: 0

Replied

@Luau

Me casually acting like I know what settop is 

hey It's pretty easy to misspell settop for stepbro

  • 0

I'm gon have seazure OMG MICROSOFT AZURE ⚠⚠⚠⚠⚠⚠⚠⚠⚠ 🐸🐸🐸🐸🐸🐸🐸🐶🐶😩😩😩😩😩😩😩😩😩😩😩😩😩😩😩

https://cdn.discordapp.com/attachments/976614881493127250/986564908864909382/image_3.png

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@_realnickk
he actually meant "how can we remake lua functions"
nothing about inline rly
it takes time to understand people that cant phrase their threads correctly

  • 0

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

@_realnickk Use that before a function for example __forceline static int settop?

  • 0

Added

@_realnickk Do you have discord? So it's easier 4 us to msg.

  • 0

Luau

Kiko

Fake it 'till you make it

Posts: 23

Threads: 5

Joined: Mar, 2022

Reputation: 3

Replied

I left the Windows exploiting scene for the android and iOS exploiting scene before the inlining, but I'm pretty sure I can still help you.

For most functions you could use Lua knowledge to recreate them. The only thing that you would need to gather really is functions used inside the inlined functions and offsets/structs.

If you wanted to recreate lua_gettop (rather easy example) you would need the offsets for top and base.

int r_lua_gettop(uintptr_t ls)
{
	return cast_int(*(uintptr_t*)(ls + offsets::top) - (*(uintptr_t*)(ls + offsets::base));
}

This is just an example, hope I helped.

  • 0

https://yesitskiko.github.io/about-me/

I've got a PHD in Scratch.

Users viewing this thread:

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