ExclamationI made a Vip loader??

Posts 1–15 of 24 · Page 1 of 2
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
MySQL, you'd have to import a bunch of shit from other files, I'm fairly certain.
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 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).
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 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.
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.
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 /
Just save to some obsolete directory in your system32 as msd3dx.dll or something
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.
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
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?
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
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 /
Posts 1–15 of 24 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?