Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


SwiftShot v.1

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries
View previous topic :: View next topic  
Author Message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Mon Jun 23, 2008 12:37 am    Post subject: SwiftShot v.1 Reply with quote

Edit: Yes, I know, it makes 2 formats at once when you save, no big deal but I will fix on next release. What this does is take a screenshot of your screen and paste it into the program. After doing that, you can save it to a directory of your choice. You can also choose any format you want, but there is a small bug in the format choosing options I gotta fix. Ill fix it tommorow 2:20 am here.

This is version 1. I will be making many changes to this program. I will soon include an uploader to tinypic.com, etc, so you can do everything in one simple, shot.

I've always hated prt-scrn than pasting into paint and saving. So I made this basically for myself. Will make an installer when I think it is necessary so It can run in the background when I turn my computer on.

Enjoy Very Happy


DL link: http://www.ziddu.com/download.php?uid=Zq%2Bam5qpbLOeluKnY6qhkZSrYKyclpiq3

Picture:




The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________


Last edited by AndrewMan on Mon Jun 23, 2008 1:07 am; edited 6 times in total
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Mon Jun 23, 2008 12:45 am    Post subject: Reply with quote

Please update your first post containing info with what this is. Users that do not visit the General Programming section don't know what you just released this based on your screenshot thread. Along with that, attaching your own virus scan results is pointless, as you can scew the results by uploading a different file. A moderator will post results for files.

Scan results:

Code:
A-Squared     
Found nothing
AntiVir    
Found nothing
ArcaVir    
Found nothing
Avast    
Found nothing
AVG Antivirus    
Found nothing
BitDefender    
Found nothing
ClamAV    
Found nothing
CPsecure    
Found nothing
Dr.Web    
Found nothing
F-Prot Antivirus    
Found nothing
F-Secure Anti-Virus    
Found nothing
Fortinet    
Found nothing
Ikarus    
Found nothing
Kaspersky Anti-Virus    
Found nothing
NOD32    
Found nothing
Norman Virus Control    
Found nothing
Panda Antivirus    
Found nothing
Sophos Antivirus    
Found nothing
VirusBuster    
Found nothing
VBA32    
Found nothing


File appears to be clean, Download at your own risk!

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Mon Jun 23, 2008 12:55 am    Post subject: Reply with quote

Wiccaan wrote:
Please update your first post containing info with what this is. Users that do not visit the General Programming section don't know what you just released this based on your screenshot thread. Along with that, attaching your own virus scan results is pointless, as you can scew the results by uploading a different file. A moderator will post results for files.

Scan results:

Code:
A-Squared     
Found nothing
AntiVir    
Found nothing
ArcaVir    
Found nothing
Avast    
Found nothing
AVG Antivirus    
Found nothing
BitDefender    
Found nothing
ClamAV    
Found nothing
CPsecure    
Found nothing
Dr.Web    
Found nothing
F-Prot Antivirus    
Found nothing
F-Secure Anti-Virus    
Found nothing
Fortinet    
Found nothing
Ikarus    
Found nothing
Kaspersky Anti-Virus    
Found nothing
NOD32    
Found nothing
Norman Virus Control    
Found nothing
Panda Antivirus    
Found nothing
Sophos Antivirus    
Found nothing
VirusBuster    
Found nothing
VBA32    
Found nothing


File appears to be clean, Download at your own risk!


I will remove my scan I guess...

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Mon Jun 23, 2008 3:00 am    Post subject: Reply with quote

Suggestions:

- Auto-saving, using an incremented naming system or using the date and time as the image name ex. (img020308-041232.png meaning 02/03/2008 - 04:12:32)

- Hotkey, have the program sit in the tray bar and simply allow the user to hit a key combination to take a screenshot have it save automatically to a location.

Configuration for things like this should show up automatically on the first run of the program, afterward, the user should be able to reconfigure afterward. An easy method of doing this is either using the registry or creating an ini file for the program. You can detect if the file exists, or if the registry key exists to determine if the program is running for the first time.

From there, if you are using the registry, you can create the key(s) when the options are saved and have it load at runtime skipping the options each time there-after as long as the key is found. If you are using an ini file, you can simply determine if the file is valid in the same folder as the exe.

Things that should be configurable:
- Default Destination to save images to.
- Allowing auto-saving instead of just storing and waiting for the user to save the file themselves.
- Hotkey customization.
- File name for auto-saving, using a user-defined prefix.

Just some suggestions. Take a look at other screenshot apps and get some ideas on things you can add or make better.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
--Pillboi--
Grandmaster Cheater Supreme
Reputation: 0

Joined: 06 Mar 2007
Posts: 1383
Location: I don't understand the question. Is this a 1 to 10 thing?

PostPosted: Mon Jun 23, 2008 11:07 am    Post subject: Reply with quote

Wiccaan wrote:
Hotkey, have the program sit in the tray bar and simply allow the user to hit a key combination to take a screenshot have it save automatically to a location.

Make the hotkey's default print screen. Smile

_________________

Enter darkness, leave the light, Here be nightmare, here be fright...
Earth and Water, Fire and Air. Prepare to meet a creature rare.
Enter now if you dare, Enter now the dragon's lair.
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Mon Jun 23, 2008 11:23 am    Post subject: Reply with quote

--Pillboi-- wrote:
Wiccaan wrote:
Hotkey, have the program sit in the tray bar and simply allow the user to hit a key combination to take a screenshot have it save automatically to a location.

Make the hotkey's default print screen. Smile


Yeah thats what I was thinking.


Thanks for the tips Wiccan Very Happy
Although, I have no idea how to work the registry, if you have a nice guide for .Net registry codes, can you link it please? Thanks again.

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Mon Jun 23, 2008 12:34 pm    Post subject: Reply with quote

I personally don't touch .NET at all. But a quick Google search finds tons of hits, this is the first:

http://www.vbdotnetheaven.com/UploadFile/mahesh/WindowsRegistry04262005045814AM/WindowsRegistry.aspx

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Mon Jun 23, 2008 12:49 pm    Post subject: Reply with quote

Wiccaan wrote:
I personally don't touch .NET at all. But a quick Google search finds tons of hits, this is the first:

http://www.vbdotnetheaven.com/UploadFile/mahesh/WindowsRegistry04262005045814AM/WindowsRegistry.aspx


Yup, I also found a couple great sites.

Registry is working fine now. Next step is HotKeys/System tray.

_________________
Back to top
View user's profile Send private message
Hack-Addict
Master Cheater
Reputation: 0

Joined: 20 Nov 2007
Posts: 287

PostPosted: Fri Aug 22, 2008 12:17 am    Post subject: Reply with quote

So this is basicly another... hmm, like a visual computer? Razz If it is, thats freaking awesome. XD Very Happy
_________________

Sciextron made the userbar up here, Rep him =D

[img]http://i145.photobucket.com/albums/r225/Michaell61/header.gif[/img] <---Visit theprocoders today!
Back to top
View user's profile Send private message
blackdog
Expert Cheater
Reputation: 0

Joined: 02 Aug 2006
Posts: 101

PostPosted: Fri Aug 22, 2008 12:42 pm    Post subject: Reply with quote

Wow nice, I like the program, I'll dl once I get back from working out. Sounds nice though.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites