Advanced Search

Results 1 to 9 of 9

Thread: How to make a script undeleteable???

  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default How to make a script undeleteable???

    I have a script which looks like this:

    On Error Resume Next
    Set WSHShell = WScript.CreateObject("WScript.Shell")

    WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad", 1
    WshShell.AppActivate "ÞÐÀÀÀÀÀÀÀÀÀÀÀ ÀÕÀÕÀÕÀÕÀÕÀÕÀÕ "
    dim ms(25)
    ms(0) = "1"
    ms(1) = "2"
    ms(2) = "3"
    ms(3) = " "
    ms(4) = "4"
    ms(5) = " "
    ms(6) = "5"
    ms(7) = "6"
    ms(8) = "7"
    ms(9) = "8"
    ms(10) = "9"
    ms(11) = " "
    ms(12) = "10"
    ms(13) = "11"
    ms(14) = "12"
    ms(15) = "13"
    ms(16) = "14"
    ms(17) = "15"
    ms(18) = Chr(13)
    ms(19) = "~"

    WScript.Sleep 1000
    dy=0
    do while(1)
    dy=dy+1
    For Each Item in ms
    WScript.Sleep 25
    WshShell.SendKeys Item
    next
    loop



    It's a simple .exe file, but what should I do to make it undeleateable and to make it start every time a user log on to his computer???

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    27,529
    Thanks
    42
    Thanked 2,874 Times in 2,847 Posts
    Blog Entries
    12

    Default

    Set it to read only and put it in the startup folder.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Well it should work if i wanted to do it on my computer, but can i make the script to copy itself to a folder, for example ''system32'' where it overwrites another file, which windows automaticly opens on startup???

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    27,529
    Thanks
    42
    Thanked 2,874 Times in 2,847 Posts
    Blog Entries
    12

    Default

    That sounds a little too much like hacking. Why do you want to do this?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    DamaGe2100 (01-05-2009)

  6. #5
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Well, today I got a prank script from a friend which almost broke my system permanently. I just want to send him back something much more worse.
    I wish to make a script which turn's on every time he would log on. And the only way he could get rid off it would be format C:\ or complete windows reinstalling.

  7. #6
    Join Date
    Oct 2008
    Location
    n. 1 a particular place or position where something is located. 2 the action or process of locating.
    Posts
    2,026
    Thanks
    17
    Thanked 318 Times in 317 Posts
    Blog Entries
    3

    Default

    You are in the wrong forum, DD doesn't support that kind of behavior.
    E d d y P r o c a
    I love Dropbox. Get it through my (girlfriend's) referral link and both you and I (her) get 250 MB extra! Thanks and you're welcome!

  8. #7
    Join Date
    Jan 2008
    Posts
    4,103
    Thanks
    18
    Thanked 615 Times in 611 Posts
    Blog Entries
    5

    Default

    If you would like an answer to that question. Please direct yourself to a hacking forum. 2 wrongs don't make a right. As Snookerman said - please don't ask anymore hacking questions again.

  9. #8
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Well okay! Thank's for you're support! I'll search somewhere else.
    I'm sorry for this Thread!

  10. #9
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    better yet... don't have this person as a friend anymore?

    because if you get caught performing this type of action you can go to jail.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •