https://github.com/droidxrx/jsmeow
NodeJS for external Game Hacking
https://github.com/droidxrx/jsmeow
Last synced: 8 months ago
JSON representation
NodeJS for external Game Hacking
- Host: GitHub
- URL: https://github.com/droidxrx/jsmeow
- Owner: droidxrx
- Created: 2022-03-24T02:44:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T12:57:30.000Z (over 3 years ago)
- Last Synced: 2025-05-01T21:01:48.878Z (8 months ago)
- Language: C++
- Homepage:
- Size: 1.46 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSMeow - Small Tool Hacking game
### NodeJS for external Game Hacking (Windows only)
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 16.14.0 or higher is required.
Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
## Installation
#### manual build version:
manual build version require [node-gyp](https://www.npmjs.com/package/node-gyp).
```console
> npm install jsmeow
```
#### prebuild version:
```console
> npm install jsmeow@n-api
```
#### note please install Visual C++ Redistributable latest
## Features
- memory
- signatureTypes
- Debugger
- openProcess
- closeProcess
- getProcesses
- findModule
- getModules
- readMemory
- readBuffer
- writeMemory
- writeBuffer
- findPattern
- findPatternByModule
- findPatternByAddress
- callFunction
- virtualAllocEx
- virtualProtectEx
- getRegions
- virtualQueryEx
- attachDebugger
- detatchDebugger
- awaitDebugEvent
- handleDebugEvent
- setHardwareBreakpoint
- removeHardwareBreakpoint
- injectDll
- unloadDll
- STRUCTRON_TYPE_STRING
- Struct (class)
- overlay
- init
- deInit
- update
- close
- loop
- setPosition
- fontInit
- fontDeInit
- draws
- text
- textLines
- pixel
- box
- alphaBox
- cornerBox
- line
- dashLine
- circle
- radCircle
- valueBar
- poly
- customShape
- vector2
- create
- addition
- subtraction
- multiplication
- division
- magnitude
- distance
- closest
- vector3
- create
- addition
- subtraction
- multiplication
- division
- magnitude
- distance
- closest
- isKeyPressed
- pressKey
- mouseMove
- mouseClick
- setForeground
#### See [example](https://github.com/droidxrx/JSMeow/tree/master/example)
## [CS:GO](https://github.com/droidxrx/JSMeow/tree/master/example/cs_go.ts)
[](https://github.com/droidxrx/JSMeow/tree/master/example/cs_go.ts)
## [All Overlay](https://github.com/droidxrx/JSMeow/tree/master/example/all-overlay.ts)
[](https://github.com/droidxrx/JSMeow/tree/master/example/all-overlay.ts)
### Thank to [qb-0](https://github.com/qb-0/PyMeow) & [Rob--](https://github.com/Rob--/memoryjs) ❤️