• Welcome to ForumKorner!
    Join today and become a part of the community.

Be Careful! @TrenchGuns [Updated]

Taunt

User is banned.
Reputation
0
@Rude or @Color please remove this thread, @TrenchGuns did nothing wrong.
 

Slay

User is banned.
Reputation
0
RE: Be Careful! @TrenchGuns

The image is not working homie.
 

Taunt

User is banned.
Reputation
0
RE: Be Careful! @TrenchGuns

@Emp @Slay @O F I fixed the link, i forgot to add the .png at the end.
 

Taunt

User is banned.
Reputation
0
RE: Be Careful! @TrenchGuns

Emp said:
interesting find. hopefully @Color or @Rude can do something about it

Oh i forgot to tag them, thanks.
 

Taunt

User is banned.
Reputation
0
RE: Be Careful! @TrenchGuns

Little Update!
Virustotal also gave me the website that the download link provides when you download it, if that made any sense.
637df335fcc9fb8fdaf0ef7928dbe63f.png

The website is a Malicious site, do not download.
 

Trenchguns

Onyx user!
Reputation
0
Hey yo bros. Sorry, don't pay much attention to sites and stuff. No I will not remove the file from my signature, but yes I'll move the download location. I use to use ge.tt when I have no time to find a better location. I'll switch over to something else, or host it on my own site or something. The file was a download to a short program I have been working on for the contest that is also linked in my sig. I got the source code as well. :/
Sad to see that people thought I was infecting members. I'll change dl sites right away but man this hurts. Was just looking for feedback.
 

Taunt

User is banned.
Reputation
0
Trenchguns said:
Hey yo bros. Sorry, don't pay much attention to sites and stuff. No I will not remove the file from my signature, but yes I'll move the download location. I use to use ge.tt when I have no time to find a better location. I'll switch over to something else, or host it on my own site or something. The file was a download to a short program I have been working on for the contest that is also linked in my sig. I got the source code as well. :/
Sad to see that people thought I was infecting members. I'll change dl sites right away but man this hurts. Was just looking for feedback.

If you can make a thread and provide screenshots that this isn't a virus or anything like that i'll remove this thread. Also If you're making a program or something like that make a thread about and and make your signature redirect to that thread.
 

Space Time

User is banned.
Reputation
0
Trenchguns said:
Hey yo bros. Sorry, don't pay much attention to sites and stuff. No I will not remove the file from my signature, but yes I'll move the download location. I use to use ge.tt when I have no time to find a better location. I'll switch over to something else, or host it on my own site or something. The file was a download to a short program I have been working on for the contest that is also linked in my sig. I got the source code as well. :/
Sad to see that people thought I was infecting members. I'll change dl sites right away but man this hurts. Was just looking for feedback.
Hmm. This still isn't a valid reason.
Do not add any malicious software to any part of a thread/post/signature.
Remove that thing too. 
Its an auto download meaning you are trying to infect people.

And what does this program do? Why does it have viruses?
 

Trenchguns

Onyx user!
Reputation
0
// ForumKorner Award Contest.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <cstdlib>
using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
start:
int number;
cout << "Number: ";
cin >> number;
if (number > 10000){
cout << "Please pick a lower real number" << endl;
system("pause");
system("CLS");
goto start;
}
if (number < 0){
cout << "Please pick a higher real number" << endl;
system("pause");
system("CLS");
goto start;
}
else if (number == 0){
cout << "Moving on" << endl;
system("pause");
system("CLS");
goto next;
}
else {
std::eek:fstream outfile;
outfile.open("numbers.txt", std::ios_base::app);
outfile << number << endl;
goto start;
}
next:
string line;
ifstream myfile("numbers.txt");
if (myfile.is_open())
{
while (myfile.good())
{
getline(myfile, line);
cout << line << endl;
}
myfile.close();
}

else cout << "Unable to open file";
system("pause");
return 0;
}
 

Space Time

