Categories > Exploiting > Roblox >

need help with trying to find args for a remote

Posts: 3

Threads: 1

Joined: Jun, 2022

Reputation: 0

Posted

I want to exploit a remote in a game to give me 1 stat points. I found the remote that gives you those stat points but I don't know the arguments for it. There's a module below the remote. I'm not a scripter so i dont have any knowledge about this stuff at all. I looked at the module using dex and it has like 400 lines of code in it that doesnt make sense. Except for one. 

 

(v56:GetService(v57)):AddItem(v25, v58)

 

So i changed it to make it look like it makes sense.

 

game:GetService("Debris"):AddItem(game,10)

 

So i just went ahead and did this.

 

local args = {

    [1] = game:GetService("Debris"):AddItem(game,10)

}

 

game:GetService("Players").LocalPlayer.Backpack.Events.MasterReward:InvokeServer(unpack(args))

 

It gave an error, invalid argument #2, string expected, got nil

 

Here's the pastebin link for the module.

 

Any help is appreciated!

 

 

 

  • 1

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

use remote spy, it will help you use remotes a lot

https://scriptblox.com/script/Simple-Spy_110

  • 0

i use arch btw

Posts: 3

Threads: 1

Joined: Jun, 2022

Reputation: 0

Replied

@Whoman

 

i did ofc used remote spy in the first place, but the arguments dont give me any skill points, thats why im trying to change it.

 

also you cant change intvalue with remotes unless they have one that can change it right?

but this dev puts everything in one module under a remote so its confusing lol

 

  • 0

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

@somerandouser

means they protected theyre remotes in some way

  • 0

i use arch btw

tar

CoolNickname

Posts: 142

Threads: 15

Joined: Jul, 2021

Reputation: 1

Replied

thats because AddItem returns nil (and why u trying to delete the entire game)

  • 0

https://imgur.com/a/oOomuUo

Posts: 3

Threads: 1

Joined: Jun, 2022

Reputation: 0

Replied

@tar

 

i was? lol

it returns nil so what do i change it to

 

  • 0

Users viewing this thread:

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