Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while(1){
- alert("Arrest me plz");
- }
- while(true){
- MessageBox.Show("Arrest me plz", "Illegal", MessageBoxButtons.OK, MessageBoxIcon.Information);
- }
- :f
- msg %USERNAME% "Arrest me plz"
- goto f
- while True:
- tkMessageBox.showinfo("Illegal", "Arrest me plz")
- In Step Event 0:
- Execute Code: show_message("Arrest me plz");
- do
- x = msgbox("Arrest me Plz",16,"Illegal")
- loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement