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,662
Trophies
3
Age
29
XP
3,537
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,746
Trophies
2
XP
6,314
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
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, cuz of lag?
  • SylverReZ @ SylverReZ:
    @Xdqwerty, No. Whenever you use the internet on Windows, Microsoft collects personal data and installs bloatware that isn't necessarily needed, such as Edge.
  • SylverReZ @ SylverReZ:
    Speaking of which
  • Xdqwerty @ Xdqwerty:
    @SylverReZ,
    I recall @impeeza mentioned some trick about not having bloatware when installing windows where you set up your country to "world" or smh like that
    +1
  • SylverReZ @ SylverReZ:
    Yes, you can debloat the operating system, but in some cases for me it just reinstalls them.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ,
    I also recall my brother downloded a "non bloated" version of windows 11 on his pc
    +1
  • BigOnYa @ BigOnYa:
    "Why debloat? Why not embrace and enjoy my bloat?" - Gates
    +3
  • impeeza @ impeeza:
    @Xdqwerty yes, when you are installing Windows on the first steps you are asked for your current location, you MUST to select «international» so no bloatware is installed, because the bloatware is location based. if this night I have some time I will setup a VM and take screenshots.
    +2
  • BigOnYa @ BigOnYa:
    User Gates "Disliked" your answer.
    +3
  • Psionic Roshambo @ Psionic Roshambo:
    Damn cleaned up 348GB's of crap I wasn't using with that lol
    +2
  • BigOnYa @ BigOnYa:
    But can it completely remove RealPlayer? Lol jk
    +3
  • Psionic Roshambo @ Psionic Roshambo:
    I remember at one point it being pretty much labeled as malware lol
  • Psionic Roshambo @ Psionic Roshambo:
    I think my favorite one was that dancing purple gorilla... I uninstalled that thing from sooo many machine people would be like "Why is my computer so slow?" lol because this thing is using like 30% of your system resources.....
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    This one lady... her son kept installing Kazaa... OK no problem the issue is he would download DBZ movies and they where amazing usually like 2-8KB in size lol can't remember how many times I had to format and reinstall windows over his stupidity. I even explained to him about file sizes multiple times...
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    yeah Bonzi buddy was malware sort of... It was borderline lol
  • Psionic Roshambo @ Psionic Roshambo:
    At minimum it was nothing anyone should have ever installed lol
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, RealPlayer is spyware too.
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, Yeah, BonziBuddy was both spyware and ad-ware. It collected children's personal information without consent as well as display fake Windows popups.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast bonzi got discontinued
    Xdqwerty @ Xdqwerty: @SylverReZ, atleast bonzi got discontinued