Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josealissonbr committed Mar 24, 2022
1 parent 8d86ed7 commit 052fbfe
Show file tree
Hide file tree
Showing 105 changed files with 433 additions and 23 deletions.
Binary file modified .vs/DualSenseAT/v16/.suo
Binary file not shown.
4 changes: 4 additions & 0 deletions DualSenseAT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ets2SdkClient">
<HintPath>..\ets2-sdk-plugin\ets2-client\C#\Ets2SdkClient\bin\Debug\Ets2SdkClient.dll</HintPath>
Expand Down Expand Up @@ -73,6 +76,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 2 additions & 2 deletions Form1.Designer.cs

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

5 changes: 3 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private void findProcessID(string procname)

procOpenLabel.Invoke((MethodInvoker)delegate
{
procOpenLabel.Text = "JOGO ENCONTRADO";
procOpenLabel.Text = "GAME FOUND!";
procOpenLabel.ForeColor = Color.Lime;
});

Expand All @@ -277,8 +277,9 @@ private void findProcessID(string procname)

private void Form1_Load(object sender, EventArgs e)
{
if (!File.Exists(@"C:\DualsenseX_GameTriggers.txt"))
File.Create(@"C:\DualsenseX_GameTriggers.txt");



}

Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<div align="center">
<h3 align="center">Em breve donates serão aceitasㅤ</h3>
<h3 align="center">Donations will be accepted soonㅤ</h3>
<h3 align="center"></h3>
<a href="https://www.google.con" alt="Contributors">
<img src="https://img.shields.io/badge/PayPal-Support Me-red.svg?style=for-the-badge&color=ffffff&logo=PayPal" /></a>
Expand All @@ -26,36 +26,36 @@
</p>


# Sobre o App
### Este Aplicativo somente funciona com o `DualSense do Playstation 5`
# About the App
### This App only works with `Playstation 5 DualSense`

Com este app voce trás os recursos de Gatilhos Adptáveis (Adaptive Triggers) para jogos do PC.
With this app you bring the resources of Adaptive Triggers (Adaptive Triggers) for PC games.

Este programa utiliza API criada por Paliverse em seu projeto DualSenseX.
This program uses API created by Paliverse in its DualSenseX project.

## Como baixar e instalar
## How to download and install

Para usar os Gatilhos Adaptáveis voce precisa
To use Adaptive Triggers you need

