Results 1 to 4 of 4

Thread: How to use Simba on applications...

  1. #1
    Join Date
    Aug 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default How to use Simba on applications...

    Hey guys.. i guess SNL and SMART are installments for runescape?? my question is.. how do i get simba to work within a different game??


    the scripts i write work fine on the desktop, in a web browser etc.. but when i try to bring the game window up.. it won't work within the game... i tried to select the client .. but it still doesn't work..

    Does anyone have any suggestions for how to make simba work within an application?? thanks.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Buck42 View Post
    Hey guys.. i guess SNL and SMART are installments for runescape??
    I don't recall Saturday Night Live ever featuring a RuneScape segment, actually.

    On a serious note, if you've selected the client, Simba will work within that client. If the client is not RuneScape, SRL will not work.

    Post some code and we can provide better assistance.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Also, If its rendered with OGL, it wont work when selecting the client with the crosshairs.

  4. #4
    Join Date
    Aug 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    I don't recall Saturday Night Live ever featuring a RuneScape segment, actually.

    On a serious note, if you've selected the client, Simba will work within that client. If the client is not RuneScape, SRL will not work.

    Post some code and we can provide better assistance.
    hahhaa.. i ment SRL :P... but the code is as simple as

    Begin
    MoveMouse(400 , 400);
    ClickMouse(400 , 400);
    end.

    for some reason it wont click within the application.. also, if i try to load the image of the client in the DTM image loader.. it just loads a black screen, it won't load the game image..

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
  •