Jump to content

Recommended Posts

Posted

This is the hidden content, please

Christmas Dupe for DN servers

 

How to use:

1. run script.

2. go to wh and put all your coins in it.

3. open wh and you will see your ammount x2

MsClause.jpg

Posted

Ok. Let it be for all:

var

i,b,c,j:integer;

 

 

begin

if FromClient and (pck[1]=#$3B) then

begin

    i:=6;

    b:=ReadD(i);

    c:=ReadD(i);

   

    pck:='';

    for j:=0 to 2 do

    begin

        buf:=#$3B;

        WriteD(1);

        WriteD(b);

        WriteD(-c);

        SendToServer;

    end;

end;

end.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...