Search results

  1. skszikri

    Help snippet is dialog samp active ( when u press t)

    i just need the memory addres when i open t (for send message)
  2. skszikri

    Help make character walk in lua

    how to make character walk in lua
  3. skszikri

    LUA Help vehicle aimbot

    local imgui = require('imgui') local vkeys = require('vkeys') local ffi = require('ffi') local getVehiclePosition = ffi.cast("int (__thiscall*)(void*, float*, int, bool)", 0x5E4280) local mainWindowState = imgui.ImBool(false) local smooth = imgui.ImFloat(0.0) local radius =...
  4. skszikri

    Help cannot load the cheat, silent asi loader, sampfuncs and cleo already installed

    i use cleo 4.0, [11:26:02] SAMPFUNCS v5.3 release #17 (SA-MP 0.3.7) loaded. Base address: 0x724F0000., and Silent's ASI Loader 1.3 i use the cleo spread.cs maybe made by opcode, it actually appears in the screen "spread on" but when test, it not work, any solution?
  5. skszikri

    Help help lua

    local sampev = require 'samp.events' function waitUntilSampAvailable() while not isSampAvailable() do wait(0) end end function main() waitUntilSampAvailable() end function sampev.onServerMessage(colour, msg) lua_thread.create(function() local preText =...
  6. skszikri

    Help Lua Help Keybinder

    soo this is my script for keybind using imgui in lua, but it wont work in game, even I press "K", When I delete function events.onServerMessage, it work perfectly but I cant costum keybind in game here is local imgui = require 'imgui' local key = require 'vkeys' local sampev = require...
  7. skszikri

    Help Ahk Get Text From Samp

    can anyone make ahk that will type t/bla bla ( I will change it my self) When the screen appears (from dialog text) "Air support Now is avaible" make it with ahk
Top