Coder Social home page Coder Social logo

writeprocessmemory's Introduction

OS

WriteProcessMemory

This is a simple C++ game hacking using the memory editing method, This will edit the value that is stored in the memory address.

Installation Windowsalt tag

  • Download C++ IDE Like DEV-C++

  • Open the source code of WriteProcessMemory Hack... go to the line 9 and you will find HWND hWnd = FindWindow(0, "Window Name"); change "Window Name" to the game that you want to hack... for example HWND hWnd = FindWindow(0, "Counter-Strike");

  • After that, you will need Cheat Engine to find the memory adress... you can download Cheat Engine from here

  • Then go to the line 29 and you will find this if(WriteProcessMemory(hProcess, (LPVOID)0x235EC8, &newdata, newdatasize, NULL)), all we have to change is this "0x235EC8", here we put the new memory adress

  • You can change int newdata = 0; to anything you want... for example (float newdata = 0;)

  • Compile WriteProcessMemory Hack.cpp to WriteProcessMemory Hack.exe and enjoy game hakcing!

Usage

Open WriteProcessMemory Hack.exe, its will automaticly ask you for the new value, all you have to do is to entre the new value that you want (don't forget to confige the cheat first)

Connect society with badiiiro ๐Ÿ˜˜

NOTE

  • I am NOT responsible for anything that can be made or any use of it! It was created for educational purpouses only (use it by your own risk), Thank you all.

writeprocessmemory's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.