I random search in 1.3 version and find this value less recoil ๐ But got some glitch need to fix
Region :
Type :
Search Value :
Edit Value :
I will search more
@Learn_All_Free
@Leaen_All_Free_Bot
Region :
C_DataType :
FloatSearch Value :
0.00100000005Edit Value :
1I will search more
@Learn_All_Free
@Leaen_All_Free_Bot
๐1
Pubg-the-path-of-an-esp.zip
32.6 KB
Flow image but the address maybe have changed
If anyone want to share any tutorial or source u can tell
@Learn_All_Free_Bot
@Learn_All_Free_Bot
Learn_All_Free๐ฎ๐ณ
Delete File.alp
U can use other command also this command not recommend
be careful this can delete many files โ ๏ธโ ๏ธโ ๏ธ
be careful this can delete many files โ ๏ธโ ๏ธโ ๏ธ
Command :
This command is useful too u guys has see many tutorial about virtual fix crash and this can fix that by changing permission to 000 of that files (app_bugly ,app_crashrecord ,ss_tmp ,tss_tmp) so u can add in your injector or script feutures you can also add report remove .sh command code
@Learn_All_Free
@Learn_All_Free_Bot
chmod 755 /system/build.propThis command is useful too u guys has see many tutorial about virtual fix crash and this can fix that by changing permission to 000 of that files (app_bugly ,app_crashrecord ,ss_tmp ,tss_tmp) so u can add in your injector or script feutures you can also add report remove .sh command code
@Learn_All_Free
@Learn_All_Free_Bot
Make Your Cpp.zip
401.7 KB
All Version Cpp Making Tools
-Antiban, Esp, Wall Hack , Colour Hack ,Freeze ,Lib Base Cpp
-All Region Memory Tools
-Offset Convertor
Presented By Old GHA Owner
Main Credits To :
@GAMINGHACKACTION
@WAVE_GAMING
Second Credit :
@Learn_GG
@Learn_All_Free
@Learn_All_Free_Bot
-Antiban, Esp, Wall Hack , Colour Hack ,Freeze ,Lib Base Cpp
-All Region Memory Tools
-Offset Convertor
Presented By Old GHA Owner
Main Credits To :
@GAMINGHACKACTION
@WAVE_GAMING
Second Credit :
@Learn_GG
@Learn_All_Free
@Learn_All_Free_Bot
Delete File With File Location.alp
315.1 KB
Also using shell method
Let me explain something this is the main code in main.lua
---------------------------------------------------
-This code no need to explain I already provide for execute shell
---------------------------------------------------
Now these lines first I already create a layout edit text that allow user to input and I set that layout id to inputting whereas b1 is the start delete button id
Now set the inputing to inputing.Text (now is text form) and rm -rf "..inputing means rm -rf "the file location that user input" so this is how it works
this is the andlua code use in that alp
@Learn_All_Free
@Learn_All_Free_Bot
---------------------------------------------------
function exec(cmd)
local p=io.popen(string.format('%s',cmd))
local s=p:read("*a")
p:close()
return s
end-This code no need to explain I already provide for execute shell
---------------------------------------------------
b1.onClick = function exec(cmd)
local inputing = inputing.Text
print(exec("rm -rf "..inputing))
endNow these lines first I already create a layout edit text that allow user to input and I set that layout id to inputting whereas b1 is the start delete button id
Now set the inputing to inputing.Text (now is text form) and rm -rf "..inputing means rm -rf "the file location that user input" so this is how it works
this is the andlua code use in that alp
@Learn_All_Free
@Learn_All_Free_Bot
If u found that this channel is useful u can share it or u have any tutorial want to share @Learn_All_Free_Bot
Forwarded from SS โข Lua (ใEGใAngela ยฒโฐโฐโฐ)
--Numeric password. Min 0 Max 9999
local gg = gg
-- Password is 1839
local password = 1839
local numa = gg.prompt({'1[0; 9]','2[0; 9]','3[0; 9]','4[0; 9]'},nil,{'number','number','number','number'})
if numa == nil then
gg.alert('No password')
return
end
local num = (numa[1]*1000)+(numa[2]*100)+(numa[3]*10)+numa[4]
if password~= num
then ๏ปฟ
gg.alert('Wrong password','')
return
end
gg.alert('123456')