0% found this document useful (1 vote)
71 views3 pages

Vextu Android Script Functions Guide

This document is a script for the Vextu Android application that provides various game modifications through a menu interface. It includes functions to activate features such as antenna visibility, magic bullets, fast switching, and aimbot. The script runs in a continuous loop, allowing users to access the menu and select options while keeping the interface visible.

Uploaded by

panabonilla4
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
71 views3 pages

Vextu Android Script Functions Guide

This document is a script for the Vextu Android application that provides various game modifications through a menu interface. It includes functions to activate features such as antenna visibility, magic bullets, fast switching, and aimbot. The script runs in a continuous loop, allowing users to access the menu and select options while keeping the interface visible.

Uploaded by

panabonilla4
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local activa = 1

[Link](true)
[Link]('👺 Vextu Android 👺')

-- Funciones para cada opción del menú


function a1()
[Link](gg.REGION_ANONYMOUS)
[Link]('-0.02980032004;1;0.48141112924::9', gg.TYPE_FLOAT)
[Link]('1', gg.TYPE_FLOAT)
[Link]([Link]())
[Link]('3000', gg.TYPE_FLOAT)
[Link]()
[Link]('0.09043131769;1;0.14753369987::9', gg.TYPE_FLOAT)
[Link]('1', gg.TYPE_FLOAT)
[Link]([Link]())
[Link]('3000', gg.TYPE_FLOAT)
[Link]()
[Link]('ANTENA ACTIVADA🟢')

end

function a2()
[Link](gg.REGION_ANONYMOUS)
[Link]("0.00001,-1.30928164e25,-3.69511377e20::9,16")
[Link]("0.00001", gg.TYPE_FLOAT)
[Link](0)
[Link]("05", gg.TYPE_FLOAT)
[Link]("BALAS MAGICAS 🟢")

end

function a3()
[Link](gg.REGION_ANONYMOUS | gg.REGION_CODE_APP)
[Link]("h 00 00 00 00 3f 00 00 80 3e", gg.TYPE_BYTE)
[Link](100)
[Link]("h 00 ec 51 b8 3d 8f c2 f5 3c", gg.TYPE_BYTE)
[Link]()
[Link]("FAST SWITCH 🟢")

end

function a4()
[Link](gg.REGION_CODE_APP)
[Link]("0.99;0.57735025883;1e-6::13", gg.TYPE_FLOAT)
[Link]([Link]())
[Link]("-1", gg.TYPE_FLOAT)
[Link]()
[Link]("cielo negro 🟢")

end

function a5()
[Link](gg.REGION_ANONYMOUS)
[Link]("8.40779079e-45F;0D;0F;30F;50F;0.5F::33", gg.TYPE_DWORD)
[Link]("0", gg.TYPE_DWORD)
[Link](1)
[Link]("-1", gg.TYPE_DWORD)
[Link]()
[Link]("AWM AIMBOT 🟢")

end

function a6()
[Link](gg.REGION_ANONYMOUS)
[Link]("h 69 00 6E 00 67 00 61 00 6D 00 65 00", gg.TYPE_BYTE)
[Link](500)
[Link]("h650066006600650063007400", gg.TYPE_BYTE)
[Link]()
[Link]("BYPASS ACTIVADO🟢")

end

function a7()
[Link](gg.REGION_ANONYMOUS | gg.REGION_CODE_APP)
[Link]("h 0A 00 A0 E3 B0 01 CD E1")
[Link](100)
[Link]("h 00 F0 20 E3", gg.TYPE_BYTE)
[Link]()
[Link]("Bypass Report")

end

function a8()
[Link]('Soon')

end

function a9()
[Link]('Soon')

end

function SALIR()
[Link](true)
[Link]('👺 Script finalizado 👺')
[Link]()
end

-- Menú principal
function MENU()
local tienda = [Link]({
'ANTENA 📡',
'Balas magicas 🧱',
'Fast Switch ',
'Cielo negro ⚫️',
'Aimbot awm 🔴',
'Bypass ☢️',
'Bypass report 0☢️',
'SOON 🔰',
'SOON 🔰',
'💻 Cerrar script 💻',
}, nil, '🎮 Vextu Android SCRIPT V1 🎮')

[Link]()

if tienda == 1 then a1() end


if tienda == 2 then a2() end
if tienda == 3 then a3() end
if tienda == 4 then a4() end
if tienda == 5 then a5() end
if tienda == 6 then a6() end
if tienda == 7 then a7() end
if tienda == 8 then a8() end
if tienda == 9 then a9() end
if tienda == 10 then SALIR() end
if tienda == nil then else end

[Link]()
activa = -1
end

-- Bucle principal
while true do
if [Link](true) then
activa = 1
[Link](false)
[Link]('🎮 Vextu Android 🎮')
end

if activa == 1 then MENU() end


end

You might also like