Advertisement
Meliodas0_0

Untitled

Sep 30th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. foreach (var module in selectedProcess.Modules)
  2. {
  3. if (GetSubstringByString("(", ")", module.ToString()) != "UMorph.dll") continue;
  4. LoadBtn.Enabled = false;
  5. LoadBtn.Text = @"Loaded!";
  6. return;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement