🔒 Closed Flyff auto attack

Status
Not open for further replies.
Working na ko hehehe ang problem ko is sobrang lag laging na ddc
Code:
            for (;; Sleep(10)) {
                //checking if may target na
                ReadProcessMemory(handle, (LPCVOID)(dw_select + 0x20), &selected, 4, 0);
                if (selected == 0) {
                    //go here pag wala

                    //location address Neuz.exe+85EABC
                    ReadProcessMemory(handle, (LPCVOID)(base_addr + 0x85EABC), &rand_target, 4, 0);

                    //writing to select address rand target val
                    WriteProcessMemory(handle, (LPVOID)(dw_select + 0x20), &rand_target, 4, 0);
                }
            }
 
Status
Not open for further replies.

About this Thread

  • 9
    Replies
  • 6K
    Views
  • 5
    Participants
Last reply from:
m2gleason

Trending Topics

Online now

Members online
1,071
Guests online
845
Total visitors
1,916

Forum statistics

Threads
2,277,000
Posts
28,973,674
Members
1,229,682
Latest member
JhayPureno13
Back
Top