Search found 24 matches
- 07 Oct 2016 11:39
- Forum: DOS Batch Forum
- Topic: Want A Challenge? Batch virus. Thread locked.
- Replies: 2
- Views: 3026
Want A Challenge? Batch virus. Thread locked.
I want to write the most advanced batch virus need some help getting it start I can test it for us It needs to have payloads needs to stay active in the background start on start up and needs to spread its self maybe be able to copy files from a pc and send the name of folders or the name of files b...
- 26 Sep 2016 11:42
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
::I want to add these set /a extremely_close_low=%anwser%-2 set /a extremely_close_high=%anwser%+2 ::I want to add these set /a super_close_high=%answer%+3 set /a super_close_low=%answer%-3 ::I want to add these set /a pretty_close_low=%anwser%-15 set /a pretty_close_high=%anwser%+15 ::I want to ad...
- 22 Sep 2016 12:38
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
A few changes I would like to see Fix up the formatting of the difficultly because it doesn't show all the variables on screen https://drive.google.com/file/d/0Bzy1wu4WrDmhZXZmYVZQR3VHRlk/view?usp=sharing maybe change the size of the command prompt but make it look nicer at least =============== al...
- 20 Sep 2016 07:30
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
[/quote]would you mind marking parts in the code with :: and say what those parts do because this is beyond my understanding[quote]
so Im just gonna test for bugs
so Im just gonna test for bugs
- 12 Sep 2016 11:01
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
how does what you have added to the code add the ability to choose a difficulty or add a cap to the number of times you can guess also If we could get it so you are timed and the timer resets when you get it right like 60 seconds that would be great you should be able to choose difficulty's easy 20...
- 09 Sep 2016 07:40
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
EDIT
you should be able to choose difficulty's easy 20 try resets when you get it right medium 10 trys resets when you get it right and hard you only get 10 but when you get it right it doesn't reset it just gives you plus 5 trys
EDIT
I want this to be added
- 08 Sep 2016 18:05
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
thanks john I really like that little bit of spice that loading screen add too it EDIT you should be able to choose difficulty's easy 20 try resets when you get it right medium 10 trys resets when you get it right and hard you only get 10 but when you get it right it doesn't reset it just gives you...
- 08 Sep 2016 17:55
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
I like it but can it be take a shorter time because if you hit play again its gonna get repetitive to watch that for like 15 seconds and also I wanted to add these things ok so now I want to add a limit of 15 tries that resets when you get it right or decreases from 100 the first time and on the fif...
- 08 Sep 2016 13:40
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
ok so now I want to add a limit of 15 tries that resets when you get it right or decreases from 100 the first time and on the fifth time you get it right down to 15 or something just a limit on trys that resets when you get it right or maybe every time you get it right it adds five to the trys idk t...
- 08 Sep 2016 13:33
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
actually that was a smart Idea @echo off ::WANT TO ADD LIMIT OF 15 TRIES THAT RESETS WHEN YOU GET IT RIGHT color 0F cls echo Type your name to save your highscore. set /p "name= " CLS ::Fixed bug where when you save the number of guesses in text file doesnt add all of them up set /a guessn...
- 08 Sep 2016 12:36
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
Ok I think I added it in but the thing is you can still type a number higher than 100 like 199 but it does limit to 3 digits so that works but can we make it so you can either only under a number from 1-100 or make it so when you type a 1 digit number it automaticly adds the zeros like if you type 1...
- 08 Sep 2016 12:19
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
how would I put that in the game?
- 08 Sep 2016 11:28
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
thank you john but can you give me an example of how I would add that to this ? also I need to add the things in :: but need some help @echo off ::////////////////COLOR IS BROKEN IT DOESNT CHANGE COLOR FOR LOWER BUT IT DOES FOR HIGHER//////////////// ::////////////////WANT TO ADD LIMIT OF 15 TRIES T...
- 08 Sep 2016 11:24
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
thats not what i mean I already made it so it only makes the guessable number 100 but I mean make it so when you type your guess you can only type 3 digits like 1-100 and only numbers but then if you can how would you make it able to put in the backdoor surf33
- 07 Sep 2016 12:12
- Forum: DOS Batch Forum
- Topic: Is this possible
- Replies: 36
- Views: 31532
Re: Is this possible
also is it possible to only allow the entrance of numbers from 1-100 when you a guess a number so you can only guess 1-100