Недавнее содержимое от losten1337

  1. losten1337

    F8 - Screenshot

    да, но я хочу сделать это сам
  2. losten1337

    F8 - Screenshot

    Все еще зависает игра, если я нажимаю C 1650560467 Я не хочу, чтобы он зависал на 5 секунд, если я делаю скриншот
  3. losten1337

    F8 - Screenshot

    Я не понимаю, не могли бы вы показать мне, пожалуйста?
  4. losten1337

    F8 - Screenshot

    local key = require 'vkeys' local memory = require 'memory' function main() while true do wait(1) if isKeyDown(key.VK_C) then memory.write(sampGetBase()+0x119CBC, 1, 1, false) sampAddChatMessage('screenshot.', 0xFF000) end end end как...
  5. losten1337

    Вопросы по Lua скриптингу

    local key = require 'vkeys' local memory = require 'memory' local sampev = require 'lib.samp.events' local ffi = require 'ffi' function sampTakeScreenshot() ffi.cast('void (__cdecl *)(void)', getModuleHandle("samp.dll") + 0x70FC0)( ) end function main() while true do wait(1)...
  6. losten1337

    raksamp

    hey everyone, i tried to compile raksamp with visual studio 2019 and I'm facing an issue, everything is compiling, but when I open raksampclient.exe it just crashes like this: https://gyazo.com/3d1628b31b80a8fb8745cea06c433ccf can any of you help me please? thank you!
  7. losten1337

    ASI SAMPCAC v0.10 EMULATOR | R1

    what's your discord? it's important, i'd pay for something.
  8. losten1337

    ASI SAMPCAC Cheat [Stealth] + Source Code

    i cant as well if somebody helps me im paying 4 it
  9. losten1337

    Stealth-Remastered | I PAY!

    Anyone can help me compile Stealth-Remastered ? I pay for it as the title says. discord: secondary#3322
  10. losten1337

    Anyone can help me compile Stealth-Remastered ? I pay for it

    Anyone can help me compile Stealth-Remastered ? I pay for it as the title says. discord: secondary#3322
  11. losten1337

    C++ Source Code Compilation

    Up. Willing to pay 10 euros.
  12. losten1337

    C++ Source Code Compilation

    Hey everyone, I'm willing to pay to a person via PayPal if he helps me to compile a cheat source code (written in C++). Please contact me at my discord. And also, sorry, but I do not speak Russian or Ukraine. secondary#3322 Thank you.
  13. losten1337

    Вопросы по Lua скриптингу

    Hello! Today i started learning lua and i Made a simple script but it's not working. script_name('psychopath') script_author('xddddd') script_description('xdlmaoomg') local key = require 'vkeys' function main() while true do if (wasKeyPressed(key.VK_C) then printStringNow("Pressed key: C"...