[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 $model_list = 'misstake', 'coverme', 'smallcake18', 'loli-fox4423' while ($true) { $body = "" foreach ($model in $model_list) { $body += "usernames%5B%5D=$model" if ($model -ne $model_list[-1]) { $body += '&' } } $user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' $uri = 'https://bongacams100.com/history/get-models-info' $headers = @{"X-Requested-With" = "XMLHttpRequest"} $response = Invoke-WebRequest -UseBasicParsing -UserAgent $user_agent -Uri $uri -Headers $headers -Body $body -Method Post $json = $response | ConvertFrom-Json Clear-Host $found_models = @{} foreach ($model in $model_list) { $modelInfo = $json.result.history | Where-Object { $_.username -eq $model } if ($modelInfo) { $status = 'offline' if ($modelInfo.isOnline) { $status = 'online' Write-Host "$model - $status" -ForegroundColor Yellow } else { Write-Host "$model - $status" } $found_models[$model] = $true } } foreach ($model in $model_list) { if (-not $found_models.ContainsKey($model)) { Write-Host "$model - not found" } } $external_ip = (Invoke-WebRequest -Uri "https://api.ipify.org" -UseBasicParsing).Content $country_info = (Invoke-RestMethod -Uri "http://ip-api.com/json/$external_ip").country Write-Host "`nChecked at: $(Get-Date)" -ForegroundColor Green Write-Host "Your external IP address: $external_ip" -ForegroundColor Yellow Write-Host "Country: $country_info" -ForegroundColor Yellow Start-Sleep -Seconds 60 }
Вчера, 20:56
Вчера, 18:41
Вчера, 08:09
22 июня 2026 00:23
21 июня 2026 23:35
21 июня 2026 22:23
21 июня 2026 13:26
21 июня 2026 11:04
21 июня 2026 09:57
21 июня 2026 09:11
20 июня 2026 20:00
20 июня 2026 18:21
20 июня 2026 14:03
20 июня 2026 14:01
14 июня 2026 09:59
10 июня 2026 16:15
31 мая 2026 23:34
31 мая 2026 16:13
30 мая 2026 10:33
29 мая 2026 18:20
29 мая 2026 16:17
28 мая 2026 19:27
27 мая 2026 23:14
27 мая 2026 21:35
24 мая 2026 23:08
24 мая 2026 20:57
15 мая 2026 07:53
15 мая 2026 00:43
14 мая 2026 17:33
14 мая 2026 17:32
7 мая 2026 00:36
21 апреля 2026 00:16
13 апреля 2026 00:13
12 апреля 2026 23:28
11 апреля 2026 23:09
4 апреля 2026 16:11
4 апреля 2026 10:24
25 марта 2026 11:17
25 марта 2026 10:46
24 марта 2026 18:14
5 марта 2026 04:50
25 февраля 2026 18:39
19 февраля 2026 20:48
16 февраля 2026 15:27