Saya yakin banyak pemain yang masih belum paham tentang detail kode pengaturan makro satu klik cf, jadi hari ini saya akan membiarkan editor Sourcecode.com memberi Anda detail kode pengaturan makro satu klik cf membantu semua orang!
-- Ghost jump (tahan ctrl+tombol panah+tombol samping) ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == ghost_jump) lalu while(IsMouseButtonPressed(ghost_jump)) do PressKey("spasi") Sleep( math.random(8,11)) ReleaseKey("spasi") Sleep(math.random(8,11)) end end --]] -- Ghost Jump 1.2 (cukup tahan tombol panah + tombol samping) (pribadi Menurutku rasanya tidak sebaik menekan ctrl sendiri) ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == ghost_jump dan is_open_up) lalu while(IsMouseButtonPressed(ghost_jump)) do PressKey("spacebar") Tidur(math.random( 5,8)) PressKey("lctrl") Tidur(math.random(1,3)) ReleaseKey("spasi") Tidur(math.random(8,11)) end ReleaseKey("lctrl ") akhir --] ]
-- Kotak sekali klik memuat 1.0 ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == jump_box) lalu PressKey("spasi") Sleep(math.random(267,275)) ReleaseKey("spasi") Sleep ( math.random(346,354)) PressKey("spasi") Tidur(math.random(164,172)) ReleaseKey("spasi") Tidur(math.random(96,104)) PressKey("lctrl") Tidur(math.random( 140.148 )) ReleaseKey("lctrl") berakhir --]]
-- Klik kanan penembak jitu instan ---[[ if (event == "MOUSE_BUTTON_RELEASED" dan arg == right_fire_Ju) lalu --OutputLogMessage("Hello World %fn", math.random()) -- Instant PressMouseButton ( 1) Sleep(math.random(10,20)) ReleaseMouseButton(1) -- potong senjata jika(change_gun == 1) lalu PressKey("q") Sleep(math.random(9,14)) ReleaseKey(" q ") Tidur(math.random(120,130)) PressKey("q") Tidur(math.random(9,14)) ReleaseKey("q") Tidur(math.random(9,14)) akhir akhir -- ] ]
-- usp burst ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == usp_fire) lalu -- usp burst tekan time_sum = 0 move_y = 0 if(usp_push_gun)then move_y = 3 akhiri while(IsMouseButtonPressed (usp_fire) ) lakukan MoveMouseRelative(0,move_y) PressMouseButton(1) usp_speed_end = usp_speed + 10 time_one = math.random(usp_speed,usp_speed_end) Sleep(time_one) ReleaseMouseButton(1) time_two = math.random(usp_speed,usp_speed_end) Tidur( time_two) time_sum = jumlah_waktu + waktu_satu + waktu_dua if(jumlah_waktu > 300) maka pindah_y = 0 akhir akhir akhir --]]
-- Tiga tembakan berturut-turut Thor ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == tree_constant) lalu -- Perhatikan di bawah bahwa nilai yang digunakan untuk menentukan apakah akan menekan berbeda dengan nilai yang ditekan , yang masing-masing bernilai 132 dan 123 -- OutputLogMessage("Hello World %dn",2007) PressMouseButton(1) Sleep(math.random(178,190)) ReleaseMouseButton(1) Sleep(math.random(45,53)) akhir akhir --]]
--Thor Pressure Gun 2.0 ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == force_gun_m4 dan is_open_up) maka move_y = 3 --Koordinat pergerakan memanjang move_x = 0 --Koordinat pergerakan lateral time_all = 0 --Gun Hentikan katup pistol tekanan --last_x_pos = 0 --last x koordinat --last_y_pos = 0 --last y koordinat --last_x_pos ,last_y_pos = GetMousePosition() --loop tekanan pistol while(IsMouseButtonPressed(force_gun_m4)) lakukan if (time_all < 60) lalu --2 gerakan pertama tidak ditekan move_y = 0 end time_one = math.random(7,10) Sleep(time_one) MoveMouseRelative(move_x,move_y) time_two = math.random(7,10) Sleep (time_two) time_all = time_all + time_one + time_two if (time_all > 360) maka --Koordinat vertikal berhenti bergerak ketika ambang tekanan senjata tercapai move_y = 0 --Koordinat horizontal mulai bergerak --current_x_pos,current_y_pos = GetMousePosition() --Get Koordinat mouse saat ini--jika mouse saat ini bergerak, otomatis tekan pistol ke arah yang berlawanan jika tidak move_y = 3 end end end --]]
7. ak Fire Qilin pressure gun--AK pressure gun ---[[ if (event == "MOUSE_BUTTON_PRESSED" dan arg == force_gun_ak dan is_open_up) maka move_y = 4 -- koordinat gerakan vertikal move_x = 0 -- koordinat gerakan horizontal time_all = 0 --Katup tekanan penghenti moncong--last_x_pos = 0 --Koordinat x terakhir--last_y_pos = 0 --Koordinat y terakhir--last_x_pos,last_y_pos = GetMousePosition() --Dapatkan posisi awal- -OutputLogMessage("%d ,%dn",last_x_pos,last_y_pos) --sum_move_y = 0 --Sumbu Y menggerakkan jarak penuh--Loop tekanan senjata while(IsMouseButtonPressed(force_gun_ak)) lakukan jika (time_all < 40) lalu - -Satu titik tanpa tekanan move_y = 0 end --time_one = math.random(5,11) --Sleep(time_one) MoveMouseRelative(move_x,move_y) --sum_move_y = sum_move_y + move_y --Hitung jarak setelah gerakan time_two = math .random(10 ,22) Sleep(time_two) time_all = time_all + time_two if (time_all > 430) maka -- Ketika ambang tekanan senjata tercapai, ordinat berhenti bergerak move_y = 0 -- Absis mulai bergerak --current_x_pos,current_y_pos = GetMousePosition( ) --Dapatkan koordinat mouse saat ini --Jika mouse saat ini bergerak, otomatis tekan pistol ke arah sebaliknya move_y = 4 end end --sum_move_y = 0 - sum_move_y --OutputLogMessage("%dn",sum_move_y) --MoveMouseRelative( 0,sum_move_y) --Resi posisi--last_x_pos,last_y_pos = GetMousePosition() --Dapatkan posisi awal--OutputLogMessage("%d,%dn",last_x_pos,last_y_pos) end --]]