Go Back   GameKiller - Maple Story Hacks, Combat Arms Hacks & WonderKing Hacks > Combat Arms > Combat Arms Hacks, Bots Release & Downloads

GordonCA - virus or not?

This is a discussion on GordonCA - virus or not? within the Combat Arms Hacks, Bots Release & Downloads forums, part of the Combat Arms category; Originally Posted by M4st3rH4ck3r Nobody listened when I said there safe.... thanks someone smart. @Oloha: you got to be retarded ...


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-16-2010, 02:09 PM   #16
1337
Feedback Score: 0 reviews
 
Iamazn's Avatar
 
Join Date: Jul 2009
Location: California
Posts: 1,445
Thanks: 78
Thanked 1,442 Times in 218 Posts
Send a message via AIM to Iamazn Send a message via MSN to Iamazn
Default Re: GordonCA - virus or not?

Originally Posted by M4st3rH4ck3r View Post
Nobody listened when I said there safe....thanks someone smart. @Oloha: you got to be retarded to actually think Gordon can access your PC while using his hacks. It's safe trust me, nothing has happened to all the people that downloaded all his hacks since his like first release including me.
._.

Theres still a FEW questions that remain. freedompeace says GCA is clean, but I dont think so. Why?
-WHY does GCA put the "one time use files INSIDE the SYSTEM folder? Why not the desktop? The TEMP folder?
-WHY are the files HIDDEN and RANDOMLY named? Why not "GCATemp"?
-WHY are the files STILL in the SYSTEM folder AFTER Combat Arms closes?
Iamazn is offline  
Sponsored Links

Old 01-16-2010, 02:13 PM   #17
Hacker
Feedback Score: 0 reviews
 
Stealez's Avatar
 
Join Date: Jul 2009
Posts: 359
Thanks: 64
Thanked 12 Times in 11 Posts
Default Re: GordonCA - virus or not?

GCA=Full-fledged keylogger.

Don't be crying you kiddies when your dad/mom yells at you because they have gotten a huge bill on their bank account.

<3
Stealez is offline  
Old 01-17-2010, 12:42 AM   #18
Beginner Hacker
Feedback Score: 0 reviews
 
alohadude3's Avatar
 
Join Date: Sep 2009
Posts: 79
Thanks: 12
Thanked 17 Times in 8 Posts
Default Re: GordonCA - virus or not?

Originally Posted by M4st3rH4ck3r View Post
Nobody listened when I said there safe....thanks someone smart. @Oloha: you got to be retarded to actually think Gordon can access your PC while using his hacks. It's safe trust me, nothing has happened to all the people that downloaded all his hacks since his like first release including me.
then don't blame me when your comp gets owned by gordon
alohadude3 is offline  
Old 01-17-2010, 12:59 AM   #19
Newbie
Feedback Score: 0 reviews
 
Join Date: Oct 2009
Posts: 1
Thanks: 8
Thanked 0 Times in 0 Posts
Default Re: GordonCA - virus or not?

it is not a gordon hack it is nexon fu cking all of us gordon has been gone for a along time so do not download the hack it is a melwere and nexon put it out there for us to give it to us
cobra1973 is offline  
Old 01-17-2010, 01:40 AM   #20
Bronze Rank Hacker
Feedback Score: 0 reviews
 
Join Date: Aug 2009
Location: Lurking!
Posts: 495
Thanks: 47
Thanked 38 Times in 34 Posts
Default Re: GordonCA - virus or not?

the safest thing to do is to not download it.
just dont risk it...
BuckingFitch is offline  
Old 01-17-2010, 03:15 AM   #21
Super Moderator

Feedback Score: 1 reviews
 
freedompeace's Avatar
 
Join Date: Jul 2009
Location: Melbourne, Australia
Posts: 3,642
Thanks: 64
Thanked 2,170 Times in 543 Posts
Default Re: GordonCA - virus or not?

Originally Posted by Iamazn View Post
._.

Theres still a FEW questions that remain. freedompeace says GCA is clean, but I dont think so. Why?
-WHY does GCA put the "one time use files INSIDE the SYSTEM folder? Why not the desktop? The TEMP folder?
-WHY are the files HIDDEN and RANDOMLY named? Why not "GCATemp"?
-WHY are the files STILL in the SYSTEM folder AFTER Combat Arms closes?
I'm keeping an objective view of this; I've been IP banned by GordonCA admins for no reason (No reason specified)