User is banned.
Reputation
0
Trenchguns said:
// ForumKorner Award Contest.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <cstdlib>
using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
start:
int number;
cout << "Number: ";
cin >> number;
if (number > 10000){
cout << "Please pick a lower real number" << endl;
system("pause");
system("CLS");
goto start;
}
if (number < 0){
cout << "Please pick a higher real number" << endl;
system("pause");
system("CLS");
goto start;
}
else if (number == 0){
cout << "Moving on" << endl;
system("pause");
system("CLS");
goto next;
}
else {
std::eek:fstream outfile;
outfile.open("numbers.txt", std::ios_base::app);
outfile << number << endl;
goto start;
}
next:
string line;
ifstream myfile("numbers.txt");
if (myfile.is_open())
{
while (myfile.good())
{
getline(myfile, line);
cout << line << endl;
}
myfile.close();
}

else cout << "Unable to open file";
system("pause");
return 0;
}
Could of easily removed parts of code.
AND WHAT THE FUCK DOES IT DO.
Not everyone is code god here.

Why is it called Forum Korner Award contest.
 

Trenchguns

Onyx user!
Reputation
0
Bananendealer said:
Hmm. This still isn't a valid reason.
Do not add any malicious software to any part of a thread/post/signature.
Remove that thing too. 
Its an auto download meaning you are trying to infect people.

And what does this program do? Why does it have viruses?

It's not the virus, and I didn't know it was the direct download. Must've clicked wrong link to share. I'm uploading the entire source code and project to mediafire atm.
 

Taunt

User is banned.
Reputation
0
Bananendealer said:
Could of easily removed parts of code.
AND WHAT THE FUCK DOES IT DO.
Not everyone is code god here.

Why is it called Forum Korner Award contest.

Cause @Philly was having a contest, and @TrenchGuns this contest was already won by another member.
 

Trenchguns

Onyx user!
Reputation
0
Bananendealer said:
Could of easily removed parts of code.
AND WHAT THE FUCK DOES IT DO.
Not everyone is code god here.

Why is it called Forum Korner Award contest.
What it does(at the moment) is take in numbers you write in it and writes it to a file. I had to backtrack a bit, so when you're done putting in numbers you put in zero and it reads the numbers back. I was going to have it do some equations to calculate the middle number of the two farthest numbers. But since the contest is over I haven't gotten to that part yet.
 

Space Time

User is banned.
Reputation
0
Trenchguns said:
It's not the virus, and I didn't know it was the direct download. Must've clicked wrong link to share. I'm uploading the entire source code and project to mediafire atm.
The contest is over lmfao.
Just remove it from everything.

And what is the point of that though? It takes numbers and puts it into a file...couldn't i just do copy and paste or just write it on notepad? The fuck.

I feel like this is just a stupid excuse to just infect people.
It seems useless for the giveaway.
 

Trenchguns

Onyx user!
Reputation
0
https://www.mediafire.com/?kzfa0u7hnlhx1pl
Uploaded my entire project directory.
Have fun... was meant to be a group project here anyway. I had to change my sig to fit the new part in it. It used to have a description and told people to pm me anything they could to help.


Bananendealer said:
The contest is over lmfao.

Just remove it from everything.

As an aspiring coder, I'd still like to get help on it, especially since one day they might do a similar contest.


Bananendealer said:
The contest is over lmfao.
Just remove it from everything.

And what is the point of that though? It takes numbers and puts it into a file...couldn't i just do copy and paste or just write it on notepad? The fuck.

I feel like this is just a stupid excuse to just infect people.
It seems useless for the giveaway.
You could copy and paste, but creating an input was a good refresher.
You could copy and paste numbers into notepad too, it's just that as far as I know, c++ does not like commas in it's int variables.
But this would have been so usefull. Imagine all these numbers, you can't choose what number to pick, my program would've crunched through the numbers, finding the largest gap inbetween them, and would've given you the middle number between those two, thus giving you a much better shot at winning.
 
Top