Results 1 to 13 of 13
  1. #1
    tremaster's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    523
    Reputation
    10
    Thanks
    95
    My Mood
    Amazed

    [Help]hide from procces

    how do i make it so when i click checkbox 8 i can make my form hidden from procces

  2. #2
    Shark23's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Kansas
    Posts
    424
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    Process list as in the taskbar or the task manager?
    Assembly Programmer

  3. #3
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    I don't think this is possible - after all, years of viruses and Spyware makers haven't managed it yet. If it was, it would be very dangerous - exactly because of the type of thing you are trying to do!! You would be better off trying to disguise the process as a legitimate running process (which is what most viruses or Spywares currently do). Also you can disable Task manager completely from the registry.
    Last edited by Hassan; 05-06-2010 at 09:47 PM.

  4. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    A. removed outside link....Ask...?
    B. At threadstarters, you get mpgh points for using proper tags

    [php]
    [Help]YadaYada
    [/php]

    Finally, Make your application a windows service and boom, it is hidden from processes.



     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #5
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Hide every module in your program.

    I have a link that might help but it's on another forum and it's in C++...

  6. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by NextGen1 View Post
    A. removed outside link....Ask...?
    B. At threadstarters, you get mpgh points for using proper tags

    [php]
    [Help]YadaYada
    [/php]

    Finally, Make your application a windows service and boom, it is hidden from processes.

    Oops sorry, I forgot. I will not repeat it again.

    @ Win Service: Great Idea

  7. #7
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    well the cheap approach is to read in everything thats displayed in task manager and remove your entry.
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  8. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    This would be very dangerous if hackers perfected something like this
    I'm back.

  9. #9
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Godlike View Post
    This would be very dangerous if hackers perfected something like this
    Well, I think C++ Guru's can do this. Anyways, they victimize many users successfully via disguising !!

  10. #10
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Best Tip: Make the Process name seem more safer
    I'm back.

  11. #11
    xxnoicexx's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    In California
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    in VB i think there is something called Hide.Me() it hides from stuff like that possibly

    Code:
    Hide.me()
    [img]https://************.com/sig/005/IRUNMYCITY.jpg[/img]

  12. #12
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by xxnoicexx View Post
    in VB i think there is something called Hide.Me() it hides from stuff like that possibly

    Code:
    Hide.me()
    1. It is Me.Hide

    2. He does not want the form to hide he wants the process to hide so you cannot see it with taskmanager.



  13. #13
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Yeah, Again... VB6 < there were some API Options (for non .net framework OS) in this case, for security, you will really either have to "Mask" it, or Make it a windows Service.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. [Help Request] Hiding from leaderboard
    By ghostank in forum Vindictus Help
    Replies: 4
    Last Post: 09-27-2011, 11:55 PM
  2. [Help] Converting from txt to gct?
    By ppl2pass in forum Visual Basic Programming
    Replies: 10
    Last Post: 05-11-2010, 01:48 AM
  3. [Help] disconnected from server!
    By Sneaky Ninja in forum Combat Arms Help
    Replies: 8
    Last Post: 05-01-2010, 01:12 PM
  4. [Help]Hide Application From Task Manager
    By zmansquared in forum Visual Basic Programming
    Replies: 8
    Last Post: 03-06-2010, 09:29 AM
  5. Hide from process list
    By superHackz in forum Visual Basic Programming
    Replies: 1
    Last Post: 06-23-2008, 04:51 PM