mchiappinam

MCTrainerBasic V0.1 + CleanLogs + Pointers, Offsets e Values

Dec 25th, 2012
1,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 2.61 KB | None | 0 0
  1. VB.NET ( Para facilitar a vida de vocês )
  2.  
  3. Head Hunter: WritePointerByte("PointBlank", &HA77CA8, 56, &H49D8D)
  4.  
  5. Partida Clube: WritePointerByte("PointBlank", &HA77CA8, 8, &H49D8D)
  6.  
  7. Shotgun FAKE: WritePointerByte("PointBlank", &HA77CA8, 18, &H49D8D)
  8.  
  9. Sniper FAKE: WritePointerByte("PointBlank", &HA77CA8, 20, &H49D8D)
  10.  
  11. Off: WritePointerByte("PointBlank", &HA77CA8, 0, &H49D8D)
  12.  
  13.  
  14. Baralho Hacker:
  15.  
  16. Dinossauros: WritePointerByte("PointBlank", &HA7865C, 16, &HD80)
  17.  
  18. Sobreviventes: WritePointerByte("PointBlank", &HA7865C, 17, &HD80)
  19.  
  20. Total: WritePointerByte("PointBlank", &HA7865C, 12, &HD80)
  21.  
  22.  
  23. Básicos:
  24.  
  25. Desequipar Arma Primária: WritePointerInteger("PointBlank", &HA77CA8, 0, &H468, &H0)
  26.  
  27. Repeat Hacker:
  28.         Dim MC As Integer
  29.         MC = ReadPointerInteger("PointBlank", &HA77CA8, &H49C98)
  30.         Dim MC2 As Integer
  31.         MC2 = MC - 5
  32.         WritePointerInteger("PointBlank", &HA77CA8, MC2, &H49C98)
  33.  
  34.  
  35. Wall-Name - TR:
  36.         Dim CT As Integer
  37.         CT = ReadPointerInteger("PointBlank", &HA77C74, &H310)
  38.         WritePointerInteger("PointBlank", &HA77C74, CT, &H32C)
  39.         WritePointerInteger("PointBlank", &HA77C74, CT, &H364)
  40.         WritePointerInteger("PointBlank", &HA77C74, CT, &H39C)
  41.         WritePointerInteger("PointBlank", &HA77C74, CT, &H3D4)
  42.         WritePointerInteger("PointBlank", &HA77C74, CT, &H40C)
  43.         WritePointerInteger("PointBlank", &HA77C74, CT, &H444)
  44.         WritePointerInteger("PointBlank", &HA77C74, CT, &H47C)
  45.         WritePointerInteger("PointBlank", &HA77C74, CT, &H4B4)
  46.  
  47. Wall-Name - CT:
  48.         Dim TR As Integer
  49.         TR = ReadPointerInteger("PointBlank", &HA77C74, &H32C)
  50.         WritePointerInteger("PointBlank", &HA77C74, TR, &H310)
  51.         WritePointerInteger("PointBlank", &HA77C74, TR, &H348)
  52.         WritePointerInteger("PointBlank", &HA77C74, TR, &H380)
  53.         WritePointerInteger("PointBlank", &HA77C74, TR, &H3B8)
  54.         WritePointerInteger("PointBlank", &HA77C74, TR, &H428)
  55.         WritePointerInteger("PointBlank", &HA77C74, TR, &H460)
  56.         WritePointerInteger("PointBlank", &HA77C74, TR, &H4D0)
  57.  
  58.  
  59.  
  60. Para quem não entende de VB.NET estarei ensinando onde está a Pointer, a Offset e o Value !
  61.  
  62.  
  63. Por exemplo: WritePointerInteger("PointBlank", &HA77C74, 10, &H4D0)
  64.  
  65. Ficaria assim: WritePointerInteger("Processo", &HPointer, Value, &HOffset 1)
  66.  
  67.  
  68. By: mchiappinam
  69.  
  70. Bom aproveito.
  71.  
  72.  
  73.  
  74. Download do MCTrainerBasic V0.1 + CleanLogs: http://www.mediafire.com/?nwem5890e45ad4u
  75.  
  76. Scan do MCTrainerBasic V0.1 + CleanLogs:https://www.virustotal.com/file/448e1c3c378e9059e3366a80186334686f721f74c0dd453fafa83bad9918b6d0/analysis/1356452620/
Advertisement
Add Comment
Please, Sign In to add comment