Search found 53 matches

by CPLNet
20 Nov 2019, 01:24
Forum: Gaming Scripts (v1)
Topic: auto aim everything
Replies: 10
Views: 33484

auto aim everything

#NoEnv #SingleInstance, Force #Persistent #InstallKeybdHook #UseHook #KeyHistory, 0 #HotKeyInterval 1 #MaxHotkeysPerInterval 127 SetKeyDelay,-1, 1 SetControlDelay, -1 SetMouseDelay, -1 SetWinDelay,-1 SendMode, InputThenPlay SetBatchLines,-1 ListLines, Off CoordMode, Pixel, Screen, RGB CoordMode, Mo...
by CPLNet
16 Nov 2019, 22:56
Forum: Gaming Scripts (v1)
Topic: Perfect aim mouse control FPS/RTS/MMO's/Navigate faster
Replies: 1
Views: 6269

Perfect aim mouse control FPS/RTS/MMO's/Navigate faster

;Perfect Control Mouse By CPL Net x:=x+35000 x+=35000 x++ y:=y+35000 y+=35000 y++ xz:=xz+35000 xz+=35000 xz++ zy:=zy+35000 zy+=35000 zy++ legit: loop { *~$f3:: settimer, legit, 30 if ((x < 0)&&(xz > 0)) { DllCall("mouse_event", uint, 1, int, xz, int, 0, uint, 0, int, 0) DllCall("mouse_event", uint,...
by CPLNet
09 Jan 2019, 03:11
Forum: Scripts and Functions (v1)
Topic: hybrid mouse control and auto priority
Replies: 1
Views: 1781

Re: hybrid mouse control and auto priority

i did same thing but only with regedit (registry) for legit where ahk is banned (faceit, esea...)

this is link

https://www.dropbox.com/s/pk1e5u6e4jxv0 ... s.rar?dl=0

join me Discord ? #mTb1680
by CPLNet
06 Nov 2018, 15:39
Forum: Gaming Scripts (v1)
Topic: Basic Aimbot
Replies: 14
Views: 34392

Re: Basic Aimbot

thx bro :p
by CPLNet
06 Nov 2018, 15:38
Forum: Gaming Scripts (v1)
Topic: Straff hack untouchable
Replies: 0
Views: 1430

Straff hack untouchable

the straff from left to right is made in front of a target when you shoot at the target, so it's more of a blocking bug on a strafe block already maintained and easier on the untouchable fact. loop { if getkeystate("LButton", "p") { PixelSearch, x, y, 960-50, 540-50, 960, 540+50, 0x000000, 2, fast r...
by CPLNet
21 Oct 2018, 03:32
Forum: Gaming Scripts (v1)
Topic: Basic Aimbot
Replies: 14
Views: 34392

Re: Basic Aimbot

its a x axis variable divide by 760 for slower movement becasue 0x000000 black are many present on map so too many color found i fake then
by CPLNet
21 Oct 2018, 03:15
Forum: Gaming Help (v1)
Topic: I need gdi pixelsearch
Replies: 0
Views: 881

I need gdi pixelsearch

Hi there i have this script i need repalce pixelsearch by gdi for searching 2 color at one time pixelsearch do only 1 color per search
by CPLNet
15 Oct 2018, 05:31
Forum: Gaming Scripts (v1)
Topic: Basic Aimbot
Replies: 14
Views: 34392

Basic Aimbot

ZeroX := (A_ScreenWidth // 2) ;dont touch? ZeroY := (A_ScreenHeight // 2) CFovX := 200 CFovY := 200 ScanL := ZeroX - CFovX ScanT := ZeroY - CFovY ScanR := ZeroX + CFovX ScanB := ZeroY + CFovY loop { if getkeystate("LButton", "p") { PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x00...
by CPLNet
12 Oct 2018, 03:20
Forum: Gaming Help (v1)
Topic: color meet color
Replies: 0
Views: 780

color meet color

ax=x+5 ay=y+5 bx=x-10 by=y-10 loop { PixelSearch, x, y, 1584, 925, 1894, 1069, 0x0000FF, 0, Fast RGB if errorlevel = 0 { PixelGetColor, blue, X, Y if (blue = 0x0000FF) { } if (blue = 0xFFFFFF) { PixelSearch, x, y, 1584, 925, 1894, 1069, 0xFF0000, 0, Fast RGB if errorlevel = 0 { Gui +E0x20 -Caption +...
by CPLNet
22 Jun 2018, 12:57
Forum: Gaming Help (v1)
Topic: taking screen shot save it read it and delete
Replies: 0
Views: 803

taking screen shot save it read it and delete

hi there in need a script who can be capture my screen resize it to certain proportion with variable in coordinates and do imagesearch when i press lbutton to the image and delete when my lbutton is release someon can help me ? i saw snap shot gdi but script dont understand anything. friendly, CPL N...
by CPLNet
19 Jun 2018, 06:16
Forum: Gaming Help (v1)
Topic: color tracker
Replies: 2
Views: 1657

Re: color tracker

ah no it snot that bug again
by CPLNet
19 Jun 2018, 05:02
Forum: Gaming Help (v1)
Topic: color tracker
Replies: 2
Views: 1657

Re: color tracker

ok i found its my (ls) variable without that that work what i must replace ?
by CPLNet
19 Jun 2018, 04:56
Forum: Gaming Help (v1)
Topic: color tracker
Replies: 2
Views: 1657

color tracker

what does is wrong that dont follow color Gui, Font, S8 Cgreen, Verdana Gui, Add, Text, x144 y298 w58 h-269 +BackgroundTrans, OGC Aimbot V1.4 Gui, Font, S8 Cred, Verdana Gui, Add, Text, x462 y699 w110 h30 +BackgroundTrans, Made By CPL Net Gui, Font, S8 Cblack, Verdana Gui, Font, S8 Cred, Verdana Gui...
by CPLNet
20 Mar 2018, 08:24
Forum: Gaming Help (v1)
Topic: Press 2 buttons at the same time? Topic is solved
Replies: 4
Views: 37546

Re: Press 2 buttons at the same time? Topic is solved

make 2 labels



label1:
send {K Down}
send {K up}
return

label2:
send {K Down}
send {K up}
return

*~$n::
{
gosub label1
gosub label2
}
by CPLNet
20 Mar 2018, 07:11
Forum: Gaming Help (v1)
Topic: Nee dgui for my multibot
Replies: 0
Views: 594

Nee dgui for my multibot

Hi i need gui basic for this script // what i would like exactly is 3 sliders only that 1 of CfoVX value indicated (0-1000), one the same but for cfovy and one for level Aim_lock in last script line. ( 0-100)

https://www.dropbox.com/home?preview=HL ... PL+Net.ahk
by CPLNet
14 Feb 2018, 21:59
Forum: Gaming Help (v1)
Topic: Need Script To smooth move like drawing stylet
Replies: 1
Views: 838

Re: Need Script To smooth move like drawing stylet

ok i found this is my script now

StartVarabcx = StartVarX - StartVarX
StartVarabcy = StartVarY - StartVarY
MouseGetPos, StartVarX, StartVarY
loop
{
sleep, 100
If (StartVarX != 0) or (StartVarY != 0)
{
DllCall("mouse_event", uint,1, int,StartVarabcx-55, int,StartVarabcy-55, uint,0, int,0)
}
}
by CPLNet
14 Feb 2018, 20:31
Forum: Gaming Help (v1)
Topic: Need Script To smooth move like drawing stylet
Replies: 1
Views: 838

Need Script To smooth move like drawing stylet

Hi i need smooth movement script settingnable to make my drawing smooth not altering with sensitivity or a little its for FPS too thx :)
by CPLNet
15 Jan 2018, 07:45
Forum: Gaming Help (v1)
Topic: Try to put decimal value in XY axis mouseevent
Replies: 3
Views: 1397

Re: Try to put decimal value in XY axis mouseevent

ok thx a lot for faster response :)
by CPLNet
15 Jan 2018, 06:01
Forum: Gaming Help (v1)
Topic: Try to put decimal value in XY axis mouseevent
Replies: 3
Views: 1397

Try to put decimal value in XY axis mouseevent

Hi there im trying to put decimal value in "sleep" and XY mouseevent value someone can help me ??

greats,

Go to advanced search