Results 1 to 8 of 8

Thread: Disable IP log picture?

  1. #1
    Join Date
    Mar 2015
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Disable IP log picture?

    How do I disable the client from taking a picture of my IP log?
    I recently made a script that world hops every 10 seconds or so, and was running it on 3 accounts. I run it overnight, come back, and my graphics are taking ~6 seconds to update. 8000 + IP log picture deletions later, everything is running much smoother now.
    Any ideas?

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    What include are you using?

    Forum account issues? Please send me a PM

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

    Default

    Bah, didn't see this was for OSRS. Disregard me.
    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

  4. #4
    Join Date
    Mar 2015
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    What include are you using?
    I apologize, I'm not sure. The script is mostly color(pascal), but uses the pascal reflection include if that's what you're asking. If that's not the right answer, tell me how I can tell you please.
    Last edited by Polack; 04-26-2015 at 02:16 AM.

  5. #5
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Polack View Post
    I apologize, I'm not sure. The script is mostly color(pascal), but uses the pascal reflection include if that's what you're asking. If that's not the right answer, tell me how I can tell you please.
    At the top of your script, you should see something like

    Simba Code:
    program x;
    Under that there should be a bunch of text in red, can you please copy & paste the red text.

    Forum account issues? Please send me a PM

  6. #6
    Join Date
    Mar 2015
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    At the top of your script, you should see something like

    Simba Code:
    program x;
    Under that there should be a bunch of text in red, can you please copy & paste the red text.
    Simba Code:
    program Collector;
    {$DEFINE SMART}
    {$i srl-osr/srl.simba}
    {$I SRL-OSR\SRL\misc\SmartGraphics.simba}
    {$I SRL-OSR/SRL/Reflection/Reflection.simba}

  7. #7
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    go to C:/simba/includes/srl-osr, open srl.simba,
    change
    SRL_DisableIPLog := false;
    to
    SRL_DisableIPLog := True;
    Save it then start ur script.
    https://github.com/SRL/SRL-OSR/blob/...SRL.simba#L174

  8. #8
    Join Date
    Mar 2015
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    go to C:/simba/includes/srl-osr, open srl.simba,
    change
    SRL_DisableIPLog := false;
    to
    SRL_DisableIPLog := True;
    Save it then start ur script.
    https://github.com/SRL/SRL-OSR/blob/...SRL.simba#L174
    Perfect, thanks.

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
  •