Search:

Type: Posts; User: elmutt

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,139

    Well from what I have read I don't think what I...

    Well from what I have read I don't think what I want to do is possible. I want a connection between 2 computers but without one listening then accepting the connection as a host so I just don't...
  2. Replies
    5
    Views
    3,139

    Alright, any advice on where to start?

    Alright, any advice on where to start?
  3. Replies
    5
    Views
    3,139

    tcp connection without connecting to a server

    Is it possible to set up a connection between two computers without one acting as the host and accepting a socket connection from the client? I'm trying to get around having to forward ports so that...
  4. Each compiler is probably a bit different, its...

    Each compiler is probably a bit different, its probably similar to compiling an exe but just a different setting or command line option. What compiler?
  5. Replies
    3
    Views
    1,441

    mobile devices section?

    Why not have a section for coding on mobile devices?
  6. Replies
    9
    Views
    2,076

    system_159 what include files do I need to make...

    system_159 what include files do I need to make that work? Doesnt compile for me
  7. Thread: 2012

    by elmutt
    Replies
    57
    Views
    31,642

    10 fingers=base 10. People just like how it...

    10 fingers=base 10.

    People just like how it looks on paper imo 12212012. Looks nice huh

    http://www.youtube.com/watch?v=CZeIqklHnew&feature=related --- sexyness
  8. Replies
    3
    Views
    1,801

    probly wants to get around security features

    probly wants to get around security features
  9. Replies
    0
    Views
    1,668

    Vista core audio apis for playing mp3s

    Im having a lot of trouble finding any useful short concise examples how to load and play mp3s the "correct" way.

    I was using allegro with this stupid allegromp3 library and it could play 90% of...
  10. Replies
    5
    Views
    43,833

    ANy easy windows native way? vbscript maybe?

    ANy easy windows native way? vbscript maybe?
  11. Replies
    5
    Views
    43,833

    Windows equivalent to linux curl command?

    Is there a windows equivalent?

    I'm interested in scripts that can automatically download web pages and enter form data to get to the next page.

    I know this is super super easy on linux/Unix...
  12. Replies
    2
    Views
    1,248

    I got it figured out. Use int **a; to point to a...

    I got it figured out. Use int **a; to point to a pointer
  13. Replies
    2
    Views
    1,248

    Pointing to arbitrary location

    Hello,

    How would I assign a pointer an arbitrary random value like 1234. I want to re point the pointer I don't want to change the value it is pointing to.

    I tried and cant really get much to...
  14. Replies
    16
    Views
    5,457

    Wrathan, its so easy to download a hack if I...

    Wrathan, its so easy to download a hack if I want. What if im coding an anti mineral hack that detects when their drones blow up and auto disconnects me or. Thats actually my main goal.

    If you...
  15. Replies
    16
    Views
    5,457

    ALright will just lie next time

    ALright will just lie next time
  16. Replies
    16
    Views
    5,457

    Alright. I didnt mean to sound like an ass ...

    Alright. I didnt mean to sound like an ass

    Thanks for all the hints
  17. Replies
    16
    Views
    5,457

    So many people use hacks on there. I'm bored and...

    So many people use hacks on there. I'm bored and want to practice, I could care less about breaking their EULA. Plus if I ever wanted to compete with one of those bastards writing my own I wont...
  18. Replies
    16
    Views
    5,457

    BobS, Actually maybe thats helpful. You...

    BobS,

    Actually maybe thats helpful. You suggest that in vista as admin I can access any point in memory? Just with a simple pointer or is there some crazy v00d00 1337 hacker stuff invlolved?
  19. Replies
    16
    Views
    5,457

    Thanks for responses. I'll try looking into...

    Thanks for responses. I'll try looking into VirtualProtect.

    Both processes are run by me but I only code one. My end goal is to make a "hack" program for the game starcraft but so far I cant...
  20. Replies
    16
    Views
    5,457

    ReadProcessMemory & windows vista

    Does anyone know if it is possible to use this function with windows vista? It always fails with error 299 when I call getlasterror() and reads 0 bytes.

    I can get OpenProcess to work perfectly on...
  21. Replies
    8
    Views
    4,754

    That is so cool

    That is so cool
  22. Replies
    1
    Views
    1,587

    Capture Image of current desktop

    I want to capture an image of the current desktop so that i can use it for whatever.

    As if I pressed prtscr and ctrl v into ms paint but the program can do that whenever it wants and deal with the...
  23. Strange, crysis game disables RegisterHotkey functionality

    Hello,

    I have an mp3 player I wrote that uses RegisterHotkey to change songs while another application is running such as a game. Somehow the recent game crysis game disables this and my program...
  24. Thanks, create mutex works great.

    Thanks, create mutex works great.
  25. Not opening multiple copies of a program & sending data to another program

    How can I have a program detect that it is already running and if it is it needs to send a string of data to the already running copy and close itself.

    Dont know how to do either of these any...
Results 1 to 25 of 48
Page 1 of 2 1 2