09.04.2011, 14:38
You do realize that for loops execute slower than manual loops, right? So part of your tutorial is wrong, manually inputting your code like in your example instead of using a for loop to do it for you is actually worse for speed, the only thing it's good for is cutting the size of your PWN file.