Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    SecretDataz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    11
    My Mood
    Asleep

    Hack Loader ~Requested By abel09~


    This program will automatically run your process and inject a dll (hack) into it.
    Simply open it and click settings tab.Choose,Game Directory,Dll Directory and Process Name.Apply it.
    Click "Load Hack" and everything should start.
    To end the application and exit the hack click on Exit Button.

    I've also added a full source code for this project.

    Virus Scans

    Virus Total
    Jotti
    <b>Downloadable Files</b> Downloadable Files
    Last edited by SecretDataz; 12-04-2011 at 05:33 AM.

  2. The Following 9 Users Say Thank You to SecretDataz For This Useful Post:

    ColdSinz (12-04-2011),CrossRaiders (12-03-2011),DyNamoTR (03-02-2013),Exinferis (04-25-2012),gg23gg (02-12-2017),kaka55537 (06-11-2012),Leacher2019 (01-25-2019),Luminescentz (08-11-2012),ReadHacker (05-03-2012)

  3. #2
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,217
    Thanks! This will help me learn how to make a Loader. However, I would want 2 buttons:
    Button1 = Activeate my hack
    Button2 = Deactivate my hack.

    I know how to make a button but what will the code be?

  4. #3
    SecretDataz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    11
    My Mood
    Asleep
    Quote Originally Posted by abel09 View Post
    Thanks! This will help me learn how to make a Loader. However, I would want 2 buttons:
    Button1 = Activeate my hack
    Button2 = Deactivate my hack.

    I know how to make a button but what will the code be?
    I don't really get you,
    Activate = Run the process and inject desired Dll(Hack into it)
    Deactivate = Closing the process ?

  5. #4
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,217
    Quote Originally Posted by SecretDataz View Post
    I don't really get you,
    Activate = Run the process and inject desired Dll(Hack into it)
    Deactivate = Closing the process ?
    Activate = Run the process and inject the hack.
    Deactiveate = Disable the hack and close the process.

  6. #5
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by abel09 View Post
    Activate = Run the process and inject the hack.
    Deactiveate = Disable the hack and close the process.
    just edit it yourself...

    button active >> process.start("blaa bla") >> Inject

    button deactive >> close
    Last edited by willrulz188; 12-03-2011 at 11:11 AM.
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  7. #6
    SecretDataz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    11
    My Mood
    Asleep
    @abel09
    For button deactivate use

    For Each RunningProcess In Process.GetProcessesByName("Process Name") 'Eg. notepad
    RunningProcess.Kill()
    Next

    Is it that hard to hit the X button?

  8. #7
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,217
    Quote Originally Posted by SecretDataz View Post
    @abel09
    For button deactivate use

    For Each RunningProcess In Process.GetProcessesByName("Process Name") 'Eg. notepad
    RunningProcess.Kill()
    Next

    Is it that hard to hit the X button?
    @SecretDataz

    Another question.

    I want my loader to inject the hack... I know I need a Injector source code? Have you got a update one? And How would you do it?

  9. #8
    SecretDataz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    11
    My Mood
    Asleep
    Quote Originally Posted by abel09 View Post
    @SecretDataz

    Another question.

    I want my loader to inject the hack... I know I need a Injector source code? Have you got a update one? And How would you do it?
    Care to open up my source code?

  10. #9
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,217
    Quote Originally Posted by SecretDataz View Post
    Care to open up my source code?
    It's not approved yet....

  11. #10
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    atleast appreciate it that he made you one

  12. #11
    QryS's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    8
    My Mood
    Tired
    I think he wants something like gordon loader lol

    @topic
    Thanks for the source.. that will help me too.

  13. #12
    AceKill3r's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    181
    Reputation
    22
    Thanks
    39
    My Mood
    Aggressive
    "Invalid Attachment specified. If you followed a valid link, please notify the administrator."

  14. #13
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    @Jason @Liz Approve?

  15. #14
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,177
    Reputation
    5621
    Thanks
    20,753
    My Mood
    Tired
    Yeah i don't really trust/like to deal with loaders. I'll let @Jason take a look into this. Closed in the meantime.

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

  16. #15
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,682
    My Mood
    Mellow
    Get 2 virus scans.

    @SecretDataz

    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)

Page 1 of 3 123 LastLast

Similar Threads

  1. [Request] GUID/HWID System and Hack Loader like Gordon's Loader
    By kutzki in forum Visual Basic Programming
    Replies: 11
    Last Post: 11-10-2010, 03:09 PM
  2. hacks tut request
    By axel fox in forum Programming Tutorial Requests
    Replies: 3
    Last Post: 03-21-2010, 09:56 PM
  3. MW2 hack team request!!!!!!!! raven read
    By Mhawk111 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 01-21-2010, 11:43 PM
  4. [Release] Project TM - Hack Loader Bea
    By xTMx in forum Combat Arms Hacks & Cheats
    Replies: 26
    Last Post: 01-01-2010, 10:09 AM
  5. Hack/Trainer Request
    By Sappox in forum General
    Replies: 3
    Last Post: 11-12-2007, 04:37 PM