Skip to content

Instantly share code, notes, and snippets.

@edwardpassagi
Created July 24, 2018 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardpassagi/c7cf3defb7cc20fceaf44b80e9ab8e7a to your computer and use it in GitHub Desktop.
Save edwardpassagi/c7cf3defb7cc20fceaf44b80e9ab8e7a to your computer and use it in GitHub Desktop.
this cpp will create bogus stuff to be written in the cmd
#include<iostream>
#include<cmath>
#include<windows.h>
using namespace std;
int main()
{
int i=0;
while (i<20)
{
cout << "Running GNU-GCC Parameter in Location: IDX" << i*782<<"MGhashC"<<i*261<<"to mainframe database"<< endl;
i +=1;
_sleep(100);
int j=0;
while (j<3)
{
cout <<" "<< "Initializing command in area CVX"<<floor(rand()%100 * 495)<<"hBx"<<endl;
j += 1;
_sleep(50);
}
}
cout <<"Proceeding with memory deletion on C:/Users/Windows(x86)" << endl;
_sleep(3000);
int k=0;
while (k<8)
{
cout<< " Memory deletion in location: heXyP"<< k*8329<<"dfFdkK"<<endl;
k ++;
_sleep(100);
}
int l=0;
cout <<"Commencing memory deletion on C:/Users/Windows(x86)" << endl;
_sleep(3000);
while (l<100)
{
cout<< " Mainframe Memory deletion is now on " << l <<"%"<< endl;
l++;
_sleep(50);
}
_sleep(5000);
cout << "Mainframe memory deletion complete. This computer can no longer produce code." <<endl;
_sleep(3000);
cout << "ok © time waster 2018"<< endl;
_sleep(100000);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment