Steam PUBG no recoil
Kod:
-----------------------------`HexProsper Gen2 Script --------- 2022.03.10 UPDATED-------------------
-------------------------------------------> PUBG Steam NoRecoil %90 3x4x6x Scope <----------------------------------
----------------------------------------->Diger Oyunlar icin HexProsper ile Gorusun<---------------------------------
----"`HexProsper" Tarafindan PUBG Platformlarina uygun sekilde Modifiye edilmistir.----------------------------------
----" RapidFire" ayarlarinida yakinda kullanima acacagim.. uzerinde calisiyorum.-------------------------------------
------------"Scrolllock" Ac/Kapat: Hem Ac-Kapat olarak hemde Low ayarda Tepmeme saglar. Acik olmazsa calismaz. Acildiginda ise surekli "Low" makro devreye girecektir.
------------"Capslock" ise HIGH makroyu devreye sokar.. 3x 4x 6x Durbunlerde tepmemeyi aciyor.
------------"lalt" Makroyu Atis esnasinda duzeltmeye yarar.
------------------------NoRecoil Ayarlari(SAKIN DOKUNMAYIN)----------------------------------------------------------
REEcoil=1500 ----<<< ASLA DOKUNMA
--------LOW--------
NoRecoilMin=2
NoRecoilMax=2
HorizontalRecoilModifier=0
HorizontalRecoilModifier=0
SleepNRMin=10
SleepNRMax=18
--------HIGH------------
NoRecoilMinHIGH=4
NoRecoilMaxHIGH=4
HorizontalRecoilModifierHIGH=0
HorizontalRecoilModifierHIGH=0
SleepNRMinHIGH=5
SleepNRMaxHIGH=25
----Senkronizasyon-------
AltPressSpeedMin=20
AltPressSpeedMax=40
InBetweenSpeedMin=20
InBetweenSpeedMax=40
------------------------
PressSpeedMin=10
PressSpeedMax=40
NoRecoilRFMin=12
NoRecoilRFMax=14
SleepNRFMin=45
SleepNRFMax=100
-----------------------
PressSpeedMinHIGH=10
PressSpeedMaxHIGH=30
NoRecoilRFMinHIGH=15
NoRecoilRFMaxHIGH=20
SleepNRFMinHIGH=35
SleepNRFMaxHIGH=95
----------------------------------TUS ATAMA BOLGESI---------------------------
------------"Scrolllock" Ac/Kapat: Hem Ac-Kapat olarak hemde Low ayarda Tepmeme saglar. Acik olmazsa calismaz. Acildiginda ise surekli "Low" makro devreye girecektir.
------------"Capslock" ise 3x 4x 6x Durbunlerde tepmemeyi aciyor.
------------"lalt" Makroyu Atis esnasinda duzeltmeye yarar.
------------------------------------------------------------------------------
----- Makro ac/kapa tusunu asagidan degistirebilirsiniz.----------------------
-----------------"DIGER AYARLARA DOKUNMAYINIZ"--------------------------------
LockKey="Scrolllock"
REcoilHIGHTogggle= "capslock"
LC=1
RC=1
Autotagmfer="lalt"
LCRF=1
Rapidfirebutton=4
Sensrelative=REEcoil/1000
AUTOTAGONLY=2
-----------------------Fonksiyonlar,(SAKIN DOKUNMAYIN)----------
EnablePrimaryMouseButtonEvents(true);
function RapidFire()
if (HIGH_Recoil==false) then
repeat
PressMouseButton(LCRF)
Sleep(math.random(PressSpeedMin,PressSpeedMax))
ReleaseMouseButton(LCRF)
MoveMouseRelative(0,math.random(NoRecoilRFMin,NoRecoilRFMax)*Sensrelative)
Sleep(math.random(SleepNRFMin,SleepNRFMax))
MoveMouseRelative(0,math.random(NoRecoilRFMin,NoRecoilRFMax)*Sensrelative)
x="no"
seconds=GetRunningTime()
until not IsMouseButtonPressed(Rapidfirebutton)
seconds1= seconds/1000
else
repeat
PressMouseButton(LCRF)
Sleep(math.random(PressSpeedMinHIGH,PressSpeedMaxHIGH))
ReleaseMouseButton(LCRF)
MoveMouseRelative(0,math.random(NoRecoilRFMinHIGH,NoRecoilRFMaxHIGH)*Sensrelative)
Sleep(math.random(SleepNRFMinHIGH,SleepNRFMaxHIGH))
MoveMouseRelative(0,math.random(NoRecoilRFMinHIGH,NoRecoilRFMaxHIGH)*Sensrelative)
x="no"
seconds=GetRunningTime()
until not IsMouseButtonPressed(Rapidfirebutton)
seconds1= seconds/1000
end
end
function Autotag()
if (x=="no") then
if (seconds1<seconds2)then
Sleep(1)
else
PressKey(Autotagmfer)
Sleep(math.random(AltPressSpeedMin,AltPressSpeedMax))
ReleaseKey(Autotagmfer)
Sleep(math.random(InBetweenSpeedMin,InBetweenSpeedMax))
PressKey(Autotagmfer)
Sleep(math.random(AltPressSpeedMin,AltPressSpeedMax))
ReleaseKey(Autotagmfer)
Sleep(2)
seconds2 = seconds1 + AUTOTAGONLY
end
else
PressKey(Autotagmfer)
Sleep(math.random(AltPressSpeedMin,AltPressSpeedMax))
ReleaseKey(Autotagmfer)
Sleep(math.random(InBetweenSpeedMin,InBetweenSpeedMax))
PressKey(Autotagmfer)
Sleep(math.random(AltPressSpeedMin,AltPressSpeedMax))
ReleaseKey(Autotagmfer)
Sleep(2)
seconds2 = seconds1 + AUTOTAGONLY
end
end
function NoRecoil()
if (HIGH_Recoil==false) then
repeat
MoveMouseRelative(HorizontalRecoilModifier,math.random(NoRecoilMin,NoRecoilMax)*Sensrelative)
Sleep(math.random(SleepNRMin,SleepNRMax))
x="no"
seconds=GetRunningTime()
until not IsMouseButtonPressed(LC)
seconds1= seconds/1000
else
repeat
MoveMouseRelative(HorizontalRecoilModifierHIGH,math.random(NoRecoilMinHIGH,NoRecoilMaxHIGH)*Sensrelative)
Sleep(math.random(SleepNRMinHIGH,SleepNRMaxHIGH))
x="no"
seconds=GetRunningTime()
until not IsMouseButtonPressed(LC)
seconds1= seconds/1000
end
end
---------------------------------------------------------------------------------------------------------
function OnEvent(event, arg)
if IsKeyLockOn(REcoilHIGHTogggle)then
HIGH_Recoil=true
else
HIGH_Recoil=false
end
if IsKeyLockOn(LockKey)then
if IsMouseButtonPressed(RC)then
repeat
if IsMouseButtonPressed(LC) then
seconds=GetRunningTime()
seconds1= seconds/1000
Autotag()
NoRecoil()
elseif IsMouseButtonPressed(Rapidfirebutton) then
seconds=GetRunningTime()
seconds1= seconds/1000
Autotag()
RapidFire()
end
until not IsMouseButtonPressed(RC)
end
end
end
Moderatörün son düzenlenenleri: