AssaultCubeHack icon indicating copy to clipboard operation
AssaultCubeHack copied to clipboard

Aimbot, ESP(wall hack) and memory hack for AssaultCube

Results 5 AssaultCubeHack issues
Sort by recently updated
recently updated
newest added

- the player with connection ID 0 is no longer ignored by aimlock and esp - Player name and health can now be displayed

i suck at assaultcube how do you use this

```C# //Get permission for working with UnmanagedCode //msdn.microsoft.com/en-us/library/xc5yzfbx(v=vs.110) //msdn.microsoft.com/en-us/library/ff648663.aspx#c08618429_020 try { SecurityPermission sp = new SecurityPermission(SecurityPermissionFlag.UnmanagedCode); sp.Demand(); } catch (Exception ex) { Console.WriteLine("Demand for SecurityPermissionFlag.UnmanagedCode failed: " + ex.Message); }...

How do you insert the scripts using a mac? This looks interesting to hack, and I don't have a computer that has windows that really sucks.

When building in release mode, ReadProcessMemory() or GCHandle.Alloc() cause an AccessViolationException Debug build works fine. Only happens in release. Strange....