Results 1 to 5 of 5

Thread: SIMBA 8 VK_Return does not work.

  1. #1
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Angry SIMBA 8 VK_Return does not work.

    I've been making 07 scripts using Simba, but I just went to enable SIMBA 8 so I could start a bot in its own window. After realizing that it wasn't working, KeyDown, KeyUp, and PressKey, all do not work, for VK_Return at least. I've tried, wait, adding like 10 PressKey, KeyDown wait(100) KeyUp, nothing. So I disabled SIMBA8, and, its working again! Enabled SIMBA8 again, doesn't work.

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    only works when SMart is enabled .. Don't see your problem.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ive been using the client targeter, never loading up smart, just using P07 Include. When i did put the {$SMART 8}, thats when its not working.

  4. #4
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by apalapa View Post
    Ive been using the client targeter, never loading up smart, just using P07 Include. When i did put the {$SMART 8}, thats when its not working.

    EDIT: Found the include.. :S I see nothing wrong with it unless I skimmed too quickly. I can tell you it isn't smart though as it works fine for the normal include? Does the regular SRL include + Smart work for you? Is it just 007 Include?


    OLD/Before Edit:

    Can you point me to where you got this "07 RS Include" I do not have it but I'd "prefer" a Github Link so I don't have to download anything. I'm asking because I've seen this bug before in the Official SRL include.

    I reported it once but turns out it's actually bugs in the include..


    From Smart's Github when I reported it. It's to do with the ASCII codes of VK_RETURN.
    Simba defined VK_RETURN as 13 and it doesn't work with SmartRemote whereas LibSmart accepts 13 as a valid key for "Enter".

    Now I don't know why LibSmart accepts it but SmartRemote does not so don't worry about it. It can probably be fixed in SRL. Users can probably just use 10 instead of 13.
    Link to my old report: https://github.com/BenLand100/SMART/issues/7

    Contact whoever wrote that include or just post a link here so I or someone else can look at it.
    Last edited by Brandon; 04-06-2013 at 04:04 AM.

  5. #5
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Does SmartHoldKey work however?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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