Seeking The Raiders of Escape Games by Aelie

Talayata

Newbie
Jan 13, 2021
24
4
Hello, I would like to ask if you have played (DBMaster8) works such as Lia's Adventure, I think it is pretty good, but I regret that I really can't pass the level, can I ask anyone who has a strategy for this game, after all, I like this very much style and story.

If anyone hasn't experienced it yet, this is the link to the game:
 

anvarmt

New Member
Sep 23, 2017
4
3
You can use this cheat (execute in console) (On pressing key '*', all bondage and buffs will be removed)

document.addEventListener('keydown', (e)=>{
if (e.key=='*') {
for (p in players) {
for (b in players[p].bindings) removeItem(p,b)
for (b in players[p].buffs) removeBuff(p,b)
}
}
})