View Full Version : requesting mia goth long, fork of thrradlong and bsthlong
m0nde
01-05-2019, 05:22 PM
so, I want a version of thrradlong that posts a series of random images of mia goth from an array of stored URLs
thx
arrays what is this fortran
m0nde
01-05-2019, 06:03 PM
I'm going to write that using PowerShell, since you used bash scripting for yours (y)
I'm going to write that using PowerShell, since you used bash scripting for yours (y)
I wouldn't recommend you to write with PoweShell, I strongly advice to use windows 98 in virtual machine and port it with MS-DOS
m0nde
01-05-2019, 07:39 PM
no, i want to write it in powershell, because i need to learn that for work
m0nde
01-05-2019, 07:40 PM
it's the mmost fucked up scripting language i've ever seen, with totally new commands, not seemingly based on anything else
It's not that different than bash, it just has really fucking long command names like Select-Item-On-FileSystem-In-Current-Directory-Which-Is-Named-Like -FilePath $var
I like how every command has a -WhatIf flag, I wish BASH did that.
here's the visual basic version. you'll have to unescape the img tag
Module Module1
Sub Main()
Dim sString As String
sString = ""
For i As Integer = 1 To 20
sString = sString & "[IM\G]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]"
Next i
My.Computer.Clipboard.SetText(sString)
End Sub
End Module
Desolation
01-05-2019, 08:09 PM
11010011101001010101010 bath
writing this from memory and I don't feel like going to a windows machine to test it so it might not work, here is bathlong.ps1
foreach($i in 1..20)
{
Set-Clipboard -Append [I\MG]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]
}
deso can you change my image limit to something higher than 20 like maybe 2000?
Desolation
01-05-2019, 08:21 PM
yeah let me get right on that does this use photoshop or mysql?
it's rubycalaber.com it's obviously written in ruby on rails, duh
if you give me access to sql I can do it myself
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.