|
| 1 | +# Install Guide |
| 2 | +[Simple Video Guide](https://youtu.be/1Ug1PUPSozg)<br> |
| 3 | + |
| 4 | +## Installing Dependencies |
| 5 | + |
| 6 | +Download The Latest [MemProcFS Release](https://github.com/ufrisk/MemProcFS/releases). Install The win_x64 File. <br> |
| 7 | +<p align="Left"> |
| 8 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/3588044d-05ec-4f6e-a1e7-e1387f3a9214" |
| 9 | + style="width: 85%;" /> |
| 10 | +</p> |
| 11 | +Drag And Drop The Contents Into The Build Directory.<br> |
| 12 | + |
| 13 | + |
| 14 | +[Download the FTD3xx Dlls](https://ftdichip.com/wp-content/uploads/2024/01/FTD3XXLibrary_v1.3.0.9.zip) |
| 15 | +In the .rar file navigate to FTD3XXLibrary->x64->DLL |
| 16 | + |
| 17 | +<p align="Left"> |
| 18 | + <img src="https://github.com/IntelSDM/RustDMACheat/assets/86087830/3a26c1d1-689f-48a5-897a-ca873e74b89e" |
| 19 | + style="width: 75%;" /> |
| 20 | +</p> |
| 21 | +Drop them into the build directory.<br> |
| 22 | + |
| 23 | + |
| 24 | +Before: |
| 25 | +<p align="Left"> |
| 26 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/b08eeae5-c537-47f9-bf6f-f4a82a376d07" |
| 27 | + style="width: 75%;" /> |
| 28 | +</p> |
| 29 | +After: |
| 30 | +<p align="Left"> |
| 31 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/823bf9f1-a346-4672-891c-fdaa3d572eed" |
| 32 | + style="width: 75%;" /> |
| 33 | +</p> |
| 34 | + |
| 35 | +## Environment Variables |
| 36 | + |
| 37 | +Now Python Must Be Set Up.<br> |
| 38 | +[Install Python 3.8](https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe)<br> |
| 39 | +Find your install directory, This should be: |
| 40 | +``` |
| 41 | +AppData\Local\Programs\Python\Python38 |
| 42 | +``` |
| 43 | +Open Environment Variables: |
| 44 | +<p align="Left"> |
| 45 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/a44e7eaa-f09d-4cf3-9c38-05a8658bb16c" |
| 46 | + style="width: 50%;" /> |
| 47 | +</p> |
| 48 | +<p align="Left"> |
| 49 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/1ec41330-8f64-4305-9214-d397f289d343" |
| 50 | + style="width: 50%;" /> |
| 51 | +</p> |
| 52 | +<p align="Left"> |
| 53 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/21d25bf3-e4bf-4188-979e-7677a05435b7" |
| 54 | + style="width: 50%;" /> |
| 55 | +</p> |
| 56 | +<p align="Left"> |
| 57 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/cb8fd603-866e-4d96-8def-3ddcdfc3dd05" |
| 58 | + style="width: 50%;" /> |
| 59 | +</p> |
| 60 | +In The Variable Value Add The Python Path And Python Script Path. Like This(the \dev\ should be your windows username): |
| 61 | + |
| 62 | +``` |
| 63 | +C:\Users\dev\AppData\Local\Programs\Python\Python38 |
| 64 | +C:\Users\dev\AppData\Local\Programs\Python\Python38\Scripts |
| 65 | +``` |
| 66 | +Then Add A Semi Colon Inbetween Them As Such: |
| 67 | + |
| 68 | +``` |
| 69 | +C:\Users\dev\AppData\Local\Programs\Python\Python38;C:\Users\dev\AppData\Local\Programs\Python\Python38\Scripts |
| 70 | +``` |
| 71 | + |
| 72 | +<p align="Left"> |
| 73 | + <img src="https://github.com/IntelSDM/RustDmaCheat/assets/86087830/36dd33b7-632a-4518-b7f5-a7c2ca3fcacb" |
| 74 | + style="width: 80%;" /> |
| 75 | +</p> |
| 76 | +Apply These Changes And You Will Be Ready To Go. |
0 commit comments