Search results

  1. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    Thank you, it just works fine.
  2. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    sorry i don't know where to paste this part: If 0AB0: key_down 122 Then Repeat Wait 0 Until 8ab0: 122 Print "key pressed 122 time" time 1000 End in this script: while true wait 0 if 0AB0: 122 // F11 then if 1@ == 0 then 0ACD: show_text_highpriority "Car-HP On." time 1337...
  3. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    i'm using sanny builder 3, in the "if key_down 1" sanny builder 3 gives me error "unknown directive key_down 1" whitch compiler do you recommend and in whitch part of the script do i paste this part that you send me?
  4. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    where do i paste it in the scrip?
  5. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    here is the full script: {$CLEO} {$USE ini} 0662: NOP "########################" 0662: NOP "Made by Monstercat" 0662: NOP "_____www.ugbase.eu______" 0662: NOP "########################" 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED445' 0@ //// Get gxt text address by gxt...
  6. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    still flooding man, when i presse F12 it keeps alternating between on and off very fast, sometimes it stops "ON" sometimes it stops "OFF"
  7. A

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    here is the part of the script that i want to change the activate/desactivate key to F11, when i change 0ADC: test_cheat "CARDL" to 0AB0: key_pressed 122 it works but it keeps flooding while i'm pressing F11 key, i have to quickly press a lot of times for it to activate or desactivate, i...
Top