jsmeow
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

JSMeow - Small Tool Hacking game

NodeJS for external Game Hacking (Windows only)

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 16.14.0 or higher is required.

Installation is done using the npm install command:

Installation

manual build version:

manual build version require node-gyp.

> npm install jsmeow

prebuild version:

> 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

Thank to qb-0 & Rob-- ❤️

Package Sidebar

Install

npm i jsmeow

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

3.51 MB

Total Files

43

Last publish

Collaborators

  • droidxrx