2019年2月17日星期日

Stop java event listener in Cheat Engine Script

function java_StopListeneningForEvents()
  javapipe.lock();
  javapipe.writeByte(JAVACMD_STOPCODECALLBACKS)


  --the javapipe will now be frozen until a javaeventpipe makes an connection
  --createNativeThread(JavaEventListener);

  javapipe.unlock();
end

没有评论:

发表评论