Hacking Post your WiiU cheat codes here!

JingleBells

Well-Known Member
Newcomer
Joined
Dec 25, 2015
Messages
50
Trophies
0
Age
48
Location
My House
XP
89
Country
United States
:) Help please....
I tried to figure this out but I fail miserably....Maybe someone can help.

I want to press a button and add a value to an existing value....The value is not always the same so I can not just add the values before hand and write them.

This is the activator
03010000 12C45312
00000800 00000000

This is the address with the value I wish to add to.
1147F924 XXXXXXXX

This is the value I want to add every time the button is pressed.
00010000.
*I think this would involve assembly.
Anyone? @BullyWiiPlaza
@CosmoCortney
 
Last edited by JingleBells,

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
:) Help please....
I tried to figure this out but I fail miserably....Maybe someone can help.

I want to press a button and add a value to an existing value....The value is not always the same so I can not just add the values before hand and write them.

This is the activator
03010000 12C45312
00000800 00000000
.
This is the address with the value I wish to add to.
1147F924 XXXXXXXX

This is the value I want to add every time the button is pressed.
00010000.
Have you looked at the cafe codetype documentation? you can find it here.
There will probably be an explanation on how to do it ^^
 
Last edited by HackingNewbie,

JingleBells

Well-Known Member
Newcomer
Joined
Dec 25, 2015
Messages
50
Trophies
0
Age
48
Location
My House
XP
89
Country
United States
Have you looked at the cafe codetype documentation? you can find it here.
There will probably be an explanation on how to do it ^^
Thanks,
Yes...Many times, I can recite everything posted there....lol
I'm probably overlooking something, but I think the code might require assembly instruction....If that's the case I am in trouble.:ninja:
 

JingleBells

Well-Known Member
Newcomer
Joined
Dec 25, 2015
Messages
50
Trophies
0
Age
48
Location
My House
XP
89
Country
United States
*Sorry I can't figure out how to put these in a spoiler...lol
:gun:Call of Duty Ghosts [ACPE52]

Non-Host Online

Profile Name changer [Jingles]
01000010 120641EC
xxxxxxxx xxxxxxxx
xxxxxxxx xxxxxxxx
00000000 000000FF
D0000000 DEADCAFE
*xxxxxxxx = Letters(ASCII) converted to Hex
**Any unused xx just put 00

Radar Map Size [Jingles]
00020000 11D1D4CC
3F99999A 00000000
*Recommended 3F99999A, Default=3F800000

Field of View [Jingles]
00020000 11D268BC
xxxxxxxx 00000000
*xxxxxxxx = 3F800000(default) try 40000000

Raise some objects on map for see through effect [Jingles]
03010000 12057792
00000010 00000000
00020000 127290DC
40000000 00000000
D0000000 DEADCAFE
03010000 12057792
00001000 00000000
00020000 127290DC
3F800000 00000000
D0000000 DEADCAFE
*(+) To enable (-) To Disable

Night Time most maps [Jingles]
03010000 12057792
00000200 00000000
00020000 11D0ACEC
40000000 00000000
D0000000 DEADCAFE
03010000 12057792
00000100 00000000
00020000 11D0ACEC
3F800000 00000000
D0000000 DEADCAFE
*ON Press 1 & OFF Press 2

I Broke My fingers Bro [Jingles]
03010000 12057792
00000010 00000000
00020000 106AB090
40000000 00000000
D0000000 DEADCAFE
03010000 12057792
00001000 00000000
00020000 106AB090
3F800000 00000000
D0000000 DEADCAFE
*(+) To enable (-) To Disable
**Aim down sight for effect

Gun up my sleeve [Jingles]
03010000 12057792
00000001 00000000
00020000 106AB078
40000000 00000000
D0000000 DEADCAFE
03010000 12057792
00000002 00000000
00020000 106AB078
3F800000 00000000
D0000000 DEADCAFE
*ON Press Left D-Pad & OFF Press Right D-Pad

Weird left hand gun [Jingles]
03010000 12057792
00000008 00000000
00020000 10644378
3F99999A 00000000
D0000000 DEADCAFE
03010000 12057792
00000004 00000000
00020000 10644378
3F800000 00000000
D0000000 DEADCAFE
*ON Press Up D-PAD & OFF Press Down D-Pad
**Aim down sight for effect

