Advertisement
nhiexregla

Untitled

Feb 12th, 2021
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. // MuOnlineSS6.Main
  2. // Token: 0x0600010E RID: 270 RVA: 0x00008964 File Offset: 0x00008964
  3. private unsafe void cbdccheck_CheckedChanged(object sender, EventArgs e)
  4. {
  5. int num = Convert.ToInt32(this.pid.Text);
  6. void* ptr = <Module>.OpenProcess(56, 0, num);
  7. if (this.IDVK.Text != "?" && this.IDXK.Text != "?" && this.IDDC.Text != "?")
  8. {
  9. if (this.cbdccheck.Checked)
  10. {
  11. this.cbdgcheck.Checked = false;
  12. this.cbcbcheck.Checked = false;
  13. this.cbcbcheckhack.Checked = false;
  14. this.cbdccheckhack.Checked = false;
  15. $ArrayType$$$BY09E $ArrayType$$$BY09E = 106;
  16. *(ref $ArrayType$$$BY09E + 1) = 0;
  17. *(ref $ArrayType$$$BY09E + 2) = 106;
  18. *(ref $ArrayType$$$BY09E + 3) = 1;
  19. *(ref $ArrayType$$$BY09E + 4) = 141;
  20. *(ref $ArrayType$$$BY09E + 5) = 141;
  21. *(ref $ArrayType$$$BY09E + 6) = 28;
  22. *(ref $ArrayType$$$BY09E + 7) = 142;
  23. *(ref $ArrayType$$$BY09E + 8) = byte.MaxValue;
  24. *(ref $ArrayType$$$BY09E + 9) = byte.MaxValue;
  25. uint num2 = 5962088;
  26. <Module>.WriteProcessMemory(ptr, num2, (void*)(&$ArrayType$$$BY09E), 10, null);
  27. this.dcxk.Start();
  28. }
  29. else
  30. {
  31. $ArrayType$$$BY09E $ArrayType$$$BY09E2 = 233;
  32. *(ref $ArrayType$$$BY09E2 + 1) = 159;
  33. *(ref $ArrayType$$$BY09E2 + 2) = 9;
  34. *(ref $ArrayType$$$BY09E2 + 3) = 165;
  35. *(ref $ArrayType$$$BY09E2 + 4) = 7;
  36. *(ref $ArrayType$$$BY09E2 + 5) = 144;
  37. *(ref $ArrayType$$$BY09E2 + 6) = 144;
  38. *(ref $ArrayType$$$BY09E2 + 7) = 144;
  39. *(ref $ArrayType$$$BY09E2 + 8) = 144;
  40. *(ref $ArrayType$$$BY09E2 + 9) = 144;
  41. uint num3 = 5962088;
  42. <Module>.WriteProcessMemory(ptr, num3, (void*)(&$ArrayType$$$BY09E2), 10, null);
  43. this.cbdccheck.Checked = false;
  44. this.dcxk.Stop();
  45. }
  46. }
  47. else
  48. {
  49. MessageBox.Show("Vui lòng đọc hướng dẫn sử dụng", "Phát sinh lỗi", MessageBoxButtons.OK, MessageBoxIcon.Hand);
  50. this.cbdccheck.Checked = false;
  51. }
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement