Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
/ RoCheck Public archive

Find the IP of a Roblox game server with just a bot cookie, place id and job id

License

Notifications You must be signed in to change notification settings

grilme99/RoCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Find the IP of a Roblox game server with just a bot cookie, place id and job id

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published