All Text/Numbers Larger [Jingles]
00020000 10C14618
3F400000 00000000
*For us old people*

:arrow:*Removed player advantage codes out of respect of other players.:wub:
 
Last edited by JingleBells,

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
If I wanted to set the pointer [[0x3FB024F4] + 0x294] + 0x47 to the 8-bit value 0A, would this be how you do it?
Code:
30000000 3FB024F4
35000000 49000000
31000000 00000294
00100047 0000000A
D0000000 DEADCAFE
It crashes the game, so I don't think I have done it right.
It's possible that it's something else, but I want to make sure I have made the code correctly first because fixing that other possibility requires this code being correct.
 
Last edited by HackingNewbie,

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,750
Country
United States
If I wanted to set the pointer [[0x3FB024F4] + 0x294] + 0x47 to the 8-bit value 0A, would this be how you do it?
Code:
30000000 3FB024F4
35000000 49000000
31000000 00000294
00100047 0000000A
D0000000 DEADCAFE
It crashes the game, so I don't think I have done it right.
It's possible that it's something else, but I want to make sure I have made the code correctly first because fixing that other possibility requires this code being correct.
Code:
30000000 3FB024F4
35000000 49000000
31000000 00000294
30100000 00000000
35000000 49000000
00100047 0000000A
D0000000 DEADCAFE
 
Last edited by DarkFlare69,
  • Like
Reactions: CosmoCortney

Mr.???

Well-Known Member
Member
Joined
Dec 12, 2015
Messages
102
Trophies
0
Age
43
XP
95
Country
United States
Honestly after I figure out fix this error I'm never trusting another update from jgecko again. Its still doing this and now i have to reset my connection because of it. This software is just as annoying as TCP Gecko. Can anyone tell me how to fix this error that happens for no reason? And yes all my files are updated, even the elf file.
upload_2017-1-8_1-4-54.png
 
Last edited by Mr.???,

JingleBells

Well-Known Member
Newcomer
Joined
Dec 25, 2015
Messages
50
Trophies
0
Age
48
Location
My House
XP
89
Country
United States
Honestly after I figure out fix this error I'm never trusting another update from jgecko again. Its still doing this and now i have to reset my connection because of it. This software is just as annoying as TCP Gecko. Can anyone tell me how to fix this error that happens for no reason? And yes all my files are updated, even the elf file.
View attachment 74155
My bet is your Automatic Configuration - DHCP has changed your Wii U's IP address....
 

Jonhyjp

Active Member
Newcomer
Joined
Jan 28, 2016
Messages
43
Trophies
0
Age
22
XP
252
Country
Brazil
I dont know if i should request here but i cant find it anywhere
Codes for just dance 2017 to unlock the songs from unlimited and ubisoft club

There is a place you can input keys for it, maybe a code manipulating it, or skipping the buy screen.
 

Hayro

Well-Known Member
Newcomer
Joined
Oct 17, 2016
Messages
89
Trophies
0
Age
34
XP
377
Country
France
I played with DLC + Amiibo on MK8 one week ago everything was fine.
However today, I only have Amiibo and no more DLCs, help?
edit: nevermind, fixed it
 
Last edited by Hayro,
  • Like
Reactions: jbuck1975

KeyZiro

Well-Known Member
Member
Joined
Oct 21, 2016
Messages
190
Trophies
0
XP
764
Country
France
Mario Kart 8 [AMKP01]

Be crushed [KeyZiro] :
30000000 4443BB4C
10000000 47000000
31000000 00000190
03020000 1F604F4C
00000200 00000000
00120000 7FFFFFFF
D0000000 DEADCAFE
30000000 4443BB4C
10000000 47000000
31000000 00000190
03020000 1F604F4C
00000100 00000000
00120000 00000000
D0000000 DEADCAFE

* Press D-PAD UP to enable and D-PAD DOWN to disable.
 
Last edited by KeyZiro,
  • Like
Reactions: CosmoCortney

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: (i was allowed to do that)