Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Quote Originally Posted by awp3le View Post
    Did you try it with New version of GG? Because when i try to use the same Sendkeys.Send("1") before nothing worked for me.. And Can u Conform u did that in 64 Bits ?
    Sendkey still works. i'll upload the source(exe release is in the bin folder)

    it's a small program that will press "F1" with sendkey if you press "F5" ingame or some other window.

    and of course the lineage 2 GG is updated - how could i play the game?

    Please register or login to download attachments.


  2. #12
    awp3le
    awp3le is offline
    New member awp3le's Avatar
    Join Date
    2012 May
    Location
    Northampton, UK
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Quote Originally Posted by yizheng View Post
    Sendkey still works. i'll upload the source(exe release is in the bin folder)

    it's a small program that will press "F1" with sendkey if you press "F5" ingame or some other window.

    and of course the lineage 2 GG is updated - how could i play the game?
    Sorry I didn't catch that you are playing l2 I was thinking you just try it if its works 4eerzz I Will take a look

    Regards

    Awp3e

    ---------- Post added at 12:33 AM ---------- Previous post was at 12:25 AM ----------

    So I did tested and the same error.. I have no idea Why? And Why you don't get that bloody error..

    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 specified module could not be found
    at System.Windows.Forms.SendKeys.SendInput(Byte[] oldKeyboardState, Queue previousEvents)
    at System.Windows.Forms.SendKeys.Send(String keys, Control control, Boolean wait)
    at System.Windows.Forms.SendKeys.Send(String keys)
    at test.Form1.timer1_Tick(Object sender, EventArgs e)
    at System.Windows.Forms.Timer.OnTick(EventArgs e)
    at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(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.239 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    test
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/awp3le/Desktop/test.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    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
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Configuration
    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.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    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.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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.


    PS. Its only in L2 and Only when its compiled or build with 32Bit And yes this error is from your Test.exe file.

  3. #13
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    have you installed Microsoft framework 4? i compiled that in framework 4

    Also, compile it before you run anything that executes "GG" - L2 for example.
    Last edited by yizheng; 2012-05-20 at 12:41 AM.

  4. #14
    awp3le
    awp3le is offline
    New member awp3le's Avatar
    Join Date
    2012 May
    Location
    Northampton, UK
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Quote Originally Posted by yizheng View Post
    have you installed Microsoft framework 4? i compiled that in framework 4

    Also, compile it before you run anything that executes "GG" - L2 for example.
    In this video I hope you will understand all what i mean with send keys...



    PS. Video was made just to understand my problem...
    Last edited by awp3le; 2012-05-20 at 12:20 PM.

  5. #15
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Quote Originally Posted by awp3le View Post
    Even when I try to SendKeys or Keystrokes compiled in 32bit I get error from L2 who says cant find module to SendKeys.. So Thats how he cut off my sendkeys.. And When I try to SendKeys in 64 Bit.. I don't get any errors but still not working sendkeys sendmessage anything just not working..
    After i watched the video and re - read your thread. I saw you using a old windows os? Alot of API's are blocked under 32bit system, thats why its not working for you. GG did not block all of the api's in 64bit systems yet so basically simple keystrokes can easily be sent through the game.

    The test i did was in win 7 64 bit - works fine and no problems at all.. so that is my only conclusion

  6. #16
    awp3le
    awp3le is offline
    New member awp3le's Avatar
    Join Date
    2012 May
    Location
    Northampton, UK
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Sorry You are wrong on my os.. Look here..



    So I'm waiting for some good solution.. Or If you can make Video of that how your Send Keys Works... Please add Thx..

  7. #17
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Thats strange.. it's like GG has taken over L2. i never had that problem before. has this only happen to L2 or any other games that has GG with it? or any other protections - xtrap etc?

  8. #18
    awp3le
    awp3le is offline
    New member awp3le's Avatar
    Join Date
    2012 May
    Location
    Northampton, UK
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Quote Originally Posted by yizheng View Post
    Thats strange.. it's like GG has taken over L2. i never had that problem before. has this only happen to L2 or any other games that has GG with it? or any other protections - xtrap etc?
    Well m8 On My PC do have just L2 and Steam.. I don't have even Antivirus, because I working all the time with some S***** apps and I need speed, so if I had N problem I just doing backup with all my programs and stuff.. I can try on Counter Strike.. At the moment its only game installed except L2 ill give a try and post it back. PS. SendKeys works on GTA M-player as well

    ---------- Post added at 07:43 PM ---------- Previous post was at 07:35 PM ----------

    So IN Counter Strike its works just in console Hope you know what's that.. But not working in game like F1 Enter or any other keys.. Its just like nothing goes true. But no errors. only error I do get is from lineage 2 GG

  9. #19
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    I was assume games with GG or any kind of hack protection for mmorpg's. usually FPS games have some but not all of them(punkbuster etc) but Steam does have a vac protection(i do not know much about vac). GG is like a anti virus & a Virus for the game.

  10. #20
    awp3le
    awp3le is offline
    New member awp3le's Avatar
    Join Date
    2012 May
    Location
    Northampton, UK
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Can you give me a some game name with some GG or similar? I do have good Net speed so Ill download it fast and test it... And please m8 if you can.. Make Video With that your SendKeys Works? Please ... ?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Game] Lineage Customized Renders
    By Rimbros in forum Renders
    Replies: 1
    Last Post: 2012-06-27, 10:53 AM
  2. [Game] Lineage Creatures and NPC renders
    By Grooguz in forum Renders
    Replies: 0
    Last Post: 2011-10-09, 01:28 PM
  3. [Game] Lineage Renders Pack
    By CriticalError in forum Renders
    Replies: 0
    Last Post: 2011-09-15, 02:39 AM

Posting Permissions

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