Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // MuOnlineSS6.Main
- // Token: 0x0600013A RID: 314 RVA: 0x0000AABC File Offset: 0x0000AABC
- private unsafe void autocombo2_Tick(object sender, EventArgs e)
- {
- int num = Convert.ToInt32(this.pid.Text);
- void* hp = <Module>.OpenProcess(56, 0, num);
- uint address = 165478676;
- $ArrayType$$$BY00K $ArrayType$$$BY00K = 1078;
- $ArrayType$$$BY00K $ArrayType$$$BY00K2 = 50;
- $ArrayType$$$BY00K $ArrayType$$$BY00K3 = 1211;
- uint address2 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K, address);
- uint address3 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K2, address);
- uint num2 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K3, address);
- byte b = this.ReadMembyte(hp, address2);
- byte b2 = this.ReadMembyte(hp, address3);
- if (b == 146)
- {
- this.WriteMemByte(hp, address3, this.IDXKx);
- }
- if (b == 111)
- {
- this.WriteMemByte(hp, address3, this.IDVKx);
- }
- switch (b)
- {
- case 62:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- case 63:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- case 64:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- case 67:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- case 109:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- case 110:
- this.WriteMemByte(hp, address3, this.IDCBx);
- break;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement