Advertisement
Cranch

Disable SkillCheck by PE4EHbKA

Mar 24th, 2021 (edited)
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. sig = "4C 8D 8C 24 80 00 00 00 45 33 C0 48 8B D3 48 8B CE E8 ?? ?? ?? ??"
  2. params = "+X-W-C"
  3. openProcess("DeadByDaylight-Win64-Shipping.exe")
  4. adr = AOBScan(sig,params)
  5. if adr.Count ~= 1 then
  6. messageDialog("Cannot get valid address",mtError,mbOK)
  7. else
  8. local res = getAddress(adr[0])
  9. writeBytes(res,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90)
  10. messageDialog("Game has been patched\nPE4EHbKA",mtInformation,mbOK)
  11. end
  12. adr.destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement