shlifedev
shlifedev
guide here : https://github.com/shlifedev/.net-imgui-native-build-guide cimgui 1.82 dlls : https://github.com/shlifedev/.net-imgui-native-build-guide/releases/tag/1.82 ❤️
if you want use `imgui,implot` then, - reference [ImGui.NET/src/ImGui.NET](https://github.com/mellinoe/ImGui.NET/tree/master/src/ImGui.NET) in your project - reference [ImGui.NET/src/ImPlot.NET](https://github.com/mellinoe/ImGui.NET/tree/master/src/ImPlot.NET) in your project and add your .exe build folder `cimgui.dll, cimplot.dll`
```cs public void WriteMemory_PositionX(float value) { int _offset_vec2_position = 80; var netTransform = ((int)Instance.NetTransform + _offset_vec2_position); var targetPointer = netTransform + 4; Cheese.mem.WriteMemory(targetPointer.GetAddress(), "float", value.ToString()); } public void WriteMemory_PositionY(float value)...
i recently released the radar source code. [click here](https://github.com/shlifedev/AmongUsRadar) :)
https://github.com/shlifedev/AmongUsRadar/blob/master/AmongUsCheeseCake/AmongUsCheeseCake/Game/PlayerControll.cs
use freeze function in memory.dll
I have same issue :( It worked fine for the 2019.3 project. However, after updating the project to unity 2020.1.10f1, a problem occurred.
Try My `RunDriver.bat` instead of kdmapper ```bat set abc=%~dp0/valthrun-driver.sys sc stop faceit sc stop vgc sc stop vgk sc stop ESEADriver2 sc stop AhnLabSecurity sc delete AhnLabSecurity sc create AhnLabSecurity...