Results 1 to 8 of 8
  1. #1
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic

    Creating Memory Scanner and Editor

    Hey guys i've recently been looking into vb 2010 and I want to make a memory scanner. Can anyone help me out? Im learning how to code BASIC but if someone has already made a memory scanner, could you send me the code in a text document or teach me how to make one myself?
    Last edited by .REZ; 07-19-2011 at 11:14 AM.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You just started with VB.Net and want to instantly make a memory scanner? Retry it when you know what you're doing.

    Copy&Pasting sources you do not even nearly understand won't help you at all.
    Last edited by Blubb1337; 07-19-2011 at 11:42 AM.



  3. #3
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    Quote Originally Posted by Blubb1337 View Post
    You just started with VB.Net and want to instantly make a memory scanner? Retry it when you know what you're doing.

    Copy&Pasting sourcing you will not even nearly understand won't help you at all.
    Well, I have some experience with it and JavaScript but I just wanted to know if someone wanted to teach me how to make a memory scanner/changer

  4. #4
    alvaritos's Avatar
    Join Date
    May 2008
    Gender
    male
    Posts
    234
    Reputation
    9
    Thanks
    73
    My Mood
    Amazed
    but first u need to know some vb no?

  5. #5
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    Quote Originally Posted by alvaritos View Post
    but first u need to know some vb no?
    Umm im not quite sure what your asking here but if someone would like to teach me some VB I would love you.

  6. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Start smaller, memory scanners aren't that hard to make when you know what you're doing and are familiar with the following:

    Code:
    1. API calls
    2. Object -> Byte translation
    3. Loops
    4. Basics of where memory is stored.
    '... those are the broad topics obviously

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #7
    GodM0de's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    start with Hello World projects.

  8. #8
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    Quote Originally Posted by GodM0de View Post
    start with Hello World projects.
    Ive done more advanced stuff than hello world, I just made a few trainers, an auto typer, and im working on an auto clicker but I want to learn how to make a memory scanner so I can add it onto the bottom of my trainers

Similar Threads

  1. [Release] Similar to Cheat Engine -MHS- Memory Scanner
    By randomnamekabe in forum Combat Arms Hacks & Cheats
    Replies: 75
    Last Post: 06-22-2010, 06:53 PM
  2. [Release] Undetected Memory Scanner (UCE)
    By Tukjedude in forum C++/C Programming
    Replies: 17
    Last Post: 06-04-2010, 05:01 AM
  3. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  4. Creating A GunzRunnable
    By CrazyDeath in forum Game Hacking Tutorials
    Replies: 7
    Last Post: 01-01-2006, 11:20 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM