Driver parallel lines hacking help

Started by savage, July 31, 2011, 10:06:22 AM

Previous topic - Next topic

savage

so im working on Driver parallel lines RDVE41, and was wondering if any one else has this game, im trying to make the cars moon jump.

i can make the car at the very start of the game do this, but if you wreck the car or change cars it wont work anymore
and when i search it again for another car i cant get a working address for it...

so if anyone else has this and wants to give me a hand or try it them self i would appreciate it :-\

Edit:when i get a chance next ill try and get a screen of the bp read and write

Bully@Wiiplaza

yeah post the asm part, if you spotted the moonjump address.
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

Skiller

Quote from: savage on July 31, 2011, 10:06:22 AM
so im working on Driver parallel lines RDVE41, and was wondering if any one else has this game, im trying to make the cars moon jump.

i can make the car at the very start of the game do this, but if you wreck the car or change cars it wont work anymore
and when i search it again for another car i cant get a working address for it...

so if anyone else has this and wants to give me a hand or try it them self i would appreciate it :-\

Edit:when i get a chance next ill try and get a screen of the bp read and write


so u know if this Said moon jump your working on is based off Gravity .. ?
Im goin to guess and say what u found in your fist car is the weight of the car .. and when u go to find it in another car that new car might have a diffrent weight... this is how we got the cars to fly in GTA was by Making them weigh less then the gravity is set to . :P ..

u tryed to Breakpoint on the address your modding ? the asm it brings u to sould effect all cars or least the one your in .. if your lucky...

savage

#3
LOL! i was messing around with this game some more ... i originally found the 1st address while searching for the cars speed, the area i was testing in.. was rough terrain so i managed to catch a line when the suspension lifted, also i searched the new cars speed near the garage in the game... poked a value and the car next to me floated away... then it dropped back to the ground ... poked another address and the same car took off  at 100mph... this is wierd because i never was in this car and was searching for the speed in the car i was currently driving... didnt have time to post the bp, ill try for it tomorrow...long day

Skiller

Quote from: savage on August 02, 2011, 07:50:35 AM
LOL! i was messing around with this game some more ... i originally found the 1st address while searching for the cars speed, the area i was testing in.. was rough terrain so i managed to catch a line when the suspension lifted, also i searched the new cars speed near the garage in the game... poked a value and the car next to me floated away... then it dropped back to the ground ... poked another address and the same car took off  at 100mph... this is wierd because i never was in this car and was searching for the speed in the car i was currently driving... didnt have time to post the bp, ill try for it tomorrow...long day

u have to remember that every car in the area will have a Speed/Driving Value ..
if u find the area of one car your car should be close by or other cars will be .. alot of the time u can find blocks of areas that everything belongs to . :P

savage

#5
ok i had a few minutes so i grabbed these, hope some one can lend a hand, im sure i could get it if i kept messin with it but i just havnt had much time to play with it
[spoiler]

[/spoiler]

Edit: i just did some pointers and even those are per car

Skiller

Try leaving Exact on and using 91DCED04 as the address to do the BP on ..

Bully@Wiiplaza

try finding the value for one car -> pointer dump (both)
try finding the value for another car -> pointer dump (both)
- and a third time-

input all these pointers in Dr. Peppers Application.
Do pointer search.

Your result should now work for all cars.
Hopefully there are any results :p
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

savage

@bully i did try pointer and got reslults, the only problem is the pointer only leads you to a specific kind car,
if all else fails i guess i can do a pointer for them all as a last resort

Skiller

the pointer for the car your in should be In the player Section or should be somewere around there .. there should be on that is able to be told its player controlled.. or there could be just a Flag stating that its player controlled .. so u might have to look for something in the car section that is say 1 when your in the car and 0 when your not . or maybe a pointer to the player . there could be many things ..

i might take a Quck look at the game to give u a hand if i have the time today ..

savage

#10
would be appericiated, since i havnt had much time

edit: 91DCED04 worked on bp stw r0,20(r31) ,, if i nop it after you go over a bump you just float away

Skiller

LMAO .. k so thats the Cars cravity .. u could set up a SUperman kinda code maybe :P..
i cant remember who made the orgnal Super man code for PSP GTA .. but i Redid it for ps2 gta ..

Ud just need to find the rest of the cars movment .. to put a sub code togeather that would alow u to add to the Direction of Choice .. and move u along in the air :P