Search results

  1. A

    get streamed Vehicles C++

    Hey Guys. Can anyone translate this here to C++? This would be great :) 0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 27904 step 0x100     0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0     000A...
  2. A

    Aimbot add antispin 180°

    HEY GUYS! what should I add here for anti spin 180°? if((fxpos1 < fxpos2)&&(fypos1 > fypos2)) { beta = (alpha + (3.14/2)); } if((fxpos1 < fxpos2)&&(fypos1 < fypos2)) { beta = (-alpha - (3.14/2)); } camxpos = beta+0.0389...
  3. A

    Help NOP - Patch

    HELLO!  :angry: I play on a server on which you dont can do damage with weapons on startlevel is there a NOP patch to fix this? for samp 0.3z R1 :yesyes:
  4. A

    airbrake needed pointers

    good night :) my question is, wich pointers are needed to create a simple airbrake in a c++ file? im an idiot for search in s0beit sources... :table_flip: :table_flip:
  5. A

    is player fireproof/bulletproof etc

    Good morning i have found a address for Is player Fireproof like 0xB7CEE6 - [byte/boolean] Is player fireproof exist more as this one? gtamodding only show this one.. is player bulletproof is player explosionproof is player fallproof exist this? greetz  :surprised:
  6. A

    simple airbrake

    Hello i want to make a simple airbrake @ c++ anyone can show me how this works? :lol:
  7. A

    Target Timer? C++

    HAY! the green triangle exists even if I'm exactly not targeting just the player i need when i target a player not exactly the triangle goes hide.. want to make a triggerbot. this only works with a exactly triangle. exist any timer or something?
Top