Skip to content

face-hh/0xbj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xbj

0xbj is a project that makes its user play 10 games of Blackjack. If they lose, the virus will punish them. image

This is a virus. Do not run it on your main machine. Use a virtual machine.

How to run

Pre-built

  1. Download the .zip file from the Releases tab.
  2. Unzip it, you will find Virus and GTA6.exe.
  3. Run GTA6.exe

Compile

  1. Download the Godot engine.
  2. Run the instructions in the Virus/ folder to compile to a main.exe. NOTE: Most scripts require assets, that are not present on the repo because they're too big. (.mp4, .jpg, etc.)
  3. Open the Godot engine, click Import and select this folder.

Note:

  • It may take some time for the game to verify if the virus is present.
  • The resolution of the screen must be 1920x1080.
  • You can easily close the program by pressing Win and right-click Close on GTA6. Or simply restart your computer.
  • Play with sound!

Virus actions

  1. arabic.py - takes control over your keyboard input and turns a-Z into Arabic.
  2. bsod.py - will trigger a Blue Screen of Death.
  3. click.py - will play a sound effect when the user right/left clicks.
  4. edge.py - will uninstall Microsoft Edge.
  5. errors.py - will trigger a fake error that will open itself again when closed.
  6. familyguy.py - will open a window with Family Guy clips.
  7. slowmouse.py - will decrease your cursor's speed.
  8. files.py - will create ~1000 images on the C:\User\User\Desktop folder.
  9. gtav.py - will open a window with Grand Theft Auto 5 parkour clips.
  10. satisfying.py - will open a window with the usual 'satisfying clips' used in TikToks.
  11. sigma.py - will block the mouse and keyboard and play a video of cringe sigma edits.
  12. subway.py - will open a window with Subway Surfers gameplay.
  13. wallpaper.py - will change the wallpaper to skibidi.jpg.
  14. youtube.py - will open Chrome, go to https://youtube.com/FaceDevStuff?sub_confirmation=1 and click "Subscribe".

File structure

  • Virus/ contains all the Python scripts for the virus.
  • The rest of the folders are dedicated to the Godot game.