GAMERS LAIR

CTPAX001RUS

Well-known member
Messages
5,474
Points
113
New small GA open for all trusted users:

SharedScreenshot.jpg

1 key for not available for purchase game yet
End in 16/10/2024
Winner will be choosen random by wheel and my friend @whatnitrus help me with this when he have time in this day
GL comrades! 🖤

To enter react on :oops: emojie
 

syleox

Well-known member
Messages
3,593
Points
113
So basically the store upped the prices and people stole them instead of buying them at BS prices? Big surprise...Ubisoft lol.

You know that they sparked the whole steam terminology change of course...people made such a commotion (particularly in the UK) that because steam can't change the actual sale terms they agreed to with the companies that they were literally forced to change the TOS to basically add the truth we were all well aware of...crap part of that situation is it forces us to accept them as the new sale terms and actually takes away our ability to complain if our games get yanked off the store and removed at any point.

We should be boycotting steam into fighting for sale rights but since its not directly tied to steam and no public idiocy has been brought to the forefront everyone is just sitting back accepting it...and basically we're screwed.

Most important fight we could ever take up and nobody cares at all lol. Shows the stupidity of the fickle mob heh.
that can be solved by the use of nft concept applied to the video game industry
 

WhatNitrous

Well-known member
Messages
23,460
Points
113
New small GA open for all trusted users:

View attachment 19837

1 key for not available for purchase game yet
End in 16/10/2024
Winner will be choosen random by wheel and my friend @whatnitrus help me with this when he have time in this day
GL comrades! 🖤

To enter react on :oops:emojie
I literally just posted it myself thinking I was doing it :ROFLMAO:

I got the key and will draw the winner (y)
 

syleox

Well-known member
Messages
3,593
Points
113
mayonnaise, cornichon (y)
(time to launch twitch quest...thx legolas)
 

WhatNitrous

Well-known member
Messages
23,460
Points
113
anyone knows about something that keep a twich page focused even if we're not watching it ?
Not using the PC? Idk what your asking even as a programmer...far as i'm aware you can't fake focus unless you make one window stay on top of it while it keeps the focus...or you run it in a virtual machine, and even then the VM may sleep when it loses focus and stop it.

I could whip you up something in ten seconds to keep any window you choose on top but it would be an exe file so thats up to you if you want it.

Actually depends if your using windows...dunno if I could do a Linux compatible one that quick.

Thats what you would need though, a program to make a selected window stay on top at all times like some have built in. Window spies or debuggers may have the feature
 

WhatNitrous

Well-known member
Messages
23,460
Points
113
i'm on the pc, but the hitsquadgodfather stop the stream each time i'm not focused on...but yeah if i open a new chrome windows and i think that back in the days there was a funtion like this built in windows it have to do some research...
Like I said, if you really need one I can whip up a simple drag this arrow to make a window become top most and then reset it when you want (or when you reboot), thats exactly what I would have done myself so I can't suggest anything else 🤷‍♂️

I have a window spy I used waaay back in the AOL days made in VB6 when thats how we did everything before it all went browser based, so it would literally take a few minutes to modify it if you want. Just give me a hollar if you want it.

I'd offer to give you the source code but you would need to find VB6 since its the last version that used DLL files for API calls in that way...or I could modify it to work with C++ if you can compile that...best I can do. Its not complicated code if you already know what to use for API.
 

WhatNitrous

Well-known member
Messages
23,460
Points
113
You really want it? PM me an email and i'll get it sent over in the next 20 min. give or take my programming drive being stupid lol.

Gotta make sure it works on a modern browser too, should, but you never know.

Theres a catch actually I didnt think of...you can't be clicking around in another window, it can stay above for like another stream but if you click it its going to get the focus when you do.

Oooh, think I found it...sending it a constant fake focus every few minutes should work. WM_ACTIVATE or something might do the trick...its going to shift focus back and forth real quick though when it does so idk if that'll mess you all up. Interesting one if your browsing in the other window actually. I can try 🤷‍♂️

Ya, its either going to be activating the window or injecting messages into it like mouse_move etc etc.

I can make it if you want it, all the same concept honestly..
 
Last edited:

WhatNitrous

Well-known member
Messages
23,460
Points
113
No that's fine, i think i remember that there was a function in windows, if not the vm is a good idea too, and maybe some other felliow has already solve this question, let's wait
There is an accessibility feature that gives focus when your mouse hovers over any window to do quick back and forth swaps but other than that i don't recall a windows feature (aside from debuggers) that does this.

Offers there if you change your mind, you can trust my program or some strangers...its no different to me except a few minutes of my time on something i'd likely use myself at some point so whatever whatever man. Like I said, if you have a version of C++ at your disposal I could give you the source code like anywhere else but aside from that its your call. I'm certainly not bothering to learn how to force it through something like powershell when its not meant to be done like that...this is low level windows messages, even if it can be done--f that idea :LOL:
 
Top