ROM Hack [Release]Gateshark2NTR

Nanquitas

Well-Known Member
OP
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Are you sure you've installed the 2015 version ?

I'm sorry but I can't help much for this kind of error, it's not a program error but a setup error. :/

The only think I can say is to uninstall any version you have installed, if you have Visual Studio uninstall it too, then re download and reinstall the VC Redist 2015 x86 & x64.
 

Ryumaru

Creator of themes for 3DS
Member
Joined
Feb 1, 2015
Messages
2,536
Trophies
1
XP
1,356
Country
Ukraine
Are you sure you've installed the 2015 version ?
Yes.
I appreciate the support more unfortunately is not working. I installed all the programs that you recommended on the first page more is not working.
You could create a program to edit and create codes in R4 style. The application allowed to add and edit the code plug.
Frankly I would like to use your program because I love playing with cheat codes. Thank you for support.
 

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,665
Trophies
3
Age
29
XP
3,550
Country
France
For a gateway cheat that I'm creating, I want use a button activator.
I want use "Press X+Y"

According to the gateway's site and key values, here it's my activator.
DD000000 00400800 - Press X+Y to Activate

Am I right with this codee, or I did it wrong?
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,778
Trophies
2
XP
6,339
Country
For a gateway cheat that I'm creating, I want use a button activator.
I want use "Press X+Y"

According to the gateway's site and key values, here it's my activator.
DD000000 00400800 - Press X+Y to Activate

Am I right with this codee, or I did it wrong?
0x400+0x800=0xC00
 

rubbersoul

Member
Newcomer
Joined
Oct 8, 2016
Messages
16
Trophies
0
Age
32
XP
134
Country
Malaysia
Code:
[Infinite Time]
DD000000 00000000
D3000000 161980C0
00000000 00002AF8
D0000000 00000000

[Infinite Lives After Lose 1]
DD000000 00000000
D3000000 00138C78
00000000 E1C023BE
D0000000 00000000

I got this error

Code:
cheats.c: In function 'infinite_time_55b64':
cheats.c:132:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^
cheats.c: In function 'infinite_lives_after_lose_1_57db4':
cheats.c:147:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^[ERROR] Sources\string_manipulation.c:271:
    int __cdecl is_title_id(char *){ errno: Invalid argument | Name too short.}

What did i done? haha
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Code:
[Infinite Time]
DD000000 00000000
D3000000 161980C0
00000000 00002AF8
D0000000 00000000

[Infinite Lives After Lose 1]
DD000000 00000000
D3000000 00138C78
00000000 E1C023BE
D0000000 00000000

I got this error

Code:
cheats.c: In function 'infinite_time_55b64':
cheats.c:132:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^
cheats.c: In function 'infinite_lives_after_lose_1_57db4':
cheats.c:147:6: error: too few arguments to function 'is_pressed'
  if (is_pressed( ))
      ^
In file included from include/plugin.h:6:0,
                 from cheats.h:4,
                 from cheats.c:1:
include/common.h:7:19: note: declared here
static inline int is_pressed(u32 keys)
                   ^[ERROR] Sources\string_manipulation.c:271:
    int __cdecl is_title_id(char *){ errno: Invalid argument | Name too short.}

What did i done? haha
Remove those DD lines, they're not needed for those codes, and is what's causing the errors.
 
Last edited by RyDog,
  • Like
Reactions: rubbersoul

Billy Acuña

Well-Known Member
Member
Joined
Oct 10, 2015
Messages
3,126
Trophies
1
Age
31
XP
3,701
Country
Mexico
Is there a posibility to support gameplg.c files?
There are some good NTR plugins that doesn't have your libshark menu, also have the option to make online enable.
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Is there a posibility to support gameplg.c files?
There are some good NTR plugins that doesn't have your libshark menu, also have the option to make online enable.
It's all the dev's decision if they want to use the lib or not. I'm grateful that @Nanquitas provided me with it, and I have online enabled in my plugins because the cheats I made for the games aren't game breaking and little to no one is complaining*
*Someone complained about a server sided glitch that is a side effect from my cheat that can 'troll' people.
 

