Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Releases: qb-0/PyMeow-

1.8

28 Jun 14:40
Compare
Choose a tag to compare
  • aob_scan changed, no regex dependency anymore
  • code optimization
  • overlay_hide has no hide argument anymore. Call again to show up
  • more controls for overlay_test.py
  • overlay_set_title added
  • new 2d shape: ellipse ellipse_v
  • fixed a bug which changed the line width of 2d shapes
  • load_textureand draw_texture for the overlay. Requires a new dependency: pixie
  • linux: fixed a bug which caused a crash while opening processes without listed base addresses
  • linux: aimbot included for the sauerbraten example hack
  • linux: removed unnecessary XFlush calls for X11 functions

1.7

30 Mar 19:18
Compare
Choose a tag to compare
1.7
  • code optimization
  • added kill(process)
  • added press_key
  • added write_string
  • added float64 memory operations: read_float64 write_float64
  • added overlay_hide
  • size argument for pointer_chain
  • size argument for read_string
  • delay argument for overlay_loop
  • new overlay shapes: pixel pixel_v poly poly_v
  • linux: relative argument for mouse_move
  • linux: baseAddr has been changed to baseaddr
  • aob_scan changes: removed process scan, module argument takes a string now, added relative argument
  • windows: pymeow has been built with vcc instead of gcc to remove thread issues
  • windows: added platform key for process object

1.6

12 Feb 10:31
Compare
Choose a tag to compare
1.6
  • code optimization
  • linux: enumerate_processes
  • windows / linux: aob_scan fixed
  • linux: font argument for render_string
  • linux: custom_shape added
  • windows / linux: uint64 memory operations
  • linux: debug argument for process functions
  • windows: inject_dll renamed to inject_library
  • linux: parse readable memory regions
  • windows / linux: pointer_chain doesn't dereferences latest offset anymore

1.5

28 Nov 15:23
Compare
Choose a tag to compare
1.5
  • code optimization
  • linux support

1.4

09 Oct 15:33
Compare
Choose a tag to compare
1.4
  • added help function (prints the cheatsheet)
  • GLFW Mouse passthrough supported. Removed manual windows api calls
  • rights argument for process open functions
  • update argument (bool) for overlay_update
  • smaller changes / optimizations

1.3

07 Sep 16:59
Compare
Choose a tag to compare
1.3
  • code optimization
  • setup file created for easier package installation