Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zxc88645/poe-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc88645 committed Oct 15, 2020
2 parents db6e86d + aec4cf2 commit 773df57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/maper_CE_3.12.4.ct
Original file line number Diff line number Diff line change
Expand Up @@ -765,4 +765,15 @@ unregistersymbol(PathOfExile_x64.exe)
<UserdefinedSymbols/>
<Comments>Info about this table:
</Comments>
<LuaScript>function poeattach(timer)
if getProcessIDFromProcessName("PathOfExile_x64.exe") ~= nil then
object_destroy(timer)
openProcess("PathOfExile_x64.exe")
end
end

t=createTimer(nil);
timer_setInterval(t,10)
timer_onTimer(t,poeattach)
</LuaScript>
</CheatTable>

0 comments on commit 773df57

Please sign in to comment.