A soft way to close SuperSwag you can use in your scripts | Rogue Labs
Dismiss Notice
Rogue Cloud will automatically setup a server and earn money on your server for you! All you need to do is have VIP and buy Cloud Instances in the Sub Shop! After you do so you can use this program to tell each instance what Reward you would like to get when it gathers enough points! It's that simple! Let Rogue-Labs manage everything automatically while you get the rewards!

A soft way to close SuperSwag you can use in your scripts

Discussion in 'General Support' started by Randydrew6, Feb 16, 2020.

  1. Randydrew6

    Randydrew6 Administrator
    Staff Member Admin VIP Senior Mod Moderator Organ Donor Donator Founding Supporter

    429
    261
    63
    I have no idea why people are closing superswag with scripts but for those that must do it, I know @chriskov98 has an account cycler so he can earn the most from one machine, a good use. I gave him some simple code to close superswag correctly, not just Kill it causing internet connection issues.

    Here is the AHK code:
    Code:
    if WinExist("SuperSwag Home")
        WinClose
    If you don't have AHK installed I just compiled the script to an EXE for you to download:
    https://ufile.io/0n9reb2u

    If you need to use this in a batch file just put it in the same directory as your batch file and use this code in your batch file to close superswag:
    Code:
    start CloseSuperSwag.exe
     
    Last edited: Aug 18, 2020
    rangstr and Gloria like this.
  2. Gloria

    Gloria Active Member
    VIP Supporter Organ Donor Donator

    242
    42
    28
    Thanks randy
     
    Randydrew6 likes this.
  3. Super

    Super Member
    VIP Supporter

    4
    2
    8
    thanks
     
    Randydrew6 likes this.
  4. Asusgamer

    Asusgamer New Member

    2
    0
    3
    Will not run on 32 bit win7
     
  5. George Lopez

    George Lopez Active Member
    VIP Supporter Founding Supporter

    554
    74
    28
    reupload gloria
     

Share This Page