ItsMods

Full Version: ADDON,PROBLEM HACK
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
@Nukem better watch out for this guy.
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
(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
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. }
At the end of this post, we will have a nice plugin Wink