Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 36
  1. #16
    FrosK's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Porto, Portugal
    Posts
    2,653
    Reputation
    411
    Thanks
    1,249
    My Mood
    Amazed
    Nice one sir

  2. #17
    IndianaBlob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Google Earth
    Posts
    98
    Reputation
    15
    Thanks
    837
    My Mood
    Crappy
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    at TF2IDLE.Form1.Button1_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    TF2IDLE_fireXtract
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Lloyd/Desktop/TF2IDLE_fireXtract.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.


    I keep getting this.

  3. #18
    fireXtract's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In a chair
    Posts
    64
    Reputation
    10
    Thanks
    434
    My Mood
    Amazed
    Quote Originally Posted by IndianaBlob View Post
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    at TF2IDLE.Form1.Button1_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    TF2IDLE_fireXtract
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Lloyd/Desktop/TF2IDLE_fireXtract.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.


    I keep getting this.
    Did you enable this JIT thing i dont remember messing with it.

  4. #19
    djrubenmp3's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    In JackInDaBox
    Posts
    586
    Reputation
    10
    Thanks
    493
    My Mood
    Psychedelic
    I've got a question: If I'm idling and my internet goes down and then comes back will it reconnect to the server?

  5. #20
    fireXtract's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In a chair
    Posts
    64
    Reputation
    10
    Thanks
    434
    My Mood
    Amazed
    Quote Originally Posted by djrubenmp3 View Post
    I've got a question: If I'm idling and my internet goes down and then comes back will it reconnect to the server?
    No, just as in the game when you are playing a server lose connection it would just go to the home screen, it acts just like the real game but it doesnt show anything but console output.

  6. #21
    opaman's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    it cant find the path what should i do?
    Last edited by Nico; 09-16-2012 at 02:54 AM.

  7. #22
    HJ#$%haszetr's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Post

    Quote Originally Posted by IndianaBlob View Post
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ...

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.


    I keep getting this.
    I'm having the same problem. How do i enable it?

  8. #23
    sim1samu2's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks a lot!

  9. #24
    kylekyle1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    im a fellow coder would it be possible if we could work on this together as im very interested in this
    or could you please share some source code

  10. #25
    fireXtract's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In a chair
    Posts
    64
    Reputation
    10
    Thanks
    434
    My Mood
    Amazed
    Quote Originally Posted by kylekyle1 View Post
    im a fellow coder would it be possible if we could work on this together as im very interested in this
    or could you please share some source code
    It's coded in VB.net with visual basic 2010 express does anybody want me to continue development of this tool and if so what should i add?

  11. #26
    asd123ccc's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    C:\Program Files (x86)\Z8Games\CrossFire\WeRockU
    Posts
    35
    Reputation
    10
    Thanks
    0
    My Mood
    Drunk
    thank dude

  12. #27
    Girr720's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    yes continue it, here comes the noob questions, what does it idle for (hats) weapons ofc and whats the probability of finding anything? im on a f2p account is there anything you can do there to make it legit? and also is there anything else you can add here to this program (text wise) to let us know what it increases? ive read everything and it seems like a normal idle nothing improved so the chances of me getting anything is the same as normal (by the way im the guy that doesnt get anything all night idling lol) so my luck is shyt

  13. #28
    Bloobs's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    If you're item is caped. Will you still get items using this?

  14. #29
    Avazos's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Running this right now! Looks great thanks for the share mate!

  15. #30
    fireXtract's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In a chair
    Posts
    64
    Reputation
    10
    Thanks
    434
    My Mood
    Amazed
    Quote Originally Posted by Girr720 View Post
    yes continue it, here comes the noob questions, what does it idle for (hats) weapons ofc and whats the probability of finding anything? im on a f2p account is there anything you can do there to make it legit? and also is there anything else you can add here to this program (text wise) to let us know what it increases? ive read everything and it seems like a normal idle nothing improved so the chances of me getting anything is the same as normal (by the way im the guy that doesnt get anything all night idling lol) so my luck is shyt
    I remember reading somwhere that every thursday night it resets and you most likely will get 10 items that night. This tool does not (nor can anyother program) increase the chances of hat drops... I will add in my next version a table of this if i can find the wiki page i read a while back.

  16. The Following User Says Thank You to fireXtract For This Useful Post:

    Girr720 (12-21-2012)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Patched] TF2 Idle Tool v0.2.0.1 by fireXtract [Local Server Support][Backpack Viewer]
    By fireXtract in forum Team Fortress 2 Hacks
    Replies: 58
    Last Post: 05-18-2014, 03:32 PM
  2. [Release] [C#] TF2 Idler Tool v1.0.0 by Frost | Yet another TF2 Idler!
    By iTz iFrosTz in forum Team Fortress 2 Hacks
    Replies: 60
    Last Post: 12-24-2013, 05:12 PM
  3. [Release] TF2 Idle Tool v0.1.8.3 by fireXtract
    By fireXtract in forum Team Fortress 2 Hacks
    Replies: 16
    Last Post: 04-21-2013, 04:02 AM
  4. [Help] TF2 Idling using sandboxie
    By SEAL_ in forum Team Fortress 2 Hacks
    Replies: 1
    Last Post: 05-10-2012, 05:01 AM
  5. [Release] Updated UniveXNet Idle Tool 100% working
    By terenceli147 in forum Team Fortress 2 Hacks
    Replies: 12
    Last Post: 04-25-2012, 03:02 AM

Tags for this Thread