Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    zackwpulaski's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    0

    Exclamation I made a Vip loader??

    And i have been thinking hard about how to stream hacks (i was thinking that vip sites stream the hacks off there website server but i have no clue how)so i want to know how thos work because maybe i could do it if i got an idea of where to start Thanks abunch
    p.s i do know how to code in vb

    Zackwpulaski

  2. #2
    Impakt's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Multi-section poster.
    Posts
    210
    Reputation
    12
    Thanks
    15
    MySQL, you'd have to import a bunch of shit from other files, I'm fairly certain.

  3. #3
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    You can use an FTP to store the files online and use the Net.FtpWebRequest class to upload new ones there or simply use a Net.Webclient to download them. Create a temp file for the .dll and store the location in a variable and then use that to tell the injector what to inject.

    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)

  4. #4
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    1] loader gets HUID
    2] loader sends HUID to server
    3] server validates HUID and returns hack files
    4] loader injects hack files
    5] game runs

    I presume it's nothing fancy, just an ordinary download /

  5. The Following User Says Thank You to Alen For This Useful Post:

    NOOBJr (11-22-2010)

  6. #5
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Jason View Post
    You can use an FTP to store the files online and use the Net.FtpWebRequest class to upload new ones there or simply use a Net.Webclient to download them. Create a temp file for the .dll and store the location in a variable and then use that to tell the injector what to inject.
    I don't think proper VIP Sites do it like that. They stream their hacks without really saving them to your computer, don't ask me how but they do(IMO).



  7. #6
    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 Blubb1337 View Post
    I don't think proper VIP Sites do it like that. They stream their hacks without really saving them to your computer, don't ask me how but they do(IMO).
    Meh I played around with downloading the data into a variable (byte array) and writing those bytes directly via the injector..couldn't get it to 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)

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


    Meh I played around with downloading the data into a variable (byte array) and writing those bytes directly via the injector..couldn't get it to work.
    Well if you are a c++ pro you can probably do a safe way to transport those bytes without saving.



  9. #8
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    Just save to some obsolete directory in your system32 as msd3dx.dll or something

  10. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Hawk_ View Post
    Just save to some obsolete directory in your system32 as msd3dx.dll or something
    Too easy to find out where it saves.



  11. #10
    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 Blubb1337 View Post
    Well if you are a c++ pro you can probably do a safe way to transport those bytes without saving.
    I can get the bytes fine, DownloadData returns a byte array that you can store in a variable rather than saving it, it's the actual injection process that I'm having hassles with. No doubt if I understood it better it would be possible.

    At the moment I just store it in the temp directory but under an unsuspecting name ("google139.dll" /) So people don't just jump at the .dll straight away, but it's only a temporary measure.

    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)

  12. #11
    Hawk_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    NGEForums.net
    Posts
    265
    Reputation
    15
    Thanks
    10
    My Mood
    Paranoid
    Yeah lol, i once had a VIPthat saved ob your desktop as "hack.dll".

    Another way to do this is to grab the huid or guid or w/e youre using FROM THE DLL, check it agaianst the server (where you stored it when the vip user told you it with a guid/huid generator program) and that way you dont even need a loader. It works.&if you want code for streaming files, pm me

  13. #12
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Hawk_ View Post
    Yeah lol, i once had a VIPthat saved ob your desktop as "hack.dll".

    Another way to do this is to grab the huid or guid or w/e youre using FROM THE DLL, check it agaianst the server (where you stored it when the vip user told you it with a guid/huid generator program) and that way you dont even need a loader. It works.&if you want code for streaming files, pm me
    What does checking GUID has to do with streaming hacks?



  14. #13
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by Blubb1337 View Post
    What does checking GUID has to do with streaming hacks?
    Absolutely nothing. ...

    Now why aren't you and hassan on MSN


     


     


     



    The Most complete application MPGH will ever offer - 68%




  15. #14
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Incoming



  16. #15
    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 NextGen1 View Post


    Absolutely nothing. ...

    Now why aren't you and hassan on MSN
    Hassan died. I dunno where he is /

    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 2 12 LastLast

Similar Threads

  1. If Dave Made A VIP hack fro CA who would use it
    By Kaza in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 08-15-2009, 12:58 PM
  2. I made a VIP hack
    By Nikko42 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-25-2008, 06:09 AM