Log in
Search
Latest topics
Similar topics
Most active topic starters
Ghast | ||||
Negative | ||||
FireRach39494vr | ||||
Animal | ||||
Dragonite | ||||
DarkPikachu | ||||
Mrbean35000vrjr | ||||
thatrandomvrvalue | ||||
DarkAnil8r | ||||
EvilRobot |
Top posting users this month
No user |
Top posting users this week
No user |
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests None
Most users ever online was 120 on Mon Apr 12, 2021 6:46 am
Making A VR HACK
5 posters
Page 1 of 1
Making A VR HACK
Hello there! I have decide to show you how to make your own VR/BR code. Well, here's how to do:
Note: you could use Notepad to copy this code first:
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 000XXXXX
1200000Y 0000ZZZZ
E0000000 80008000
VR/BR Modifier -NTSCU- [Volderbeek]
48000000 809B8F88
DE000000 90009380
5A010000 000XXXXX
1200000Y 0000ZZZZ
E0000000 80008000
Now, you can edit some value of this code. Here:
[X Values]
09050 - Top Left License
12440 - Top Right License
1B830 - Bottom Left License
24C20 - Bottom Right License
[Y Values]
0 - VR
8 - BR
[Z Values]
0000 (0) - 270F (9999) - Guest:65535 (FFFF) - If you don't know how to find own VR change into hex value. It's simple, then open "Calculator" then click View > Programmer. And then click "Dec". You can find one of a hex value if you want to use your own VR/BR. Explain: I want 35555vr, then I type 35555 for Dec, then click "Hex" that your vr/br number had changed to hex value, just like to say 8AE3. That's mean 8AE3 = 35555vr.
If you got hex value of your own vr/br number, then type hex value to replace both Z value.
Don't forgot to put a button activator in the top of your vr/br code. Here's explain:
2834XXXX 0000ZZZZ
X = Controller address
Z = Button activator
Then you've done it! But if you want to get many vr/br in one code? Well, change the last code line: E0000000 80008000 to E0000000 00000000 then copy your code and paste into below your code and re-edit your own different vr/br value, button activator, etc.
If, you're happy with your code, but if you can see the last code line: E0000000 00000000 then change into E0000000 80008000.
If you're confused, don't worry, I'll make a vid to show you will understand for how to do.
Note: you could use Notepad to copy this code first:
[VR / BR Modifier - Volderbeek - PAL]
48000000 809BD748
DE000000 90009380
5A010000 000XXXXX
1200000Y 0000ZZZZ
E0000000 80008000
VR/BR Modifier -NTSCU- [Volderbeek]
48000000 809B8F88
DE000000 90009380
5A010000 000XXXXX
1200000Y 0000ZZZZ
E0000000 80008000
Now, you can edit some value of this code. Here:
[X Values]
09050 - Top Left License
12440 - Top Right License
1B830 - Bottom Left License
24C20 - Bottom Right License
[Y Values]
0 - VR
8 - BR
[Z Values]
0000 (0) - 270F (9999) - Guest:65535 (FFFF) - If you don't know how to find own VR change into hex value. It's simple, then open "Calculator" then click View > Programmer. And then click "Dec". You can find one of a hex value if you want to use your own VR/BR. Explain: I want 35555vr, then I type 35555 for Dec, then click "Hex" that your vr/br number had changed to hex value, just like to say 8AE3. That's mean 8AE3 = 35555vr.
If you got hex value of your own vr/br number, then type hex value to replace both Z value.
Don't forgot to put a button activator in the top of your vr/br code. Here's explain:
2834XXXX 0000ZZZZ
X = Controller address
Z = Button activator
Then you've done it! But if you want to get many vr/br in one code? Well, change the last code line: E0000000 80008000 to E0000000 00000000 then copy your code and paste into below your code and re-edit your own different vr/br value, button activator, etc.
If, you're happy with your code, but if you can see the last code line: E0000000 00000000 then change into E0000000 80008000.
If you're confused, don't worry, I'll make a vid to show you will understand for how to do.
Last edited by thatrandomvrvalue on Sun Oct 13, 2013 8:49 pm; edited 1 time in total (Reason for editing : You don't need the line 3A00000Y 0000ZZZZ)
Re: Making A VR HACK
Lol, you copied it from 4DR forum. However, remember this forum is not part of 4DR.
Re: Making A VR HACK
There is a shorter way of doing this. Instead of putting the same code multiple times, you can set it up this way:
48000000 809B8F88
DE000000 90009380
5A010000 000XXXXX
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 00000000
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 00000000
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 80008000
XXXX = controller
YYYY = 0000 or FFFF - ZZZZ
ZZZZ = deactivator
WWWW = VR in hex
You can keep adding values, I just decided to stop at 3. However, there is one small thing you have to change. If you use more than one value, you MUST add 1 to the controller values (e.g., if your value is 1462, keep the first value 1462 and any VRs after it 1463. It wont work if you don't do this correctly.)
This is just a way to decrease lines for people who use riivo.
48000000 809B8F88
DE000000 90009380
5A010000 000XXXXX
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 00000000
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 00000000
2834XXXX YYYYZZZZ
1200000Y 0000WWWW
E0000000 80008000
XXXX = controller
YYYY = 0000 or FFFF - ZZZZ
ZZZZ = deactivator
WWWW = VR in hex
You can keep adding values, I just decided to stop at 3. However, there is one small thing you have to change. If you use more than one value, you MUST add 1 to the controller values (e.g., if your value is 1462, keep the first value 1462 and any VRs after it 1463. It wont work if you don't do this correctly.)
This is just a way to decrease lines for people who use riivo.
Re: Making A VR HACK
My code is even better! It will remember the VR after races:
PAL
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BD748
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-U
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B8F88
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-J
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BC7A8
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-K
2833XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2833XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B0780
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
With this code, you can choose your VR at one point, and it won't change after you until you press a new VR button! Just remember to press a VR button before connecting to WFC!
Values:
XXXX = Controller Address
ZZZZ = Button to Press
VVVV & WWWW = VR Amount: http://www.statman.info/conversions/hexadecimal.html
LLLLL = Lisence
09050 - Top Left License
12440 - Top Right License
1B830 - Bottom Left License
24C20 - Bottom Right License
For NTSC-K:
13D94 = Top Left License
1D184 = Top Right License
26574 = Bottom Left License
2F964 = Bottom Right License
V = VR/BR:
0=VR
8=BR
Tested and works!!
PAL
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BD748
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-U
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B8F88
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-J
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BC7A8
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-K
2833XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2833XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B0780
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
With this code, you can choose your VR at one point, and it won't change after you until you press a new VR button! Just remember to press a VR button before connecting to WFC!
Values:
XXXX = Controller Address
ZZZZ = Button to Press
VVVV & WWWW = VR Amount: http://www.statman.info/conversions/hexadecimal.html
LLLLL = Lisence
09050 - Top Left License
12440 - Top Right License
1B830 - Bottom Left License
24C20 - Bottom Right License
For NTSC-K:
13D94 = Top Left License
1D184 = Top Right License
26574 = Bottom Left License
2F964 = Bottom Right License
V = VR/BR:
0=VR
8=BR
Tested and works!!
gskw- Code Creator
- Posts : 53
Join date : 2013-10-07
Re: Making A VR HACK
Hmm nice code, although it defeats the purpose of reducing code lines.gskw wrote:My code is even better! It will remember the VR after races:
PAL
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BD748
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-U
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B8F88
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-J
2834XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2834XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809BC7A8
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
NTSC-K
2833XXXX 0000ZZZZ
8000000C 0000VVVV
E0000000 000000000
2833XXXX 0000ZZZZ
8000000C 0000WWWW
E0000000 000000000
48000000 809B0780
DE000000 90009380
5A010000 000LLLLL
9411000C 0000000V
E0000000 80008000
With this code, you can choose your VR at one point, and it won't change after you until you press a new VR button! Just remember to press a VR button before connecting to WFC!
Values:
XXXX = Controller Address
ZZZZ = Button to Press
VVVV & WWWW = VR Amount: http://www.statman.info/conversions/hexadecimal.html
LLLLL = Lisence
09050 - Top Left License
12440 - Top Right License
1B830 - Bottom Left License
24C20 - Bottom Right License
For NTSC-K:
13D94 = Top Left License
1D184 = Top Right License
26574 = Bottom Left License
2F964 = Bottom Right License
V = VR/BR:
0=VR
8=BR
Tested and works!!
Re: Making A VR HACK
PRO! I'm going to use a Shorter Version of VR Hack.
EvilRobot- VIP Member
- Posts : 596
Join date : 2013-10-13
Age : 27
Location : ???
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Wed Jan 01, 2014 4:35 pm by Animal
» F-777- Sound of Infinity BRTSM
Wed Dec 25, 2013 12:34 pm by EvilRobot
» Count To 2000
Wed Dec 25, 2013 12:33 pm by EvilRobot
» Fire Snake Speed Modifier
Tue Dec 24, 2013 2:20 pm by gskw
» Decoding F6 to 04 and vice versa
Tue Dec 24, 2013 12:57 pm by Ghast
» AR's Hack Pack
Tue Dec 24, 2013 12:55 pm by Ghast
» Brawl Box v0.69
Tue Dec 24, 2013 12:54 pm by Ghast
» Flutey (World Map) - Castle Crashers [Final Lap Included]
Tue Dec 24, 2013 12:53 pm by Ghast
» Barracks Song - Castle Crashers [Final Lap Included]
Tue Dec 24, 2013 12:53 pm by Ghast