salahlidame
Active member
- Joined
- Nov 20, 2022
- Messages
- 25
- Reaction score
- 0
some one make this .lua script to version cs. please
script_name("Infinite Run")
script_description("Infinite run with automatic activation")
script_author("checkdasound")
local mem = require "memory"
function main()
while true do
wait(0)
if isSampAvailable() then
mem.setint8(0xB7CEE4, 1)
end
end
end
script_name("Infinite Run")
script_description("Infinite run with automatic activation")
script_author("checkdasound")
local mem = require "memory"
function main()
while true do
wait(0)
if isSampAvailable() then
mem.setint8(0xB7CEE4, 1)
end
end
end