Learn_All_Free๐Ÿ‡ฎ๐Ÿ‡ณ
2.26K subscribers
410 photos
713 videos
1.86K files
580 links
๐Ÿ‘All Things Free
๐Ÿ‘Learn It And Share
๐Ÿ‘‘Hack Making Tutorial
๐Ÿ‘‘Decrypt Tools
๐Ÿ‘‘Devolopers Stuffs

Disclaimer: This post is made available for educational and informational purposes only.
Download Telegram
I random search in 1.3 version and find this value less recoil ๐Ÿ˜‚ But got some glitch need to fix

Region :
C_Data
Type :
Float
Search Value :
0.00100000005
Edit Value :
1

I will search more
@Learn_All_Free
@Leaen_All_Free_Bot
๐Ÿ‘1
Forwarded from SORRY BHOSDIKE (AKG_ANTHESM)
ANY ONE WANT TO BUY ULTIMA life time ACCOUNT THEN DM ME IN DISCOUNT

DM:-@AKG_ANTHESM
๐Ÿ‘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๐Ÿ‡ฎ๐Ÿ‡ณ
Delete File.alp
U can use other command also this command not recommend
be careful this can delete many files โš ๏ธโš ๏ธโš ๏ธ
Command :
chmod 755 /system/build.prop

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
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
Which one easier and more functional? (Just Your Opinion)
Anonymous Poll
67%
Andlua
33%
Sketchware
Done ๐Ÿ‘๐Ÿค—
๐Ÿ‘1
Let me explain something this is the main code in main.lua

---------------------------------------------------
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))
end


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
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')