Search results

  1. Killpot

    RunPE Alternative

    Yo.  So I kind of had an epiphany a little bit ago and tried some code moved around that I was using to invoke a type from a byte array and managed to get this snippet of code working: Dim asm As Assembly = AppDomain.CurrentDomain.Load(-ByteArray-)             Dim Metinf As MethodInfo =...
  2. Killpot

    Yo

    What's up, I'm killpot. I'm a .Net framework diehard and It's pretty much all I do. You'll see me exclusively in the Programming section so keep a lookout there from my HQ releases. Hope to share some knowledge with other aspiring programmers!
  3. Killpot

    Basic Anti-Dll Injection VB.Net

    Yo. OG. Source from Scripter4Ever, however I've updated it to VB.Net standards and cleaned it up. <DllImport("kernel32", CharSet:=CharSet.Auto, SetLastError:=True)>    Private Shared Function GetProcAddress(            ByVal ModuleHandle As IntPtr,            ByVal ProcName As...
  4. Killpot

    File Search and Upload VB.Net

    Yo.  So this is based of something that Nathan72389 made, but I've upgraded it as his was really crude. The idea is it searches all drives on the computer and if it finds a file with a certain extension type it will upload it via ftp. Imports System.IO Imports System.Net Imports...
  5. Killpot

    Network Monitor (Source + Binary) VB.Net

    Yo. Here's a upload/download speed monitor! Enjoy! - Built in webserver for remote monitoring -CHECK (Kinda Sorta, only download) - Total bandwidth used - NOPE - Different kinds of graphs(?) - MAYBE™ - Quicker refresh rates (maybe) - CHECK - Better and more efficient multi-threading -...
  6. Killpot

    MenaPE Usage! .Net RunPE x86<>x64!

    Yo.  So in this thread I will detail how to go about using Menalix's RunPE, called MenaPE. Here's a snippet of his description: What I love about .NET is how we can manipulate with it in all kind of ways, due to the code is being JIT Compiled. And this is kinda what this RunPE shows...
  7. Killpot

    Password Generator (Source + Compiled) VB.Net

    Yo.  I was bored, decided to make one, maybe ill add a better border, etc. but i went ahead and decided to try out MaterialSkin while I was at it. So, here ya go. Github:  https://github.com/Icemantheditor/PasswordGenerator/...
  8. Killpot

    Skype Resolve Bot, Fully Noted VB.Net

    Yo. So I decided to bring this project back to life and to get it up to speed with current Skype updates. I posted this a while back on HF and can't be bothered enough to rename all files with "HF" in them, soweee. The point of this program actually serves two purposes. If you want a Skype...
  9. Killpot

    Folder Encryption | PROTECT YO FILES | (Binary)

    Yo. I've been working up a new application and figured I would release it here for all of you that might find it usefull! If you do use this program please leave some feadback, I'd like to hear what you think, and it will encourage me to keep developing this project! And just to clarify, I...
Back
Top