Skip to content

A Python-based tool to instantly locate the IP address and port of your active game session!

License

Notifications You must be signed in to change notification settings

zebbern/Game-IPFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

  • Folder 1 Simple run 1 cmd command then py file | Only get IP from COD live session
  • Folder 2 Advanced - This little coding knowledge | Choose what program to get live session out of "UDP Only"
  • Folder 3 Experienced - This requires that you know coding/debugging | All options with more options

Lobby IP Finder for Games

Quickly locate the IP address and port of your active game session!

Features

  • Automatically detects your game or allows manual selection.
  • Displays the IP address and port of your game session.
  • Simple, lightweight, and works with many popular multiplayer games.

How to Use

Step 1: Install Python Libraries

  1. Open CMD.
  2. Run the following command:
    pip install psutil pyshark colorama
    

Step 2: Install TShark

  1. Download and install Wireshark, which includes TShark:
    https://www.wireshark.org/download.html
  2. During installation, ensure you select the option to install TShark.

Option 1: Use the Precompiled Executable

  1. Download the latest release:
    https://github.com/zebbern/Game-IPFinder/releases/tag/IPRetrival
  2. Run the executable:
    RetriveIP.exe
    

Option 2: Run via Python

  1. Open CMD and navigate to the script location:
    cd C:\Location\Where\You\Saved\It
    
  2. Run the script:
    python RetrieveIP.py
    

After Running

  • The tool will detect the game you’re playing or let you manually select it.
  • Displays the IP address and port of the game session.
  • Works while you’re actively in a game. Typically takes around 5 seconds to complete.

Showcase

image

Finds rotating IPS!

image

Links