Skip to content

Releases: MPCodeWriter21/UT-Internet

UT Internet Login Script v1.4.1

Choose a tag to compare

@github-actions github-actions released this 31 Dec 10:23

🎉 UT Internet Login Script - Version 1.4.1

📦 Release Information

  • Version: 1.4.1
  • Build: #15
  • Commit: 7b0d72a
  • Date: 2025-12-31 10:23:24 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.4.0:

  • fix: Proper handling of different DNS response formats; 1 IP vs. multiple. (7b0d72a)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🎯 Flexible default account - set to "None" for account selection prompt each time
  • 🔔 Automatic update check - notifies when new version is available on GitHub
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-noUpdateCheck Skip checking for updates on GitHub
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:37

🎉 UT Internet Login Script - Version 1.4.0

📦 Release Information

  • Version: 1.4.0
  • Build: #14
  • Commit: dbaba57
  • Date: 2025-12-11 12:37:01 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.3.2:

  • feat: Added Tesseract OCR integration to bypass ACCT CAPTCHA protection (dbaba57)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🎯 Flexible default account - set to "None" for account selection prompt each time
  • 🔔 Automatic update check - notifies when new version is available on GitHub
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-noUpdateCheck Skip checking for updates on GitHub
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 10:01

🎉 UT Internet Login Script - Version 1.3.2

📦 Release Information

  • Version: 1.3.2
  • Build: #13
  • Commit: d6f0040
  • Date: 2025-12-11 10:01:17 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.3.0:

  • chore: Show an understandable error message explaining why we cannot currently show the remaining traffic. (d6f0040)
  • fix: Make sure to use -UseBasicParsing flag with Invoke-WebRequest to avoid executing scripts and security warning message. (3525dba)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🎯 Flexible default account - set to "None" for account selection prompt each time
  • 🔔 Automatic update check - notifies when new version is available on GitHub
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-noUpdateCheck Skip checking for updates on GitHub
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 10:16

🎉 UT Internet Login Script - Version 1.3.0

📦 Release Information

  • Version: 1.3.0
  • Build: #11
  • Commit: 923e7f4
  • Date: 2025-11-26 10:16:49 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.2.1:

  • fix: Automatic release workflow version extraction (923e7f4)
  • feat: Automatically check for script updates and notify the user. (5bb124d)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🎯 Flexible default account - set to "None" for account selection prompt each time
  • 🔔 Automatic update check - notifies when new version is available on GitHub
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-noUpdateCheck Skip checking for updates on GitHub
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Oct 11:37

🎉 UT Internet Login Script - Version 1.2.1

📦 Release Information

  • Version: 1.2.1
  • Build: #9
  • Commit: 3e9cc70
  • Date: 2025-10-23 11:37:05 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.2.0:

  • fix: Removed unnecessary empty lines for better readability (3e9cc70)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 08:21

🎉 UT Internet Login Script - Version 1.2.0

📦 Release Information

  • Version: 1.2.0
  • Build: #8
  • Commit: 209c001
  • Date: 2025-10-23 08:21:22 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.1.0:

  • feat: Support for empty default account value and improved UX (209c001)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account (or "None" to prompt each time)
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 07:23

🎉 UT Internet Login Script - Version 1.1.0

📦 Release Information

  • Version: 1.1.0
  • Build: #7
  • Commit: 4b4a4ea
  • Date: 2025-10-23 07:23:16 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Commits since v1.0.0:

  • feat: Added support for managing multiple accounts (4b4a4ea)
  • chore: Added pre-commit hooks (c309c43)
  • fix: release.yml: Unescape backticks (8a98ced)
  • fix: Update README.md (7883208)
  • chore: Add LICENSE file (f64d742)
  • fix: README.md (018eef6)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 👥 Multi-account support - manage multiple UT accounts
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-addAccount Add a new account
-chooseDefault Set default account
-chooseAccount Choose account for this session
-noRemainingTraffic Skip traffic display
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in checksums.txt to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256

UT Internet Login Script v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 16:50

🎉 UT Internet Login Script - Version 1.0.0

📦 Release Information

  • Version: 1.0.0
  • Build: #1
  • Commit: fa96067
  • Date: 2025-10-21 16:50:16 UTC

📥 Downloads

This release includes:

  • login-to-internet.ps1 - PowerShell script (recommended)
  • login-to-internet.cmd - Batch wrapper for easy double-click execution
  • checksums.txt - SHA256 checksums for verification

🚀 Quick Start

Using PowerShell Script (.ps1):

# Download and run
.\login-to-internet.ps1

Using Batch File (.cmd):

  • Simply double-click login-to-internet.cmd
  • Or run from Command Prompt: login-to-internet.cmd

📝 What's Changed

Recent Commits:

  • Initial commit: Simple login-to-internet script (fa96067)

⚙️ Features

  • 🔐 Secure credential management with encrypted storage
  • 🔄 Automatic session detection
  • 🚪 Easy logout functionality
  • 📊 Traffic quota monitoring
  • 🔌 Multi-session disconnect capability
  • 🎨 Colorful, user-friendly interface

💡 Command-Line Options

Flag Description
-reset Reset saved credentials
-noSave Don't save credentials
-noRemainingTraffic Skip traffic display
-help Show help message
-version Show version

🔒 Security

  • Credentials are encrypted using Windows DPAPI
  • Only your user account can decrypt stored credentials
  • Credentials stored in hidden system file

📚 Documentation

For detailed documentation, see README.md

🐛 Issues & Support

Found a bug or need help? Open an issue


Verify Downloads:
Use the checksums in `checksums.txt` to verify file integrity:

# PowerShell verification
Get-FileHash login-to-internet.ps1 -Algorithm SHA256
Get-FileHash login-to-internet.cmd -Algorithm SHA256