Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help ADDON,PROBLEM HACK
#1
NUKEM HELLO, I HAVE A BIG PROBLEM WITH MY MW3 SERVERS ..
There is a hack that doubles the CHUID OF ADMINS AND USE FOR ALL PEOPLE ban.
You could create a plugin ADDON OR CHANGE TO USE THE XUIDS NOT, AND CHANGE THE USE OF THE ADMINS IPS?
THANKS and sorry for my bad English
Reply

#2
@Nukem better watch out for this guy.
Reply

#3
CSHARP Code
  1. if (LegitAddon)
  2. {
  3. MessageBox.Show("What version of the addon you have, what plugin are loaded, have you error logs, etc");
  4. }
  5. else
  6. {
  7. MessageBox.Show("Teknoshit version of the addon is not supported on this forum!");
  8. }


Cheers Wink
Reply

#4
(04-02-2013, 13:35)narkos Wrote:
CSHARP Code
  1. if (LegitAddon)
  2. {
  3. MessageBox.Show("What version of the addon you have, what plugin are loaded, have you error logs, etc");
  4. }
  5. else
  6. {
  7. MessageBox.Show("Teknoshit version of the addon is not supported on this forum!");
  8. }


Cheers Wink

Code:
public override void OnServerLoad()
{
         if(File.Exists("/teknomw3.dll"))
         {
                  ServerPrint("lol teknoshit found, i am sorry, closing");
                 Thread.Sleep(200);
                  Env.Exit(0);
         }
}

Wow, that's idea to make protect plugin, but written in c++ so you can't decompile Troll
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#5
What's wrong with obfuscators?

Also adding on
CSHARP Code
  1. if (LegitAddon)
  2. {
  3. #if WIN8
  4. await new MessagePopup("What version of the addon you have, what plugin are loaded, have you error logs, etc").ShowAsync();
  5. #else
  6. MessageBox.Show("What version of the addon you have, what plugin are loaded, have you error logs, etc");
  7. #endif
  8. }
  9. else
  10. {
  11. #if WIN8
  12. await new MessagePopup("Teknoshit version of the addon is not supported on this forum!").ShowAsync();
  13. #else
  14. MessageBox.Show("Teknoshit version of the addon is not supported on this forum!");
  15. #endif
  16. }
Reply

#6
At the end of this post, we will have a nice plugin Wink
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 17,085 09-29-2014, 23:08
Last Post: SuperNovaAO
  [Release] MW3 SP Hack v 0.0.1 Dude 9 12,681 06-06-2014, 13:10
Last Post: SuperNovaAO
  Help Android problem Yamato 12 7,491 04-25-2014, 04:49
Last Post: ScHmIdTy56789
Brick [Release] MW3 Server Administration Addon iRoNinja 5 8,563 11-10-2013, 15:46
Last Post: Casper
  Hosting With Addon obliviron 9 6,855 11-04-2013, 22:13
Last Post: d0h!
  Problem with Rain Effects on Maps mitchhacker 5 4,448 10-22-2013, 00:46
Last Post: mitchhacker
  Need An Anti Hack Manuadminmod worldclass 2 3,499 10-14-2013, 09:57
Last Post: d0h!
  Issue with server addon and NAT dimitrifrom31 3 4,680 10-08-2013, 18:11
Last Post: iRoNinja
  [Release] CS addon for MW2(Sounds,show damage) Fl0w_.JACKDAN 1 4,399 09-29-2013, 19:46
Last Post: Nekochan
  @Nukem, and New addon E-losev 4 4,222 08-23-2013, 20:45
Last Post: yokai134

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.