[Settings] [Home] [Catalog] [Search] [Private messages] [Admin]


Last Oekaki@Heyuri post was 8 hours, 32 minutes ago
Last Strange World@Heyuri post was 2 hours, 58 minutes ago ヽ(´ー`)ノ
Filter boards

Want your banner here? Click here to submit yours!

Off-Topic@Heyuri
ㄟ・ㄌㄚㄇㄠ👽
Marked for deletion (Old)
>>
343952
Shut up, freaky alien fucknugget. :biggrin:
>>
ㄒ山丨几Ҝ丨乇 卄ㄖㄩ丂乇 👽

Off-Topic@Heyuri
fired up RPCS3 to play some games today and I found myself thinking, isn't this machine supposed to be famous for games featuring anime pantsu (´人`)
so I want to know what they are (⌒∇⌒ゞ)

that being said, you can mention games for systems other than the PS3 if you can think of them 😚👍
Marked for deletion (Old)
>>
she has a cute butt :blush:
>>
The PS Vita is the one most infamous for all the ecchi games. :biggrin:

Off-Topic@Heyuri
:nosebleed:
Marked for deletion (Old)
>>
wtf
>>
It's rude to post your mom's VAGINA on the internet
>>
what am I looking at
>>
oh.
>>
wat is that

Off-Topic@Heyuri
ZOMG PEZ
Marked for deletion (Old)
>>
i like feeling pez pressed up against my PENIS
>>
blast from the past
>>
🆕💩

Off-Topic@Heyuri
how many friends do u have?
Marked for deletion (Old)
16 posts omitted. Click Reply to view.
>>
>>164291
i miss my cats, they were my best friends :emo:
>>
I honestly can't tell if I'm friends with anyone at all. All the friends I have keep giving me mixed signals that they hate me or they're just tolerating me.
>>
>>
>>164308
I killed my best friend, what have i done... orz
>>
>>164265
1 per centimetre

Flash@Heyuri
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
Haven't seen this in ages. Thanks.

Flash@Heyuri
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)

Off-Topic@Heyuri
File: b.jpg
(300 KB, 2160x1085)
308040
kek.
Marked for deletion (Old)
>>
no
>>
>>164307
/b/ is heyuri's only board. :smile:

Off-Topic@Heyuri
キタ━━━(゚∀゚)━━━!!

(USER WAS BANNED FOR THIS CP) banhammer

Marked for deletion (Old)
4 posts omitted. Click Reply to view.
>>
pepperoni pizza = JB because of the acne
>>
>>164238
>sweet emo nude.jpg
>>
>>164238
fukken SAVED!!!
>>
I WANT SOME :angry:
>>
loli likes pizza

Off-Topic@Heyuri
WTF NUKE INDIA
Marked for deletion (Old)
7 posts omitted. Click Reply to view.
>>
>>164258
how did you know? :unsure:
>>
>WTF NUKE INDIA

Can we? Seriously fuck India. Ship the ones living overseas back home too.
>>
>>164273
+1 agreed
>>
anituuubbb
>>
>>164304
ur 30s away from being debt free!!

Off-Topic@Heyuri
If you can get some friends together, try out Khrushchev's Corner. The rules of the game are simple: open a tin of caviar and everyone will take a turn in the corner jerking off into it while they are timed. The player with the slowest record has to eat the cumviar and the player with the fastest record has to do 5 shots of vodka. Then you play again, but now the fastest player will be slower thanks to the vodka. The game ends when everyone has eaten a tin of cumviar. There are no winners in Khrushchev's Corner.

Your fortune: You have cancer

Marked for deletion (Old)
>>
The premise of every classic Russian game: Make everyone miserable and unhappy once it's all over
>>
sounds liek fun on the bun

Off-Topic@Heyuri
i wish i was a cute yaoi boy with ahoge :cry: i instead was born into a nasty human body!!!
Marked for deletion (Old)
>>
huge hands :nosebleed:
>>
back to j with you
>>
i do not belong in j! i am male, just not cute :closed-eyes2:

Flash@Heyuri
( ´,_ゝ`)
Marked for deletion (Old)

Off-Topic@Heyuri
Here's your daily dose of Japanese news.
https://news.yahoo.co.jp/articles/c61cdf7a064ce4373920c3c2810c3867e27e4e78

A 27-year-old teacher has been arrested in connection with a case in which current elementary school teachers allegedly shared secretly taken images of children on a social media group. All teachers in a child secretly filming sharing group arrested. Kai Kurage (27), a public elementary school teacher in Bizen City, Okayama Prefecture, is suspected of possessing a video of a girl changing clothes to satisfy his sexual desires. According to police, Kai had disposed of the secretly filmed videos he had after seeing news of other teachers being arrested for secretly filming, but he kept some, stating, "They were like treasures to me, so I felt it was a shame to throw them away." Kai is the seventh person arrested in connection with a series of teacher groups established by former Nagoya elementary school teacher Yuji Moriyama, and all members of the group have now been arrested.
Marked for deletion (Old)
>>
>>

Off-Topic@Heyuri
ITT: We draw websites from memory
Marked for deletion (Old)
16 posts omitted. Click Reply to view.
>>
>>
キタ━━━(゚∀゚)━━━!!
>>
After drawing this I checked teh site and realized I missed something, oh well(´π`)
>>
>>164226
teh fakku is dat
>>
>>164270
https://www.melonbooks.co.jp/ , the chibi on the side is a shitty Melon-chan

