Skip to content

Instantly share code, notes, and snippets.

View mbcrump's full-sized avatar

Michael Crump mbcrump

View GitHub Profile

8 Tips for working with Game Backups for PS4 9.00 Jailbreak - https://www.youtube.com/watch?v=kCqZ1g51H5U&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Apply masks to your PS4 System and Game Icons! (Jailbreak Required!) #shorts - https://www.youtube.com/watch?v=I0EIaCMnP1M&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy AUTOMATICALLY Jailbreak your PS4 9.00 with a Raspberry Pi Zero W or 4B! - https://www.youtube.com/watch?v=cQhh54tIvYA&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Change PS4 Startup Sounds AND MORE for PS4 9.00 Jailbreak - https://www.youtube.com/watch?v=oOUrKK5P6kc&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Copy your PS4 Saves Games to ANOTHER PS4! JAILBREAK required - https://youtu.be/yv2JDc3kzsk&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Create, Modify, Delete and Share your Jailbroken PS4's Browser Bookmarks - https://www.youtube.com/watch?v=aeIRk7yXk6c&list=PL3Q83485j_tUvtP2AWT84z1vVEJHlcDUy Creating your own PS4 9.00 Jailbreak Host with ESP32 boards - https://www.youtube.com/watch?v=ZfU_1_iIBIA&list=PL3Q83485j_

sudo pacman -S open-vm-tools
sudo pacman -Su xf86-input-vmmouse xf86-video-vmware mesa gtk2 gtkmm
sudo echo needs_root_rights=yes >>/etc/X11/Xwrapper.config
sudo systemctl enable vmtoolsd
sudo systemctl start vmtoolsd
/ Converted using digiQuack by CedArctic (https://github.com/CedArctic/digiQuack)
#include "DigiKeyboard.h"
void setup() {
delay(1000);
DigiKeyboard.sendKeyStroke(0);
// CTRL-ALT-T
DigiKeyboard.sendKeyStroke(KEY_T, MOD_CONTROL_LEFT | MOD_ALT_RIGHT);
DigiKeyboard.delay(1000);
How do you go about loving your enemies?
1. In order to love your enemies, you must begin by analyzing self. 
2. A second thing that an individual must do in seeking to love his enemy is to discover the element of good in his enemy, and every time you begin to hate that person and think of hating that person, realize that there is some good there and look at those good points which will over-balance the bad points.
3. When the opportunity presents itself for you to defeat your enemy, that is the time which you must not do it. 
Greek language has 3 powerful words for love
1. Eros is a sort of, aesthetic love. when you find some individual that is attractive to you and that you pour out all of your like and your love on that individual.
@mbcrump
mbcrump / tutorial_kali_autologin_afterupdate.txt
Created December 10, 2020 20:33 — forked from intrd/tutorial_kali_autologin_afterupdate.txt
Kali light xfce4 root autologin (works after lightdm update)
## Kali light xfce4 root autologin (works after lightdm update)
# @author intrd - http://dann.com.br/
# @license Creative Commons Attribution-ShareAlike 4.0 International License - http://creativecommons.org/licenses/by-sa/4.0/
After lighdtdm update root autologin is broken fix doing this:
nano /etc/lightdm/lightdm.conf
at [Seat:*] group uncomment/edit:
autologin-user=root
autologin-user-timeout=0
//compile the code
// gcc -o sd main.c -m32
//test
#include <stdio.h>
main()
{
printf("Hello, Twitch Stream");
@mbcrump
mbcrump / cli.txt
Last active October 10, 2020 19:45
cmdlinemystery.txt
There's been a murder in Terminal City, and TCPD needs your help.
To figure out whodunit, go to the 'mystery' subdirectory and start working from there.
You'll want to start by collecting all the clues at the crime scene (the 'crimescene' file).
The officers on the scene are pretty meticulous, so they've written down EVERYTHING in their officer reports.
Fortunately the sergeant went through and marked the real clues with the word "CLUE" in all caps.
url - https://mystery.knightlab.com/
You vaguely remember that the crime was a ​murder​ that occurred sometime on ​Jan.15, 2018​ and that it took place in ​SQL City​.
The SQL Murder Mystery is built using SQLite
name
crime_scene_report
drivers_license

Learn Module

git@github.com:mbcrump/swa-angular.git
cd swa-angular
cd angular-app
npm install
npm start