Search results

  1. R

    CLEO Help Keypress aint working

    refresh
  2. R

    CLEO Help Keypress aint working

    so if i set 0 to 1 it will lanuch up both left and right?
  3. R

    CLEO Help Keypress aint working

    im not searching for if statement but something which will press the key
  4. R

    CLEO Help Keypress aint working

    how do i make only down key? or keyboard
  5. R

    CLEO Help Keypress aint working

    {$CLEO .cs} 0000: NOP 0@ = 0 :main wait 0 if 0039:   0@ == 0 jf @disable if and 0256:   player $PLAYER_ACTOR defined 0ADC:   test_cheat "reinik" jf @main jump @enable :enable wait 0 0@ = 1 SAMP.SetGameKeyState(40, 1) wait 50 SAMP.SetGameKeyState(40, 0) wait 50 SAMP.SetGameKeyState(13, 1)...
  6. R

    Quick swap (Read description)

    That's simple to do, and i'll do it today.
  7. R

    CLEO Help How do i do it?

    {$CLEO .cs} 0000: NOP :MAIN wait 0 0@ = 0 if and Player.Defined($PLAYER_ACTOR) 0ADC:   test_cheat "REIN" jf @MAIN print 'AKTYWACJA' 1337 0@ = 1 jump @TRZY :DWA wait 0 if 0@ == 1 jf @MAIN wait 5000 0C72: set_virtual_key 87 down true wait 400 0C72: set_virtual_key 87 down false wait 5000 0C72...
  8. R

    CLEO Help memorinio writerinio

    thank you. btw what size do DWORD have? ;p  :imoverit: aye and btw it: +0x0 = [dword] Index/Identifier (CAR) how to get index/id of car? xd omg i dont fucking get it i cant learn anything there is not easy tutorial for it rly? its imposibel
  9. R

    CLEO Help SAMP FUNCTION

    SAMP.SetGameKeyState() look i need to click W in this time, where is list with keys?
  10. R

    CLEO Help memorinio writerinio

    i did something like that, it's not working (crashing me) http://pastebin.com/pKZbxJM0 i wanted to change something in handling then CPed +0x42 = [byte] Is the BP/EP/FP/DP (special flags) status of the player as follows: Bit 1 = makes ped soft (ie. can move through walls and everything)...
  11. R

    CLEO Help tp to car

    hi, so someone is driving a car. i want to make a mod, and when i type /hi [id], i want to tp to his car how i get his 0@ and then how do i enter a car?
  12. R

    CLEO Help how do i do aimbot/triggerbot

    I did same thing as u and its shooting couple sec after i have ended aiming at ped2
  13. R

    CLEO Help how do i do aimbot/triggerbot

    Thats funny everything is so simple but i dont know how to do it. Ive made a trigger but it shoots couple seconds after aiming at actor
  14. R

    CLEO Help how do i do aimbot/triggerbot

    yeah i read all and still dont know : )
  15. R

    CLEO Help how do i do aimbot/triggerbot

    i know how to make cleo cheats like repair, godmode etc, but i dont know how to write a trigger or aimbot anyonae can help?
  16. R

    CLEO Help car or hp

    how do i can get state of for ex hp of car to 0@, or hp of player to 1@? or position to @2?  :imoverit:
  17. R

    CLEO Help help with programming in cleo

    for example: i want to make car repair cs / trigger cs So - i know how to set this with opcode, but where i can find @1 or other? I know what it is, but i dont know how to find this in game, like i sit in a car and i want to change, but i dont know how to get @ of state of a car now (for...
Top