MrFake

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
56
Trophies
0
Age
28
XP
116
Country
United States
Hey are you able to compile pointer codes? For example like a code in Mario Kart 7 ( Nothing like UNLOCK ALL GLIDERS) Actual hacks?
 

MrFake

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
56
Trophies
0
Age
28
XP
116
Country
United States
Eh. Enough xD But yeah that would be cool

--------------------- MERGED ---------------------------

But the code I have is private, and can't share it. I'll msg u through skype
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
When i download the gateshark2NTR it said virus detected?
It's probably because Nanquita's is a new dev, and the way the software acts might set off a red flag. It's not, so you might have to turn off your anti-virus before downloading.
If you don't trust a software, just use virus-total, and it'll detect whether the program contains malware or not.
This is it's scan from virus-total anyways: https://www.virustotal.com/en/file/...74cd7f45c28affb66b96a474/analysis/1476918187/
 
  • Like
Reactions: Nanquitas

ozpearlman234

Member
Newcomer
Joined
Oct 17, 2016
Messages
21
Trophies
0
Age
33
XP
72
Country
United States
Hey thank you very much for the awesome tool, this is fantastic. I do have a question though. When I uploaded a text file with 46 codes, the output in the plugin menu only showed 17. Is there a limit to how many codes this can create? Thanks!

Edit: Nevermind, figured out the problem. Had to delete all the crap at the top of the notepad file from Fort42. This is fantastic!!!
 
Last edited by ozpearlman234,
  • Like
Reactions: Nanquitas

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Call my wifey, tell her pick up stuff on her way over.
  • K3Nv2 @ K3Nv2:
    Pick up my door dash meat me in the allyway
    +1
  • BigOnYa @ BigOnYa:
    Wifey is busy, so ill send my buddy @AncientBoi , in his gimp outfit. "who ordered the 6" sausage?""
  • K3Nv2 @ K3Nv2:
    Like subway it's false advertising
    +1
  • BigOnYa @ BigOnYa:
    Ok "who ordered the Vienna sausage?"
  • K3Nv2 @ K3Nv2:
    Uremum
    +1
  • BigOnYa @ BigOnYa:
    My buddy convince me to download and play poker game with him yesterday, called Four Kings Casino, its pretty fun actually, you create a avatar and walk around in a virtual casino, and play any table, or slots with others online.There's even a dance club and bowling alley.
  • SylverReZ @ SylverReZ:
    They should bring advertisements like this back LOL.
  • BakerMan @ BakerMan:
    or that german ninja turtle commercial
    +1
  • K3Nv2 @ K3Nv2:
    Forgot to buy BBQ sauce at the store so made my own ffs
  • RedColoredStars @ RedColoredStars:
    Blues Hog BBQ sauces are pretty good.
  • K3Nv2 @ K3Nv2:
    My insurance has a thing where if I do a virtual visit they'll just send me a $100 gift card to Walmart I'm about to sell a company my medical history for $100 lol
  • BigOnYa @ BigOnYa:
    My insurance has a thing called, " Nope, we aren't paying for that." that they like to use on us all the time. Then we play the "Ok we will go to some other insurance company." then they miraculously say ok we will pay for that.
  • The_Dizzy_Vizzy @ The_Dizzy_Vizzy:
    Well look at what the cat dragged in!!!
  • BigOnYa @ BigOnYa:
    Hey, do you feel any older?
  • K3Nv2 @ K3Nv2:
    No I don't
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, not right now
    +1
  • BigOnYa @ BigOnYa:
    @K3Nv2 That's my phrase, stop it
    +1
  • K3Nv2 @ K3Nv2:
    Your phrase is I'm not drunk
    +1
  • Xdqwerty @ Xdqwerty:
    I feel a discomfort in my throat
  • SylverReZ @ SylverReZ:
    BigOnYa after a long day.
    Xdqwerty @ Xdqwerty: @SylverReZ, hello