Search results

  1. C

    Homebrew WIP SysNetCheatGUI for sys-netCheat

    Hmmmm, I wonder if it needs some type of heartbeat added to keep the socket open. Issue is I think that since the timeout for me used to happen when the switch was lagging IDK if there is a way to get a heartbeat from the system. I didn't have a chance to check but do you have...
  2. C

    Homebrew WIP SysNetCheatGUI for sys-netCheat

    Hey, I wrote the really simple HAnX client when nc came out. Kinda fell of the face of the earth because real life crap hit a few hundred fans at once. So the timeout is actually something that IIRC Jakibaki and I talked about and found a fix to. I'll try to explain from memory, but it may...
  3. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    I have something like that on my to-do list. The plan is to dump a search into a List<string> then allow you to hold onto certain lists and compare them. Exporting to a file would be unnecessary really since C#'s IEnumerables are decently robust when it comes to comparisons. Mind you this will...
  4. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    @HheuerZzhang that is something I'm working on this weekend - if you are searching numbers that are less than 2 or 3 digits you may need to pad them like so: ssearch u8 7 would need to be ssearch u8 007 Still figuring out why this does it. Methinks it is either something dumb I did or the byte...
  5. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Quick note - if you search a value less than 3 digits you have to put 00s in front (Not sure why). So like one I have is ssearch u8 2 but I have to search it as ssearch u8 002
  6. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    @Supreme23 It's up on github. This version has serious issues - but hey it works! It's on github, still can't post links so here is the github directory: /Colassal/HAnX-Remote-Client/releases/tag/1.2.0
  7. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Hey again everyone - new HAnX will be up soonish(tm) I figured out the issue. In my haste to write the original client I managed to add a line that forced user input to uppercase (caused no commands to work) this has been fixed. Right now I'm just tweaking a delay timer so the program knows to...
  8. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Hey all, still trying to sort it out and rebuild the application. With oddball TCP clients it seems like a common issue, I've found a few android apps that yield the same results as HAnX, it has to do with the client not reading everything the server has to say before asking for input and it...
  9. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    @Supreme23 I think I know the issue. I will try to make a fix later today. For those more technical maybe you can help - I think converting to / from byte array may be scrambling the data, or the size I have allocated for the byte array is too small. I will add changes for both tonight if I...
  10. C

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Hey all, Created a GBATemp account specifically for this, not sure if I should post this here or create my own thread. I quickly threw together a TCP client in C# that should work for this a bit easier than Netcat for windows users. Haven't had the chance to test it myself yet because I've...
General chit-chat
Help Users
    Veho @ Veho: Spring is in the air. +1