2019年2月17日星期日

Rise to Ruins Trainer

This trainer needs  Cheat Engine (>=6.6) to be installed .

Currently works with Rise to Ruins InDev 32b. This script will refill your influence automatically. 

The process of Rise to Ruins is a javaw executable, be careful of other javaw processes when open process in CE.
update:
  • GUI added.
  • Script saved as .CT file.
  • Super Speed villagers

Download: https://github.com/SimonTheCoder/rise_to_ruins_trainer/releases







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