Posted
void settop(DWORD RState, int idx) const//using 2 arguments because y not
{
if (idx >= 0) {//if its greater then or equal to
while (*(TValue**)(RState + L_TOP) < *(TValue**)(RState + L_BASE) + idx)//add
r_setnilvalue((*(TValue**)(RState + L_TOP))++);//yep you need this
*(TValue**)(RState + L_TOP) = *(TValue**)(RState + L_BASE) + idx;
}
else
*(TValue**)(RState + L_TOP) += idx + 1;
}
By the way this isn't mine, I found it from a Github Repo. Would this work with the index and everything?
Added
@_realnickk Excuse me for asking, is that Roblox/Luau source or from the Lua Source Files?
Cancel
Post
Luau
Replied
noobhaxx is the best exploit ever made.
Cancel
Post
exploits i use: kiwi x
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post