Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    Quote Originally Posted by scott0790 View Post
    could not connect to server. Lovely.
    Keep trying, it does work!
    Re coding that part tomorrow, should work 100% then

  2. #17
    scott0790's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    appreciate the effort

  3. #18
    SOON.'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    774
    Reputation
    21
    Thanks
    114
    My Mood
    Lurking
    Nice client dude, very useful, some bugs though.

  4. The Following User Says Thank You to SOON. For This Useful Post:

    07switch (04-06-2013)

  5. #19
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    Quote Originally Posted by JavaC++ View Post
    Nice client dude, very useful, some bugs though.
    Thanks!
    Please report them here

  6. #20
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    Bump
    Check our twitter https://twitter.com/OldschoolSwitch

  7. #21
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    Version 1.1.1.25 - Added logo, implemented background code for highscores checker.

  8. #22
    Johnleepower's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    882
    Reputation
    17
    Thanks
    1,425
    My Mood
    Happy
    looks good

  9. #23
    mullerrice's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    England - Derbyshire
    Posts
    1,176
    Reputation
    8
    Thanks
    84
    My Mood
    Happy
    I get the following errors

    This is a debug from a windows 8 64 Bit system:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.*********enceException: Object reference not set to an instance of an object.
    at _07switch2.ExcisionTheme.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
    at System.Windows.Forms.ContainerControl.WndProc(Mess age& 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.18033 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18033 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    07switch
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Thomas/AppData/Local/Apps/2.0/EHCZADBA.N1K/QPEEQPKG.ZKX/07sw..tion_3875df96e01373ba_0001.0001_c28dd2f4f717 0422/07switch.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 11.0.50709.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    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.18037 built by: FX45RTMGDR
    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.18022 built by: FX45RTMGDR
    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.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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.
    Its looking nice just wanted to know what auto mouse was lol.
    Last edited by mullerrice; 04-12-2013 at 08:10 AM. Reason: Continued errors

  10. #24
    sidhant9's Avatar
    Join Date
    Jul 2012
    Gender
    female
    Posts
    564
    Reputation
    68
    Thanks
    64
    My Mood
    Confused
    sick cant wait to try

  11. #25
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    You're not the only one with that error!
    It's something to do with the theme I am using, I will take a look at it.
    The application still works if you continue it!

    The development of 07Switch costs money, the applications used require a license and the time taken to develop this project is money lost. We would appreciate any donations from our users, which will help us to pay for our hosting costs and our Virtual Private Server. Thank you.

    We accept bitcoins as a donation, please send them this bit-coin address:
    18EcX5Wkf7Dz8fhBT7TfWt3mct5VwTETFU

  12. #26
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    1.1.1.27 - Added changelog to startup, Implemented Highscores Checker, Removed authentication system (for now)

    Run the application to update.

  13. #27
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    =======================================
    =========07Switch Changelog===============
    =======================================
    = 1.1.1.29 - Logo to startup
    = 1.1.1.28 - Readded users online script
    = 1.1.1.27 - Added changelog to startup
    = 1.1.1.26 - Implemented Highscores Checker
    = 1.1.1.25 - Removed authentication system (for now)

  14. #28
    07switch's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Flirty
    Sorry for taking so long, I have exams to revise for!

    I have bought a new domain
    Run the client and it will update to use the new domain!

  15. #29
    CamilaOwnz's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    49
    Reputation
    10
    Thanks
    262
    My Mood
    Angelic
    Nice client. Never saw 1 like this

  16. #30
    EPQ's Avatar
    Join Date
    May 2013
    Gender
    female
    Posts
    53
    Reputation
    10
    Thanks
    2
    Thanks for this really

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Outdated] OSRSCC - Oldschool Runescape Custom Client
    By Liteaku in forum Runescape Hacks / Bots
    Replies: 31
    Last Post: 03-16-2014, 04:28 PM
  2. [Outdated] Oldschool RS Client v1.1
    By Flamo in forum Runescape Hacks / Bots
    Replies: 22
    Last Post: 03-16-2014, 04:25 PM
  3. [Release] Runescape Oldschool Client (Simple) v1 ~ Features being added
    By Cazuya in forum Runescape Hacks / Bots
    Replies: 8
    Last Post: 04-16-2013, 06:55 AM
  4. DOWNLOAD WoW.exe HERE! (Full Client For MPGH Server)
    By RebornAce in forum General Gaming
    Replies: 25
    Last Post: 05-14-2006, 02:54 AM
  5. where can i get older client?
    By DrKaOs in forum WarRock - International Hacks
    Replies: 5
    Last Post: 02-05-2006, 10:04 AM

Tags for this Thread