⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bo.java

📁 经过反编译和部分代码修改后的ultraimpro java源代码。可在netbean环境下成功编译。供学习和分析用。
💻 JAVA
字号:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov  Date: 2006-5-1 19:31:42
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 


public final class bo
    implements Runnable
{

    public bo(Notification_t t1)
    {
        a = t1;
    }

    public final void run()
    {
        try
        {
            while(true) 
            {
                Thread.sleep(0x15f90L);
                if(!a.IsSocketOpen())
                    break;
                OutCommandComposit_ae ae1 = new OutCommandComposit_ae(25, -1);
                if(a.a_bp_fld.Output(ae1))
                    continue;
                a.a_bp_fld.CloseSocket();
                break;
            }
            return;
        }
        catch(Exception _ex)
        {
            return;
        }
    }

    private final Notification_t a;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -