Advertisement
Guest User

Untitled

a guest
Nov 24th, 2013
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while_i_am (searching through your computer files) [i]//at this point your OS will report each file as 'accessed' from esea's anticheat even though all it's doing is retrieving the name and other identifying marks from it[/i]
  2. {
  3. if(the_current_file EQUALS the_hack_we're_looking_for)
  4. Upload_File_To_ESEA; [i]//Great! We found a known hack on the PC, ban this player[/i]
  5. else (the_current_file ISNOT the_hack_we're_looking_for)
  6. Skip_File; [i]//File is useless to us[/i]
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement