Results 1 to 7 of 7
  1. #1
    forsmiliking's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Is creating packages possible?

    Hi, I have some (small) coding knowledge and i have created very simple bots for different games but I wanted to step up and learn something a little bit more advanced. But im stuck now and I dont know if it is because what I want to do is impossible or if I am looking in the wrong direction.

    Is it possible to capture packages sent by my browser when I play a flash web browser game? Is it then possible to write a c/c++ program that simulate that package and send it every X hour?

    So far I have only found a couple of programs that I think captures packages (wireshark, fiddler and charles). I also think that I have found the packages that I belive are what I am looking for, but when I try to resend them through those programs it dosnt work. That is why I am wondering if it is actually possible to capture and then simulate packages (not through those programs but by writing a program myself).

    I know that it is a large project and I dont want a complete code. I simply want to know if its possible and if I am looking in the right direction.

    Thank you for reading and thank you for your help.

  2. #2
    GypsyGenocide's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    9
    Do you mean packets?
    packet editing is pretty intense shit, and most of the time is illegal.

    otherwise, i have no idea what your talking about.

  3. #3
    Harava's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    2,989
    Quote Originally Posted by GypsyGenocide View Post
    Do you mean packets?
    packet editing is pretty intense shit, and most of the time is illegal.

    otherwise, i have no idea what your talking about.
    You don't seem to know what you are talking about in any case.

    Packet editing is not "insane shit" and it is not illegal! ( Well at least not any more illegal than editing a client/using any hack would be )
    Learn C/C++, and look into hooking in general. Then look into hooking winsock.

    I've made packet sniffers and editors, it really is not hard if you have half a brain and know how to code.
    Recent releases:
    CSPHv3.2




    Code:
    00F38C0E     B8 0610F300    MOV EAX, 00F31006
    00F38C13     C700 208CF300  MOV DWORD PTR DS:[EAX], 00F38C20
    00F38C19     EB FF          JMP SHORT 00F38C1A
    00F38C1B     90             NOP
    00F38C1C     0000           ADD BYTE PTR DS:[EAX],AL
    00F38C1E     0000           ADD BYTE PTR DS:[EAX],AL
    00F38C20     58             POP EAX
    00F38C21    ^EB EB          JMP SHORT 00F38C0E
    Can't see me calling, you hatin'?

  4. #4
    GypsyGenocide's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by Harava View Post
    You don't seem to know what you are talking about in any case.

    Packet editing is not "insane shit" and it is not illegal! ( Well at least not any more illegal than editing a client/using any hack would be )
    Learn C/C++, and look into hooking in general. Then look into hooking winsock.

    I've made packet sniffers and editors, it really is not hard if you have half a brain and know how to code.
    from what i've heard with certain games it's illegal.

  5. #5
    Knochove's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    :(
    Posts
    48
    Reputation
    10
    Thanks
    11
    My Mood
    Tired
    Quote Originally Posted by GypsyGenocide View Post
    from what i've heard with certain games it's illegal.
    Illegal with games? As in you get in trouble for messing around with a game (network packets to be exact)?

  6. #6
    GypsyGenocide's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by Knochove View Post
    Illegal with games? As in you get in trouble for messing around with a game (network packets to be exact)?
    Just saying what i've heard, i didn't vouch for it to be correct but i thought it was relevant.

  7. #7
    Harava's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    2,989
    Think about it. If you edit a value in memory of the game, and the game then goes on to send the modified value to the server, then you have essentially edited a packet. So if packet editing was illegal, hacking multiplayer games would be 100% illegal aswell.

    Thankfully neither hacking nor packet editing are illegal in most cases. ( Use some common sense, if you crash EA's servers your gonna get in trouble. If you hack godmode in a game, you are probably going to get banned at most. )
    Recent releases:
    CSPHv3.2




    Code:
    00F38C0E     B8 0610F300    MOV EAX, 00F31006
    00F38C13     C700 208CF300  MOV DWORD PTR DS:[EAX], 00F38C20
    00F38C19     EB FF          JMP SHORT 00F38C1A
    00F38C1B     90             NOP
    00F38C1C     0000           ADD BYTE PTR DS:[EAX],AL
    00F38C1E     0000           ADD BYTE PTR DS:[EAX],AL
    00F38C20     58             POP EAX
    00F38C21    ^EB EB          JMP SHORT 00F38C0E
    Can't see me calling, you hatin'?

Similar Threads

  1. [Help] Is it possible to create hacks in C#?
    By Rivalo in forum Coders Lounge
    Replies: 24
    Last Post: 08-09-2011, 10:11 AM
  2. [Help Request] is it possible to create a server vindictus?
    By jHoro in forum Vindictus Help
    Replies: 10
    Last Post: 08-06-2011, 02:05 AM
  3. [Request] is it possible 2 create a no delay hack
    By 8339734 in forum Combat Arms Mod Discussion
    Replies: 9
    Last Post: 07-17-2011, 11:19 AM
  4. create a NEW map - possible?
    By testy in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 04-22-2011, 02:54 PM
  5. Is it possible to create hacks with python?
    By elitexppro in forum Programming Tutorials
    Replies: 4
    Last Post: 12-22-2009, 08:05 PM