Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // MuOnlineSS6.Main
- // Token: 0x0600010E RID: 270 RVA: 0x00008964 File Offset: 0x00008964
- private unsafe void cbdccheck_CheckedChanged(object sender, EventArgs e)
- {
- int num = Convert.ToInt32(this.pid.Text);
- void* ptr = <Module>.OpenProcess(56, 0, num);
- if (this.IDVK.Text != "?" && this.IDXK.Text != "?" && this.IDDC.Text != "?")
- {
- if (this.cbdccheck.Checked)
- {
- this.cbdgcheck.Checked = false;
- this.cbcbcheck.Checked = false;
- this.cbcbcheckhack.Checked = false;
- this.cbdccheckhack.Checked = false;
- $ArrayType$$$BY09E $ArrayType$$$BY09E = 106;
- *(ref $ArrayType$$$BY09E + 1) = 0;
- *(ref $ArrayType$$$BY09E + 2) = 106;
- *(ref $ArrayType$$$BY09E + 3) = 1;
- *(ref $ArrayType$$$BY09E + 4) = 141;
- *(ref $ArrayType$$$BY09E + 5) = 141;
- *(ref $ArrayType$$$BY09E + 6) = 28;
- *(ref $ArrayType$$$BY09E + 7) = 142;
- *(ref $ArrayType$$$BY09E + 8) = byte.MaxValue;
- *(ref $ArrayType$$$BY09E + 9) = byte.MaxValue;
- uint num2 = 5962088;
- <Module>.WriteProcessMemory(ptr, num2, (void*)(&$ArrayType$$$BY09E), 10, null);
- this.dcxk.Start();
- }
- else
- {
- $ArrayType$$$BY09E $ArrayType$$$BY09E2 = 233;
- *(ref $ArrayType$$$BY09E2 + 1) = 159;
- *(ref $ArrayType$$$BY09E2 + 2) = 9;
- *(ref $ArrayType$$$BY09E2 + 3) = 165;
- *(ref $ArrayType$$$BY09E2 + 4) = 7;
- *(ref $ArrayType$$$BY09E2 + 5) = 144;
- *(ref $ArrayType$$$BY09E2 + 6) = 144;
- *(ref $ArrayType$$$BY09E2 + 7) = 144;
- *(ref $ArrayType$$$BY09E2 + 8) = 144;
- *(ref $ArrayType$$$BY09E2 + 9) = 144;
- uint num3 = 5962088;
- <Module>.WriteProcessMemory(ptr, num3, (void*)(&$ArrayType$$$BY09E2), 10, null);
- this.cbdccheck.Checked = false;
- this.dcxk.Stop();
- }
- }
- else
- {
- MessageBox.Show("Vui lòng đọc hướng dẫn sử dụng", "Phát sinh lỗi", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- this.cbdccheck.Checked = false;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement