Added: 2 years ago
From: DoctorElixor
Views: 24,933
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (115)

Sign In or Sign Up now to post a comment!
  • where do i download that virus ?

  • LOL how to cleanup if you dont know the passwd?

  • @TheOutsider04

    boot another operating system on your computer, or set your hdd up as a secondary hard drive of another computer, open the register files with an editor and change manually the shell application and all the restrictions :)

  • @DoctorElixor Or boot winPE over the network and change the shell :)

    But how did you make explorer start so "restricted"? Launching it as Guest?

  • how is this a batch? because its mostly vbs scripts (i dont doubt your ability)

  • @thebeanokid

    the registry edits, file transfers, etc are done through the batch commands, those batch commands also write little vbscripts which are used for the visual output

  • @DoctorElixor thanks

  • @MWComputerfreak

    it's a batch file in an exe container.

    Made with Quick Batch File Compiler

  • i won't lie but you scared the shit out of me..I was like o shit looks like something that would happen to me with my luck lol...wait I don't want that luck :(

  • whats the name of the song at 0:43 ??????

  • @skinnyfeetzephur

    I don't know exactly, long time ago I had to reupload this video because my original audiofile was rejected on copyright grounds, I had to pick one in a list of songs provided by Youtube

  • PLEASE TEACH ME HOW TO MAKE!!

  • How did you get that whole Graphic User Interface? It is pretty sweet!

  • @az100eletronics12

    Warning/error popups and password input are little vbscripts

  • @DoctorElixor ok, this batch file is pr0... Whats the commands? I mostly work with spam batches or security batches

  • omg if people are asking about themes do u really think they'll know how to mess with cmd???

  • @DoctorElixor May you please inbox me the code to this batch file, as i need it for a school project. Thank you. Charlie

  • you wrote that thing and made a video about this... great and you don't want to share the code??? then why are you making a video about it??? post the code or kepp it in silence

    (sry if you actually postet the code, i've got a god damned slow computer and he laggs really badass so i don't want to watch the entire video)

  • How do you get the gray taskbar???

  • @Megadoomable

    it's a windows xp theme, default the blue theme is activated, you can change it in the appearance settings box (along with background picute, screen saver, ...)

  • @Megadoomable you go to apperance setting box and select the grey

  • @Megadoomable

    it's a Windows XP theme

    to get that interface when you log in, you have to apply it to the system user ;)

  • nobody needs this

  • how come you log off its silver instead of blue(the theme).

  • @zapper067

    you have to change the theme of the System account

    (you open the System account by opening cmd, killing explorer.exe and then run this command:

    at TIME /interactive "explorer.exe", with TIME as the current time + 1 minute)

  • you can unblock this, just create a shortcut to iexplore.exe or hh.exe in My Documents, run rkill and use regedit/msconfig to strike back ;)

  • This is not a batch file

  • Why don't you give the code? I mean, if you make a video of it, NORMAL people would give the code.

  • Can i have the source code please?

  • @echo off&title Password By TIPSYQUO color 1F&set /a answer=0xF225 :start set /a count+=(1) if %count% equ 6 (goto:shutdown) set /p password=Enter the password: if not %password% equ %answer% ( cls&echo WARNING %count%\5... ) else ( pause (goto:eof) ) (goto:start) :shutdown shutdown /s /t 10 /d u:5:19 /c "WRONG PASSWORD!!!" :eof
  • Il sub if you make more.. Nice video BTW

  • Whats the command which gives a message and a box to type a message?

  • @ilife11

    that's vbscript, i write some codes vbscript to a file and start it through the batch file

  • @DoctorElixor What's the vbscript command?

  • @Akfamilyhome i write the entered password into a textfile aftwards i read the textfile's content into my batchfile underneath the vbscript code dim pass, filetxt, filesys do while pass="" pass=inputbox("This system is protected by Elixor" & vbcrlf & "Please give password.", "LoginScript") loop Set filesys = CreateObject("Scripting.FileSy­stemObject") Set filetxt = filesys.CreateTextFile("temppa­ss", True) filetxt.WriteLine(pass)
  • at least you were decent enough to give them the option to not type any password.

    o wait...

  • What options do you get if you right click the desktop?

  • @Iownyoujk

    none, desktop is disabled (and so is its context-menu)

  • can you send me the source code please?

  • I know this video is older than the multiverse itself, but do you have the souce code, or did you make this with something like BAT to EXE converter?

  • @bendibell

    It's indeed a batch file 'compiled' with a bat to exe tool

    so no real programming language code, just a bunch of batch commands

    Grtz

  • Note all but to hide the things

  • I now that shit, not in batch but still great but you can do it easy without a batch file

  • @DoctorElixor

    What is the code for it?

    plz tell me

    I know how to make a batch file

    If you do send me a code, do you put the batch file in the startup folder?

  • why are you not giveing this to any one

  • make one to restore it and i will subscribe :))

  • what is the code for work in backround mode and disable task manager? for batch files plz

  • @RadikaleRusse23

    the background mode can't be done by a batch itself, I compiled the batch and chose to run the batch in 'ghost mode'

    disabling task manager can be done with a simple registry tweak, just google "disable taskmanager registry tweak"

    Grtz

  • @DoctorElixor thx

  • Comment removed

  • can i have the download please

  • Finally a batch file that isn't used in a malicious way. I congratulate you!

  • @Quicktoolutilities

    thanks man! :)

  • Hey men, awesome work, but, you also block the quick access to the "run" menu? (sorry if I say it bad i don't speak english and the traducers are a sh**) regards

  • @alone1userquestion

    yes it's just a tweak of windows, so it blocks also the shortcut,

    and works fine, I tested them all

    Grtz

  • @leetchicken its a converted batch file^^ (like bat2exe ... just google)

  • dl plz?

  • how do you do to that tell me please =)

  • cant you just type shutdown -s in cmd

  • @UnfoldedTreeLover there is no cmd ... it is blocked

  • with shutdown i mean no shutdown in start menu

    of course you can shut it down physically, a script that blocks it simply doesn't exist :)

  • wtf hax?

  • or just the batch file, but I would really like to see him may please.

    

  • Tweaks that you can then send me if possible ???

  • in win95 u could x out the logon screen and logon. i hadit. lol

  • lol ok, thanks for reporting :)

    will try to fix it

  • Pleas can I get that program, I have everything to do but can not but still ... If possible, send it to me

  • littel bit of the incredidbles in the beginning and end

  • I have the source.. The name is MaiTriCks, I was suspended from youtube and now im back, if you like computers and software check out my channel

  • wb !

  • @XxCodeMeisterxX please please please send me the code i badly need it

  • ok i need the password and it is not matrix.

    remember what i pmed you? This is just a comment. I know that what you told me.

  • Do you have a download link?

  • @mikeycomputer Hes not givin it, he says in the description :S

  • It was worth a try.

  • Yeah, thats right :)

  • I could really use this

  • what screen recorder r u using?

  • it's the screen recorder of vmware since i tested it on virtual machines

  • WHAT IS THE SOURCE CODE?!|

  • Hey thats awsome! Can you tell me how to do that?!

  • Well, it's all about registry tweaks. Almost every change you see, is a tweak. You can edit your registry through batch by writing a regedit file and apply this with the command line instuctions of regedit.exe

    Good luck!

  • Chabbo wanneer geef je hem nou vrij ik heb een jaar geleden deze video bij favorite gedaan

  • ik heb em gereleased in private

    enkel mense die mij gepm't hebbe en getoond hebbe dat ze de batch file deftig kunne gebruike en ze niet gaan gebruiken voor de lol heb'k de source code gegeven

  • Ok mag ik hem plz? ik heb batch videos

  • hehe, in this case it isn't necessary

    there is a removal tool implemented :D

  • so... your computer is basically screwed?

  • yes it is, you can't work with it anymore

    unless you enter the correct password when the popup box shows up.

  • i proggaming in VB 2008 so i can handle but i dont belive 1 batch file can do that witout problems and things like that

  • Actually, one batch file can do all of that. The echo TEXT >>FILENAME command can be used to do whatever you need.

  • why not ? because i dont belive it true

  • just because to avoid abuse of the code. I only share it with people who are able to handle it.

    Why don't you believe it?

    I can assure you that i'm not wasting my time making videos pretending I can write batch files.

  • ey u say u gonne releas it when u do ?

  • I don't release it in public

  • Learn some fucking english.

  • Why did you re-upload this? Unless the other one got a warning..

  • The other one got a warning and was removed from youtube.

    "This video is no longer available due to a copyright claim by Schott Music GmbH. "

  • Aww that sucks.. Well, I like the music better on this one. :)

    Check out my new videos if you have time too please. "Encryptor\decryptor"

  • Yes indeed, it's sucks!

    hehe thanks, this time I chose a song of youtube's library. So this time it can't be removed.

    Will check out your new videos soon!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more