xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
3 Pages V  1 2 3 >  
Reply to this topicStart new topic
> Walking Thru Walls
Assassin187
post Aug 1 2004, 01:44 AM
Post #1


X-S Enthusiast


Group: Members
Posts: 16
Joined: 8-July 04
Member No.: 129458



Can someone plz tell me how to walk thru walls and is it in the umd file if so can u tell me wut to edit?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xbill
post Aug 1 2004, 03:46 PM
Post #2


X-S Senior Member
**

Group: Members
Posts: 246
Joined: 7-March 03
Member No.: 26456



Find the [ButtonConfig1] section of xboxdynamix.umd (it should be at offset 0x144140 for NTSC systems)
Change one of the least used buttons, to ghost.

Change:
Joy9=GraduallyOpen

To:
Joy9=ghost

Unfortunately, ghost is not a toggle function, so you must use another button to turn it off.

So you could change Joy10 to walk.

Change:
Joy10=GraduallyClose

To:
Joy10=walk

(Joy9 and Joy10 are your DPad up and down)

You can ghost (fly) anywhere. Skip ahead, or passed a locked door. Go check out the skyboxes, and pens for NPCs.

[ButtonConfig1] is the Default controller setup available in the game's options menus. Since you can switch between 4 different controller setups, you might consider changing buttons in [ButtonConfig2] for your cheats, and use [ButtonConfig1] for normal non-cheat setup. You can switch back and forth during a game.

[ButtonConfig1] is Default
[ButtonConfig2] is Master
[ButtonConfig3] is Southpaw
[ButtonConfig4] is Master Southpaw


***Remember to pad unused text spaces with 0x0D, 0x0A pairs.
Don't insert text since that would change the file's size. You must overwrite existing text, and shift other text around within the space given. Changing the file's size will crash the game on startup.

This post has been edited by xbill: Aug 1 2004, 03:47 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Assassin187
post Aug 1 2004, 06:34 PM
Post #3


X-S Enthusiast


Group: Members
Posts: 16
Joined: 8-July 04
Member No.: 129458



hey thanks man. smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fcmsb13
post Aug 2 2004, 03:45 AM
Post #4


X-S Young Member
*

Group: XS-BANNED
Posts: 45
Joined: 11-July 04
Member No.: 129803
Xbox Version: unk



Does this work. I wouldnt think so. dry.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xbill
post Aug 2 2004, 03:00 PM
Post #5


X-S Senior Member
**

Group: Members
Posts: 246
Joined: 7-March 03
Member No.: 26456



Make a backup of your original xboxdynamic.umd and try it.

It does work as a cheat in system link games, both as host server player, and client player. Of course, systems with the modified umd file are the only players it works for.

I have not, nor do I want to try it on XB Live.







User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Assassin187
post Aug 2 2004, 07:08 PM
Post #6


X-S Enthusiast


Group: Members
Posts: 16
Joined: 8-July 04
Member No.: 129458



yea that shit works i was doin it on xbc.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Visor
post Sep 1 2004, 07:24 PM
Post #7


X-S Young Member
*

Group: Members
Posts: 57
Joined: 16-August 03
Member No.: 56535



I'd suggest swapping Joy5 and 6, black and white respectivly.

Here's the mapping

Joy1=A
Joy2=B
Joy3=X
Joy4=Y
Joy5=Black
Joy6=White
Joy7=LTrigger
Joy8=RTrigger
Joy9=D-Up
Joy10=D-Down
Joy11=D-Left
Joy12=D-Right
Joy13=Start
Joy14=Back
Joy15=LThumb
Joy16=RThumb
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BOmbS
post Sep 2 2004, 12:22 AM
Post #8


X-S Young Member
*

Group: Members
Posts: 30
Joined: 13-July 04
Member No.: 130242



I did this for BA and it works...but i cant get it to work on RB 6...and i dont understand what is wrong...but ohwell i dont own the game rolleyes.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Oldman_Machine
post Sep 12 2004, 06:12 AM
Post #9


X-S Enthusiast


Group: Members
Posts: 6
Joined: 12-September 04
Member No.: 146421



QUOTE
***Remember to pad unused text spaces with 0x0D, 0x0A pairs.
Don't insert text since that would change the file's size. You must overwrite existing text, and shift other text around within the space given. Changing the file's size will crash the game on startup.


I didnt quite get this part. Im using "hex workshop" what does "pad" text spacces mean? and where shoud i do that? this is the first time i have ever done any hex editing and i would like to try this for testing purposes only!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Visor
post Sep 13 2004, 08:26 AM
Post #10


X-S Young Member
*

Group: Members
Posts: 57
Joined: 16-August 03
Member No.: 56535



If you fille a button with something else and there's still text in there it wont work, you neecd to erase the text that's 'left over'... you can't just use spaces to over write it you must use special hex characters to do it:

0D 0A

Example:

CODE
ASCII:
Joy5=ToggleTeamHold
Joy6=GoCodeZulu

HEX:
4A 6F 79 35 3D 54 6F 67 67 6C 65 54 65 61 6D 48 6F 6C 64 0D 0A 4A 6F 79 36 3D 47 6F 43 6F 64 65 5A 75 6C 75 0D 0A


TO-

CODE
ASCII:
Joy5=HideAll
Joy6=GoCodeZulu

HEX:
4A 6F 79 35 3D 48 69 64 65 41 6C 6C 0D 0A 0D 0A 0D 0A 0D 0D 0A 4A 6F 79 36 3D 47 6F 43 6F 64 65 5A 75 6C 75 0D 0A


0D 0A 0D 0A 0D 0A 0D was added as 'filler' or 'padding' to fill the space left by the unused 'eamHold'
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Oldman_Machine
post Sep 13 2004, 01:55 PM
Post #11


X-S Enthusiast


Group: Members
Posts: 6
Joined: 12-September 04
Member No.: 146421



yo thanks a lot man, that really cleared things up
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Visor
post Sep 15 2004, 12:17 AM
Post #12


X-S Young Member
*

Group: Members
Posts: 57
Joined: 16-August 03
Member No.: 56535



It's too bad you're most likely going to use it to cheat though dry.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Oldman_Machine
post Sep 15 2004, 01:50 PM
Post #13


X-S Enthusiast


Group: Members
Posts: 6
Joined: 12-September 04
Member No.: 146421



No man, i dont cheat, trust me on that. Im going to try to film some stuff with my friends so now i can go higher and higher and higher and then fu*k myself up with a grenade.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Visor
post Sep 16 2004, 06:05 AM
Post #14


X-S Young Member
*

Group: Members
Posts: 57
Joined: 16-August 03
Member No.: 56535



bind a key to hideall to have a nice camera screen. No gun or HUD to crowd the screen.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xboxnextuk
post Sep 22 2004, 08:16 PM
Post #15


X-S Enthusiast


Group: Members
Posts: 10
Joined: 29-August 04
Member No.: 142793



u can do loads more than walk thru walls, i can change the view to 3d person, god mode, all the game debug stuff , i can turn god mode on for the whole server on XBC its so funny watching a 16 player server trying kill eachother, change the round time, end the round and even get the game console up. smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





3 Pages V  1 2 3 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 24th May 2013 - 11:07 AM