ROM Hack [Release]Gateshark2NTR

Ryumaru

Creator of themes for 3DS
Member
Joined
Feb 1, 2015
Messages
2,536
Trophies
1
XP
1,356
Country
Ukraine
I've done it installed both versions but the problem persists. I am using a Windows 7 64-bit.
 

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.
 

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
Yeah, but a plugin is not a text file, it's a program code then this code is compiled.

It's nothing alike an Action Replay and all those kind of cheat system.
 

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?
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
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?
I can teach you. How much of C do you know?
 

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
  • BakerMan @ BakerMan:
    the legal drinking age here in the US is 21, as some of you may know, but i think either it should be 18 or the age you're an adult should be 21.
    +1
  • BakerMan @ BakerMan:
    and i know what you may be thinking, "why become an adult at 21? doesn't that mean that banging an 18 year old would be illegal?"
    first of all, being in a relationship with someone who's 18 is technically ok, as long as it started when they were 18, but the age gap is still weird depending on how old you are. besides, the age of consent differs between different states
    +1
  • BakerMan @ BakerMan:
    also my reasoning for adult age being 21 is because the reason that's the drinking (and now smoking) age is because it "gives them more time to think rationally and not drive drunk"
    so you should have that extra time to mature and think rationally before going to serve in the military or vote
    +1
  • BakerMan @ BakerMan:
    tl;dr the "adult" age and the legal drinking age (and voting age) here in the US should be the same
    +4
  • Psionic Roshambo @ Psionic Roshambo:
    It's all good no one pays attention to the law anyway lol
  • BigOnYa @ BigOnYa:
    What about making kids wait till 18 or 21 to drive? And yea is messed up, you can join army and die for your country at age 18, but you can't drink alcohol or smoke a cig til 21, is ridiculous
    +3
  • Psionic Roshambo @ Psionic Roshambo:
    If someone is in the military they should be allowed to smoke and drink at 18.... Would help drive recruitment lol
    +3
  • BigOnYa @ BigOnYa:
    We all know they do and will anyways. I think laws prevented them only pushes them to illegally do it. Even tho if was legal, most prob wouldn't even bother. Not a big deal or risque if its legal, no fun.
    +2
  • ZeroT21 @ ZeroT21:
    That's why some kids don't mind having a rap sheet or two just so they never get drafted
    +2
  • BakerMan @ BakerMan:
    also, i think the voting age should match the adult and drinking ages too, because by the logic of giving them time to mature and think rationally so they don't drive drunk, then they should also have that time to mature and think rationally so they can think for themselves
    +2
  • BakerMan @ BakerMan:
    fucking hell i'm becoming a mini leo with the way i yap aren't i?
    +1
  • impeeza @ impeeza:
    I was unable to create the VM for the debloat windows, but found the video where I learned it:

    https://www.youtube.com/watch?v=mZm6mY3I7J4
    +2
  • BigOnYa @ BigOnYa:
    No you def no leo, and I like your insight. You are a smart Baked cookie.
  • K3Nv2 @ K3Nv2:
    Chicken drumsticks and sweet potato for dinner tonight turned out good
    +1
  • BakerMan @ BakerMan:
    "i promise not to get all political and/or philosophical"
    3 drinks later:
    "so yeah think for yourself and i think the government sucks"
    +1
  • K3Nv2 @ K3Nv2:
    Is @BigOnYa drunk again
  • BakerMan @ BakerMan:
    no, i was poking fun at myself
  • BigOnYa @ BigOnYa:
    Again? I have a IV feeding me so I never come down.
    +2
  • BakerMan @ BakerMan:
    because self deprecating humor is important, as long as it doesn't turn into self hate. because you can't really make fun of anyone if you can't even make fun of yourself
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Booze enemas are real lol
  • The Real Jdbye @ The Real Jdbye:
    that explains a lot
  • K3Nv2 @ K3Nv2:
    @BigOnYa, invented the first ever pill that gets you instantly hammered, now filling the streets of Miami
  • BigOnYa @ BigOnYa:
    That was what called a qaaulude, instant drunk, luckily they not around anymore.
    BigOnYa @ BigOnYa: That was what called a qaaulude, instant drunk, luckily they not around anymore.