Skip to content

Instantly share code, notes, and snippets.

@leakedby
Created October 4, 2020 02:02
Show Gist options
  • Save leakedby/2ee64a60c630c0075a03cfdcc79949cf to your computer and use it in GitHub Desktop.
Save leakedby/2ee64a60c630c0075a03cfdcc79949cf to your computer and use it in GitHub Desktop.
Random User-Agent OpenBullet Loli Script
SET VAR "one" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36"
SET VAR "two" "Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18"
SET VAR "three" "Mozilla/5.0 (X11; Linux i686; rv:78.0) Gecko/20100101 Firefox/78.0"
SET VAR "four" "Opera/9.80 (Linux armv7l) Presto/2.12.407 Version/12.51 , D50u-D1-UHD/V1.5.16-UHD (Vizio, D50u-D1, Wireless)"
SET VAR "five" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36"
SET VAR "six" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Firefox/78.0"
SET VAR "seven" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0"
SET VAR "UAList" "<one>|<two>|<three>|<four>|<five>|<six>|<seven>"
#Split UTILITY Variable "UAList" Split "|" -> VAR "UA"
#MyRandomUA UTILITY List "UA" Random -> VAR "MyRandomUA"
@ShayMe21
Copy link

ShayMe21 commented Mar 4, 2022

Hey, when i try this on OB2 Web App, it gives me this error:

error CS1024: Preprocessor directive expected

Do you know how to fix this?

@ShayMe21
Copy link

ShayMe21 commented Mar 4, 2022

Actually figured it out just using C# :)
For anyone interested: https://gist.github.com/ShayMe21/a514e4030411015612e687db0e994e9b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment