1.0.2 • Published 5 years ago

rocheck v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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!