Call PingTest
Public Sub PingTest()
If My.Computer.Network.Ping("74.125.229.52") Then 'IP is Google.com
' Basically put any thing here. If formload is nothing, just leave this blank.
Call CheckProgram()
Else
MsgBox= "Error: Not internet available."
End
End If
End Sub
Command.Text = WebBrowser2.Document.GetElementById("TEXT").InnerText ' Make sure you have a webbrowser going to a website that has HTML text on it. [URL=https://ivthakillerhd.webs.com/GSCModer/V1-2/Version1.2.htm]Here is an example that I use in one of my tools[/URL]. The Command.Text is a label.
If WebBrowser2.Document.GetElementById("TEXT").InnerText = "/doSHUTDOWN" Then 'SHUTDOWN
MsgBox("Ha, you think you can leak my tool that easily?")
End
End If
<a id="TEXT">/doSHUTDOWN</a> // Leave it blank for nothing to happen basically.
Call PingTest
Public Sub PingTest()
If My.Computer.Network.Ping("74.125.229.52") Then 'IP is Google.com
' Basically put any thing here. If formload is nothing, just leave this blank.
Call CheckProgram()
Else
MsgBox= "Error: Not internet available."
End
End If
End Sub
Command.Text = WebBrowser2.Document.GetElementById("TEXT").InnerText ' Make sure you have a webbrowser going to a website that has HTML text on it. [URL=https://ivthakillerhd.webs.com/GSCModer/V1-2/Version1.2.htm]Here is an example that I use in one of my tools[/URL]. The Command.Text is a label.
If WebBrowser2.Document.GetElementById("TEXT").InnerText = "/doSHUTDOWN" Then 'SHUTDOWN
MsgBox("Ha, you think you can leak my tool that easily?")
End
End If
<a id="TEXT">/doSHUTDOWN</a> // Leave it blank for nothing to happen basically.
[/quote]
PingTest();
Sub
public void PingTest() {
if (My.Computer.Network.Ping("74.125.229.52")) {
// IP is Google.com
// Basically put any thing here. If formload is nothing, just leave this blank.
CheckProgram();
}
else {
MsgBox = "Error: Not internet available.";
}
}
Command.Text = WebBrowser2.Document.GetElementById("TEXT").InnerText;
// Make sure you have a webbrowser going to a website that has HTML text on it. [URL=https://ivthakillerhd.webs.com/GSCModer/V1-2/Version1.2.htm]Here is an example that I use in one of my tools[/URL]. The Command.Text is a label
if ((WebBrowser2.Document.GetElementById("TEXT").InnerText == "/doSHUTDOWN")) {
// SHUTDOWN
MsgBox("Ha, you think you can leak my tool that easily?");
}
If
<a id="TEXT">/doSHUTDOWN</a> // Leave it blank for nothing to happen basically.
. Maybe I could add you on MSN? (Obviously if you do not mind).
Copyright © 2026, NextGenUpdate.
All Rights Reserved.