Steam PUBG No Recoil

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üye
Katılım
23 Ara 2022
Mesajlar
10
Tepki puanı
5
Yaş
28
3 HİZMET YILI
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:
Banlı Üye
Katılım
5 Nis 2021
Mesajlar
124
Tepki puanı
7
Ödüller
3
Yaş
31
5 HİZMET YILI
teşekkürler aga çok fazla işime yarıyacak aldım eyw <3
 
Onaylı Üye
Katılım
25 Tem 2020
Mesajlar
64
Tepki puanı
6
Ödüller
5
Yaş
26
5 HİZMET YILI
Sağolasın bro bu şuanda en çok işime yarayacak bilgi olması gerek. Teşekkür ederim. <3
 
Moderatörün son düzenlenenleri:
Onaylı Üye
Katılım
11 Haz 2022
Mesajlar
66
Tepki puanı
5
Ödüller
2
3 HİZMET YILI
ban yeme gibi bir risk varmı? ortada ona göre kullanıcam
 
Onaylı Üye
Katılım
26 Ara 2022
Mesajlar
63
Tepki puanı
3
Ödüller
2
Yaş
21
3 HİZMET YILI
her mausda olmuyor galiba bende olmadı
 
Üye
Katılım
30 Ara 2022
Mesajlar
1
Tepki puanı
0
Yaş
40
3 HİZMET YILI
komutu yüklüyorum sıkıntı yok. mausum g305. makro aktif olması için mausta başka bir tuşa da basmam gerekiyor bunun sebebi nedir?
 
Onaylı Üye
Katılım
15 Haz 2019
Mesajlar
50
Tepki puanı
4
Ödüller
6
Yaş
27
6 HİZMET YILI
ty bro ! this script help me so much
 
Onaylı Üye
Katılım
6 Tem 2022
Mesajlar
77
Tepki puanı
4
Ödüller
3
Yaş
26
3 HİZMET YILI
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
teşekkür ederim ilk başta çalışmadı ama düzeldi sonra :)
 
Onaylı Üye
Katılım
25 Mar 2020
Mesajlar
51
Tepki puanı
5
Ödüller
5
Yaş
19
6 HİZMET YILI
thanks you very much i am finding this script you help me alot
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst