Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
anti.lua
require "lib.moonloader" local sampev = require 'lib.samp.events' local spec = false function main() key1_timesPressed = 0 while true do wait(0) if isPlayerPlaying(playerHandle) then if isKeyDown(0x68) then key1_timesPressed = key1_timesPressed + 1 sampSendChat("/ot") wait(10) end end end end
run
|
edit
|
history
|
help
0
bf-asm compiler test 2
Linear Regression Lua
Error PCALL
sh
Brainfuck Interpreter (Lua) [reposted]
Non-Lua core for new scripting languages (Beta)
Key
help with lua number input
Truly random numbers with ranges (Lua)
Newton-Raphson method for the square root