Advertisement
nhiexregla

AUTOCOMBO2

Feb 12th, 2021
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. // MuOnlineSS6.Main
  2. // Token: 0x0600013A RID: 314 RVA: 0x0000AABC File Offset: 0x0000AABC
  3. private unsafe void autocombo2_Tick(object sender, EventArgs e)
  4. {
  5. int num = Convert.ToInt32(this.pid.Text);
  6. void* hp = <Module>.OpenProcess(56, 0, num);
  7. uint address = 165478676;
  8. $ArrayType$$$BY00K $ArrayType$$$BY00K = 1078;
  9. $ArrayType$$$BY00K $ArrayType$$$BY00K2 = 50;
  10. $ArrayType$$$BY00K $ArrayType$$$BY00K3 = 1211;
  11. uint address2 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K, address);
  12. uint address3 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K2, address);
  13. uint num2 = this.FindDmaAddy(1, hp, ref $ArrayType$$$BY00K3, address);
  14. byte b = this.ReadMembyte(hp, address2);
  15. byte b2 = this.ReadMembyte(hp, address3);
  16. if (b == 146)
  17. {
  18. this.WriteMemByte(hp, address3, this.IDXKx);
  19. }
  20. if (b == 111)
  21. {
  22. this.WriteMemByte(hp, address3, this.IDVKx);
  23. }
  24. switch (b)
  25. {
  26. case 62:
  27. this.WriteMemByte(hp, address3, this.IDCBx);
  28. break;
  29. case 63:
  30. this.WriteMemByte(hp, address3, this.IDCBx);
  31. break;
  32. case 64:
  33. this.WriteMemByte(hp, address3, this.IDCBx);
  34. break;
  35. case 67:
  36. this.WriteMemByte(hp, address3, this.IDCBx);
  37. break;
  38. case 109:
  39. this.WriteMemByte(hp, address3, this.IDCBx);
  40. break;
  41. case 110:
  42. this.WriteMemByte(hp, address3, this.IDCBx);
  43. break;
  44. }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement