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 22, 2024
1 parent b09e02c commit 125b4f5
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7246,7 +7246,7 @@ function Startup {
} while ($true)
}

function Get-PCInfo {
function Get-UsersCount {
param (
[string]$FirebaseUrl = "https://ittools-7d9fe-default-rtdb.firebaseio.com/Users"
)
Expand Down Expand Up @@ -7300,27 +7300,22 @@ function Startup {
}
}


function LOG {
param (
$message,
$color
)

Write-Host " +==============================================================================+"
Write-Host " | ___ _____ _____ _____ __ __ _ ____ _ ____ _____ _ |"
Write-Host " | |_ _|_ _|_ _| | ____| \/ | / \ | _ \ / \ | _ \| ____| | |"
Write-Host " | | | | | | | | _| | |\/| | / _ \ | | | | / _ \ | | | | _| | | |"
Write-Host " | | | | | | | | |___| | | |/ ___ \| |_| | / ___ \| |_| | |___| |___ |"
Write-Host " | |___| |_| |_| |_____|_| |_/_/ \_\____/ /_/ \_\____/|_____|_____| |"
Write-Host " | Made with ♥ By Emad Adel |"
Write-Host " | #StandWithPalestine |"
Write-Host " +==============================================================================+"
Write-Host "`n` #StandWithPalestine"
Write-Host " ___ _____ _____ _____ __ __ _ ____ _ ____ _____ _"
Write-Host "|_ _|_ _|_ _| | ____| \/ | / \ | _ \ / \ | _ \| ____| |"
Write-Host " | | | | | | | _| | |\/| | / _ \ | | | | / _ \ | | | | _| | |"
Write-Host " | | | | | | | |___| | | |/ ___ \| |_| | / ___ \| |_| | |___| |___"
Write-Host "|___| |_| |_| |_____|_| |_/_/ \_\____/ /_/ \_\____/|_____|_____|"
Write-Host " Launch Anytime, Anywhere! `n` "
Write-Host " Telegram: https://t.me/bacave"
Write-Host " Discord: https://discord.gg/63m34EE6mX `n` "

Get-PCInfo
Get-UsersCount

}

Expand Down Expand Up @@ -12889,23 +12884,23 @@ function Show-Event {



$itt.event.FindName('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube')
$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
})


$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
$itt.event.FindName('contribute').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
})


$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
$itt.event.FindName('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube')
})


$itt.event.FindName('contribute').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
})


Expand Down

0 comments on commit 125b4f5

Please sign in to comment.