Programs that shuts down and reopen Necrobot? menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 36
  1. #16
    darkjuly's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    Yes, but rename the .txt to have a .bat ending. So it looks like this:
    Attachment 37279
    Thank you sir! This is very helpful!

    Programs that shuts down and reopen Necrobot?
  2. #17
    darkjuly's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ElGuri View Post
    Pulse Y to continue open
    What do you mean by Pulse Y?

  3. #18
    Ev0luti0n's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ElGuri View Post
    Pulse Y to continue open
    It did not ask for a key press to open and start the program, which brings me to my next question...

    Is there a way to hide the CMD window when the .bat is executed?

    I looked up and saw exit command, but it might give problems...then I saw echo and that was leading to creating some other type of script.

    Thanks to the OP for the questions and for the GREAT response!!! Will leave rep if I can.

  4. #19
    pokegod1028's Avatar Master Sergeant CoreCoins Purchaser
    Reputation
    10
    Join Date
    Aug 2016
    Posts
    77
    Thanks G/R
    14/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    You can simply create a batch file for it. The following example batch file opens Necrobot lets it run for an hour, kills it, waits 2 hours and reopens it for another hour, etc. in an endless in loop.

    Instructions:
    In your Necrobot folder, rightclick new text document, name it botcontrol.bat
    Edit botcontrol.bat
    Paste this code inside

    Save
    Double click botcontrol.bat

    The times are in seconds, you can easily adjust the numbers. 3600 is 1h, 7200 is 2h.
    man you're a hero.

    for someone who's spending time a lot (probably too much) lurking here i really have been looking for a program of some sort.

    now my journey has completed thanks to this guy.

  5. #20
    darkjuly's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ev0luti0n View Post
    It did not ask for a key press to open and start the program, which brings me to my next question...

    Is there a way to hide the CMD window when the .bat is executed?

    I looked up and saw exit command, but it might give problems...then I saw echo and that was leading to creating some other type of script.

    Thanks to the OP for the questions and for the GREAT response!!! Will leave rep if I can.
    How was the .bat file sir? Any thoughts? I haven't run down on doing this I'm still at my office.

  6. #21
    aznguyz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how about can u make .bat file like" run necrobot (account1) > stop after 1h> run necrobot (account2)>stop after 1h>run necrobot (account1)........?????

  7. #22
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aznguyz View Post
    how about can u make .bat file like" run necrobot (account1) > stop after 1h> run necrobot (account2)>stop after 1h>run necrobot (account1)........?????
    This batch file runs NecroBot1 for 1 h, then kills it, runs NecroBot2 for 1 h, then kills it and starts again with running NecroBot1
    :start
    start /D "NecroBot1" NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    start /D "NecroBot2" /min NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    goto start
    Place bat like shown in picture:
    Programs that shuts down and reopen Necrobot?-bot-png

  8. Thanks darkjuly, wordup (2 members gave Thanks to Ripper3 for this useful post)
  9. #23
    darkjuly's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    This batch file runs NecroBot1 for 1 h, then kills it, runs NecroBot2 for 1 h, then kills it and starts again with running NecroBot1

    Place bat like shown in picture:
    Programs that shuts down and reopen Necrobot?-bot-png
    "timeout 5" << How long is the pause for this before resuming to necrobot2? YOU ARE DEFINITELY MY SAVIOUR!!

  10. #24
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    all times are in seconds. It waits 5 seconds before starting the next bot.

  11. Thanks thjnh159 (1 members gave Thanks to Ripper3 for this useful post)
  12. #25
    Ev0luti0n's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Ripper

    Is there a way to make the command prompt (CMD) minimize or run in the background?

  13. #26
    b4sh's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EnzaDenino View Post
    Code:
    :start
    start NecroBot.exe
    SET /a rnd=(%RANDOM%*14400/32768)+1
    timeout %rnd%
    taskkill -f -IM "NecroBot.exe"
    SET /a rnd=(%RANDOM%*14400/32768)+1
    timeout %rnd%
    goto :start
    :gusta:

    thx a lot guys, very helpful

    what would be the code if i want randomize between eg 1h to 4h

    and what does the 32768 stand for?

  14. #27
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    This batch file runs NecroBot1 for 1 h, then kills it, runs NecroBot2 for 1 h, then kills it and starts again with running NecroBot1

    Place bat like shown in picture:
    Programs that shuts down and reopen Necrobot?-bot-png
    If my bot1 is in C:\necro1\NecroBot.exe and my bot 2 C:\necro2\NecroBot.exe what I need write in bat file please ? Sorry for my bad english

  15. #28
    Ev0luti0n's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cedricdu94 View Post
    If my bot1 is in C:\necro1\NecroBot.exe and my bot 2 C:\necro2\NecroBot.exe what I need write in bat file please ? Sorry for my bad english

    Look back at what Ripper3 wrote in Post #22

    :start
    start /D "Necro1" NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    start /D "Necrot2" /min NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    goto :start



    60=1 minute
    3600=1 hour

    -Test it out by changing each instance of necro to run for 1-5 minutes (60-300) instead of 3600 (timeout 3600 is the amount of time it will run)

    -Once you start the .bat, it should run at the time you specified and then stop and start the other necro....(timeout 5 is the delay that it waits before it starts NecroBot2)

    -Just make sure that each config is different in each necro folder (login, PW, coordinates)
    Last edited by Ev0luti0n; 08-16-2016 at 02:13 PM.

  16. #29
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cedricdu94 View Post
    If my bot1 is in C:\necro1\NecroBot.exe and my bot 2 C:\necro2\NecroBot.exe what I need write in bat file please ? Sorry for my bad english
    Just change NecroBot1 to necro 1 and NecroBot2 to necro2
    :start
    start /D "necro1" NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    start /D "necro2" /min NecroBot.exe
    timeout 3600
    taskkill /IM necrobot.exe
    timeout 5
    goto start

  17. Thanks thjnh159 (1 members gave Thanks to Ripper3 for this useful post)
  18. #30
    cjjltx's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    Just change NecroBot1 to necro 1 and NecroBot2 to necro2
    Very help. I have other question. We have to type 'Y' to accept the risk since necrobot 0.8.8 if we enable the snipping. How could we type 'Y' with the script?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Question] Program that checks level and pokemons
    By NicoBaad in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-21-2016, 02:02 PM
  2. [Trinity] trinityCore starts and shuts down instantly
    By MCdeathMC in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 05-24-2010, 04:29 PM
  3. ArcEmu-World Loads and then shuts down
    By controlsx2 in forum WoW EMU Questions & Requests
    Replies: 12
    Last Post: 06-13-2009, 03:38 PM
  4. LF Program That Shuts Down WoW on GM Whsiper
    By Rectal Exambot in forum World of Warcraft General
    Replies: 3
    Last Post: 01-09-2008, 08:42 AM
All times are GMT -5. The time now is 10:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search