Random Jibber Jabber Thread

Yessica...

Well-Known Member
Shit, sorry, I was totally joking. My bad.
As a father, I'm pretty sure most of us realize that you were just kidding.

But some people can't handle words on the internet and it makes them spontaneously press the report button.

I think "die in a fire", "kill yourself", and even fruit loops butt hole was was worse than talking about jerking it in the woods.

I got your back Bu$hy, I still think you're HILARIOUS.
 

VTMi'kmaq

Well-Known Member
Until he sorts out this gotta use bitcoin fiasco im gonna wait honestly. Nothing wrong with cryptic bitcoin i guess but i'd rather use other methods honestly. Ive written to staxx personally to convey my apprehensions, he claims to be changing it SOON. My fave breeder is at staxx classic seeds so i gotta hang there to see whats what.
 

hexthat

Well-Known Member
I made this batch file for raffles, I'm sure others may find a use.

R#Gv1.zip



After running RNG and setting (mini, max, and # created)
without quitting you may run RNG again and leave everything blank,
it remembers previously selected settings.

Code:
@echo off & setlocal EnableDelayedExpansion
:STRT
call:CHCS

:RNG
color 0b
cls
echo Set your Mini # in range, MINI -32768
set /p inputA=""
cls
echo Set your Max # in range, MAX 32768
set /p inputB=""
cls
echo Set # of randoms generated
set /p inputC=""
cls
color 56
echo ~ >> random#GEN_backup.txt
echo START TIME:%TIME% >> random#GEN_backup.txt
echo %inputC% randoms generated ranging from %inputA% to %inputB%.
echo %inputC% randoms generated ranging from %inputA% to %inputB%. >> random#GEN_backup.txt
echo - >> random#GEN_backup.txt
echo -
for /L %%a in (1 1 %inputC%) do (
call:rand %inputA% %inputB%
echo !RAND_NUM!
echo !RAND_NUM! >> random#GEN_backup.txt)
echo -
echo - >> random#GEN_backup.txt
echo END TIME:%TIME% >> random#GEN_backup.txt
echo. >> random#GEN_backup.txt
goto:STRT

:CHCS
color 0b
cls
echo """""     HEXTHAT's Random # Generator v1.1     """""
echo.
echo.
echo Selecting 1 will load RNG
echo Selecting 2 will Delete "random#GEN_backup.txt"
echo Selecting 3 will Quit
echo.
CHOICE /N /C:123 /M "PICK A NUMBER (1, 2, or 3)"%1
IF ERRORLEVEL ==3 GOTO QT
IF ERRORLEVEL ==2 GOTO DLT
IF ERRORLEVEL ==1 GOTO RNG
GOTO:EOF

:rand
color 42
SET /A RAND_NUM=%RANDOM% * (%2 - %1 + 1) / 32768 + %1
goto:EOF
:DLT
color 42
DEL /Q "random#GEN_backup.txt"
goto:CHCS
:QT
EXIT
R#Gv1.zip
 

Attachments

Last edited:

sunni

Administrator
Staff member
I don't think it was anything big.

Bush said he used to like disc golf and now he prefers to jerk off in the woods while others play instead.

I wonder if THIS will get deleted? Seems pretty tame to me, compared to other things.

Happy MONDAY!!!
pedophilia isnt a funny thing, and it doesnt need to be on here said in that manner, like we need any more problems aside from being a world wide marijuana growing forum where like 9/10 users probably arent legal.
 

lahadaextranjera

Well-Known Member
hope both procedures are on the house w an apology.
It was bad time management. I needed two new ones but one is giving me sensation, the other was superficial. He was short on time so I wanted him to fix the worse one. He fixed the quick one instead the fucker!! It does look excellent though and for €50 I think that's quite cheap. Like $50 I think?
 

Yessica...

Well-Known Member
pedophilia isnt a funny thing, and it doesnt need to be on here said in that manner, like we need any more problems aside from being a world wide marijuana growing forum where like 9/10 users probably arent legal.
The only people in my town that play frisbee golf are "kids" that are 18-27 years old.

You know - kids.

Hahah

I think it's just the nomenclature he used.
 
Top