펫사기 좀 그래서 자동줍기 스크립트있나욧
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 36617 | 02-15 | 641 | ||
| 36616 | 02-15 | 624 | ||
| 36615 | 02-15 | 778 | ||
| 36614 | 02-15 | 537 | ||
| 36613 | 02-15 | 424 | ||
| 36612 | 02-15 | 784 | ||
| 36611 | ㄹㄱ 팝니다+1 | 02-15 | 375 | |
| 36610 | 02-15 | 1438 | ||
| 36609 | 02-15 | 375 | ||
| 36608 | 02-15 | 590 | ||
| 36607 | 02-15 | 769 | ||
| 36606 | 자동줍기 있나요+3 | 02-15 | 453 | |
| 36605 | 02-15 | 333 | ||
| 36604 | 02-15 | 684 | ||
| 36603 | 02-15 | 475 | ||
| 36602 | 02-15 | 470 | ||
| 36601 | 다클돌리는사람중+7 | 02-15 | 646 | |
| 36600 | 점언+1 | 02-15 | 1073 | |
| 36599 | 02-15 | 826 | ||
| 36598 | 02-15 | 1291 |
댓글3
스크립트는 있음
[zz_y7_const.AUZ] = function(self)
zz_y7.use_auz = not zz_y7.use_auz
if zz_y7.use_auz then
zz_y7.auto_auz_timer = _TimerService:SetTimerRepeat(zz_y7.auz_func, 0.1)
else
_TimerService:ClearTimer(zz_y7.auto_auz_timer)
end
zz_y7.auz_func = function(self)
if zz_y7.use_auz then
_UserService.LocalPlayer.WsUserController:ActionPickUp()
end
end