X-sploiT Posted May 23, 2007 Posted May 23, 2007 im trying to read from counter strike but it wont work,i got some ammo addresses and they work everytime i oopen up cs,maybe someone will find some ammo address and test em #include <Mem.au3> $Process = "hl.exe" $Pid = ProcessExists($Process) $h_open = _MemOpen($Pid) $temp = "0x" & "5F9FF4" $Read = _MemRead($h_open,$temp,4) MsgBox(0, "Test Box", "TEst: " & $Pid & " " & $Read & $Read[0] & $Read[1] & $Read[2] & $Read[3] & " " & $temp) MsgBox(0, "Test Box", "Test: " & _MemRev($Read)) _MemClose($h_open)
Paulie Posted May 23, 2007 Posted May 23, 2007 (edited) im trying to read from counter strike but it wont workVAC Owns You. Edited May 23, 2007 by Paulie
Sardith Posted May 23, 2007 Posted May 23, 2007 Vac2 owns him. Second off, those aren't static addresses. Google defeating DMA or look at the Cheat Engine forums. [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
X-sploiT Posted May 23, 2007 Author Posted May 23, 2007 cheat engine sucks for this i used artmoney vac doesnt own me fool i did it,well only for ct and m4 #include <Mem.au3> #include <Misc.au3> $Windowname= 'Counter-Strike' $Process = "hl.exe" $temp = "0x" & "02F1382C" HotKeySet("{INS}","EX") While 1 if WinActive($Windowname) then if _IsPressed("01")=1 then Check() EndIf EndIf sleep(1) wend Func Check() $Pid = ProcessExists($Process) $h_open = _MemOpen($Pid) $Read = _MemRead($h_open,$temp,4) if $Read[0]<2 Then send("{2}") endif EndFunc Func Ex() _MemClose($h_open) Exit endfunc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now