Recently finished my H1Z1 Cheat and found a problem with pimps source that might have altered over the update or whatever happened. This is a fix for Pimpsys H1Z1 Cheat if you're using it with a bypass, if not youll need one. I have tested this and it works fine but I have a bypass so be sure you have one too before commenting and complaining it dont work.

[PHP]
Code:
//posOffset = Main.GameMemory.ReadInt64(Base + 0x2A0); //This is no longer valid
xyz = Main.GameMemory.ReadBytes(Base + 0x3E0, 4 * 3); //Change 'posOffset' to 'Base'.
Position.X = BitConverter.ToSingle(xyz, 0);
Position.Y = BitConverter.ToSingle(xyz, 4);
Position.Z = BitConverter.ToSingle(xyz, 8);
//if (readYaw) Yaw = Main.GameMemory.ReadFloat(Base + 0x460);  [/PHP]
and

[PHP]
Code:
 //posOffset = Main.GameMemory.ReadInt64(Base + 0x2A0); //This is no longer valid
xyz = Main.GameMemory.ReadBytes(Base + 0x3880, 4 * 3); //Change 'posOffset' to 'Base'.
Position.X = BitConverter.ToSingle(xyz, 0);
Position.Y = BitConverter.ToSingle(xyz, 4);
Position.Z = BitConverter.ToSingle(xyz, 8);
//if (readYaw) Yaw = (float)Math.Atan2(Main.GameMemory.ReadFloat(posOffset + 0x380), Main.GameMemory.ReadFloat(posOffset + 0x558)) - 0.5f * (float)Math.PI; [/PHP]
You can also add 'PM me for any additional help with the source or create a new thread with the question'. or contact my skype Robertthebeachboy2