ArrowAim script

Posts 115 of 40 · Page 1 of 3
Aim script
Since theire are already public aimbot hacks i decided to release my AimAtPlayer script
The code is a little bit messy but it works it also draws a line to the target and if you hold right mouse button you will aim at him
And if you are using unreals mini SDK you will need to fix SetCameraAimRotPawn()

Code:
void AimAtPlayer(UCanvas* Canvas, APawn* TargetPawn)
{
   if (TargetPawn != NULL && mAPBPawn != NULL){
        FName NameHeadBone = TargetPawn->Mesh->GetBoneName(6);
        FVector VectorHead = TargetPawn->Mesh->GetBoneLocation(NameHeadBone,0);
        FVector2D vHead = CalculateScreenCoordinate(pCanvas,TargetPawn->Mesh->GetBoneLocation(NameHeadBone,0));
        pCanvas->Draw2DLine(pCanvas->ClipX/2,pCanvas->ClipY/2,vHead.X,vHead.Y,Red);
            VectorHead =  VectorHead -MyCameraLocation ;
            AimAtRot =  VectorHead****tation();
            NormalizeRotation(AimAtRot);
            FRotator* pAimAtRot = &AimAtRot;
            if(GetAsyncKeyState(VK_RBUTTON))
            {
                mAPBPawn->SetCameraAimRotPawn(pAimAtRot);
            }   

    }
}
since i saw this is my 100st post I will put in some extra for you guys to c&p
this code will get the closest enemy in range of your aim angle define BestAngle before you go through all players i set it on 56 and works pretty well for me
again this code maybe a bit messy but it works

Code:
      float CurrentAngle = GetViewAngle( Target->Location, ViewLocation );
            if ( CheckAngle( CurrentAngle, pPC->PlayerCamera->GetFOVAngle() )    )      
            {                                        
                if ( ( !TargetPawn 
                    || RadianToDegree(CurrentAngle) > BestAngle ) && APBPawn->PlayerCanSeeMe() )
                {
                    BestAngle = RadianToDegree(CurrentAngle);
                    TargetPawn = Target;
                }    
            }
Credits:bwarrior
Give credits.
You did not make this.

You clearly say "since i saw this is my 100th post"

@gokhanw

Closing in 24 hours.
want to compile it for me so I can test?
Quote Originally Posted by lecius420 View Post
want to compile it for me so I can test?
also dumb.
This was created by bwarrior.

Is it just me or is this guy ignorant?

EDIT:
"Credits:@gokhanw"

This guy is so funny haha..
No one below this post will be talking about how he leeched.


Credits AddeD.
Thanks for the credits and gratz with your 100st post

Well i think i know where this is going this is just a troll screwing around with systemfiles
Action
so hi im a noob and i have to ask how can i activate that script ?

ich kenne mich da nicht aus wie aktiviere ich das skript ?

---------------------------------------------------------

save in a editor as .vbs ?
alter beleidige uns nicht p*s**r
Quiet! Your speaking my mother tounge and flaming around! Germany is not a country of flamers, so shut up.

Well.

Now my QUestion.

If this is working, how do i use it? Ive got no clue actually...
Quote Originally Posted by Snuggles39 View Post
Quiet! Your speaking my mother tounge and flaming around! Germany is not a country of flamers, so shut up.

Well.

Now my QUestion.

If this is working, how do i use it? Ive got no clue actually...
It is for PROs, who making HAX, so u are NOT able to use it, or u cant JUST USE this script
You need some advanced skill to work with hacks bro..anyway great script!
Im going to test it to see if its bannable. Later.(:

EDIT ; Doesnt seem to work for me because as soon as I inject it into the game, the game crashes saying Illigal Input or something.
Quote Originally Posted by murphy057 View Post
Im going to test it to see if its bannable. Later.(:

EDIT ; Doesnt seem to work for me because as soon as I inject it into the game, the game crashes saying Illigal Input or something.
that's cause its not a fking .dll its a source code. Love the nubs in this forum.
Posts 115 of 40 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?