Recent content by Ghost29

  1. Ghost29

    CPP RELEASE GTA_SA Simple Wallhack/Chams/Wireframe

    What about source of this?
  2. Ghost29

    AutoHotKey SAMP Trainer that injects ASM Code

    ASMCodeObject[17] := Object("name", "SHud", "address", 0x859520 , "newInstruction", "E02D903A9F71E13A", "origInstruction", "CDCCCC3A2649123B", "description", "Scale down the HUD") ASMCodeObject[18] := Object("name", "SetP", "address", 0x5E4110 , "newInstruction", "C21000", "origInstruction"...
  3. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Hello everyone, i need your help, can someone write/find a function that can take screenshots in game? And there is one problem, gdip + ahk doesn't work, it saves black screen or desktop. I really need this function! Thanks.
  4. Ghost29

    AHK SAMP UdfEx (0.3.7)

    numpad1:: callFuncForAllStreamedInPlayers("foo", 300) showdialog(2, "Names", names, "OK") names := "" return foo(o) {     if(!o)         return     global name := o.name ""     global Names .= "" NAME "`n" }
  5. Ghost29

    AHK SAMP UdfEx (0.3.7)

    numpad1:: callFuncForAllStreamedInPlayers("foo", 300) showdialog(2, "Names", names, "OK") names := "" return foo(o) { if(!o) return global name := o.name "" global Names .= "" NAME "`n" }
  6. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Re: <img class= getweaponmodel() {     if(!checkHandles())         return 0         dwAddr := readDWORD(hGTA, 0xB7CD98)     if(ErrorLevel) {         ErrorLevel := ERROR_READ_MEMORY         return 0     }         if(!dwAddr)         return 0         sVal := readMem(hGTA, dwAddr + 0x740, 2...
  7. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Hello, guys I wrote some function to set a marker on certain coordinates But I can only move a marker, but not set  :sadpepe: Can anyone help with this ? Function: Setplayermarker(dwID) {     if(!checkHandles())         return -1     t := getPlayerPos(dwID)     writeFloat(hGTA, 0x0C7F168...
  8. Ghost29

    [HELP] Memory adresses

    [size=10pt]Hello, guys. I found some adresses: Any one can tell me how to use it? :sadpepe:
  9. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Doesn't work. Error in this string: writeByte(hGTA, dwSAMPInfoSettings + 0x38, 1)
  10. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Hello Can't get it by myself, so How to get amount of patrons? some sketches: numpad2:: patron := ReadMemory(0x0FCE82CC,"GTA:SA:MP") addchatmsg(patron) return ReadMemory(MADDRESS,PROGRAM) { winget, pid, PID, %PROGRAM% VarSetCapacity(MVALUE,4,0) ProcessHandle :=...
  11. Ghost29

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) Can someone tell or write function to change ingame time?
Top