fork download
  1. rageAimer=True
  2.  
  3. def VACBan(id):
  4. print id, "has left the server (VAC banned from secure server)" # Lie to the users and tell them player was VACd
  5.  
  6.  
  7. def OWSend(demoid):
  8. print "OW in beta, not implemented" # Lie about OW still being in beta and not usable
  9. print "Demo",demoid,"discarded"
  10.  
  11.  
  12. if rageAimer:
  13. VACBan("STEAM_0:0:34611144")
  14. else:
  15. OWSend("21042015")
Success #stdin #stdout 0.01s 7692KB
stdin
Standard input is empty
stdout
STEAM_0:0:34611144 has left the server (VAC banned from secure server)