Skip to content

1.53.36

Compare
Choose a tag to compare
@qb-0 qb-0 released this 18 Aug 14:36
· 101 commits to master since this release

Fixes / Patches:

  • small fix on key_pressed (could return wrong results before)
  • improvements on the examples
  • fixed mouse_move (#20)
  • fixed a issue when trackTarget was activated on fullscreen mode
  • fixed aob algorithm 1
  • code has been optimized to nim 2.0
  • sound_init() and sound_deinit() was missing for the sound module
  • allow different buttons for mouse_click
  • fixed wrong return type on set_sound_volume @IagoBeuller
  • add new Project: VakScript
  • add new Project: SuperSimpleMH

New Features / Functions:

  • read C-Type r_ctype(process: Process, address: int, ctype: ctype): ctype
  • write C-Type w_ctype(process: Process, address: int, data: ctype)
  • universal Read r(process: Process, address: int, type: string, size: int = 1): any
  • universal Write w(process: Process, address: ByteAddress, data: any, type: string)
  • get Process path get_process_path(process: Process): string
  • get OS Error get_os_error(): (int, string)
  • set GUI states gui_set_state(state: int)
  • AOB Scans on byte arrays aob_scan_bytes(pattern: string, byteBuffer: byte array, single: bool = true, algorithm: int = 0): int array
  • mouse down mouse_down(button: string = "left)
  • mouse up mouse_up(button: string = "left")