-WHY does GCA put the "one time use files INSIDE the SYSTEM folder? Why not the desktop? The TEMP folder?
Here could be one possible explanation. The TEMP and DESKTOP folders change on each computer, on each operating system. Gordon codes his hack in C++, which does not have the simple "My.Computer.FileSystem.SpecialDirectories.Tem p" function that Visual Basic does. Unlike the TEMP and DESKTOP folders, SYSTEM32 stays the same throughout all 32-bit OS's, the only architecture it was designed and compiled for.

-WHY are the files HIDDEN and RANDOMLY named? Why not "GCATemp"?
Hidden : They're not on mine o.o
Randomly named : That is a common practice to randomly name files, so that you run a much lower risk of returning an exception when copying a file to a directory where that filename already exists.

-WHY are the files STILL in the SYSTEM folder AFTER Combat Arms closes?
When GordonCA, or any DLL of that matter, is injected into a running executable, a new thread is created for that DLL to run. This thread is not separate from the game, it is within the game itself. When you close the game, all threads within Engine.exe are termintated, and therefore the thread is unable to execute any ending processes, like clean up.
freedompeace is offline  
The Following User Says Thank You to freedompeace For This Useful Post:
Linux_Worm (02-18-2010)
Old 01-17-2010, 03:56 AM   #22
1337
Feedback Score: 0 reviews
 
Iamazn's Avatar
 
Join Date: Jul 2009
Location: California
Posts: 1,445
Thanks: 78
Thanked 1,442 Times in 218 Posts
Send a message via AIM to Iamazn Send a message via MSN to Iamazn
Default Re: GordonCA - virus or not?

Originally Posted by freedompeace View Post
I'm keeping an objective view of this; I've been IP banned by GordonCA admins for no reason (No reason specified)

-WHY does GCA put the "one time use files INSIDE the SYSTEM folder? Why not the desktop? The TEMP folder?
Here could be one possible explanation. The TEMP and DESKTOP folders change on each computer, on each operating system. Gordon codes his hack in C++, which does not have the simple "My.Computer.FileSystem.SpecialDirectories.Tem p" function that Visual Basic does. Unlike the TEMP and DESKTOP folders, SYSTEM32 stays the same throughout all 32-bit OS's, the only architecture it was designed and compiled for.

-WHY are the files HIDDEN and RANDOMLY named? Why not "GCATemp"?
Hidden : They're not on mine o.o
Randomly named : That is a common practice to randomly name files, so that you run a much lower risk of returning an exception when copying a file to a directory where that filename already exists.

-WHY are the files STILL in the SYSTEM folder AFTER Combat Arms closes?
When GordonCA, or any DLL of that matter, is injected into a running executable, a new thread is created for that DLL to run. This thread is not separate from the game, it is within the game itself. When you close the game, all threads within Engine.exe are termintated, and therefore the thread is unable to execute any ending processes, like clean up.
1.
-It cant be that hard to find the TEMP/Desktop Folders.
-Couldnt Gordon just find the Folder where GCA is located, and put the randomly named, hidden, suspicious MPH/DLL files there?

2.
-They were hidden on mine
-Why would a file be named GCATemp?
-Just add some error handling.
-Randomly naming a file + making it hidden is very suspicious.

3. Cant counter that
Iamazn is offline  
Old 01-17-2010, 05:50 AM   #23
Super Moderator

Feedback Score: 1 reviews
 
freedompeace's Avatar
 
Join Date: Jul 2009
Location: Melbourne, Australia
Posts: 3,642
Thanks: 64
Thanked 2,170 Times in 543 Posts
Default Re: GordonCA - virus or not?

Originally Posted by Iamazn View Post
Originally Posted by freedompeace View Post
I'm keeping an objective view of this; I've been IP banned by GordonCA admins for no reason (No reason specified)

-WHY does GCA put the "one time use files INSIDE the SYSTEM folder? Why not the desktop? The TEMP folder?
Here could be one possible explanation. The TEMP and DESKTOP folders change on each computer, on each operating system. Gordon codes his hack in C++, which does not have the simple "My.Computer.FileSystem.SpecialDirectories.Tem p" function that Visual Basic does. Unlike the TEMP and DESKTOP folders, SYSTEM32 stays the same throughout all 32-bit OS's, the only architecture it was designed and compiled for.

