Categories > Exploiting > Roblox >

[REL] Return Place ID of a game!

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Posted

Okay what, is this useful? Yes, very useful.

 

If it selects arsenal, you can open a certain page for arsenal tools only.

 

Here is the C++ code to implement;

using placeID_def = int(__thiscall*)(int rL);
placeID_def placeID = (placeID_def )(x(0x0));

 

Note: Scan this Bytes if you want the address: 8B 89 44 05 00 00 8B 01 8B 51 04

 

To get your games Place ID, run this lua code:

local ID = game.PlaceId
print("Your ID: "..tostring(ID))

 

How to use this?

int Arsenal = 7560156054;

void CheckGame(int ID)
{
    if (placeID == ID)
    {
          //do what you want if placeID is found
    }

    if (ID == 0x0){ //id didnt match or didnt scan ;C }
}

 

NOTE: Not 100% sure this works, also uses ptr and the convention is __thiscall.

The last time I checked, it worked but  in some advanced way in LuaC!

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Posts: 2099

Threads: 10

Joined: Sep, 2020

Reputation: 62

Replied

Way easier in csharp

  • 0

Discord : Doctor Doom#0550

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

@0x777_ Does it require scanning an AOB? or a string? 

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Entity

Usability >> modern

vip

Posts: 416

Threads: 40

Joined: May, 2022

Reputation: 51

Replied

dude, this is useful, nice release

  • 0

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Replied

first off __thiscall naming convention requires the first parameter to be a `this` pointer to the instance of the class of which the method is owned, if you just pass the roblox lua state address you'll get undefined behavior

 

second, in the C++ code you posted there's a call to some unknown function called `x`, what's that supposed to be? ASLR bypass?

did you even actually try to do this yourself and see if it works? the only useful thing you gave was the signature...

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

pepsi

PePsIDeveloper

vip

Posts: 309

Threads: 6

Joined: Apr, 2021

Reputation: 16

Replied

Bro aint no way... aint no way... my dude this way easier in lua and plus your code... 😭😭😭😭

  • 0

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

Posts: 2099

Threads: 10

Joined: Sep, 2020

Reputation: 62

Replied

  • 0

Discord : Doctor Doom#0550

SeizureSalad

i love femboys

Posts: 1159

Threads: 79

Joined: Mar, 2021

Reputation: 40

Replied

im sorry man this ain't it what is this code lmao

  • 0

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

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

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

not skidded its ida and bad code sry

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Posts: 87

Threads: 15

Joined: Mar, 2022

Reputation: 0

Replied

print(game.PlaceId)

 

 

The above code isn't bloated enough.

 

local ID = game.PlaceId
print("Your ID: "..tostring(ID))

 

Ahhh much better

  • 0

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

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

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

Its for IDA

 

NOT lua C or LUA

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Users viewing this thread:

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