Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
sonic-pi /
examples /
sorcerer /
[ HOME SHELL ]
Name
Size
Permission
Action
bach.rb
4.29
KB
-rw-r--r--
driving_pulse.rb
398
B
-rw-r--r--
monday_blues.rb
809
B
-rw-r--r--
rerezzed.rb
495
B
-rw-r--r--
square_skit.rb
716
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : monday_blues.rb
# Coded by Sam Aaron use_debug false load_samples [:drum_heavy_kick, :drum_snare_soft] live_loop :drums do puts "slow drums" 6.times do sample :drum_heavy_kick, rate: 0.8 sleep 0.5 end puts "fast drums" 8.times do sample :drum_heavy_kick, rate: 0.8 sleep 0.125 end end live_loop :synths, delay: 6 do puts "how does it feel?" use_synth :mod_saw use_synth_defaults amp: 0.5, attack: 0, sustain: 1, release: 0.25, mod_range: 12, mod_phase: 0.5, mod_invert_wave: 1 notes = (ring :F, :C, :D, :D, :G, :C, :D, :D) notes.each do |n| tick play note(n, octave: 1), cutoff: (line 90, 130, steps: 16).look play note(n, octave: 2), cutoff: (line 90, 130, steps: 32).look sleep 1 end end live_loop :snare, delay: 12.5 do sample :drum_snare_soft sleep 1 end
Close