DBD3.1.2 is Work (DBD3.1.2正常工作)
Fixed 3.1.2 Unable to get KEY token problem (修改3.1.2无法获取令牌KEY问题)
join our Discord server to get the latest news at any time! (你可以加入我们的Discord,已获取最新动态)
Dead By Daylight Hacking Group:https://discord.gg/um8jGc2 (我们的Discord服务器)
Download Link(下载地址): DownLoad GetKeyToolsKernel2.0.zip
GetKeyToolsKernel2.0 已被检测到,过时,请不要使用! 请看下面最新方法
GetKeyToolsKernel2.0 Has been detected, outdated, please do not use! Please see the latest method below
you need bypass (你需要绕过EAC)
use
Cheat Engine
get the key (使用Cheat Engine
获取KEY)
openProcess("DeadByDaylight-Win64-Shipping.exe")
--31 34 30 30 30 30 30 30
--31 00 34 00 30 00 30 00 30 00 30 00 30 00 30 00
result=AOBScan('31 00 34 00 30 00 30 00 30 00 30 00 30 00 30 00')
--print(result,result.Count)
if result.Count < 1 then
messageDialog("No relevant results were found or the system was not supported. It is recommended to restart the system.", mtError, mbOK)
else
local op = getAddress(result[0])
--print("HEX:"..string.format("%06X",op).."->"..result.Count)
local keyid=readString(op,2000,true)
print('You DBD Key:'..keyid)
messageDialog('GetKey Success!',mtInformation,2)
end
result.destroy()
openProcess("DeadByDaylight-Win64-Shipping.exe")
Tag='FF FF FF FF 01 00 00 00 38 16 27 B4 F6 7F 00 00 00 00 00 00 00 00 00 00 21 00 00 00 40 00 00 00 FF FF FF FF 00 00 00 00'
result=AOBScan(Tag)
--print(result,result.Count)
if result.Count < 1 then
messageDialog("No relevant results were found or the system was not supported. It is recommended to restart the system.", mtError, mbOK)
else
local op = getAddress(result[0])-0x70
--print("HEX:"..string.format("%06X",op).."->"..result.Count)
writeInteger(op,1000000)
--local keyid=readString(op,2000,true)
--print('You DBD Key:'..keyid)
messageDialog('重置100W血点成功',mtInformation,2)
end
result.destroy()