ฉันเชื่อว่าผู้เล่นหลายคนยังไม่ชัดเจนเกี่ยวกับรายละเอียดโค้ดของการตั้งค่ามาโคร cf แบบคลิกเดียว ดังนั้นวันนี้ฉันจะให้บรรณาธิการของ Sourcecode.com นำรายละเอียดโค้ดของการตั้งค่ามาโคร cf แบบคลิกเดียวมาให้คุณ ฉันหวังว่าจะเป็นเช่นนั้น เป็นประโยชน์กับทุกคน!
-- Ghost Jump (กดปุ่ม Ctrl+ลูกศร+ปุ่มด้านข้างค้างไว้) ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == ghost_jump) จากนั้นในขณะที่ (IsMouseButtonPressed(ghost_jump)) ทำ PressKey("spacebar") Sleep( math.random(8,11)) ReleaseKey("spacebar") Sleep(math.random(8,11)) end end --]] -- Ghost Jump 1.2 (เพียงกดปุ่มลูกศร + ปุ่มด้านข้างค้างไว้) (ส่วนตัว ฉันไม่คิดว่ามันรู้สึกดีเท่ากับการกด ctrl ด้วยตัวเอง) ---[[ if (event == "MOUSE_BUTTON_PRESSED" and arg == ghost_jump and is_open_up) จากนั้น while(IsMouseButtonPressed(ghost_jump)) do PressKey("spacebar") Sleep(math.random( 5,8)) PressKey("lctrl") Sleep(math.random(1,3)) ReleaseKey("spacebar") Sleep(math.random(8,11)) สิ้นสุด ReleaseKey("lctrl ") จบ --] ]
-- คลิกเดียวโหลดกล่อง 1.0 ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == jump_box) จากนั้น PressKey("spacebar") Sleep(math.random(267,275)) ReleaseKey("spacebar") Sleep ( math.random(346,354)) PressKey("spacebar") Sleep(math.random(164,172)) ReleaseKey("spacebar") Sleep(math.random(96,104)) PressKey("lctrl") Sleep(math.random( 140,148 )) ReleaseKey ("lctrl") สิ้นสุด --]]
-- คลิกขวาที่สไนเปอร์ทันที ---[[ if (event == "MOUSE_BUTTON_RELEASED" and arg == right_fire_Ju) จากนั้น --OutputLogMessage("Hello World %fn", math.random()) -- Instant PressMouseButton ( 1) Sleep(math.random(10,20)) ReleaseMouseButton(1) -- ตัดปืน if(change_gun == 1) จากนั้น PressKey("q") Sleep(math.random(9,14)) ReleaseKey(" q ") Sleep(math.random(120,130)) PressKey("q") Sleep(math.random(9,14)) ReleaseKey("q") Sleep(math.random(9,14)) ปลาย ปลาย -- ] ]
-- usp burst ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == usp_fire) จากนั้น -- usp burst กด time_sum = 0 move_y = 0 ถ้า (usp_push_gun) แล้ว move_y = 3 สิ้นสุดในขณะที่ (IsMouseButtonPressed (usp_fire) ) ทำ 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) Sleep( time_two) time_sum = time_sum + time_one + time_two ถ้า (time_sum > 300) แล้ว move_y = 0 end end end --]]
-- ช็อตสามนัดติดต่อกันของ Thor ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == tree_constant) แล้ว -- หมายเหตุด้านล่างว่าค่าที่ใช้ในการกำหนดว่าจะกดแตกต่างจากค่าที่กดหรือไม่ ซึ่งมีค่า 132 และ 123 ตามลำดับ -- OutputLogMessage("Hello World %dn",2007) PressMouseButton(1) Sleep(math.random(178,190)) ReleaseMouseButton(1) Sleep(math.random(45,53)) จบ จบ --]]
--Thor Pressure Gun 2.0 ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == force_gun_m4 และ is_open_up) ดังนั้น move_y = 3 --พิกัดการเคลื่อนที่ตามแนวยาว move_x = 0 --พิกัดการเคลื่อนที่ด้านข้าง time_all = 0 --Gun หยุดวาล์วปืนแรงดัน --last_x_pos = 0 --พิกัด x สุดท้าย --last_y_pos = 0 --พิกัด y สุดท้าย --last_x_pos ,last_y_pos = GetMousePosition() --ความดันปืนวนในขณะที่ (IsMouseButtonPressed(force_gun_m4)) ทำถ้า (time_all < 60) จากนั้น --ไม่ได้กด 2 การเคลื่อนไหวแรก move_y = 0 สิ้นสุด 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 ถ้า (time_all > 360) จากนั้น --พิกัดแนวตั้งจะหยุดเคลื่อนที่เมื่อถึงเกณฑ์ความดันปืน move_y = 0 --พิกัดแนวนอนเริ่มเคลื่อนที่ --current_x_pos,current_y_pos = GetMousePosition() --Get พิกัดของเมาส์ปัจจุบัน - หากเมาส์ปัจจุบันเคลื่อนที่ ให้กดปืนไปในทิศทางตรงกันข้ามโดยอัตโนมัติ มิฉะนั้น move_y = 3 ปลาย ปลาย ปลาย --]]
7. ak ปืนแรงดันไฟ Qilin--ปืนแรงดัน AK ---[[ ถ้า (เหตุการณ์ == "MOUSE_BUTTON_PRESSED" และ arg == force_gun_ak และ is_open_up) ดังนั้น move_y = 4 -- พิกัดการเคลื่อนที่ในแนวตั้ง move_x = 0 -- พิกัดการเคลื่อนที่ในแนวนอน time_all = 0 --วาล์วแรงดันหยุดปากกระบอกปืน--last_x_pos = 0 --พิกัด x สุดท้าย--last_y_pos = 0 --พิกัด y สุดท้าย--last_x_pos,last_y_pos = GetMousePosition() --รับตำแหน่งเริ่มต้น- -OutputLogMessage("%d ,%dn",last_x_pos,last_y_pos) --sum_move_y = 0 --แกน Y เคลื่อนที่เต็มระยะทาง--Loop gun pressure ในขณะที่(IsMouseButtonPressed(force_gun_ak)) do if (time_all < 40) then - -จุดเดียวโดยไม่มี ความดัน move_y = 0 สิ้นสุด --time_one = math.random(5,11) --Sleep(time_one) MoveMouseRelative(move_x,move_y) --sum_move_y = sum_move_y + move_y --คำนวณระยะทางหลังการเคลื่อนไหว time_two = math .random(10 ,22) Sleep(time_two) time_all = time_all + time_two ถ้า (time_all > 430) จากนั้น -- เมื่อความดันปืนถึงเกณฑ์ ลำดับจะหยุดเคลื่อนที่ move_y = 0 -- abscissa เริ่มเคลื่อนที่ --current_x_pos,current_y_pos = GetMousePosition( ) --รับพิกัดของเมาส์ปัจจุบัน --หากเมาส์ปัจจุบันเคลื่อนที่ ให้กดปืนในทิศทางตรงกันข้ามโดยอัตโนมัติ มิฉะนั้น move_y = 4 end end --sum_move_y = 0 - sum_move_y --OutputLogMessage("%dn",sum_move_y) --MoveMouseRelative( 0,sum_move_y) --ตำแหน่งใบเสร็จรับเงิน--last_x_pos,last_y_pos = GetMousePosition() --รับตำแหน่งเริ่มต้น--OutputLogMessage("%d,%dn",last_x_pos,last_y_pos) end --]]