Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 48
  1. #1
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108

    MemHacks DLL V1.0

    MemHacks DLL V1.0

    So, I was bored today, as usual, and created a simple .Dll.

    This makes hacking a lot easier =D

    You can easily write/read memory.

    Features:

    • IsProcessOpen() as Boolean- See if a process is open
    • SetMemory(address, insert, bytelength) - Writes to a 4/8 whatever byte address
    • SetMemoryPointer(base, offset, value, bytelength) - writes to a memory byte pointer
    • ReadMemory(address) - Returns the value of the entered address
    • ReadMemoryPointer(base, offset, bytelength) - Returns the value of the entered pointer
    • SetFloat(address, insert) - Write to a float address
    • SetFloatPointer(base, offset, value) - Write to a float pointer
    • ReadFloat(address) - Returns float address' value
    • ReadFloatPointer(base, offset) - Returns float pointers address' value
    • Nop(address, insert) - Nop an address


    Usage

    R1ghtcl1ck on your project -> Add Reference -> Select the .Dll.



    [php]Imports MHacking.BlubbsDll

    Public Class Form1

    Private cahack As New MemoryHacking("engine")

    Private Sub cmdExp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdExp.Click
    mwhack.SetMemory(&H1B2C89C, 2516000, 4)
    End Sub

    Private Sub cmdGetExp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGetExp.Click
    mwhack.ReadMemory(&H1B2C89C)
    End Sub

    Private Sub cmdFloat_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdFloat.Click
    mwhack.SetFloat(&H1337, 10000)
    End Sub[/php]

    [php]Private cahack as new memoryhacking("engine") - As you see, do not type in .exe.[/php]

    Using as new, allows you to edit more than just one process.

    [php]private sphack as new memoryhacking("iw4sp")[/php]

    Now you can access multi- and singleplayer, or multiple games. =P

    Addresses are built different in VB than in C++.

    C++ -> 0x01B2C89C
    VB -> &H01B2C89C

    You simply use &H instead of 0x.

    Virus Scans:

    MemHacks.rar - Jotti's malware scan

    MemHacks.rar MD5:3c58b5304f49a73a98fec4117d6e2f18 - VirSCAN.org Scanners did not find malware!

    This has been tested succesfully on Windows XP X32 AND Windows 7 X64.

    Have fun I guess =D

    Any further ideas? I'd love to add a .inject function but can't get a proper one working on all OSes.
    Last edited by Alessandro10; 01-26-2012 at 07:24 AM.



  2. The Following 6 Users Say Thank You to Blubb1337 For This Useful Post:

    D3rknesSnper (08-27-2010),dontcrymore15 (08-25-2010),mo3ad001 (08-24-2010),o-o (08-24-2010),SkaiHunta (08-27-2010),_Dead_MAn_ (08-24-2010)

  3. #16
    Amir98's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    200
    Reputation
    10
    Thanks
    17
    This is totally awesome!

  4. #17
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    Dude needed VisualBasic No ? Maked A Project Right Click And There Isn't Add... Help Please
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...



  5. #18
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Rightclick on your project in the solution explorer, look @ the screen.



  6. #19
    Slice-'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Somewhere beyond the rainbow.
    Posts
    1,977
    Reputation
    11
    Thanks
    909
    Dosen't work.

  7. #20
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by shotimoti View Post
    Dosen't work.

    Great description dude. What didn't work? What's your code?



  8. #21
    lobera12's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    awsome man

  9. #22
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    @Blubb1337... did u test it on ca before posting this? if i can hack combat arms with vb i won't care to install visual studio c++ to make my ca hacks.

  10. #23
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    No, I did not. Those are just regular memory hacking functions.

    I don't have any addresses for VB. Imo, this should work anyways.



  11. #24
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    It wont work.. Watch..

  12. #25
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    What are you accessing, pointers, float addresses or normal addresses, like 2/4 bytes?

    Gonna look into it when I'm awake again.



  13. #26
    Braco22's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    150
    Reputation
    12
    Thanks
    607
    Quote Originally Posted by hahaz View Post
    @Blubb1337... did u test it on ca before posting this? if i can hack combat arms with vb i won't care to install visual studio c++ to make my ca hacks.
    Hahaz go on msn...

  14. #27
    jono12333's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    newzealand, wellington
    Posts
    456
    Reputation
    11
    Thanks
    55
    My Mood
    Happy
    nice work!

  15. #28
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Stephen View Post
    It wont work.. Watch..
    Well it worked for my No Recoil I made a while ago exclusively in VB, currently working on a VB OPK. Don't really expect it to work fully but it's a simple enough concept (read/write memory) so there is always the possibility it will work.

    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)

  16. #29
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Can any1 vm me with his msn address(some1 who has CA+a couple of addresses :P), I think Ik why it did not work!



  17. #30
    johnpotter's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    fwffwf
    Posts
    45
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    is this patched?

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] MemHack DLL V1.0
    By Blubb1337 in forum Visual Basic Programming
    Replies: 28
    Last Post: 09-07-2010, 03:44 AM
  2. MemHacks DLL V1.0
    By Blubb1337 in forum WarRock Hack Source Code
    Replies: 7
    Last Post: 08-29-2010, 04:35 PM
  3. [Release] MemHack DLL V1.0
    By Blubb1337 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 12
    Last Post: 08-29-2010, 06:59 AM
  4. MemHacks DLL V1.0
    By Blubb1337 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 23
    Last Post: 08-24-2010, 07:50 AM
  5. [Release] MemHacks DLL V1.0
    By Blubb1337 in forum WarRock Discussions
    Replies: 1
    Last Post: 08-24-2010, 04:17 AM