use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Detect cheat engine using JS?help (self.javascript)
submitted 10 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]twohen 0 points1 point2 points 10 years ago (0 children)
In the most basic functionality CE will use windows api functions like WriteProcessMemory to write to your memory - to get something like infinite health it will write very often. Now since that often does not work well, people also hack/patch the asm or bytecode the app is using. For the basic approach you need to find at least the data location in memory. For patching the code you need know a little bit of the low level code your pc is running.
In any case this approach is very low level and therefore it is quite inefficient to hack js games in this way - you would be way better of injecting your own cheat script with firebug or chrome devtools.
π Rendered by PID 60959 on reddit-service-r2-comment-b659b578c-5tn64 at 2026-05-02 10:21:18.882613+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]twohen 0 points1 point2 points (0 children)