Help with a color aimbot

Ask gaming related questions (AHK v1.1 and older)
Th3J0k3r
Posts: 1
Joined: 17 May 2017, 13:43

Help with a color aimbot

17 May 2017, 13:52

Hi guys! I am new with autohotkey but i tried to use an color aimbot for game Paladins but every time i run the script it's not working as you can see when you press Left Mouse Button it make it go auto to the target at head more precise under the red bar of health, but with this script after i run it even if i press left click isn't happening anything.
I run the game in Windowed-Borderless mode as the author said it's needing to work but is not working at all for me.
Can someone help me fix it?
The code:

Code: Select all

init:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 2500

version = 1.0
traytip, Sharpshooter %version%, Running in background!, 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, Sharpshooter %version%
Menu, tray, Add, Sharpshooter %version%, return
Menu, tray, Add
Menu, tray, Add, Help, info
Menu, tray, Add, Exit, exit
SetKeyDelay,-1, 1
SetControlDelay, -1
SetMouseDelay, -1
SetWinDelay,-1
SendMode, InputThenPlay
SetBatchLines,-1
ListLines, Off
CoordMode, Pixel, Screen, RGB
CoordMode, Mouse, Screen
PID := DllCall("GetCurrentProcessId")
Process, Priority, %PID%, High

EMCol := 0xF94949
ColVn := 61.84
AntiShakeX := (A_ScreenHeight // 160)
AntiShakeY := (A_ScreenHeight // 128)
ZeroX := (A_ScreenWidth // 2)
ZeroY := (A_ScreenHeight // 2)
CFovX := 45
CFovY := 45
ScanL := ZeroX - CFovX
ScanT := ZeroY
ScanR := ZeroX + CFovX
ScanB := ZeroY + CFovY
NearAimScanL := ZeroX - AntiShakeX
NearAimScanT := ZeroY - AntiShakeY
NearAimScanR := ZeroX + AntiShakeX
NearAimScanB := ZeroY + AntiShakeY

Loop, {
    KeyWait, LButton, D
    PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
    if (!ErrorLevel=0) {
    	loop, 10 {
    		PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
    		AimX := AimPixelX - ZeroX
    		AimY := AimPixelY - ZeroY
    		DirX := -1
    		DirY := -1
    		If ( AimX > 0 ) {
    			DirX := 1
    		}
    		If ( AimY > 0 ) {
    			DirY := 1
    		}
    		AimOffsetX := AimX * DirX
    		AimOffsetY := AimY * DirY
    		MoveX := Floor(( AimOffsetX ** ( 1 / 2 ))) * DirX
    		MoveY := Floor(( AimOffsetY ** ( 1 / 2 ))) * DirY
    		DllCall("mouse_event", uint, 1, int, MoveX * 1.5, int, MoveY, uint, 0, int, 0)
    	}
	}
}

Pause:: pause
return:
goto, init

exit:
exitapp
CPLNet1337

Re: Help with a color aimbot

18 May 2017, 15:55

strange i have made aimbot paladin too try with ths color 0xE2463B

or just i give u my paladin bot working :)


http://www.megafileupload.com/26khb/PALADIN.rar
Hwopro

Re: Help with a color aimbot

30 Jun 2017, 09:48

How do u run this Script ?
cobran069
Posts: 1
Joined: 17 Aug 2017, 09:23

Re: Help with a color aimbot

20 Aug 2017, 13:46

plz reupload it
CPLNet
Posts: 53
Joined: 06 Dec 2016, 11:24

Re: Help with a color aimbot

20 Aug 2017, 16:00

skype : CPL Net Thomas.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: BernardDwess and 81 guests