Page 263 of 299 FirstFirst ... 163213253261262263264265273 ... LastLast
Results 2,621 to 2,630 of 2987

Thread: Stealth CORE [Multi-Threaded Bot] PUBLIC

  1. #2621
    DarkSkies's Avatar
    Joined
    Sep 2021
    Posts
    3,099
    Pronouns
    She
    Userbars
    99
    Thanks
    8,014
    Thanked
    5,990/2,315
    DL/UL
    31/0
    Mentioned
    419 times
    Time Online
    84d 21h 11m
    Avg. Time Online
    2h 8m
    Quote Originally Posted by Maneki Neko View Post
    Yeah, I am running as administrator <:/ I dunno what is going on.
    Hey I'm not sure if this will help but I was reading there was a Chrome update recently on June to version 114.0.5735.110 related to a lock protection about cookie files, to avoid stealing information from malware and that stuff.

    Could you try running Chrome from command line like this? It would disable the lock feature.

    chrome.exe --disable-features=LockProfileCookieDatabase

    Hopefully it helps!








    ~~ Shooting stars ~~

    Many thanks to:

    @(you need an account to see links) for the Wolf Ryu and @(you need an account to see links) for the Kousetsu puppy <)
    @(you need an account to see links) for my howling wolf and @(you need an account to see links) for my wolf pumpkin <3
    @(you need an account to see links) for my custom userbars and @(you need an account to see links) for the lovely popsicle/lycanroc bar ^^
    @(you need an account to see links) for my star puppy and @(you need an account to see links) for my Rockruff avatar :3


  2. The Following 2 Users Say Thank You to DarkSkies For This Useful Post:

    j03 (07-31-2023),Maneki Neko (07-31-2023)

  3. #2622
    Maneki Neko's Avatar
    Joined
    May 2018
    Posts
    107
    Userbars
    17
    Thanks
    165
    Thanked
    145/56
    DL/UL
    41/0
    Mentioned
    8 times
    Time Online
    12d 3h 43m
    Avg. Time Online
    8m
    Quote Originally Posted by DarkSkies View Post
    Hey I'm not sure if this will help but I was reading there was a Chrome update recently on June to version 114.0.5735.110 related to a lock protection about cookie files, to avoid stealing information from malware and that stuff.

    Could you try running Chrome from command line like this? It would disable the lock feature.

    chrome.exe --disable-features=LockProfileCookieDatabase

    Hopefully it helps!
    C:\Users\Redacted>chrome.exe --disable-features=LockProfileCookieDatabase
    'chrome.exe' is not recognized as an internal or external command,
    operable program or batch file.

    I apologize, I'm not sure how to run the program from command prompt.

  4. #2623
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,756
    Userbars
    176
    Thanks
    5,936
    Thanked
    33,184/6,625
    DL/UL
    23/36
    Mentioned
    3,871 times
    Time Online
    564d 11h 47m
    Avg. Time Online
    3h 13m
    Quote Originally Posted by Maneki Neko View Post
    C:\Users\Redacted>chrome.exe --disable-features=LockProfileCookieDatabase
    'chrome.exe' is not recognized as an internal or external command,
    operable program or batch file.

    I apologize, I'm not sure how to run the program from command prompt.
    Try locating the folder that contains chrome.exe, and from there, hold shift + right click -> open new PowerShell window here.

    Try running the above command and see if that helps.
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  5. The Following User Says Thank You to j03 For This Useful Post:

    DarkSkies (07-31-2023)

  6. #2624
    DarkSkies's Avatar
    Joined
    Sep 2021
    Posts
    3,099
    Pronouns
    She
    Userbars
    99
    Thanks
    8,014
    Thanked
    5,990/2,315
    DL/UL
    31/0
    Mentioned
    419 times
    Time Online
    84d 21h 11m
    Avg. Time Online
    2h 8m
    @(you need an account to see links) you can also open Chrome normally as you do, then open task manager and on Process Tab find Chrome, right click -> Open directory path

    From there you can find the location. Copy that path in cmd or powershell:

    cd "(Put here the location)"
    chrome.exe --disable-features=LockProfileCookieDatabase








    ~~ Shooting stars ~~

    Many thanks to:

    @(you need an account to see links) for the Wolf Ryu and @(you need an account to see links) for the Kousetsu puppy <)
    @(you need an account to see links) for my howling wolf and @(you need an account to see links) for my wolf pumpkin <3
    @(you need an account to see links) for my custom userbars and @(you need an account to see links) for the lovely popsicle/lycanroc bar ^^
    @(you need an account to see links) for my star puppy and @(you need an account to see links) for my Rockruff avatar :3


  7. #2625
    Maneki Neko's Avatar
    Joined
    May 2018
    Posts
    107
    Userbars
    17
    Thanks
    165
    Thanked
    145/56
    DL/UL
    41/0
    Mentioned
    8 times
    Time Online
    12d 3h 43m
    Avg. Time Online
    8m
    Quote Originally Posted by DarkSkies View Post
    @(you need an account to see links) you can also open Chrome normally as you do, then open task manager and on Process Tab find Chrome, right click -> Open directory path

    From there you can find the location. Copy that path in cmd or powershell:

    cd "(Put here the location)"
    chrome.exe --disable-features=LockProfileCookieDatabase
    PS C:\Program Files\Google\Chrome\Application> chrome.exe --disable-features=LockProfileCookieDatabase
    chrome.exe : The term 'chrome.exe' is not recognized as the name of a cmdlet, function, script file, or operable
    program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + chrome.exe --disable-features=LockProfileCookieDatabase
    + ~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (chrome.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


    Suggestion [3,General]: The command chrome.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\chrome.exe". See "get-help about_Command_Precedence" for more details.
    PS C:\Program Files\Google\Chrome\Application>

    I'm sorry to make this difficult. I followed both your instructions, but no luck.

    I tried what it suggested, with adding a .\ before chrome.exe. It seemed to have done something. A chrome window opened, but nothing happened other than that. I opened Stealth CORE again, and the problem unfortunately persists.
    Last edited by Maneki Neko; 07-31-2023 at 09:03 PM.

  8. #2626
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,756
    Userbars
    176
    Thanks
    5,936
    Thanked
    33,184/6,625
    DL/UL
    23/36
    Mentioned
    3,871 times
    Time Online
    564d 11h 47m
    Avg. Time Online
    3h 13m
    Quote Originally Posted by Maneki Neko View Post
    PS C:\Program Files\Google\Chrome\Application> chrome.exe --disable-features=LockProfileCookieDatabase
    chrome.exe : The term 'chrome.exe' is not recognized as the name of a cmdlet, function, script file, or operable
    program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + chrome.exe --disable-features=LockProfileCookieDatabase
    + ~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (chrome.exetring) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


    Suggestion [3,General]: The command chrome.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\chrome.exe". See "get-help about_Command_Precedence" for more details.
    PS C:\Program Files\Google\Chrome\Application>

    I'm sorry to make this difficult. I followed both your instructions, but no luck.

    I tried what it suggested, with adding a .\ before chrome.exe. It seemed to have done something. A chrome window opened, but nothing happened other than that. I opened Stealth CORE again, and the problem unfortunately persists.
    That's rough! Sorry you are having trouble with this... There's always installing Firefox if you want SC to grab your cookies automatically. Otherwise, you can follow the instructions I've provided in SC (and in the first post) on how to grab your cookies manually via web browser and login that way.
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  9. #2627
    Maneki Neko's Avatar
    Joined
    May 2018
    Posts
    107
    Userbars
    17
    Thanks
    165
    Thanked
    145/56
    DL/UL
    41/0
    Mentioned
    8 times
    Time Online
    12d 3h 43m
    Avg. Time Online
    8m
    Quote Originally Posted by j03 View Post
    That's rough! Sorry you are having trouble with this... There's always installing Firefox if you want SC to grab your cookies automatically. Otherwise, you can follow the instructions I've provided in SC (and in the first post) on how to grab your cookies manually via web browser and login that way.
    Don't apologize! I appreciate you even answering at all.
    I decided to have it use Firefox cookies instead. I logged in successfully, created a schedule, ran the program, and... .... ... it appears to be frozen on the first task. "Grave danger bot running..." No update in over 2 minutes.
    I think I'm just cursed to be honest.

  10. #2628
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,756
    Userbars
    176
    Thanks
    5,936
    Thanked
    33,184/6,625
    DL/UL
    23/36
    Mentioned
    3,871 times
    Time Online
    564d 11h 47m
    Avg. Time Online
    3h 13m
    Quote Originally Posted by Maneki Neko View Post
    Don't apologize! I appreciate you even answering at all.
    I decided to have it use Firefox cookies instead. I logged in successfully, created a schedule, ran the program, and... .... ... it appears to be frozen on the first task. "Grave danger bot running..." No update in over 2 minutes.
    I think I'm just cursed to be honest.
    Which bot are you scheduling to run? Make sure you're going over the settings as well before deploying something!
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  11. #2629
    kalez's Avatar
    Joined
    May 2022
    Posts
    495
    Userbars
    46
    Thanks
    409
    Thanked
    638/238
    DL/UL
    4/0
    Mentioned
    20 times
    Time Online
    8d 16h 30m
    Avg. Time Online
    17m
    +1 to the manual cookie grab method, if all else fails that is the one that works for me
    Hopefully you can get SC running!

  12. #2630
    Maneki Neko's Avatar
    Joined
    May 2018
    Posts
    107
    Userbars
    17
    Thanks
    165
    Thanked
    145/56
    DL/UL
    41/0
    Mentioned
    8 times
    Time Online
    12d 3h 43m
    Avg. Time Online
    8m
    Quote Originally Posted by j03 View Post
    Which bot are you scheduling to run? Make sure you're going over the settings as well before deploying something!
    I am running "Once-a-Day Dailies" with many things unchecked that I don't want to do (Like Magma Pool and stuff). I went through settings to make sure things look correct. Tried it again just now, after shuffling. Anchor Management bot running.... for a long time. There is definitely something strange going on. I will restart my computer again.

    Also: omg I keep getting popsicles, I got the watermelon one! OAO YAY

    Update: Using my laptop, I freshly installed StealthCORE. I am not having the cookies issue, but I am having the same issue of the bot getting stuck on the first task. I truly cannot understand what is wrong.
    Last edited by Maneki Neko; 08-01-2023 at 01:45 AM.

  13. The Following User Says Thank You to Maneki Neko For This Useful Post:

    DarkSkies (08-01-2023)

Page 263 of 299 FirstFirst ... 163213253261262263264265273 ... LastLast

Tags for this Thread

Posting Permissions

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