1.0.9 • Published 2 years ago

jsmeow v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

CS:GO

npm.io

All Overlay

npm.io

Thank to qb-0 & Rob-- ❤️

1.0.9-napi

2 years ago

1.0.9

2 years ago

1.0.8-napi

2 years ago

1.0.8

2 years ago

1.0.7-napi

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago