saplingheros
Active member
- Joined
- Nov 5, 2013
- Messages
- 126
- Reaction score
- 0
So, I have a cleo and it has unlimited ammo too, How do I disable it?
This is the script:
{$CLEO .cs}
//-------------MAIN---------------
03A4: script_name 'NOOB'
0001: wait 0
00D6: if
8AAB: not does_file_exist "cleo\"
004D: goto_if_false @NOOB_173
0AF1: write_int_to_ini_file 162 path "cleo\" section "" key "key"
0AF1: write_int_to_ini_file 53 path "cleo\" section "" key "key2"
0AF1: write_int_to_ini_file 80 path "cleo\" section "" key "wait"
0AF1: write_int_to_ini_file 48 path "cleo\" section "" key "realod-Key"
:NOOB_173
0AF0: read_int_from_ini_file "cleo\" section "" key "key" store_to 3@
0AF0: read_int_from_ini_file "cleo\" section "" key "key2" store_to 4@
0AF0: read_int_from_ini_file "cleo\" section "" key "wait" store_to 1@
0AF0: read_int_from_ini_file "cleo\" section "" "reload-Key" store_to 5@
:NOOB_306
0001: wait 0
00D6: if
0AB0: is_key_pressed 5@
004D: goto_if_false @NOOB_333
0002: goto @NOOB_173
:NOOB_333
0001: wait 0
00D6: if and
0AB0: is_key_pressed 3@
0AB0: is_key_pressed 4@
004D: goto_if_false @NOOB_306
0ACD: print_string_now ": ~g~On" time 1000
This is the script:
{$CLEO .cs}
//-------------MAIN---------------
03A4: script_name 'NOOB'
0001: wait 0
00D6: if
8AAB: not does_file_exist "cleo\"
004D: goto_if_false @NOOB_173
0AF1: write_int_to_ini_file 162 path "cleo\" section "" key "key"
0AF1: write_int_to_ini_file 53 path "cleo\" section "" key "key2"
0AF1: write_int_to_ini_file 80 path "cleo\" section "" key "wait"
0AF1: write_int_to_ini_file 48 path "cleo\" section "" key "realod-Key"
:NOOB_173
0AF0: read_int_from_ini_file "cleo\" section "" key "key" store_to 3@
0AF0: read_int_from_ini_file "cleo\" section "" key "key2" store_to 4@
0AF0: read_int_from_ini_file "cleo\" section "" key "wait" store_to 1@
0AF0: read_int_from_ini_file "cleo\" section "" "reload-Key" store_to 5@
:NOOB_306
0001: wait 0
00D6: if
0AB0: is_key_pressed 5@
004D: goto_if_false @NOOB_333
0002: goto @NOOB_173
:NOOB_333
0001: wait 0
00D6: if and
0AB0: is_key_pressed 3@
0AB0: is_key_pressed 4@
004D: goto_if_false @NOOB_306
0ACD: print_string_now ": ~g~On" time 1000