Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - deve111

Pages: [1] 2 3 4 5 6
1
Help / How do you use Img2brick
« on: May 07, 2011, 04:56:08 PM »
I got it but idk how to use it. Anyone help?

2
Code: [Select]
function AimBot_Pos(%id)
{
    if(isObject(AimBotPlayer))
        AimBotPlayer.delete();
       
    %name = %id.getName();
    %id.setName(AimBotTemp);
    new Player(AimBotPlayer : AimBotTemp)
    {
        datablock = AimBotTemp.getDatablock();
    };
   
    %pos = AimBotPlayer.getPosition();
    AimBotPlayer.delete();
    %id.setName("");
    %id.setName(%name);
    return %pos;
}

if(!$ClientAim::Binds) {
   $remapDivision[$remapCount]="ClientAim";
   $remapName[$remapCount]="Lock-On";
   $remapCmd[$remapCount]="ClientAim_Lock";
   $remapName[$remapCount++]="Cancel";
   $remapCmd[$remapCount]="ClientAim_Cancel";
   $remapCount++;
   $ClientAim::Binds=1;
}
function ClientAim_Lock(%val,%tick) {
   if(%tick) {
      if(!isObject($ClientAim::Object)||!isObject($ClientAim::Self)||ServerConnection.getControlObject().getClassName()!$="Player") {
         ClientAim_Cancel(1);
         return;
   }
   //%pos=$ClientAim::Object.getLocation();
   %pos=AimBot_Pos($ClientAim::Object);
   %fv=ServerConnection.getControlObject().getMuzzleVector(0);
   %x=getWord(%fv,0);
   %y=getWord(%fv,1);
   %vv=vectorNormalize(vectorSub(%pos,ServerConnection.getControlObject().getPosition()));
                %xx=getWord(%vv,0);
                %yy=getWord(%vv,1);
                $mvYaw=mATan(%xx,%yy)-mATan(%x,%y);
                $mvPitch=mATan(getWord(%fv,2),mSqrt(%x*%x+%y*%y))-mATan(getWord(%vv,2),mSqrt(%xx*%xx+%yy*%yy));
                $ClientAim::Tick=schedule(10,0,ClientAim_Lock,1,1);
                return;
        }
        if(!%val)
                return;
        for(%i=0;%i<ServerConnection.getCount();%i++) {
                %obj=ServerConnection.getObject(%i);
                if(%obj.getClassName()$="Player") {
                        %temp=%obj.getShapeName();
                        if(%obj==ServerConnection.getControlObject()) {
                                %ownPos=getWords(%obj.getTransform(), 0, 2);
                                $ClientAim::Self=%obj;
                        }
                        else if(%temp!$="") {
                                //%pos[%cnt++]=%obj.getLocation();
                                %pos[%cnt++]=AimBot_Pos(%obj);
                                %ID[%cnt]=%obj;
                                %name[%cnt]=%temp;
                        }
                }
        }
        if(%ownPos$=""||!%cnt)
                return;
        %shortDist="";
        for(%i=1;%i<=%cnt;%i++) {
                %dist=mSqrt(mPow(getWord(%ownPos,0)-getWord(%pos[%i],0),2)+mPow(getWord(%ownPos,1)-getWord(%pos[%i],1),2)+mPow(getWord(%ownPos,2)-getWord(%pos[%i],2),2));
                if(%shortDist$=""||%dist<%shortDist) {
                        %shortDist=%dist;
                        %target=%ID[%i];
                        %user=%name[%i];
                }
        }
        $ClientAim::Object=%target;
        $ClientAim::Active=1;
        clientCmdCenterPrint("\c5Your lock-on has been set to \c2"@%user@"\c5.",2);
        ClientAim_Lock(1,1);
}
function ClientAim_Cancel(%val) {
        if(!%val||!$ClientAim::Active)
                return;
        cancel($ClientAim::Tick);
        $ClientAim::Object="";
        $ClientAim::Self="";
        $ClientAim::Active=0;
        clientCmdCenterPrint("\c5Your lock-on has been \c0disabled\c5.",2);
}
I'm thinking of what to change to make the accuracy better.

3
Drama / Re: Stupid Bans, Kicks, and Mutes
« on: May 07, 2011, 03:30:46 PM »
My story: "So I said lol big cucumber." I got banned for 5 minutes. Reason:"Thats what she said."

4
"h0w d0 j00 m0v3?"

5
General Discussion / Re: Weirdest loving server ever
« on: May 06, 2011, 08:41:51 PM »
So what made it the weirdest server ever?
Random people said random things to me and my buddy placid kept on saying that, I was getting so crazy. o3o

6
Suggestions & Requests / Re: New weapon - Gravity bomb
« on: May 06, 2011, 08:41:05 PM »
This could be intresting in knife DMs.
\
I saw lots of knife dms/tdms That had things with grapples and such, That wouldnt work. People would quit and go somewhere else.

7
General Discussion / Weirdest loving server ever
« on: May 06, 2011, 08:36:37 PM »
So random people say crap to me and Placid keeps on saying "Go die in a hole,Deve111." I'm like "D'AHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHH"
It was Miku's server.

8
General Discussion / New knife tdm!
« on: May 06, 2011, 07:28:15 PM »
Here it is more than 2.5k brick goodness.. my new knife tdm!
Done. Topic is LOCKED

9
Gallery / Re: Zombies Arcade
« on: May 06, 2011, 07:23:50 PM »
LOL I'ma make a dead ops. TIME FOR friendNESS.

10
Gallery / Re: Megashot - Take better screenshots
« on: May 06, 2011, 07:19:40 PM »
It takes a longggggg timeeeeeeeeeeee

11
Clan Discussion / Re: Need a clan
« on: May 06, 2011, 05:05:28 PM »
Deve, you already agreed to joining.

Stop posting these topics.
What is the forum link though? >:O

12
Clan Discussion / Re: [AoB] - Architects of Blockland - 2011
« on: May 05, 2011, 09:22:17 PM »
You can build anything you want.
Also, there's an edit button for a reason. Please don't double post.
Sorry. Still I can only handle 20k  bricks. :/ Any thing that would help?

13
Clan Discussion / Re: [AoB] - Architects of Blockland - 2011
« on: May 05, 2011, 09:17:51 PM »
I also cant handle more than 20k bricks.

14
Clan Discussion / Re: [AoB] - Architects of Blockland - 2011
« on: May 05, 2011, 09:15:01 PM »
What can I build? :c

15
Clan Discussion / Need a clan
« on: May 05, 2011, 08:58:34 PM »
Anyone got a good clan?

Pages: [1] 2 3 4 5 6