* Baixar o **DualSenseX-Setup.zip** nas Assets [latest release](https://github.com/Paliverse/DualSenseX/releases/latest).
* Para instalar, double-click `DualSenseX-Setup.exe`.
* Download **DualSenseX-Setup.zip** from Assets [latest release](https://github.com/Paliverse/DualSenseX/releases/latest).
* To install, double-click `DualSenseX-Setup.exe`.

* Voce precisar instalar o ViGEmBus Driver para que funcione:
* Download the latest `ViGEmBus` drivers from the [ViGEmBus release page](https://github.com/ViGEm/ViGEmBus/releases/latest).
* To install, double-click `ViGEmBus_Setup_{version}.exe` and follow the instructions presented.
* You need to install the ViGEmBus Driver for it to work:
* Download the latest `ViGEmBus` drivers from the [ViGEmBus release page](https://github.com/ViGEm/ViGEmBus/releases/latest).
* To install, double-click `ViGEmBus_Setup_{version}.exe` and follow the instructions presented.

* HidHide Driver (Opcional):
* Baixa a ultima versão do `HidHide` drivers na [Página do HidHide](https://github.com/ViGEm/HidHide/releases/latest).
* Para instalar double-click `HidHideMSI.msi` e siga as instrucões apresentadas.
* **LEMBRE-SE DE REINICIAR OC PC APÓS INSTALAR PARA QUE FUNCIONE**
* HidHide Driver (Optional):
* Download the latest version of the `HidHide` drivers from [HidHide Page](https://github.com/ViGEm/HidHide/releases/latest).
* To install double-click `HidHideMSI.msi` and follow the instructions.
* **REMEMBER TO RESTART OC PC AFTER INSTALLING TO WORK**

Após seguir estes passos, voce estará com o DualSenseX, agora voce precisa baixar o DualSenseAT


## **Jogos Suportados:**
## **Supported Games:**
- Resident Evil 5 (Steam)
- Euro Truck Simulator 2 (Steam) [Tutorial](https://github.com/josealissonbr/DualSenseAT/wiki/Tutorial-Para-Euro-Truck-Simulator-2)


`A lista de jogos ainda é pouca, mas se voce tem conhecimento básico em Point Scanner usando Cheat Engine, voce pode adicionar qualquer jogo que quiser, Cuidado para não usar em jogos online ou com AntiCheat, pois o uso de Cheat Engine neles, pode ocasionar Banimento, por isso somente recomendo em jogos Offline.`
**Este Aplicativo funciona como um Trainer, ele irá ler certos lugares da Memória do JOGO logo não deve usar em Jogos Online ou com AntiCheats, pois isso pode te banir.**
`The list of games is still small, but if you have basic knowledge in Point Scanner using Cheat Engine, you can add any game you want, Be careful not to use it in online games or with AntiCheat, because the use of Cheat Engine in them, can cause Banishment, so I only recommend it in Offline games.`
**This App works as a Trainer, it will read certain places in the GAME Memory so you should not use it in Online Games or with AntiCheats, as this may ban you.**
79 changes: 79 additions & 0 deletions app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- Opções de Manifesto UAC
Se você deseja alterar o nível de Controle de Conta de Usuário do Windows, substitua o nó requestedExecutionLevel
por um dos seguintes.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Especificar o elemento requestedExecutionLevel desabilitará a virtualização de arquivos e Registro.
Remova esse elemento se seu aplicativo requer essa virtualização para compatibilidade
com versões anteriores.
-->
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Uma lista das versões do Windows nas quais este aplicativo foi testado e
com as quais ele foi projetado para trabalhar. Remova a marca de comentário dos elementos apropriados
e o Windows selecionará automaticamente o ambiente mais compatível. -->

<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->

<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->

<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->

<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->

<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->

</application>
</compatibility>

<!-- Indica que o aplicativo tem reconhecimento de DPI e não será dimensionado automaticamente pelo Windows em caso de DPIs
mais altos. Os aplicativos do WPF (Windows Presentation Foundation) têm reconhecimento automático de DPI e não precisam
aceitar esta configuração. Os aplicativos do Windows Forms direcionados ao .NET Framework 4.6 que aceitam esta configuração
também devem ter a configuração 'EnableWindowsFormsHighDpiAutoResizing' definida como 'true' no app.config.
Esta opção faz com que o aplicativo reconheça caminhos longos. Confira https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
<!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
-->

<!-- Habilita temas para caixas de diálogo e controles comuns do Windows (Windows XP e posteriores) -->
<!--
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
-->

</assembly>
Binary file added bin/Debug/Microsoft.Win32.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.AppContext.dll
Binary file not shown.
Binary file added bin/Debug/System.Collections.Concurrent.dll
Binary file not shown.
Binary file added bin/Debug/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file added bin/Debug/System.Collections.Specialized.dll
Binary file not shown.
Binary file added bin/Debug/System.Collections.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.ComponentModel.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.ComponentModel.TypeConverter.dll
Binary file not shown.
Binary file added bin/Debug/System.ComponentModel.dll
Binary file not shown.
Binary file added bin/Debug/System.Console.dll
Binary file not shown.
Binary file added bin/Debug/System.Data.Common.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.Contracts.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.Debug.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.FileVersionInfo.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.Process.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.StackTrace.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.Tools.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.TraceSource.dll
Binary file not shown.
Binary file added bin/Debug/System.Diagnostics.Tracing.dll
Binary file not shown.
Binary file added bin/Debug/System.Drawing.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.Dynamic.Runtime.dll
Binary file not shown.
Binary file added bin/Debug/System.Globalization.Calendars.dll
Binary file not shown.
Binary file added bin/Debug/System.Globalization.Extensions.dll
Binary file not shown.
Binary file added bin/Debug/System.Globalization.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.Compression.ZipFile.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.Compression.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.FileSystem.DriveInfo.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.FileSystem.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.FileSystem.Watcher.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.FileSystem.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.IsolatedStorage.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.MemoryMappedFiles.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.Pipes.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.UnmanagedMemoryStream.dll
Binary file not shown.
Binary file added bin/Debug/System.IO.dll
Binary file not shown.
Binary file added bin/Debug/System.Linq.Expressions.dll
Binary file not shown.
Binary file added bin/Debug/System.Linq.Parallel.dll
Binary file not shown.
Binary file added bin/Debug/System.Linq.Queryable.dll
Binary file not shown.
Binary file added bin/Debug/System.Linq.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Http.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.NameResolution.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.NetworkInformation.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Ping.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Requests.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Security.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.Sockets.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.WebHeaderCollection.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.WebSockets.Client.dll
Binary file not shown.
Binary file added bin/Debug/System.Net.WebSockets.dll
Binary file not shown.
Binary file added bin/Debug/System.ObjectModel.dll
Binary file not shown.
Binary file added bin/Debug/System.Reflection.Extensions.dll
Binary file not shown.
Binary file added bin/Debug/System.Reflection.Primitives.dll
Binary file not shown.
Binary file added bin/Debug/System.Reflection.dll
Binary file not shown.
Binary file added bin/Debug/System.Resources.Reader.dll
Binary file not shown.
Binary file added bin/Debug/System.Resources.ResourceManager.dll
Binary file not shown.
Binary file added bin/Debug/System.Resources.Writer.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Runtime.Extensions.dll
Binary file not shown.
Binary file added bin/Debug/System.Runtime.Handles.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Runtime.InteropServices.dll
Binary file not shown.
Binary file added bin/Debug/System.Runtime.Numerics.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Runtime.Serialization.Json.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Runtime.Serialization.Xml.dll
Binary file not shown.
Binary file added bin/Debug/System.Runtime.dll
Binary file not shown.
Binary file added bin/Debug/System.Security.Claims.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Security.Cryptography.Csp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/System.Security.Principal.dll
Binary file not shown.
Binary file added bin/Debug/System.Security.SecureString.dll
Binary file not shown.
Binary file added bin/Debug/System.Text.Encoding.Extensions.dll
Binary file not shown.
Binary file added bin/Debug/System.Text.Encoding.dll
Binary file not shown.
Binary file added bin/Debug/System.Text.RegularExpressions.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.Overlapped.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.Tasks.Parallel.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.Tasks.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.Thread.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.ThreadPool.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.Timer.dll
Binary file not shown.
Binary file added bin/Debug/System.Threading.dll
Binary file not shown.
Binary file added bin/Debug/System.ValueTuple.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.ReaderWriter.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.XDocument.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.XPath.XDocument.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.XPath.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.XmlDocument.dll
Binary file not shown.
Binary file added bin/Debug/System.Xml.XmlSerializer.dll
Binary file not shown.
Binary file added bin/Debug/netstandard.dll
Binary file not shown.
Binary file modified obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file modified obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Loading

0 comments on commit 052fbfe

Please sign in to comment.