WKE Cosmetics Scripting,Matching Problems!!.
So lately my friend is playing with a script with all skins cosmetic script
sig = "32 C0 40 84 ED 48 8B AC 24"
flags = "+X-W-C"
result = AOBScan(sig, flags)
if result.Count ~= 1 then
messageDialog("Invalid signature", mtError, mbOK)
else
local op = getAddress(result[0]) + 0x0D
if readBytes(op) ~= 0x75 then
messageDialog("Unexpected instruction", mtError, mbOK)
else
writeBytes(op, 0xEB, 0x32)
messageDialog("Game has been patched!\n--xoreaxeax", mtInformation, mbOK)
end
end
Whenever i try to join matches with the script on survivor i get error due to you have been disconnected from the host or something like that.
If there's a solution im begging you help
!.
sig = "32 C0 40 84 ED 48 8B AC 24"
flags = "+X-W-C"
result = AOBScan(sig, flags)
if result.Count ~= 1 then
messageDialog("Invalid signature", mtError, mbOK)
else
local op = getAddress(result[0]) + 0x0D
if readBytes(op) ~= 0x75 then
messageDialog("Unexpected instruction", mtError, mbOK)
else
writeBytes(op, 0xEB, 0x32)
messageDialog("Game has been patched!\n--xoreaxeax", mtInformation, mbOK)
end
end
Whenever i try to join matches with the script on survivor i get error due to you have been disconnected from the host or something like that.
If there's a solution im begging you help
!.