Search:

Type: Posts; User: Livijn

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,273

    Seriously, it is.

    Seriously, it is.
  2. Replies
    4
    Views
    2,273

    Creating cheat for a golf game

    Hello!

    I'm thinking of creating a cheat for a golf game (onGOLF.com Beta - Free to play online golf game). It has a function where you move your mouse to perform a golf swing. I want to do this...
  3. Replies
    3
    Views
    2,469

    Are there any good tutorials on how to do this?...

    Are there any good tutorials on how to do this? I've searched alot, and i mean ALOT. I've only found others who asks the same question, not the answer. Please help me! :)

    EDIT:
    Okay, I think...
  4. Replies
    14
    Views
    2,116

    Well, in Counter-Strike you can use "Wallhack". I...

    Well, in Counter-Strike you can use "Wallhack". I wan't to see if the user is using it. That's why it would much better if the program recorded the screen, because then you can see if he/she is...
  5. Replies
    3
    Views
    2,469

    So what i need is a Open GL screen buffer? I've...

    So what i need is a Open GL screen buffer? I've just started with C# so im trying to learn.
  6. Replies
    3
    Views
    2,469

    Capture the screen

    Hello!

    Im using a function to capture the screen. It works great on windows and Firefox, etc. But in Counter-Strike, the program still takes as it wasn't in Counter-Strike. I don't understand why....
  7. Replies
    14
    Views
    2,116

    Any ideas?

    Any ideas?
  8. Replies
    14
    Views
    2,116

    @nthony, i said earlier that those are for this;...

    @nthony, i said earlier that those are for this;
    string arguments = "-applaunch 10 +cl_allowdownload 1 -32bit +connect " + ip + " +password " + pw + " +record match_demo";

    Well, i have almost...
  9. Replies
    8
    Views
    1,884

    I'm sry! The mistake was that i used an icon...

    I'm sry! The mistake was that i used an icon which was linked to a place that didn't exist. Sry for any inconveniance (spelling?) :p
  10. Replies
    14
    Views
    2,116

    So, how do i simulate KeyPresses? I did like...

    So, how do i simulate KeyPresses? I did like this;


    private void recordDemo()
    {
    SendKeys.Send("{DEL}"); //DEL toggles the console
    SendKeys.Send("record");
    ...
  11. Replies
    8
    Views
    1,884

    rags_to_riches, i tested to remove those, the...

    rags_to_riches, i tested to remove those, the program still crashes. I can upload it so you can test it.

    http://data.fuskbugg.se/skalman01/BIM.rar <- The file
  12. Replies
    8
    Views
    1,884

    Well, i had my friend to put the MySql dll in the...

    Well, i had my friend to put the MySql dll in the same directory as the .exe file. Still doesn't work. The program stops answer and then shuts down. He already got dotNet Framework, since also he is...
  13. Replies
    8
    Views
    1,884

    My program doesn't work on others comps

    Hello

    I know this might seem a bit nooby, but my Program won't work on others peoples computers. It sais "Stoped working" in direct translate. I'm using 1 picture in the program and 5 icons...
  14. Replies
    14
    Views
    2,116

    hl.exe ...

    hl.exe <parameter1> <parameter2> <cvar1> <cvar2>

    Example;
    hl.exe +sv_lan 1 +mp_startmoney 800

    And record is also a command so it should work, right?
  15. Replies
    14
    Views
    2,116

    Oh, i think you've misunderstood me. I know how...

    Oh, i think you've misunderstood me. I know how to start a process. My question is how to make cstrike.exe start recording a demo since my execute-path doesn't work.

    Btw, here's my code;

    string...
  16. Replies
    14
    Views
    2,116

    Start recording in Counter-Strike

    Hi!

    I'm making a program which will start Counter-Strike and then automatically record the game. There is a command in-game to record, which is "record <name>".

    steam.exe -applaunch 10...
  17. Replies
    6
    Views
    2,802

    Thank you for your answer! Okey, what i meant...

    Thank you for your answer!

    Okey, what i meant with "a program create print screens" was that the program - as you said - copies the entire screen. Is there any way a program can know when the...
  18. Replies
    6
    Views
    2,802

    Check if a program creates prt scrs

    Hi! Long time, no see. :p

    I wonder how to check if a program creates print screens. The program, which create print screens at random set of time, is needed to play at some servers. So, I want to...
  19. Replies
    10
    Views
    2,525

    Well since my computer crashed, it will take a...

    Well since my computer crashed, it will take a while before... I must recode all! :(
  20. Replies
    10
    Views
    2,525

    When i try public const string... i get an error:...

    When i try public const string... i get an error:

    Error 1 Member 'Hangman.Form1.holder.word' cannot be accessed with an instance reference; qualify it with a type name...
  21. Replies
    10
    Views
    2,525

    Got a question... How can i store a word so i...

    Got a question...
    How can i store a word so i can get it from all classes? This doesn't work, but you might understand what i want.



    public struct holder
    {
    int io;
    }
    public class...
  22. Replies
    14
    Views
    3,983

    Thanks to the tip, but i find it comfortable with...

    Thanks to the tip, but i find it comfortable with my code. :) No regards to the problem?
  23. Replies
    14
    Views
    3,983

    Well i said what my problem was. I can't replace...

    Well i said what my problem was. I can't replace the _ with the right character. Nice to have some swedish guys here! :D
  24. Replies
    14
    Views
    3,983

    Do you need anything else?

    Do you need anything else?
  25. Replies
    14
    Views
    3,983

    Oh, i'm feeling so dumb... I check...

    Oh, i'm feeling so dumb... I check http://msdn2.microsoft.com/en-us/library/2839d5h5(vs.71).aspx, but still i don't get this.

    Code:

    using System;
    using System.Collections.Generic;
    using...
Results 1 to 25 of 199
Page 1 of 8 1 2 3 4