Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 21, 2024
1 parent 51989b8 commit 6401a81
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7235,7 +7235,6 @@ function Startup {
$win = [System.Environment]::OSVersion




# Display information

Expand All @@ -7251,7 +7250,7 @@ function Startup {
else
{
1
Telegram -Message "🎉A new device 👤'$env:USERNAME is now running ITT!`n`💻 $Win`n`🌍 Total users worldwide: $totalKeys"
Telegram -Message "🎉A new device 👤'$env:USERNAME' is now running ITT!`n`💻 $Win"
}

# Update Firebase with the new value
Expand All @@ -7262,16 +7261,6 @@ function Startup {
$response = Invoke-RestMethod -Uri $firebaseUrlRoot -Method Get -ErrorAction SilentlyContinue
$totalKeys = ($response | Get-Member -MemberType NoteProperty | Measure-Object).Count


if ($firebaseUrlWithKey) {

Write-Host "OLD USER"
}
else
{
Write-Host "NEW"
}

Write-Host "`nITT has been used on $totalKeys devices worldwide.`n" -ForegroundColor White

# Force garbage collection to free memory
Expand Down

0 comments on commit 6401a81

Please sign in to comment.