RoCheck
RoCheck copied to clipboard
Find the IP of a Roblox game server with just a bot cookie, place id and job id
RoCheck
Find the IP of a Roblox game server with just a bot cookie, place id and job id.
Get started
Using this module is very easy - just edit the code snippet below:
const rocheck = require('rocheck')
rocheck(placeId, jobId, cookie).then(ip => {
console.log(ip)
}).catch(err => {
console.log(err)
})
Support
If you would like support with this module then message me on Discord (grilme99#9830) or the Developer Forum!