Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. I guess I lied when I said I wouldn't ask for any more help haha.
  2.  
  3. So now with the indentation everything works perfectly.
  4.  
  5. For me, chunk 1 used the portdiff 2 so I make sure to set portdiff!=2
  6.  
  7. The index slowly decreases however I've noticed an issue.
  8.  
  9. Example, Lets say I get this from the server on my first run <code>[0, 15, 16, 17, 22, 40, 41, 50, 101, 109, 111, 822, 891, 964]</code>
  10.  
  11. Obviously it won't be any number less than 100. So then I take that array and throw it into the brute loop.
  12. When I run it again the index's won't align up.
  13.  
  14. Example: <code>[109, 822, 964]<code> in the brute will look like <code>[0, 1, 2]</code> in the server thus losing tract.
  15.  
  16. How did you get around that?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement