View difference between Paste ID: Z0aycwGD and qbKBctD6
SHOW: | | - or go back to the newest paste.
1-
edit: a quick example of how the search could work
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-
while_i_am (searching through your computer files) //at this point your OS will report each file as 'accessed' from esea's anticheat
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-
        Upload_File_To_ESEA; //Great! We found a known hack on the PC, ban this player
5+
   else (the_current_file ISNOT the_hack_we're_looking_for)
6-
   else (the_current_file ISNOT the_hack_we're_looking_for
6+
         Skip_File; [i]//File is useless to us[/i]
7-
         Skip_File; //File is useless to us
7+