Strhoodpkz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Strhoodpkz

CLIENT LINK:http://www.mediafire.com/download.php?umzdq2ty5j3


You are not connected. Please login or register

ANTI DUPING SCRIPT TO BE IMPLEMENTED A.S.A.P.

2 posters

Go down  Message [Page 1 of 1]

hide n seek

hide n seek

ALL CREDIT TO JEROME OF RUNELOCUS




Open Client.java and Find
Code:

Code:
    public class client extends Player implements Runnable {

Under it add
Code:

Code:
    public boolean hasAccepted = false;
    public int AntiDupe = 0;

Next Find
Code:

Code:
    public void declineTrade() {

Replace it with this
Code:

Code:
    public void declineTrade() {
          if (!hasAccepted && AntiDupe <= 0) {
              declineTrade(true);
              } else
          {
          hasAccepted = false;
          AntiDupe = 2;
          }
          }

Find
Code:

Code:
    public boolean process() {

Under there add
Code:

Code:
    if (AntiDupe > 0)
    {
    AntiDupe--;
    }

Save it

Next open up Clickingmost.java
Code:

Code:
                    other.sendQuest("Other player has accepted.", 3535);
                    c.sendQuest("Waiting for other player...", 3535);

Replace with this
Code:
Code:

                    other.sendQuest("Other player has accepted.", 3535);
                    c.sendQuest("Waiting for other player...", 3535);
                    c.hasAccepted = true;

Save And Compile

2ANTI DUPING SCRIPT TO BE IMPLEMENTED A.S.A.P. Empty re: Fri Aug 07, 2009 9:53 pm

range pl0x



wo0Oo0oOo0oo0O0o0Oo0O0o0o0o0o0O0O0OO0o0ot,

finally does this mean no more duping?
i swear if it is im goonaa ove this What a Face

3ANTI DUPING SCRIPT TO BE IMPLEMENTED A.S.A.P. Empty re: Fri Aug 07, 2009 9:54 pm

range pl0x



wait im gonna cry if this means reset affraid

hide n seek

hide n seek

I think that if mods check players regularly and just jail them if they don't comply with a acc check then then there won't be a need for a reset Smile

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum