Çözüldü Fortnite CR3 & EXTERNAL

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Trydos12

Silver Üye
Katılım
16 Ocak 2023
Mesajlar
57
Beğeniler
4
--ENG--
I noticed that my ESP disappears after 2-3 seconds
probably Cr3 has been updated, does anyone have an updated method?
or a ready-made function that will improve my source so that I can use my Cheat again?

--TUR--
ESP'min 2-3 saniye sonra kaybolduğunu fark ettim
muhtemelen Cr3 güncellendi, güncellenmiş bir yöntemi olan var mı?
veya Hilemi tekrar kullanabilmem için kaynağımı iyileştirecek hazır bir işlev?
 
There is several ways to accomplish this.

Walk through PFN database, physical address range and compare PFN PTE frame with the physical address shifted by 12 bits (<<12) If they are equal it means you found self referenced pml4 and can be sure that that's a pml4 base.

With the physical address you found try to read an address you sure it's %100 present in game's virtual address context, for example game base address, compare it with the PE and DOS signature, If they are match congratulations you found page directory base they use. If they don't match, continue your loop and seek for next match untill you find one.

This method called brute forcing.

Btw self reference method doesn't work everytime, for example on battlefield's EAAC but I'm sure it works for EAC.
 
There is several ways to accomplish this.

Walk through PFN database, physical address range and compare PFN PTE frame with the physical address shifted by 12 bits (<<12) If they are equal it means you found self referenced pml4 and can be sure that that's a pml4 base.

With the physical address you found try to read an address you sure it's %100 present in game's virtual address context, for example game base address, compare it with the PE and DOS signature, If they are match congratulations you found page directory base they use. If they don't match, continue your loop and seek for next match untill you find one.

This method called brute forcing.

Btw self reference method doesn't work everytime, for example on battlefield's EAAC but I'm sure it works for EAC.
I will try to do it, but when I modified cr3 I got a bluescreen


EAC has not been updated in Apex, I checked it

Mainly probably just RUST and Fortnite
 
I will try to do it, but when I modified cr3 I got a bluescreen


EAC has not been updated in Apex, I checked it

Mainly probably just RUST and Fortnite


You don't need to modify it for example don't __writecr3(), you resolve their pdb with the method I said above and then use it for your physical read/write.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

  Şuanda konuyu görüntüleyen kullanıcılar


Üst Alt