Search found 7 matches

by r3dp1ll
29 Aug 2018, 13:35
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

Ok, here I am again. My head is going to explode, your code is so complex for a newbie like me lol But I learned a lot. It took me a lot of time to look for the functions and dll you use and to try to understand their jobs. I did my best but there are still things that I do not understand and that I...
by r3dp1ll
28 Aug 2018, 14:44
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

Hey, your code works perfectly. Is it reusable? As an object in C ++? Basically, if I call your functions and I just update the parameters normally it should work no ? On all games or so it may not be compatible with others? Ok, it will be useful, I will keep them in my personal library, but there I...
by r3dp1ll
28 Aug 2018, 02:36
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

When i use the key F6 , (the one that allows me to change the value), I check with the msgbox if the value has changed, but it always displays the same as before (0x64) . I just did it on purpose to make sure that the value had not changed without the game refreshing this data. Knowing that it woul...
by r3dp1ll
27 Aug 2018, 18:26
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

Thank you for your answer :) Yep, but before i tried : WriteProcessMemory(win_id, valueHealthAdressHex, 200, addr_offset = 0x0, value_size = 4) don't work, i tried that too : WriteProcessMemory(win_id, valuePlayerObjectPointerHex, 200, addr_offset = 0xF8, value_size = 4) don't work too. so i'm total...
by r3dp1ll
27 Aug 2018, 04:35
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

Ok, Can someone explain to me how to use a writeprocessmemory? I use several functions found here, and nothing works. I think I'm going wrong with the parameters or so ... I do not know. Please a little help would be welcome! I want to try to change the amount of health points, 100 to 200. #NoEnv Se...
by r3dp1ll
26 Aug 2018, 10:53
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

In fact, I did other researchs, other tests in the meantime and I ended up finding: #NoEnv SetWorkingDir %A_ScriptDir% ReadMemory(MADDRESS, pOffset = 0, PROGRAM = "ac_client.exe") { Process, wait, %PROGRAM%, 0.5 pid = %ErrorLevel% if pid = 0 { return } VarSetCapacity(MVALUE,4) ProcessHandle := DllCa...
by r3dp1ll
26 Aug 2018, 05:37
Forum: Ask for Help (v1)
Topic: Read / Write memory (beginner level)
Replies: 20
Views: 18327

Re: Read / Write memory (beginner level)

Ok,

Always the same thing, I can only have the PID and the hwnd, as I had them at the beginning.
Other functions does not return nothing.

I'm here with my pointers and I do not know how to use them from the base address. I'm still searching... If u have any idea...

Go to advanced search