Code:
#include <Windows.h>
#include <iostream>

using namespace std;
DWORD InputHere;

int main(){
	LoadLibrary("CShell - NA - 11-18.dll");
	cin>>InputHere;
	return 1;
}
A very simple code which loads up "Cshell.dll" which I've renamed to add a region and date to and then placed in the execution folder of the application.
I then used PETools to dump the application and then loaded the dumped application in OllyDBG. This was unsuccessful.

Am I on the right track at least?
Thank you.