Flash@Heyuri
Someone should make a software that shuffles through flashes as if they were mp3 files for weird people who exclusively listens to flash loops, like me. (´¬`)
Marked for deletion (Old)
>>
I gotchu covered anon! ヽ(´∇`)ノ
I had an Ai code up a bash script for Windows that gathers every sfw in an array in random order. And plays them for 25 seconds before moving onto the next flash. It uses ruffle unfortunately as it didn't work flash player 32. I'm on Linux now so this code is useless to me.
Grab this txt file, set it to your desired sfw folder. Then use PS2EXE to turn it into an executable. Unfortunately I don't think I can send txt through the flash category so here it is in plain text.
You can tell its ai because it puts in so many gosh darn comments.

# Path to the folder containing .swf files
$folderPath = "D:\FlashSWF\Simple_loops_and_scenery"

# Path to the flash player executable (e.g., Ruffle, Flash Player Projector)
# Ensure this path is correct and the executable can be run.
$playerPath = "D:\FlashSWF\ruffle.exe"

# --- Script Start ---

Write-Host "Searching for .swf files in: '$folderPath'"

# Get all .swf files in the specified folder
# Get-ChildItem returns FileInfo objects, which contain FullName, Name, etc.
$swfFiles = Get-ChildItem -Path $folderPath -Filter "*.swf" -ErrorAction SilentlyContinue

# Check if any .swf files were found
if ($swfFiles.Count -eq 0) {
    Write-Host "Error: No .swf files found in the folder '$folderPath'."
    Write-Host "Please ensure the folder path is correct and contains .swf files."
    exit
}

Write-Host "Found $($swfFiles.Count) .swf files."
Write-Host "Starting continuous playback in randomized order. Press Ctrl+C to stop."

# Infinite loop to continuously play randomized playlists
while ($true) {
    Write-Host "`n--- Shuffling playlist for a new cycle ---"

    # Randomize the order of the SWF files
    # Get-Random with -Count $swfFiles.Count ensures all files are returned in a random order
    $randomizedPlaylist = $swfFiles | Get-Random -Count $swfFiles.Count

    # Loop through each file in the newly randomized playlist
    foreach ($file in $randomizedPlaylist) {
        Write-Host "Playing: $($file.Name) (Path: $($file.FullName))"

        # Start the flash player process
        # -PassThru captures the process object, allowing us to manage it specifically
        # The argument list needs the full path enclosed in double quotes in case of spaces
        try {
            $process = Start-Process -FilePath $playerPath -ArgumentList "`"$($file.FullName)`"" -PassThru -ErrorAction Stop
        }
        catch {
            Write-Host "Error starting player for $($file.Name): $($_.Exception.M


Comment too long, view post No.3873 to see the full comment.

Off-Topic@Heyuri
dear santa-san, for christmas i want a sumo wrestler!
Marked for deletion (Old)
>>
Won't fit down chimney .. :sweat2: 🎅
>>
dear santa-san, for christmas i want miku1!!

Off-Topic@Heyuri
I remembrar the 8000GETs :biggrin:
Marked for deletion (Old)
3 posts omitted. Click Reply to view.
>>

  File: wamu407.jpg (9 KB, 147x213)[ImgOps]                                   
  :::::::::::::::::::::::::::: : ::;;:::::::: : : : `丶.、;;;;;;  : : .5 years since Heyuri was relaunched Anonymous 2025/12/04(Thu)15:17:36 No.164239 ▲                
  :::::::::::::::::::::::::::::: : :::::::-: 丶: :   ``'-、                                                
  ii,,,,、:::::::::::::::,,,,g*': : : : : : :        `''    I remembrar the 8000GETs ^_^                       
  lllllllllliill,,,,,::''フ》「:: : : : ::::::: : :                                                      
  llllllllllllllllllllii,,,.`i、,,ll': : : :: : : .,..'lli、                                  
  llllllllllllllll!!!!!!°,,″: : : : : ..il川!'コ    .>>┌──────────────────────┐            
  llllllllll!゙`: : .:::::::`::::::: :::: : : : '゙,i´.l゙ヒ   ,    │□ Anonymous 2025/12/04(Thu)15:29:00 No.164243         
  lllllll!゙` : _:::::::::::::::::::::::::::::::::::: ゜: l゙.ト,,       │           
  !!!l!゜.: : ,llil,,,、:::::_,,,,、:::::::::::::::: .l゙ .レ ,,      │>GETS           
  ;;;``丶.:゙lllllliiiiliiillllllll!:::::::::::::: : ": .,] .      │plural?            
                     ,,        └──────────────────────┘            
>>┌──────────────────────┐
    │□ Anonymous 2025/12/04(Thu)15:38:21 No.164245
    │
    │ >>164239
    │ I remember the 160000 GETs
    │ B)
    │
    └──────────────────────┘
>>┌──────────────────────┐
    │□ Anonymous 2025/10/12(Sun)09:31:21 No.158395
    │
    │ Remilia


Comment too long, view post No.164262 to see the full comment.
>>
:dance::dance2:5 YEAR PARTY:dance2::dance:
>>
It's seriously hard to believe that I've now been on Heyuri for over 8 years...
>>
:hokke:
>>
5 years of degeneracy :happy:

Girl Talk@Heyuri
Good Night.
>>
goooooood niiightttt!!🐭
>>
oyasuminasaiiiiiiii
>>
goodnight!!!! ^^

Off-Topic@Heyuri
File: degreesofgorg.mp4
(10.95 MB, 1440x1080)
11485274
When j00 take the bus after midnight in degrees of lewdity (;´Д`)
Marked for deletion (Old)
>>
great game
>>
i haet it when that happens
>>
File: JS_bar.webm
(5.12 MB, 632x480)
5367162
キタ━━━(゚∀゚)━━━!!
>>
>>164253
(;´Д`)

Want your banner here? Click here to submit yours!

Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] [596] [597] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722]