Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.

Minichan

Topic: Is there a program similar to this one?

Catherine !TGirlYJKXM started this discussion 11 years ago #45,624

Apple has this program on Mac called Snapshot, which is basically just a screen capture tool, but what is great about this is that it shows the screen coordinates on it's cursor.

Does such a program exist for Windows that allows you to see the screen coordinates? Google brought up nothing for me.

Anonymous B joined in and replied with this 11 years ago, 3 minutes later[^] [v] #602,131

greenshot

Anonymous C joined in and replied with this 11 years ago, 2 minutes later, 6 minutes after the original post[^] [v] #602,132

cumshot

Catherine !TGirlYJKXM (OP) replied with this 11 years ago, 7 minutes later, 13 minutes after the original post[^] [v] #602,133

@602,131 (B)
Oh neato, thank you.
EDIT: Does this display the screen coordinates by your cursor?
I mostly want this for HTML purposes.

(Edited 2 minutes later.)

Falco !a7Q.SWNEJw joined in and replied with this 11 years ago, 11 minutes later, 24 minutes after the original post[^] [v] #602,134

cockshot

Falco !a7Q.SWNEJw double-posted this 11 years ago, 15 seconds later, 24 minutes after the original post[^] [v] #602,135

fuckshot

Falco !a7Q.SWNEJw triple-posted this 11 years ago, 15 seconds later, 25 minutes after the original post[^] [v] #602,136

shitshot

Anonymous B replied with this 11 years ago, 14 minutes later, 40 minutes after the original post[^] [v] #602,139

@602,133 (Catherine !TGirlYJKXM)
yesshot
pressshot printshot screenshot buttonshot

testes joined in and replied with this 11 years ago, 2 minutes later, 42 minutes after the original post[^] [v] #602,140

Not impressed with greenshot
Lacks features.

(Edited 2 minutes later.)

Anonymous B replied with this 11 years ago, 1 hour later, 1 hour after the original post[^] [v] #602,152

@previous (testes)
make a program with the features you desire then

Methlyfe !KansasxqvM joined in and replied with this 11 years ago, 24 minutes later, 2 hours after the original post[^] [v] #602,157

Doesn't windows do this natively?

Anonymous G joined in and replied with this 11 years ago, 1 hour later, 3 hours after the original post[^] [v] #602,165

@602,133 (Catherine !TGirlYJKXM)
Just count the pixels yourself.

Anonymous H joined in and replied with this 11 years ago, 4 hours later, 8 hours after the original post[^] [v] #602,211

@602,133 (Catherine !TGirlYJKXM)
https://chrome.google.com/webstore/detail/page-ruler/jlpkojjdgbllmedoapgfodplfhcbnbpn?hl=en but don't do that. you shouldnt be hardcoding pixel values generally

FuckAlms !vX8K53rFBI joined in and replied with this 11 years ago, 2 hours later, 11 hours after the original post[^] [v] #602,229

moneyshot

DasSheeple joined in and replied with this 11 years ago, 6 minutes later, 11 hours after the original post[^] [v] #602,231

Snipping tool? No idea if it can be made to show coordinates...

FuckAlms !vX8K53rFBI replied with this 11 years ago, 4 hours later, 15 hours after the original post[^] [v] #602,273

There's this free photo editor sort of like photoshop that's pretty good. It's called The GIMP. I recommend version 2.6.x

Methlyfe !KansasxqvM replied with this 11 years ago, 39 minutes later, 16 hours after the original post[^] [v] #602,281

script into Notepad:
dim addx as unsigned
dim addy as unsigned
addx=allocate(8)
addy=addx+4
repeat
a=External("user32.dll","GetCursorPos",addx)
if a <>0 then
pos_x=PeekInteger(addx,4)
pos_y=PeekInteger(addy,4)
mes$="Cursor X is at : "+str$(pos_x)+"\n\Cursor Y is at : "+str$(pos_y)
msgframe(mes$,1)
pause 1
endif
until i=500

The 500 value is length of time to display, adjust as needed. Save file as whatever.js and double click to run. Have not tested, but I used this or something similar in some version of Windows at some point.

Anonymous K joined in and replied with this 11 years ago, 1 hour later, 18 hours after the original post[^] [v] #602,291

I highly recommend this one: http://getsharex.com/

Anonymous L joined in and replied with this 11 years ago, 3 hours later, 21 hours after the original post[^] [v] #602,320

@602,281 (Methlyfe !KansasxqvM)
I was hoping this would actually be a system32 deletion exploit

FuckAlms !vX8K53rFBI replied with this 11 years ago, 32 minutes later, 21 hours after the original post[^] [v] #602,325

@previous (L)
This isn't tinychan.

Anonymous M joined in and replied with this 7 years ago, 3 years later, 3 years after the original post[^] [v] #955,035

@previous (FuckAlms !vX8K53rFBI)
Disagree thanks
:

Please familiarise yourself with the rules and markup syntax before posting.