UnkwUsr / hlhax

Cheat for goldsrc based games on Linux. Dynamic loaded library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10000 as for loop condition

8dcc opened this issue · comments

commented

for(int i = 0; 10000; i++) {

Probably a typo: i < 10000

Ah, yea, good find. It was an old piece of code, and with a fresh sight I realized that this could be done in a much simpler way. Take a look: edc2535 :D

Any address just guaranteed to have an aligned address, so if use loop approach, it have to be truly infinite