PatchedAimbot AHK BF1

Posts 1630 of 138 · Page 2 of 10
CPLNet

Your AMAZING !! thank you for your hard work and for sharing it with this community !!

and thank you for confirm about french nation army.
Merci beaucoup mon ami !

I think I can help with a account I will PM .

Question: this new scripts for the Nations , should we add to the other ones or are stand alone , I think are an update from the olds script , lol my bad

Can you make AHK for the SQUAD game? that would be sooo AWESOME !!

cheers
takako
Could anyone add me on steam steamcommunity.com/id/Skydrew/ and tell me how to make it work ?
thanks
HI @swagdrew123

I will try to help you here I'll try my best , ok?

You need to download HOTKEY software, then follow instructions how to install it .

Then in desktop, copy paste in Notepad, the codes for each individual country, then create new Hotkey Doc. paste code and save, . you have to create a AHK document for individual country.

Then open game bf1, check what is you Enemy you go against ingame, then double click (left mousy) to activate script on AHK document Faction (Army) you go against to fight ingame and enjoy The work OF CPLNet!

If you need more help post it here I'll try , hope it help you.

cheers
takako
Quote Originally Posted by takako View Post
HI @swagdrew123

I will try to help you here I'll try my best , ok?

You need to download HOTKEY software, then follow instructions how to install it .

Then in desktop, copy paste in Notepad, the codes for each individual country, then create new Hotkey Doc. paste code and save, . you have to create a AHK document for individual country.

Then open game bf1, check what is you Enemy you go against ingame, then double click (left mousy) to activate script on AHK document Faction (Army) you go against to fight ingame and enjoy The work OF CPLNet!

If you need more help post it here I'll try , hope it help you.

cheers
takako
Heyy I'm having a question I downloaded ahk, got all the nation files on my desktop and I tried starting operation game, once I got inside I launched the script for the nation I had to play against but didn't feel any lock on target or assistance.. could you maybe add me on skype or *******.. also I have 2 monitors maybe this is an issue..
hi @kungsmile read above post to install hotkey.

then to "create " right click in desktop click NEW the select AutoHotkey Script paste code save.

hope it helps.

cheers

takako

Question CPLNet so if I want to snap faster to target I cant add the old script ?


AimOffsetX := AimX * DirX
AimOffsetY := AimY * DirY

RootX := Ceil(( AimOffsetX ** ( 1 / 2 )))
MoveX := RootX * DirX
RootY := Ceil(( AimOffsetY ** ( 1 / 2 )))
MoveY := RootY * DirY

and add ( *1.5 ))) for MoveX and MoveY ?

- - - Updated - - -

Quote Originally Posted by Cronusz1337 View Post
Heyy I'm having a question I downloaded ahk, got all the nation files on my desktop and I tried starting operation game, once I got inside I launched the script for the nation I had to play against but didn't feel any lock on target or assistance.. could you maybe add me on skype or *******.. also I have 2 monitors maybe this is an issue..
HI Cronus1337 !
CPLNet very kindly update his code for mousy just right now !

Thank you very much CPLNet !! youa re AWESOME !!

So Cronus1337 maybe your gonna need to recreate those files again, that you just made for Hotkey and test it in your monitor we are testing it right now in our servers.

cheers
takako
Quote Originally Posted by takako View Post
hi @kungsmile read above post to install hotkey.

then to "create " right click in desktop click NEW the select AutoHotkey Script paste code save.

hope it helps.

cheers

takako

Question CPLNet so if I want to snap faster to target I cant add the old script ?


AimOffsetX := AimX * DirX
AimOffsetY := AimY * DirY

RootX := Ceil(( AimOffsetX ** ( 1 / 2 )))
MoveX := RootX * DirX
RootY := Ceil(( AimOffsetY ** ( 1 / 2 )))
MoveY := RootY * DirY

and add ( *1.5 ))) for MoveX and MoveY ?

- - - Updated - - -



HI Cronus1337 !
CPLNet very kindly update his code for mousy just right now !

Thank you very much CPLNet !! youa re AWESOME !!

So Cronus1337 maybe your gonna need to recreate those files again, that you just made for Hotkey and test it in your monitor we are testing it right now in our servers.

cheers
takako
Do you have skype/******* ?
nope I uninstalled my "ops sorry EX- BF "was bugging me to much ...sorry

I can help you here ok
Quote Originally Posted by takako View Post
nope I uninstalled my "ops sorry EX- BF "was bugging me to much ...sorry

I can help you here ok
Well basically what I wanted to ask is, Do I have to only basically get in a game and run the nation script that I'm playing against or I have to do some more tweaking and settings in the ahk program ?
Did you update the codes ?

Yes basically is that what you said, get ingame check what Nation your gonna be fighting against and enable that script.
Every time you play against other nations, try to get out of game Alt-Tab, and disable HOTKEY in taskbar, then enable the new Nation your gonna be facing incase of new game server.
Quote Originally Posted by takako View Post
Did you update the codes ?
Sensitivity := 12
ColVn := 0
ZeroX := 960
ZeroY := 540
x1 := (A_ScreenWidth / 2)
y1 := (540 + 155)
radar_radius := 155
aim_fov_b := 155
low_fov_px := 155
aim_lock := 5

;----------------------------------------------DUST2------------------------------------------------
Loop
{
GetKeyState, Mouse2, LButton, P
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x211B16, Colvn, Fast RGB ; 1
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x1B1610, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x15120D, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x241E19, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x16130E, Colvn, Fast RGB
if ErrorLevel = 0
{

GoSub MouseMoves
}
}
}}}
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x251B0F, Colvn, Fast RGB;2
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x1A0F05, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x2A1F13, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x3A2E1F, Colvn, Fast RGB
if ErrorLevel = 0
{
PixelSearch, x2, y2, (x1 - low_fov_px), (y1 - radar_radius), (x1 + low_fov_px), y1, 0x191109, Colvn, Fast RGb
if ErrorLevel = 0
{

GoSub MouseMoves
}
}
}}}}
MouseMoves:
if (x1>x2) and (y1>y2)
MoveX:=(((-90 - (ATan((y1 - y2) / (x2 - x1)) * (180/3.141592653589793))) * ((36364 / 360)/sensitivity) / aim_lock),0)
if (x1<x2) and (y1>y2)
MoveX2:=(((90 - (ATan((y1 - y2) / (x2 - x1)) * (180/3.141592653589793))) * ((36364 / 360)/sensitivity) / aim_lock),0)


If ( Mouse2 == "D" ) {
DllCall("mouse_event", uint, 1, int, (MoveX+MoveX2), int, 0, uint, 0, int, 0)
}
Return

This is the code I have
Ill brb let me check my servers how they doing with it okey . gimmie 5 mins brb

it should work with left click mousy.
Quote Originally Posted by takako View Post
Ill brb let me check my servers how they doing with it okey . gimmie 5 mins brb

it should work with left click mousy.
Whats ur server ?
any updates ?
yes that is it.
Quote Originally Posted by takako View Post
yes that is it.
dunno I don't get it man no idea how it works.. do I have to hold some key ingame or what
Posts 1630 of 138 · Page 2 of 10
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?