-WHY are the files HIDDEN and RANDOMLY named? Why not "GCATemp"?
Hidden : They're not on mine o.o
Randomly named : That is a common practice to randomly name files, so that you run a much lower risk of returning an exception when copying a file to a directory where that filename already exists.

-WHY are the files STILL in the SYSTEM folder AFTER Combat Arms closes?
When GordonCA, or any DLL of that matter, is injected into a running executable, a new thread is created for that DLL to run. This thread is not separate from the game, it is within the game itself. When you close the game, all threads within Engine.exe are termintated, and therefore the thread is unable to execute any ending processes, like clean up.
1.
-It cant be that hard to find the TEMP/Desktop Folders.
-Couldnt Gordon just find the Folder where GCA is located, and put the randomly named, hidden, suspicious MPH/DLL files there?

2.
-They were hidden on mine
-Why would a file be named GCATemp?
-Just add some error handling.
-Randomly naming a file + making it hidden is very suspicious.

3. Cant counter that
1. Whatever works, and is easiest - he's not being paid for it uch: It would be quite a pain to have to locate those folders yourself...

2.
"They were hidden on mine". Hmmm... Well, whatever. I hide files too
"Why would a file be named GCATemp?" That would mean?
"Just add some error handling." Again, the error handling is a pain in the arse, especially for something free. Copying a new file is ultimately easier.
> What kind of error handling did you have in mind, anyway? Even if you did find that the file already existed, you'd have to hash check it to see if it was the real one, or another identically named file.

3. Yay :3

Last edited by freedompeace; 01-17-2010 at 05:53 AM. Reason: Added full-quote, instead of single-post quoting.
freedompeace is offline  
Old 01-17-2010, 08:22 AM   #24
Newbie
Feedback Score: 0 reviews
 
Join Date: Sep 2009
Posts: 30
Thanks: 7
Thanked 5 Times in 4 Posts
Default Re: GordonCA - virus or not?

if you want to see those "hidden files" got to control panel/folder options/view/ an tick the show hidden files and folders , an then those .MPH files will be there for you to see, scan each 1 (if you want to , i did jus cause i was bored) an sure i got "suspicious" an the like from virustotal , but when scan with AVG Pro,Avast and Norton came back all clean (which i KNEW they would) an i talk to gordon every now an then too an he doesnt seem to me to me the type to dupe/scam/hack anyone BUT nexon!!!
killerofmen is offline  
The Following User Says Thank You to killerofmen For This Useful Post:
Linux_Worm (02-18-2010)
Old 01-17-2010, 09:15 AM   #25
Banned
Feedback Score: 0 reviews
 
Join Date: Aug 2009
Posts: 244
Thanks: 8
Thanked 21 Times in 16 Posts
Default Re: GordonCA - virus or not?

It is DEFINITELY a virus, we should refrain from releasing it to this forum. I had to install a clean version of Windows 7. Am not sure if its only this effective with Windows 7, but Norton warned me about GCA1.2.7 being a virus. I ignored it. Several hours after, the 'blue screen of death' appeared. I restarted but the problem persisted. After that I reinstalled Windows 7 Ultimate 64-bit. And all was good.
Dagga is offline  
Old 01-17-2010, 03:01 PM   #26
Amateur Hacker
Feedback Score: 0 reviews
 
ckw100's Avatar
 
Join Date: Nov 2009
Location: Can't tell you!
Posts: 183
Thanks: 2
Thanked 21 Times in 10 Posts
Send a message via MSN to ckw100 Send a message via Yahoo to ckw100
Default Re: GordonCA - virus or not?

Really, I downloaded GCA just to see what it had. I decompiled all of its cintents... it contains NOTHING of a virus. Although.. seemingly... they can't code worth a shit and like to steal from other hacks

Last edited by ckw100; 01-17-2010 at 03:03 PM.
ckw100 is offline  
Old 01-17-2010, 04:00 PM   #27
Beginner Hacker
Feedback Score: 0 reviews
 
combat11's Avatar
 
