I have pubg recoil script

Uzman Üye
Katılım
3 Eyl 2021
Mesajlar
166
Çözümler
1
Tepki puanı
45
Ödüller
5
Yaş
20
Sosyal
4 HİZMET YILI
lets get right to it.
 
Onaylı Üye
Katılım
25 Haz 2022
Mesajlar
74
Tepki puanı
12
Ödüller
3
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);
}
how can i run that script on Gameloop
 
Onaylı Üye
Katılım
15 Ocak 2023
Mesajlar
65
Tepki puanı
4
Ödüller
3
Yaş
32
3 HİZMET YILI
Qualquer pessoa que possa criar um script real, tenho apenas o código-fonte.

/ Este é um script de recuo do PUBG Mobile.
// Isso reduzirá o recuo de sua arma e tornará mais fácil para você atingir seus alvos.
// Para usar o script, basta vinculá-lo a uma chave nas configurações do PUBG Mobile.

// Inicia o script
enquanto (verdadeiro)
{
// Obtém a arma atual que está sendo usada
var current_weapon = getCurrentWeapon();

// Aplica a redução de recuo do script
reduzirRecoil(atual_arma);
}

// Função para obter a arma atual que está sendo usada
função getCurrentWeapon()
{
// Obtém a arma atual que está sendo usada
var current_weapon = getWeapon();

// Retorna a arma atual
return current_weapon;
}

// Função para reduzir o recuo da arma atual
função reduz Recoil(arma)
{
// Obtém os valores de recuo
var recuo_x = getRecoilX(arma);
var recoil_y = getRecoilY(arma);

// Reduz o recuo pela metade
recuo_x = recuo_x/2;
recuo_y = recuo_y/2;

// Define os valores de recuo
setRecoilX(arma, recuo_x);
setRecoilY(arma, recuo_y);
}
qual a probabilidade de tomar um ban?
 
Donator
Katılım
16 Haz 2021
Mesajlar
54
Tepki puanı
15
Ödüller
6
4 HİZMET YILI
Thanks bro, maybe i will try it as script in Logitech hub mouse.
 
Ultra Üye
Katılım
16 Kas 2022
Mesajlar
1,510
Çözümler
1
Tepki puanı
65
Ödüller
5
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);
}
imma try it out
 
Ultra Üye
Katılım
13 Ağu 2018
Mesajlar
1,504
Çözümler
3
Tepki puanı
64
Ödüller
10
Yaş
38
7 HİZMET YILI
Will this script work in Auto hotkey app?
 
Onaylı Üye
Katılım
25 May 2023
Mesajlar
50
Tepki puanı
4
Ödüller
1
Yaş
23
3 HİZMET YILI
will it cause bann or
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);
}
not
 
Onaylı Üye
Katılım
3 Kas 2021
Mesajlar
50
Tepki puanı
5
Ödüller
2
Yaş
33
4 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);
}
Post automatically merged:

thinks for it<3
 
Onaylı Üye
Katılım
2 Eki 2023
Mesajlar
51
Tepki puanı
1
Ödüller
1
Yaş
31
2 HİZMET YILI
I hope someone makes a script for this, it would be great
 
Üst