Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.67 KB | None | 0 0
  1.  # PAYLOAD: ANTIOCH
  2.  
  3. print "PAYLOAD INITIATED"
  4. timestamp1 = int(input("ANTIOCH INPUT SEQUENCE:"))
  5. if timestamp1 == 1 :
  6.     print 'ANTIOCH SEQUENCE LOADED (ANTIOCH)'
  7.     x_kill = int(input("KILL X(Shows results in case of a kill.):"))
  8.     y_kill = int(input("KILL Y:"))
  9.     print x_kill or y_kill    
  10. elif timestamp1 <= 1 :
  11.     print 'ANTIOCH SEQUENCE LOADED (JERUSALEM)'
  12.     mark1 = 25
  13.     y_coord = 4
  14.     x_coord = 2
  15.     x_unit = x_coord * mark1
  16.     y_unit = y_coord * mark1
  17.     print x_coord or y_coord
  18.     print x_unit or y_unit
  19. else :
  20.     print "Thank you for not scripting during our open source release! <3"
  21.  
  22. print "PAYLOAD DEACTIVATED"
  23. print "PAYLOAD ABANDONED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement