I have pubg recoil script

Onaylı Üye
Katılım
5 Haz 2019
Mesajlar
57
Tepki puanı
6
Ödüller
7
Yaş
26
Sosyal
7 HİZMET YILI
Anybody who can make actual script i have just the source code.

/ This is a PUBG Mobile Recoil Script.
// It will reduce the recoil of your weapon and make it easier for you to hit your targets.
// To use the script, simply bind it to a key in your PUBG Mobile settings.

// Start the script
while(true)
{
// Get the current weapon being used
var current_weapon = getCurrentWeapon();

// Apply the recoil reduction from the script
reduceRecoil(current_weapon);
}

// Function to get the current weapon being used
function getCurrentWeapon()
{
// Get the current weapon being used
var current_weapon = getWeapon();

// Return the current weapon
return current_weapon;
}

// Function to reduce the recoil of the current weapon
function reduceRecoil(weapon)
{
// Get the recoil values
var recoil_x = getRecoilX(weapon);
var recoil_y = getRecoilY(weapon);

// Reduce the recoil by half
recoil_x = recoil_x/2;
recoil_y = recoil_y/2;

// Set the recoil values
setRecoilX(weapon, recoil_x);
setRecoilY(weapon, recoil_y);
}
 
The Prince
Ultra Üye
Katılım
23 Mar 2018
Mesajlar
1,936
Çözümler
3
Tepki puanı
409
Ödüller
8
8 HİZMET YILI
thanks, maybe someone will like to use it.
 
Monke
Ultra Üye
Katılım
7 Ocak 2021
Mesajlar
1,560
Çözümler
1
Tepki puanı
81
Ödüller
7
Yaş
25
5 HİZMET YILI
looks interesting ima look into it
 
patience has limits
Ultra Üye
Katılım
11 Tem 2018
Mesajlar
1,605
Çözümler
2
Tepki puanı
97
Ödüller
9
7 HİZMET YILI
thx for sharing the code script bro.
i will save this code
 
Seçkin Üye
Katılım
16 Haz 2019
Mesajlar
343
Çözümler
1
Tepki puanı
15
Ödüller
6
Sosyal
6 HİZMET YILI
Thanks for sharing this will test
 
Ultra Üye
Katılım
22 Mar 2019
Mesajlar
1,538
Çözümler
10
Tepki puanı
125
Ödüller
7
Yaş
29
7 HİZMET YILI
It's one of the posts that really works for recoil and I can't wait to try it thanks broo
 
Uzman Üye
Katılım
26 Eyl 2020
Mesajlar
151
Tepki puanı
20
Ödüller
5
Yaş
31
5 HİZMET YILI
it looks good, do you know in what programming language it is made?
 
Uzman Üye
Katılım
9 Haz 2020
Mesajlar
223
Tepki puanı
17
Ödüller
6
Yaş
31
5 HİZMET YILI
Anybody who can make actual script i have just the source code.

/ This is a PUBG Mobile Recoil Script.
// It will reduce the recoil of your weapon and make it easier for you to hit your targets.
// To use the script, simply bind it to a key in your PUBG Mobile settings.

// Start the script
while(true)
{
// Get the current weapon being used
var current_weapon = getCurrentWeapon();

// Apply the recoil reduction from the script
reduceRecoil(current_weapon);
}

// Function to get the current weapon being used
function getCurrentWeapon()
{
// Get the current weapon being used
var current_weapon = getWeapon();

// Return the current weapon
return current_weapon;
}

// Function to reduce the recoil of the current weapon
function reduceRecoil(weapon)
{
// Get the recoil values
var recoil_x = getRecoilX(weapon);
var recoil_y = getRecoilY(weapon);

// Reduce the recoil by half
recoil_x = recoil_x/2;
recoil_y = recoil_y/2;

// Set the recoil values
setRecoilX(weapon, recoil_x);
setRecoilY(weapon, recoil_y);
}
i think this will be very good for me, brother. keep up the good work.
 
Onaylı Üye
Katılım
14 Ocak 2023
Mesajlar
76
Çözümler
1
Tepki puanı
4
Ödüller
1
Yaş
38
3 HİZMET YILI
Anybody who can make actual script i have just the source code.

/ This is a PUBG Mobile Recoil Script.
// It will reduce the recoil of your weapon and make it easier for you to hit your targets.
// To use the script, simply bind it to a key in your PUBG Mobile settings.

// Start the script
while(true)
{
// Get the current weapon being used
var current_weapon = getCurrentWeapon();

// Apply the recoil reduction from the script
reduceRecoil(current_weapon);
}

// Function to get the current weapon being used
function getCurrentWeapon()
{
// Get the current weapon being used
var current_weapon = getWeapon();

// Return the current weapon
return current_weapon;
}

// Function to reduce the recoil of the current weapon
function reduceRecoil(weapon)
{
// Get the recoil values
var recoil_x = getRecoilX(weapon);
var recoil_y = getRecoilY(weapon);

// Reduce the recoil by half
recoil_x = recoil_x/2;
recoil_y = recoil_y/2;

// Set the recoil values
setRecoilX(weapon, recoil_x);
setRecoilY(weapon, recoil_y);
}
thanks a lot big g
 
Tired of cheating
Süper Üye
Katılım
16 Haz 2018
Mesajlar
1,338
Çözümler
4
Tepki puanı
147
Ödüller
10
Yaş
33
7 HİZMET YILI
Anybody who can make actual script i have just the source code.

/ This is a PUBG Mobile Recoil Script.
// It will reduce the recoil of your weapon and make it easier for you to hit your targets.
// To use the script, simply bind it to a key in your PUBG Mobile settings.

// Start the script
while(true)
{
// Get the current weapon being used
var current_weapon = getCurrentWeapon();

// Apply the recoil reduction from the script
reduceRecoil(current_weapon);
}

// Function to get the current weapon being used
function getCurrentWeapon()
{
// Get the current weapon being used
var current_weapon = getWeapon();

// Return the current weapon
return current_weapon;
}

// Function to reduce the recoil of the current weapon
function reduceRecoil(weapon)
{
// Get the recoil values
var recoil_x = getRecoilX(weapon);
var recoil_y = getRecoilY(weapon);

// Reduce the recoil by half
recoil_x = recoil_x/2;
recoil_y = recoil_y/2;

// Set the recoil values
setRecoilX(weapon, recoil_x);
setRecoilY(weapon, recoil_y);
}
Wow dude, Thanks for sharing it with us God bless.
 
Üst