Skip to content

Instantly share code, notes, and snippets.

View RodricBr's full-sized avatar

Rodric RodricBr

  • ::1
View GitHub Profile
@thurdev
thurdev / roblox-limiteds-sniper.user.js
Last active April 10, 2023 21:43
Now UGC items are possible to be set as a limited, and some people are selling them for free, so the script will try to buy every copy, if any available
// ==UserScript==
// @name Roblox Limiteds Sniper
// @namespace https://github.com/thurdev/roblox-limiteds-sniper-free/tree/main
// @version 1.0
// @description Now UGC items are possible to be set as a limited, and some people are selling them for free, so the script will try to buy every copy, if any available
// @author ThurDev - https://twitter.com/thurdev
// @match https://www.roblox.com/catalog*
// @icon https://preview.redd.it/roblox-logo-v0-1p5t402cifha1.png?auto=webp&s=7ba0c3dcd62038c8bd9e350846c572054eea5d8f
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
@m0rb
m0rb / pbash64.sh
Last active May 5, 2023 05:01
pure bash bash64.sh
#!/bin/bash
B=({A..Z} {a..z} {0..9});p=printf\ ;I=$(B=$@
for((;i<${#B};i++)){ for y in {31..128};{
[[ ${B:i:1} = "$($p\\x`$p%x $y`)" ]]&&(a()((q=y/2,r=y%2));a;o=$r
for((;q;)){ y=$q;a;o=$r$o;};$p%08d $o)} })
for((;e<${#I};e+=6)){ y=${I:e:6}0000;O+=${B[2#${y::6}]};}
for((;${#O}%4;)){ O+=\=;}
$p$O
@aileftech
aileftech / hex-colors.txt
Created October 1, 2022 18:10
A Bash one-liner to produce a list of HEX color codes that read like (supposedly) valid English words
$ grep -P "^[ABCDEFabcdefOoIi]{6,6}$" /usr/share/dict/words | tr 'OoIi' '0011' | tr '[:lower:]' '[:upper:]' | awk '{print "#" $0}'
#ACAD1A
#B0BB1E
#DEBB1E
#AB1DED
#ACAC1A
#ACCEDE
#AC1D1C
#BAB1ED
#BA0BAB
@Julli4n
Julli4n / ok.js
Last active May 9, 2024 15:02
ROBLOX
/*
!! The feature that uses this endpoint has recently started rolling out to users.
!! See `App > Avatar > Profile Picture Editor`
!!
!! You may continue using this script, the only advantage is being able to
!! customize FullBody and Closeup independently.
*/
@leesei
leesei / colors.source
Created November 28, 2014 09:05
#bash #color-source Color macro for BASH
# prompt color and format variables
# A color init string consists of one or more of the following numeric codes:
# * Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# * Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# * Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
# * Extended color codes for terminals that support more than 16 colors: