Stay Logged in OSRS Script

Discussion in 'Sythe Lib Archive' started by Program, Jun 8, 2018.

Stay Logged in OSRS Script
  1. Unread #1 - Jun 8, 2018 at 2:59 PM
  2. Program
    Joined:
    Sep 17, 2015
    Posts:
    5,003
    Referrals:
    0
    Sythe Gold:
    902
    Discord Unique ID:
    171517906276843520
    Discord Username:
    FuukinAndy #6867

    Program Formerly known as Andy Samberg
    Retired Sectional Moderator

    Stay Logged in OSRS Script

    Pretty simple, run it and it'll tilt your view every few mins.

    Code:
    SetVirtualMouseJavaModeOn();
    if (SetWindow("RuneScape") == ""){Die("Could not find runescape");}while(SelectInnerWindow("SunAwtCanvas")){}
    // SetVirtualInputsOff();
    
    global minMoveInterval = 60000; // Minimum interval before moving again. In Milliseconds.
    global maxMoveInterval = 300000; // Maximum interval before moving again. In Milliseconds.
    
    def StayLoggedIn() {
        ClickMouse(530, 250, 1);
        while(true) {
            KeyDown(39);
            Sleep(50);
            KeyUp(39);
            Sleep(RandomInt(minMoveInterval, maxMoveInterval));
        }
    }
    
    StayLoggedIn();
    
     
    ^ Damooshka, Keith, pallaballa and 2 others like this.
  3. Unread #2 - Jun 10, 2018 at 12:25 PM
  4. TottieGod
    Joined:
    Aug 16, 2013
    Posts:
    451
    Referrals:
    0
    Sythe Gold:
    1,084

    TottieGod Formerly known as Rob15369

    Stay Logged in OSRS Script

    Thank you! This will be very helpful when I am waiting and my account keeps logging out.
     
  5. Unread #3 - Jun 11, 2018 at 11:52 PM
  6. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    Why would you need this?
     
  7. Unread #4 - Jun 11, 2018 at 11:57 PM
  8. Program
    Joined:
    Sep 17, 2015
    Posts:
    5,003
    Referrals:
    0
    Sythe Gold:
    902
    Discord Unique ID:
    171517906276843520
    Discord Username:
    FuukinAndy #6867

    Program Formerly known as Andy Samberg
    Retired Sectional Moderator

    Stay Logged in OSRS Script

    It was requested from me. Ask QBDyce.
     
    ^ PandaBot likes this.
  9. Unread #5 - Jun 13, 2018 at 12:00 PM
  10. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    Would work great for AFK training at Bandits.
     
  11. Unread #6 - Jun 13, 2018 at 12:03 PM
  12. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    Nightmare Zone exists though
     
  13. Unread #7 - Jun 13, 2018 at 1:13 PM
  14. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    Work's the same, You can sit and not be logged out lol Isn't that kinda the purpose of a stay logged in script? I was just giving an example of how it could be used.
     
  15. Unread #8 - Jun 13, 2018 at 1:19 PM
  16. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    You don't get logged out in combat anyway
     
  17. Unread #9 - Jun 13, 2018 at 1:26 PM
  18. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    After like 20-30 minutes of no key presses or movements you'll logout
     
  19. Unread #10 - Jun 13, 2018 at 1:31 PM
  20. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    You should repot well before 20 minutes is up, otherwise what's the point?
     
  21. Unread #11 - Jun 13, 2018 at 1:37 PM
  22. Program
    Joined:
    Sep 17, 2015
    Posts:
    5,003
    Referrals:
    0
    Sythe Gold:
    902
    Discord Unique ID:
    171517906276843520
    Discord Username:
    FuukinAndy #6867

    Program Formerly known as Andy Samberg
    Retired Sectional Moderator

    Stay Logged in OSRS Script

    So sorry I made a requested script. Not sure why you’re trying to make a problem.

    One use I can think of is splashing. Don’t wanna log out during splashing.
     
  23. Unread #12 - Jun 13, 2018 at 1:43 PM
  24. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    Hence Bandits, You don't need food or anything else, Just sit there and you are good. I don't understand the point you are trying to make, A dude put his time into a script that another member suggested, You asked a question got an answer and you keep fighting it.
     
  25. Unread #13 - Jun 13, 2018 at 1:45 PM
  26. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    You can make whatever you want I just don't see a reason for it when you can just do the same thing in NMZ

    Is it really too much to click ONCE every 20 minutes to not log out? I don't see why it was requested imo lol
     
  27. Unread #14 - Jun 13, 2018 at 1:48 PM
  28. Program
    Joined:
    Sep 17, 2015
    Posts:
    5,003
    Referrals:
    0
    Sythe Gold:
    902
    Discord Unique ID:
    171517906276843520
    Discord Username:
    FuukinAndy #6867

    Program Formerly known as Andy Samberg
    Retired Sectional Moderator

    Stay Logged in OSRS Script

    That’s the whole point in botting? You don’t want to have to be at your computer doing stuff. This way you can spend the day doing other stuff away from your pc and have your skills go up lol.

    That’s why I make scripts. That’s what botting is for.
     
  29. Unread #15 - Jun 13, 2018 at 1:49 PM
  30. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    So you can do it while you are away from the computer, Maybe when he works, or is asleep or whatever else. It has it's practical uses, just move along if you don't like it.
     
  31. Unread #16 - Jun 13, 2018 at 1:54 PM
  32. Milotic
    Joined:
    Jun 12, 2015
    Posts:
    6,932
    Referrals:
    11
    Sythe Gold:
    1,414

    Milotic Hero

    Stay Logged in OSRS Script

    Oh well if you're botting then still it's shit, but I get it now

    Doesn't repot ovl/super cb/absorption
     
  33. Unread #17 - Jun 13, 2018 at 1:58 PM
  34. RSwilliam
    Joined:
    May 24, 2018
    Posts:
    143
    Referrals:
    0
    Sythe Gold:
    134

    RSwilliam Active Member

    Stay Logged in OSRS Script

    Man you are dense AF, It obviously isn't meant for NMZ, Splashing, bandits are it's practical uses. You can sleep for 8 hours and run it without logging off and get free gains. You can sit splashing all day while you're at work. NZM isn't the only way to train in runescape.
     
    ^ Program likes this.
    Last edited: Jun 13, 2018
  35. Unread #18 - Jun 13, 2018 at 1:59 PM
  36. Program
    Joined:
    Sep 17, 2015
    Posts:
    5,003
    Referrals:
    0
    Sythe Gold:
    902
    Discord Unique ID:
    171517906276843520
    Discord Username:
    FuukinAndy #6867

    Program Formerly known as Andy Samberg
    Retired Sectional Moderator

    Stay Logged in OSRS Script

    It’s not supposed to? It’s not a NMZ script. It’s for things like splashing. Are you just trolling?
     
    ^ PandaBot likes this.
  37. Unread #19 - Jun 15, 2018 at 2:40 PM
  38. Pikachu
    Joined:
    Jan 27, 2016
    Posts:
    63,264
    Referrals:
    10
    Sythe Gold:
    13,791
    Vouch Thread:
    Click Here
    Discord Unique ID:
    706497607035256896
    Discord Username:
    __pikachu
    Verified Ironman I saw Matthew Member of the Month Winner Detective Toast Wallet User
    Sythe's 15th Anniversary Nitro Booster (2) Two Factor Authentication User Christmas 2023 Poképedia Valentine's Day 2021 Valentine's Day 2020 Valentine's Day 2019 Torchbearer 2016 Pokémon Trainer
    Easter 2017 Easter 2016 Christmas 2022 Christmas 2021 Halloween 2022 St. Patrick's Day 2017 Christmas 2016 MushyMuncher Summer 2022 (2) The Glizz

    Pikachu Runewager.com - Osrs Gambling
    Market Moderators Bond Holder CDT Member Our Community Moderators

    Stay Logged in OSRS Script

    @QBDyce Grantee your using this for staking
     
    ^ QBD likes this.
  39. Unread #20 - Jun 16, 2018 at 9:35 PM
  40. Fyrix
    Joined:
    Mar 12, 2017
    Posts:
    74,574
    Referrals:
    56
    Sythe Gold:
    29,550
    Vouch Thread:
    Click Here
    Discord Unique ID:
    574588629343797257
    Discord Username:
    rpgstock#0777
    Torchbearer 2016 Sythe's 15th Anniversary Gohan has AIDS (5) Heidy (4) Potamus (4) Toast Wallet User SytheSteamer Nitro Booster (2) Dragon Claws Two Factor Authentication User
    Lawrence (2) Homosex (6) <3 n4n0 (3) Extreme Homosex (5)

    Fyrix Discord: rpgstock#0777
    Fyrix Donor

    Stay Logged in OSRS Script

    Aye, think you can put it into a runelite addon for me ;D too lazy to add it bymyself.
     
< Get color and coordinates script | >

Users viewing this thread
1 guest


 
 
Adblock breaks this site