Essentrix
the strongest primate   Finland
 
 
escharts.com/players/essentrix
twitter.com/Essentrixtv


โซธ๐” ๐”ฅ๐”ข๐”ž๐”ฑ๐”ฆ๐”ซ๐”ค
FACEIT Anticheat ๐’ธ๐’ถ๐“ƒ๐“‰ ๐“ˆ๐“‰๐‘œ๐“… ๐‘€๐ธ

โซธ About me:

Sucking ass in games since 2015

Main games: CSGO, Apex Legends

โซธDONATIONS AND TRADE OFFERS> https://steamcommunity.com/tradeoffer/new/?partner=293223569&token=yTLBY05_

โซธ2nd Channel: https://www.youtube.com/watch?v=X-OLzl7xmLw

โซธ MY DISCORD! https://discord.gg/TaWBA8d


๐” ๐”ฅ๐”ข๐”ž๐”ฑ๐”ฆ๐”ซ๐”ค โ„‘ ๐”ญ๐”ฏ๐”ฌ๐”ช๐”ฆ๐”ฐ๐”ข
โ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒ
โซธStrengths: Mechanics
โซธ Nick : Essentrix
โซธ Name: Nickโ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ €โ€Šโ€Šโ€Šโ €โ €โ €โ €โ €โ €
โซธ Discord: essentrix#3543
โซธ Favourite game: Apex
โซธ Favourite Team: Italian Job
โซธ Nationality: Finland

โ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒ

โซธ Apex, Kovaaks, Osu!

โ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒ


โซธ Team: Not currently signed to any organization.
โซธ In Game Role: Fragger/support


โ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒโ–ƒ


Drop a follow if you want ๐Ÿ˜‰

https://m.twitch.tv/essentrixtv

https://m.youtube.com/channel/UCxbxQPUlmJRmF-9mwELiTQw

https://twitter.com/Essentrixtv
Currently Offline
Artwork Showcase
Italian Job Apex
----Aim Assist v4.2 v1----
;----Aim Assist v4.2 v1----
#Persistent
#KeyHistory, 0
#NoEnv
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
#InstallKeybdHook
#UseHook
#SingleInstance, Force
SetKeyDelay,-0 8
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%, Normal

ColVn := 0
ZeroX := 960
ZeroY := 540
CFovX := 155 ; square research in width
CFovY := 155 ;square research in height
ScanL := ZeroX - CFovX
ScanT := ZeroY - CFovY
ScanR := ZeroX + CFovX
ScanB := ZeroY + CFovY

;Counter-Terrorists
F4::
Loop {
GetKeyState, Mouse2, LButton, P
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x5B563B, ColVn, Fast RGB ; searching color of ennemy
if errorlevel = 0

{

GoSub GetAimOffset
GoSub GetAimMoves2

GoSub MouseMoves
GoSub AntiShake
}
}

GetAimMoves2:
RootX := Floor(( AimPixelX - A_ScreenWidth/2 + 95)* 0.015) ; 95 editable = aim lock speed / 0.015 = offset where the mouse will be lock left right
x := RootX * DirX
Return

;Terrorist
F3::
Loop {
GetKeyState, Mouse2, LButton, P
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x644325, ColVn, Fast RGB
if errorlevel != 0
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x3B2614, ColVn, Fast RGB
if errorlevel != 0
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x3E2113, ColVn, Fast RGB
if errorlevel != 0
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x5C4B2C, ColVn, Fast RGB
if errorlevel = 0

{

GoSub GetAimOffset
GoSub GetAimMoves

GoSub MouseMoves
GoSub AntiShake

}

}


GetAimOffset:
AimX := AimPixelX - ZeroX
If ( AimX > 0 ) {
DirX := 1
}
If ( AimX < 0 ) {
DirX := -1
}
If ( AimY > 0 ) {
DirY := 0
}
If ( AimY < 0 ) {
DirY := 0
}
AimOffsetX := AimX * DirX
Return

GetAimMoves:
RootX := Floor(( AimPixelX - A_ScreenWidth/2 + 95)* 0.015) ; same as up
x := RootX * DirX
Return

AntiShake:
Abs(AimPixelX - A_ScreenWidth/2 + 11)> 60 ; abcisse on research point with offset


MouseMoves:
If ( Mouse2 == "D" ) {
DllCall("mouse_event", "UInt", 0x01, "Int", x, "Int", 0)
}
return

INS:: Reload
Emmy Bae UwU 13 Sep, 2023 @ 10:18am 
Why you DOING TTTHIS?!?@!@?wweygekmoijk
Eagle 22 Aug, 2023 @ 11:30am 
-REP CHEAT, WALLS
Sane 14 Aug, 2023 @ 11:43am 
+rep very good spotter and locks his aim to enemies heads
๐™‰๐™ž๐™˜๐™  13 Aug, 2023 @ 9:03am 
nice amigo +elo
KL 23 Jul, 2023 @ 7:25am 
-rep she never play with me because i am very bad gamer