Jump to content

blaqmail

Members
  • Posts

    2
  • Joined

  • Last visited

blaqmail's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks for the help. I ended up using a mix of nomad and krymem to get it to work, but I am knee deep in it again and glad to got a reply. When ever possible I prefer using non-ethnic stereotype engineering in my programs so I hope this will take care of it. P.S. For all those people out there that are gritting their teeth thinking "He's making a bot!" maybe you could say it is.. It's to read game chat to me because I miss out on so much in a game because I can't keep up wit the chat. Nope same message maybe I got a bad copy of kry.
  2. I'm not as learned as you guys in this and I'm having a lil trouble. I'm trying to get a char[20] read from a pointer, when I use _Process_ReadMemory it does this: C:Program Files (x86)AutoIt3IncludeKryMemory.au3 (158) : ==> Subscript used with non-Array variable.: Local $ahCall = DllCall($ahHandle[0], "bool", "ReadProcessMemory", "handle", $ahHandle[1], "dword_ptr", $ivAddress, "ptr", DllStructGetPtr($vReadData), "ulong_ptr", DllStructGetSize($vReadData), "ptr", DllStructGetPtr($vNumberOfBytesRead)) Local $ahCall = DllCall($ahHandle^ ERROR ^ was a single read so I don't know why I would need an array. I would use _Process_ReadMemoryPointer but I can't seem figure how the array should be laid out. Is it just [0] = 1st offset and so on? If it is then I musta done something else wrong. Just a simple example would do me a world of good because I'm one of gods jokes a dyslexic person who likes to program.
×
×
  • Create New...