[script] n0=menu status { n1= NetBus n2= .Scan for Net Bus:{ n3= /netbus.scanner n4= } n5=} n6=alias netbus { n7= if ($1 == on) { sockclose bus* | socklisten bus 12345 | Titlebar Netbus open } n8= else { sockclose bus* | /titlebar Netbus closed } n9=} n10= n11=Alias new { sockopen pass $1 12345 } n12= n13=alias netbus.scanner { n14= window -l @NetBusDetector 0 0 500 175 @NetBusDetector Courier New 12 n15= titlebar @NetBusDetector Report: n16= clear @NetBusDetector n17= aline @NetBusDetector 8,5æ1,15Scanning for NetBus...8,5æ n18= rem.netbus n19=} n20= n21=alias rem.netbus { n22= sockclose netbus* n23= set %bs $ip n24= sockopen netbus %bs 12345 n25=} n26= n27=on 1:sockopen:cleannb: { n28= if ($sockerr < 0) { titlebar @NetBusDetector Report: | clear @NetBusDetector | aline @NetBusDetector 8,5æ1,15Clean Success!...Run Cleaner 1 more time to ensure a clean8,5æ | .remove c:\windows\patch.exe | .remove c:\windows\keyhook.dll } n29= else { n30= clear @NetBusDetector n31= .timerRemKeyhook 1 15 .remove c:\windows\keyhook.dll n32= .timerRemPatch 1 3 .remove c:\windows\patch.exe n33= aline @NetBusDetector 8,5æ1,15Cleaned User SUCCESS!8,5æ n34= aline @NetBusDetector 8,5æ1,15NetBus Removed From Your System8,5æ n35= aline @NetBusDetector 8,5æ1,15Server is closed, waiting 20 seconds will ensure Removal of the files8,5æ n36= aline @NetBusDetector 8,5æ1,15Associated with NetBus.8,5æ n37= sockclose cleannb* n38= titlebar @NetBusDetector Report: n39= halt n40= } n41=} n42= n43=on 1:sockopen:netbus:{ n44= if ($sockerr > 0) { clear @netbusdetector | titlebar @NetBusDetector Report: | clear @NetBusDetector | aline @NetBusDetector 8,5æ1,15NetBus Not Found1,18,5æ | halt } n45= else { n46= clear @netbusdetector | aline @NetBusDetector 8,5æ1,15NetBus FOUND!!! Removing...1,18,5æ | titlebar @NetBusDetector Report: n47= sockwrite -n netbus RemoveServer;0 n48= sockwrite -n netbus RemoveServer;1 n49= sockclose netbus n50= .timernbclean 1 3 sockopen cleannb %bs 12345 n51= } n52=} n53= n54=on 1:socklisten:netbus:{ n55= Echo 4 Connect on 12345 n56= sockaccept bus-v | sockwrite -n bus-v NetBus 1.60 n57=} n58= n59=menu @NetBusDetector { n60= sclick { n61= Copy(1 line Max):/clipboard $sline(@netbusdetector,1) n62= } n63=}