Advertisement
Silicaly

lol what

Mar 18th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. while(1){
  2. alert("Arrest me plz");
  3. }
  4.  
  5. while(true){
  6. MessageBox.Show("Arrest me plz", "Illegal", MessageBoxButtons.OK, MessageBoxIcon.Information);
  7. }
  8.  
  9. :f
  10. msg %USERNAME% "Arrest me plz"
  11. goto f
  12.  
  13. while True:
  14. tkMessageBox.showinfo("Illegal", "Arrest me plz")
  15.  
  16. In Step Event 0:
  17. Execute Code: show_message("Arrest me plz");
  18.  
  19. do
  20. x = msgbox("Arrest me Plz",16,"Illegal")
  21. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement