- 104
- 11
Если Вам не сложно, то выручайте. Так как в основном, забываешь вводить как чит-код AFK, бесит аж
function main()
while true do
wait(0)
if testCheat('AFK') then SV() end
end
end
function SV()
check = not check
local memory = require "memory"
if check then
printString('~g~ AFK ON', 2000)
memory.setuint8(7634870, 1, false)
memory.setuint8(7635034, 1, false)
memory.fill(7623723, 144, 8, false)
memory.fill(5499528, 144, 6, false)
else
printString('~r~ AFK OFF', 2000)
memory.setuint8(7634870, 0, false)
memory.setuint8(7635034, 0, false)
memory.hex2bin('0F 84 7B 01 00 00', 7623723, 8)
memory.hex2bin('50 51 FF 15 00 83 85 00', 5499528, 6)
end
end
while true do
wait(0)
if testCheat('AFK') then SV() end
end
end
function SV()
check = not check
local memory = require "memory"
if check then
printString('~g~ AFK ON', 2000)
memory.setuint8(7634870, 1, false)
memory.setuint8(7635034, 1, false)
memory.fill(7623723, 144, 8, false)
memory.fill(5499528, 144, 6, false)
else
printString('~r~ AFK OFF', 2000)
memory.setuint8(7634870, 0, false)
memory.setuint8(7635034, 0, false)
memory.hex2bin('0F 84 7B 01 00 00', 7623723, 8)
memory.hex2bin('50 51 FF 15 00 83 85 00', 5499528, 6)
end
end