rdsedmundo

C4 - HACK by Kyl3 ;)

Sep 6th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. plantando (1) = 0x7D + Fast
  2. plantando (2) = 0xFD + Fast
  3. Fast - 0x1F = Γ‘rea f
  4. Fast - 0x7 = protect (3 BYTES)
  5. Fast - 0xF = Time
  6.  
  7. plantando1 + 0x8 = nextSlotPlantando
  8. plantando1 + 0x88 = nextSlotPlantando2
  9.  
  10. A70C90
  11. +
  12. 144
  13. 244
  14. 1C
  15. 2D4
  16. 433
  17.  
  18.  
  19.  
  20.  
  21. /* private void timer2_Tick(object sender, EventArgs e)
  22. {
  23. while (is_Comp == false)
  24. {
  25. // A70CA8 [0x45530] []
  26.  
  27. for (int i = 0; i < 8; i++)
  28. {
  29. if (int.Parse(Trainer.ReadPointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B - 0xC }).ToString()) != 0) // plantada
  30. {
  31. timer2.Stop();
  32. is_Comp = true;
  33. }
  34.  
  35. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) }, 0x00);
  36.  
  37. for (int iZ = 0; iZ < 8; iZ++)
  38. {
  39. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) + 0x7D - (iZ * 0x8) }, 0x01); // plantando 1
  40. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) + 0xFD - (iZ * 0x8) }, 0x01); // plantando 2
  41. }
  42.  
  43. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) - 0x1F }, 0x01); // Γ‘rea
  44. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) - 0x7 + 0x1 }, 0x00); // protect 1
  45. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) - 0x7 + 0x2 }, 0x00); // protect 2
  46. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) - 0x7 + 0x3 }, 0x00); // protect 3
  47. Trainer.WritePointerByte("PointBlank", 0xA70CA8, new int[] { 0x45530, 0x3B + (i * 0x8) - 0x7 + 0x4 }, 0x3E); // protect 4
  48.  
  49. Thread.Sleep(3);
  50. }
  51. }
  52. }*/
Add Comment
Please, Sign In to add comment