Join Date: Aug 2009
Location: In My House
Posts: 98
Thanks: 15
Thanked 40 Times in 13 Posts
Default Re: GordonCA - virus or not?

Originally Posted by Eclipse View Post
When I used 1.2.6, I never once got a mysterious .mph file.
My Virus protection caought something after it got patched o-o
combat11 is offline  
Old 01-17-2010, 04:27 PM   #28
Super Moderator

Feedback Score: 1 reviews
 
freedompeace's Avatar
 
Join Date: Jul 2009
Location: Melbourne, Australia
Posts: 3,642
Thanks: 64
Thanked 2,170 Times in 543 Posts
Default Re: GordonCA - virus or not?

Originally Posted by killerofmen View Post
if you want to see those "hidden files" got to control panel/folder options/view/ an tick the show hidden files and folders , an then those .MPH files will be there for you to see, scan each 1 (if you want to , i did jus cause i was bored) an sure i got "suspicious" an the like from virustotal , but when scan with AVG Pro,Avast and Norton came back all clean (which i KNEW they would) an i talk to gordon every now an then too an he doesnt seem to me to me the type to dupe/scam/hack anyone BUT nexon!!!
Yes yes yes, we all know how to show hidden files and folders; there are 19,400,000 indexes on Google of how to do that.

Originally Posted by Dagga View Post
It is DEFINITELY a virus, we should refrain from releasing it to this forum. I had to install a clean version of Windows 7. Am not sure if its only this effective with Windows 7, but Norton warned me about GCA1.2.7 being a virus. I ignored it. Several hours after, the 'blue screen of death' appeared. I restarted but the problem persisted. After that I reinstalled Windows 7 Ultimate 64-bit. And all was good.
The BSOD can be caused by reasons other than the hack.

Originally Posted by ckw100 View Post
Really, I downloaded GCA just to see what it had. I decompiled all of its cintents... it contains NOTHING of a virus. Although.. seemingly... they can't code worth a shit and like to steal from other hacks
I highly doubt you did that...

Originally Posted by combat11 View Post
My Virus protection caought something after it got patched o-o
Yet another false positive. Your new antivirus' definitions heuristics detected some part of Gordon's hack as a virus.
freedompeace is offline  
Old 01-17-2010, 04:39 PM   #29
Amateur Hacker
Feedback Score: 0 reviews
 
ckw100's Avatar
 
Join Date: Nov 2009
Location: Can't tell you!
Posts: 183
Thanks: 2
Thanked 21 Times in 10 Posts
Send a message via MSN to ckw100 Send a message via Yahoo to ckw100
Default Re: GordonCA - virus or not?

I really didn't decompile the WHOLE thing... lol I made that a little unclear as it seems I said I did. But I went through the things I could. And really I have no more suspition. but I did "lol" at the things that were in it.
ckw100 is offline  
Old 01-18-2010, 09:47 AM   #30
Newbie
Feedback Score: 0 reviews
 
Join Date: Sep 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default Re: GordonCA - virus or not?

It is a little sus as none of the gordan hacks have ever registered as suspicious or as a virus. To Malware /norton and other scans ( i know Norton is a pos).. But eh.. Its not even that big anymore it removed itself off my comp and i had to clean it up after that so. Stuff downloading it again and using it one time then having to clean my whole computer again any thread with the topic of gca 1.2.7 should be Locked or deleted its getting old. and its patched as a i hear anway. Lets just wait till 1.2.8 if its coming out to Prove that its a virus or not?

Originally Posted by cobra1973 View Post
it is not a gordon hack it is nexon fu cking all of us gordon has been gone for a along time so do not download the hack it is a melwere and nexon put it out there for us to give it to us
So your saying that Nexon Hacked Gordons Account on the site and Posted a hack..... Gj...
Viper98 is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads for: GordonCA - virus or not?
Thread Thread Starter Forum Replies Last Post
gordonca ca 1.2.7 madknight Combat Arms Hacks Discussion 3 11-13-2009 01:00 PM
gordonca CA eu hacks! hc4life Old & Detected Hacks (CA) 30 10-14-2009 05:24 PM
HowTo get rid of any virus if your Anti-Virus does not find it during a scan! Sex Combat Arms Hacks Discussion 6 08-05-2009 04:19 PM


GameKiller.net is not responsible for any content in any posting made by users on the site.