Jump to content

rtk217

Active Members
  • Posts

    29
  • Joined

  • Last visited

rtk217's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. this things dont help me i want to read! a value not to change one! so all i want to know is if i got the correct pointer and the correct offset how do i get the address! im talking about programing in autoit is this what i should do: $life = 0x6F8B6379 + 668 $pid = WinGetProcess("Minesweeper") msgbox(0,"title",$pid) $memh = _MemOpen (0x0010 , false , $pid) $v_life = _MemRead($memh, $life, 1) msgbox(0,"",$v_life) _memclose ($memh)
  2. ok now help me the pointer is 6F8B6379 + offset 668 (not hexdecimal) then i get this address 6F8B6615 i know the value of my HP is on 0100579C but when i read 6F8B6615 i get value 0 so how do i get from the offset and the pointer to the address i want
  3. dont want to save i want to log keys that cant be logged say from a game client u can think about it like a keylogger
  4. well at first attack was part of main so i think im gonna put that back in main and improve some functions in the code. any suggestions how to make it more efficiant in resources and size? ok this is the new code hope it will work without bugs! mse.au3
  5. so can u give me any other solutions to solve this problem?
  6. man iyt doesnt happen at the spot it happens after like 30 minutes of the program running im thinking myself recursion is a function that calls itself or a function that calls another function to call her but uses inhertiage of its own defined variables. there is no recursion should i write another func that will be called from attack and then call main? i really dont know where this gone wrong
  7. naaa still have the recursive problem im thinking of reprogramming this program maybe make an include file with some of the commands in function main. u are correct its main that causes this to happen but i still dont understand why, the function doesnt call it self or inherit itself. meanwhile i did that after 300 runs of function main ( i read in the help file of autoit that recursive maximum is 384) the program restarts itself. plz i need something better
  8. can i do the same thing but the key when its pressed autoit doesnt recognize is so i have to use _ispressed script someone posted which checks directly from keyboard input. can i do that?
  9. ok the exact error is: recursion level has been exceeded - autoit will now terminate program in order to prever stack overflow. mse.au3
  10. i use neither one of this i only have one constant array and i dont have any recursive functions here is a link to the code http://planet.nana.co.il/rtk217de/mse.au3
  11. plz help me the code above give me after 20 minutes of running an error that says "recursive error exceeded to prever stack overflow the program is going to be closed"
  12. dude all the values that i wrote are right the life was stored at: A021B58 and the offset is 4a0 found the address with tsearch then did autohack i found ecx+4a0 so i did A021B58-4A0 then i convert it to decimal and searched a memory address with that value what i got was 80D96c so i natulraly assume that this is the pointer. im talking about DMA method for memory address
  13. ohhh anyway the scite compiler reoprt 5 errors in your code so i think u should check that maybe it has something to do with that
  14. ok u must help either something is wrong with my code or something in urs u seethe program is using DMA meanning i need to use the pointer, get the value from the pointer, the value is Dec, convert the value to hex, add to the hex 4A0/1184, and check the value in the address i got. can u help me??? pointer address: 80D96c value: 167909048 Add: 4A0 get: A021B58
  15. i love u man in my pov this is the only thing left to do in autoit writing to memory address and reading thats all i really needed can u give me some info about the function what variables should i give the functions and what will the functions return?
×
×
  • Create New...