Jump to content
Robert1995

Programel C++ cu ShellExecute

Recommended Posts

Posted

Nu e cine stie ce , dar e totusi funny , daca stiati despre el nu faceti comenturi de doi bani , "crezi ca nu stiam de el".

PasteBin

Comenzi : url , prg , sys

Exemplu :

url : 'google.ro' , 'www.google.ro' ;

prg 'c:\....' ;

sys exit , macro ;

Daca vreti sa faceti un fel de "spam open " sa ii dati crash la pcu cuiva , e chiar simplu

noob way :

copy paste de cate ori vrei .

ShellExecute(NULL, "open", "http://www.php.net/",NULL, NULL, SW_SHOWNORMAL);

pro way :) :

for(int i=1;i<=1000;i++){

ShellExecute(NULL, "open", "http://www.php.net/",NULL, NULL, SW_SHOWNORMAL);

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...