Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed

    Thumbs up ★ ★ ★ New [DarkFOV] Injector ★ ★ ★




    Hi guys, finally it's finished! My new fresh injector called "DarkFOV".

    Status: UNDETECTED
    Last Check: 18.04.2011

    Windows XP: Working
    Windows Vista: Working
    Windows 7: Working

    Windows Vista & Windows 7 Users:
    "Run As Administrator"



    Screenshot:



    Virus Scans:
    (All False Alarms!)


    VirusTotal - Free Online Virus, Malware and URL Scanner

    DarkFOV.rar MD5:f78b4efd12be07b74fe246ce81709ebf - VirSCAN.org 11% Scanner(s) (4/37) found malware!

    PLEASE FEEL FREE TO COMMENT AND PRESS THANKS!

    Hope you like it!

    Last edited by Darko155; 04-18-2011 at 07:18 AM.

  2. The Following 22 Users Say Thank You to Darko155 For This Useful Post:

    Airley (04-18-2011),anax1 (04-18-2011),blee22 (04-19-2011),chatmania (04-18-2011),CheatCreatorzz (04-18-2011),crespo2211 (04-18-2011),dan1raruto (04-24-2011),hartelocke (04-18-2011),iNeedMy2Dollars (04-18-2011),masternima (04-25-2011),Neechan' (04-18-2011),popmodi (05-07-2014),samet232325 (07-25-2012),shockwave13 (09-16-2012),shs (05-15-2012),sonofheaven (04-22-2011),thenoname15 (05-01-2012),TITOLOVER4455 (04-19-2011),Violenta (08-18-2013),wafinasir (04-29-2016),z3k3 (04-19-2011),zxc123asd465 (04-19-2011)

  3. #2
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    nice injector

  4. #3
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by Ger-Neechan View Post
    nice injector
    thank you!

  5. #4
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    looks like finjector


  6. #5
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by Ger-Neechan View Post
    looks like finjector

    not really...

  7. #6
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    Do you use Visual basic 2010 / 08 ?

  8. #7
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by Ger-Neechan View Post
    Do you use Visual basic 2010 / 08 ?
    Visual Basic 2008

  9. #8
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    Quote Originally Posted by Darko155 View Post
    Visual Basic 2008
    Okay.
    How u make Settings?
    And "Process"
    And this "Welcome..." xD

  10. #9
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by Ger-Neechan View Post
    Okay.
    How u make Settings?
    And "Process"
    And this "Welcome..." xD
    Settings: too lazy to explain xD
    Process: Well very easy...add new form, listview, two buttons (refresh and close)

    Double click on form and add this code: (Form_Load)
    Code:
     
    For Each proc1 As Process In Process.GetProcesses
                ListView1.Items.Add(proc1.ProcessName)
            Next
    Now click on Refresh button and add this code:

    Code:
    ListView1.Items.Clear()
            For Each proc1 As Process In Process.GetProcesses
                ListView1.Items.Add(proc1.ProcessName)
            Next
    Now click on "close" button and add this code:
    Code:
    Me.close()
    Press thanks if this help!
    Last edited by Darko155; 04-18-2011 at 07:14 AM.

  11. The Following User Says Thank You to Darko155 For This Useful Post:

    Neechan' (04-18-2011)

  12. #10
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    Quote Originally Posted by Darko155 View Post
    Settings: too lazy to explain xD
    Process: Well very easy...add new form, listview, two buttons (refresh and close)

    Double click on form and add this code: (Form_Load)
    Code:
     
    For Each proc1 As Process In Process.GetProcesses
                ListView1.Items.Add(proc1.ProcessName)
            Next
    Now click on Refresh button and add this code:

    Code:
    ListView1.Items.Clear()
            For Each proc1 As Process In Process.GetProcesses
                ListView1.Items.Add(proc1.ProcessName)
            Next
    Now click on "close" button and add this code:
    Code:
    Me.close()
    Thank you :'D
    Your Injector is better then mine ^^

  13. #11
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    Nice Injector dude, using this!





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  14. #12
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Well ... Nice Injector but U better upload as Attachment and not an outside link

    EDIT:
    Oh Sorry .. i now see that it is in Attachment
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  15. #13
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by CheatCreatorzz View Post
    Nice Injector dude, using this!
    Thanks You're welcome!
    Last edited by Darko155; 04-18-2011 at 02:09 PM.

  16. #14
    djrubenmp3's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    In JackInDaBox
    Posts
    586
    Reputation
    10
    Thanks
    493
    My Mood
    Psychedelic
    Nice job man

  17. #15
    Darko155's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    71
    My Mood
    Relaxed
    Quote Originally Posted by djrubenmp3 View Post
    Nice job man
    Thank You!

Page 1 of 2 12 LastLast

Tags for this Thread