Page 1 of 4 123 ... LastLast
Results 1 to 15 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. #2
    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
    Awsome Dude Thanked
    [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 ...



  4. #3

  5. The Following 2 Users Say Thank You to Ali For This Useful Post:

    o-o (08-24-2010),travyiscool (08-24-2010)

  6. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Currently scanning, I'll edit it in a minute.

    VirusTotal isn't working on this computer. Don't ask me why, but it always leads me to localhost o_O



  7. #5
    Thaz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3,855
    Reputation
    111
    Thanks
    1,724
    Niceeeeeeeee

    MEMBER SINCE:
    08-23-2010

  8. #6
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    CA src maybe

  9. #7
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Blubb1337 nothing New Your Always the Best of VB
    /thanked

    H A X O
    Email : Noobmem@hotmail.com


  10. #8
    thazachsta's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    USA
    Posts
    270
    Reputation
    9
    Thanks
    7
    My Mood
    Goofy
    Approve???
    Zach

  11. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Be patient =D



  12. #10
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Where all the minions at o.O

  13. #11
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    They disallow awesomeness.



  14. #12
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    If you dont inject a DLL into Engine you cant edit any memory.

  15. #13
    yomo710's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    United States
    Posts
    868
    Reputation
    9
    Thanks
    115
    My Mood
    Amused
    the dlls are somewhere partying that coryster is gonna get banned lol jk
    I usually don't spend this much time on the internet, but when I do, I'm on some forum.
    Gift me credits or BTC! 1MktRupu3Goup79PrnYFW13bRi9wciiWWs


    Buying all starbucks accounts with currency!

  16. #14
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    /Approved .

  17. The Following User Says Thank You to Ali For This Useful Post:

    Blubb1337 (08-24-2010)

  18. #15
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    You can finally code hacks in Vb.net now thanks to you.

Page 1 of 4 123 ... 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