Post: Shooting ufo/noclip mode....
07-29-2009, 11:45 PM #1
sikhbeatz
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); First of all kinda new to this website but not new to hacking and modding so dont flame me bcause of my number of post and rank on this forum.Smile

SO i was experimentin with this UFO mode and i got it to where i could move up and down, in and out of UFO mode, and planting bombs in search. There has to be a way we can edit the grado_cm file and allow it let to let us shoot in UFO mode. I was reading another thread and i read something that Chris2k7Sear said that made sense. Basically if you know how to mod cod5 zombies you'll figure out to do this. The thing is i tried everything i could think of. Even the "Screenshot" method. So if you wanna help me out or have any input pm me or leave what you gotta say here! Thanks and hopefully we get this working.

(P.S. dont be scared about IW patching this because it would delay cod6 release date so that will never happen!)Smile^
(adsbygoogle = window.adsbygoogle || []).push({});
07-30-2009, 05:36 AM #263
didnt work for me what your doing yoyo
07-30-2009, 05:38 AM #264
Valimen
Who’s Jim Erased?
OK now all i need to know is how to bind the commands to a button, this here is basically default buttons:

set gpad_buttonsConfig "createfx ; createpath"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set gpad_button_lshldr_deflect_max "1"
set gpad_button_rshldr_deflect_max "1"
set gpad_dpad_down_deflect_max "1"
set gpad_dpad_right_deflect_max "1"
set gpad_dpad_up_deflect_max "1"
set gpad_dpad_left_deflect_max "1"
set gpad_BUTTON_BACK_deflect_max "1"
set gpad_BUTTON_START_deflect_max "1"
set gpad_BUTTON_Y_deflect_max "1"
set gpad_BUTTON_X_deflect_max "1"
set gpad_BUTTON_A_deflect_max "1"
set gpad_BUTTON_B_deflect_max "1"
set gpad_BUTTON_RSHLDR_deflect_max "1"
set gpad_BUTTON_LSHLDR_deflect_max "1"
set gpad_BUTTON_RTRIG_deflect_max "1"
set gpad_BUTTON_LTRIG_deflect_max "1"
set gpad_BUTTON_RSTICK_deflect_max "1"
set gpad_BUTTON_LSTICK_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_viewSensitivity "4"
set input_autoAim "1"
set gpad_sticksConfig "default_mp"


now if we could somehow change this and be able to bind the hack to activate/deactivate with buttons instead of going to options i think this might be possible Smile!!!!!!!!!!!!!


For now i have to leave you guys! i will check on the thread tomorrow to see if you guys found anything, if you do please PM me in case this thread might get taken down.
07-30-2009, 05:39 AM #265
didn't work :(
It was just a normal game. I couldn't even use ufo mode
07-30-2009, 05:40 AM #266
VALIMEN HELP ME or anyone someone please just give me the normal code to do this that 100% works idc if i cant shoot i just want to fly..
07-30-2009, 05:40 AM #267
Originally posted by valimen View Post
OK now all i need to know is how to bind the commands to a button, this here is basically default buttons:

set gpad_buttonsConfig "createfx ; createpath"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set gpad_button_lshldr_deflect_max "1"
set gpad_button_rshldr_deflect_max "1"
set gpad_dpad_down_deflect_max "1"
set gpad_dpad_right_deflect_max "1"
set gpad_dpad_up_deflect_max "1"
set gpad_dpad_left_deflect_max "1"
set gpad_BUTTON_BACK_deflect_max "1"
set gpad_BUTTON_START_deflect_max "1"
set gpad_BUTTON_Y_deflect_max "1"
set gpad_BUTTON_X_deflect_max "1"
set gpad_BUTTON_A_deflect_max "1"
set gpad_BUTTON_B_deflect_max "1"
set gpad_BUTTON_RSHLDR_deflect_max "1"
set gpad_BUTTON_LSHLDR_deflect_max "1"
set gpad_BUTTON_RTRIG_deflect_max "1"
set gpad_BUTTON_LTRIG_deflect_max "1"
set gpad_BUTTON_RSTICK_deflect_max "1"
set gpad_BUTTON_LSTICK_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_viewSensitivity "4"
set input_autoAim "1"
set gpad_sticksConfig "default_mp"


now if we could somehow change this and be able to bind the hack to activate/deactivate with buttons instead of going to options i think this might be possible Smile!!!!!!!!!!!!!


For now i have to leave you guys! i will check on the thread tomorrow to see if you guys found anything, if you do please PM me in case this thread might get taken down.


try instead of using set gpad_buttonsConfig "createfx ; createpath" use set gpad_buttonsConfig "createfx"."createpath".

Make the first period after createfx a 00 and the second period a 0A

I'm going to try this
07-30-2009, 05:42 AM #268
guys all i know is that we are on the right track for sure yo yo ive tried many of the combos for the code like you hopfully the hex editor will come through as i assume that is what you are using
07-30-2009, 05:45 AM #269
Valimen
Who’s Jim Erased?
Originally posted by PuReLuCk View Post
VALIMEN HELP ME or anyone someone please just give me the normal code to do this that 100% works idc if i cant shoot i just want to fly..


for the normal UFO just put in the CM folder this:

set gpad_buttonsConfig "createfx"
gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "1"
set input_viewSensitivity "2.6"
set input_autoAim "3"
set gpad_sticksConfig "thumbstick_default"


but you cant do anything with that one except fly.


Originally posted by Xx View Post
guys all i know is that we are on the right track for sure yo yo ive tried many of the combos for the code like you hopfully the hex editor will come through as i assume that is what you are using


If i only knew how to use the hex editor correctly..



ALRIGHT YOU GUYS NOW IM REALLY! out lol
Hopefully by tomorrow we can find it!
07-30-2009, 05:48 AM #270
yea either do i i have been playin around with with the controls for about 30 minutes before you guys but am stuck like you guys and yea ufo mode wont enable even now but we are SOOOOOOOO CLOSEEEEE
07-30-2009, 05:49 AM #271
Yoyodevo i gotta say ur the only crazy mothafuka that is trying every 5 mins something new i gotta say ur really working for wut u want bro good luck if i had it i would give u it

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo