Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic

    [Preview] ConsoleKRelay

    A quick preview on my current project:


    It's KRelay in a console

    Why:
    You can easily input commands in a console, you couldn't in KRelay. I'm planning to make it able to discard packets and send packets on runtime.

    Currently:
    Code:
    All the normal features of KRelay (themes too, but with console colors)
    
    Send command. (Currently only works for PlayerTextPacket, I'll add all of the client->server packets though.) 
    Description: Sends the specified packet, with the specified arguments.
    For sending a playertextpacket (to chat, using consolekrelay) you would do send PlayerTextPacket 'message here'
    
    Discard command.
    Description: Discards the next packet received
    If you want to discard the next EG GotoACK packet, you would do discard GotoAckPacket
    
    (more to add)
    Image of send command:



    What do you think? I made this so I can test packets so I don't have to build each time, and use packet sending without making a new temporary plugin each time.


    Oh and I'll release it if anyone wants it.
    Last edited by New; 11-30-2016 at 12:32 PM.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  2. The Following 3 Users Say Thank You to New For This Useful Post:

    MikeRaarupBirk (11-30-2016),pharoh (12-01-2016),W E E D (11-30-2016)

  3. #2
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    This is actually pretty cool.

  4. #3
    einaras's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    642
    Reputation
    22
    Thanks
    1,387
    My Mood
    Fine
    This is my and @pixelzerg 's take on console k-relay



    Imo it is milion times better, since you can color background and foreground for easier debugging
     
    Last edited by einaras; 11-30-2016 at 03:17 PM.

  5. #4
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by einaras View Post
    This is my and @pixelzerg 's take on console k-relay

    <...>
    It does look much better. Makes me wonder, did you two create it for packet debugging only, or did it have any unique and helpful functions?
    Last edited by New; 11-30-2016 at 03:23 PM.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  6. #5
    einaras's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    642
    Reputation
    22
    Thanks
    1,387
    My Mood
    Fine
    Quote Originally Posted by PKTINOS View Post

    It does look much better. Makes me wonder, did you two create it for packet debugging only, or did it have any unique and helpful functions?
    It has all the plugin code deleted and is filled with methods to help calculate stuff. It is not meant for playing normally, purely for debugging
    Last edited by einaras; 11-30-2016 at 03:35 PM.

  7. #6
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by einaras View Post
    It has all the plugin code deleted and is filled with methods to help calculate stuff. It is not meant for playing normally, purely for debugging
    Nice. (this is called replying to gain post count)


    update:
    Added a customcommands class to make everything simple so I can add new commands really easily (and so can anyone I guess)
    Looks not like complete shit now:

    Added PlayerShootPacket and EscapePacket in send command

    <useless>
    Added suicide simulation command (what am I doing with my time)
    Added restart command (restarts console krelay)
    Added window clear
    Added more themes
    Added logoprint, it prints the logo in chat...
    </useless>

    Added detail to packet debugging, in the more important packets that can be visualised easily.
    Added filter to packet debug (Only capture a certain packet)

    Oh, you can't see plugin description/commands/author

    Will probably add another custom command for that.
    Last edited by New; 11-30-2016 at 04:05 PM.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  8. #7
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    Interesting. What would you say the benefits of having it in the console is over, say, adding a textbox to the regular k-relay gui where you can input custom commands?

  9. #8
    iliketrainz's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    644
    Reputation
    39
    Thanks
    142
    Quote Originally Posted by toddddd View Post
    Interesting. What would you say the benefits of having it in the console is over, say, adding a textbox to the regular k-relay gui where you can input custom commands?

    Quote Originally Posted by PKTINOS View Post
    You can easily input commands in a console, you couldn't in KRelay. I'm planning to make it able to discard packets and send packets on runtime.
    Quote Originally Posted by PKTINOS View Post
    test packets so I don't have to build each time, and use packet sending without making a new temporary plugin each time.
    //10 characters

  10. The Following User Says Thank You to iliketrainz For This Useful Post:

    New (12-01-2016)

  11. #9
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    Im not sure if that reply was directed towards me or not, but it wasnt much of an answer. Yes the console has benefits over a non-modified k-relay since the console can accept input (commands), but as i said in my post: what is the benefit over just adding a textbox to regular k-relay where you can input commands....

  12. #10
    Mr_Guy's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Oregon, USA
    Posts
    66
    Reputation
    10
    Thanks
    52
    My Mood
    Cheeky
    This looks absolutely amazing, I love the concept. I'd love to play around with it, even if you decide not to release it it still looks really cool and I'd be willing to test stuff out for you.

  13. #11
    iliketrainz's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    644
    Reputation
    39
    Thanks
    142
    Quote Originally Posted by toddddd View Post
    Im not sure if that reply was directed towards me or not, but it wasnt much of an answer. Yes the console has benefits over a non-modified k-relay since the console can accept input (commands), but as i said in my post: what is the benefit over just adding a textbox to regular k-relay where you can input commands....
    Guess it's better for debugging. Although a text box seems perfectly logical as well.

  14. #12
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by toddddd View Post
    Im not sure if that reply was directed towards me or not, but it wasnt much of an answer. Yes the console has benefits over a non-modified k-relay since the console can accept input (commands), but as i said in my post: what is the benefit over just adding a textbox to regular k-relay where you can input commands....
    Sure, you can add a textbox to KRelay and a "Send" button (or send with enter). But a console, you can run through the command prompt, maybe add some arguments to Main(string args[]).

    Example:

    ConsoleKRelay.exe noPlugins

    would load consolekrelay with no plugins loading

    You can't do that in WinForms, at least not in the easy way.


    - - - Updated - - -

    Apart from that, making a new project (and not just editing the ****** one) helped me understand where everything I need to edit is, without having to look for it constantly.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  15. #13
    pyrolizard's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    4
    My Mood
    Yeehaw
    This reminds me, is there a way(maybe spamming the client with fake bullets) to simulate your character's death(So you can see your fame, accuracy, other shit, look cool, etc.)?
    A man wrapped up in himself makes a very small package.
    -Benjamin Franklin

  16. #14
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by pyrolizard View Post
    This reminds me, is there a way(maybe spamming the client with fake bullets) to simulate your character's death(So you can see your fame, accuracy, other shit, look cool, etc.)?
    No. You can simulate death, but the client tries to retrieve your graveyard info from the appspot, then it detects you are not actually dead, so you don't die
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  17. The Following User Says Thank You to New For This Useful Post:

    pyrolizard (12-01-2016)

  18. #15
    The 7th Hokage's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Konoha
    Posts
    2,424
    Reputation
    264
    Thanks
    1,324
    My Mood
    Chatty
    Looks nice.

Page 1 of 2 12 LastLast

Similar Threads

  1. Guild Wars Nightfall Preview Event!
    By Chronologix in forum General Gaming
    Replies: 2
    Last Post: 07-30-2010, 12:45 PM
  2. Trixiez Release (Preview)
    By Trixiez in forum WarRock - International Hacks
    Replies: 15
    Last Post: 07-05-2007, 12:04 PM
  3. Photoshop CS3 Preview
    By vega in forum Art & Graphic Design
    Replies: 9
    Last Post: 12-21-2006, 01:35 AM
  4. GuildWars Nightfall Preview Event
    By Chronologix in forum General
    Replies: 22
    Last Post: 09-23-2006, 03:55 PM
  5. Battlestar Galactica Season 3 Preview
    By Dave84311 in forum General
    Replies: 0
    Last Post: 07-19-2006, 11:51 AM