Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Can we please get on topic? This isnt helping me at all.




    ^Suck it!

  2. #17
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    RunConsoleCommand is a CLTClient member function, so either call it from the class or reference it directly with a function pointer, as such:

    Code:
    typedef VOID (WINAPIV *tRunConsoleCommand) (const char *);
    tRunConsoleCommand RunConsoleCommand = (tRunConsoleCommand) 0x490610 //RunConsoleCommand address (Why do people call it LTClientEXE?)
    
    //And how to call it
    RunConsoleCommand("+SkelModelStencil 1");
    i don't know why you are passing the integer....

    EDIT: It also depends what commands you are running from RCC, IIRC if you call NoFog then you will crash. What commands are you passing to RCC?
    Last edited by Timboy67678; 01-30-2014 at 05:21 AM.

  3. The Following User Says Thank You to Timboy67678 For This Useful Post:

    ttdigitalgaming (01-31-2014)

  4. #18
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by Timboy67678 View Post
    RunConsoleCommand is a CLTClient member function, so either call it from the class or reference it directly with a function pointer, as such:
    EDIT: It also depends what commands you are running from RCC, IIRC if you call NoFog then you will crash. What commands are you passing to RCC?
    This still isn't working. No matter what I try it crashes. I have tried everything I could think of. I also used your example and it crashed. Then I encrypted it and tried, then it still crashed.




    ^Suck it!

  5. #19
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    Quote Originally Posted by Skaterforeva1 View Post
    This still isn't working. No matter what I try it crashes. I have tried everything I could think of. I also used your example and it crashed. Then I encrypted it and tried, then it still crashed.
    which commands are you using with RCC?

  6. #20
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by Timboy67678 View Post
    which commands are you using with RCC?
    "SkelModelStencil 1"
    "WindowMode 1"
    I was trying to use "+FullBright 1" but I figured out a different way to do that.




    ^Suck it!

  7. #21
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    Quote Originally Posted by Skaterforeva1 View Post
    "SkelModelStencil 1"
    "WindowMode 1"
    I was trying to use "+FullBright 1" but I figured out a different way to do that.
    you do know that calling SkelModelStencil without the little plus sign will crash you, as it detects it without the plus sign, Silly i know, but what do you expect from dumbic stoodios.

    just call it like so: RunConsoleCommand("+SkelModelStencil 1");

  8. #22
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by Timboy67678 View Post
    you do know that calling SkelModelStencil without the little plus sign will crash you, as it detects it without the plus sign, Silly i know, but what do you expect from dumbic stoodios.

    just call it like so: RunConsoleCommand("+SkelModelStencil 1");
    Still crashes. I honestly have no idea why. Everything else works fine.




    ^Suck it!

  9. #23
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    Quote Originally Posted by Skaterforeva1 View Post
    Still crashes. I honestly have no idea why. Everything else works fine.
    are you encrypting your strings?

  10. #24
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by Timboy67678 View Post
    are you encrypting your strings?
    Yes, I have everything encrypted.




    ^Suck it!

  11. #25
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love

  12. #26
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Still crashing. I'm about to just say fuck NX Chams and stuff I will just use dip and classes for everything that I can.




    ^Suck it!

  13. #27
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by Skaterforeva1 View Post
    Still crashing. I'm about to just say fuck NX Chams and stuff I will just use dip and classes for everything that I can.
    When is it crashing?

  14. #28
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by J View Post


    When is it crashing?
    Within a minute after injection. No matter what




    ^Suck it!

  15. #29
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by Skaterforeva1 View Post
    Within a minute after injection. No matter what
    Come on man. You have to encrypt your strings, else the hack will be detected after a minute.

    Don't just do SetConsoleVariable("+SkelModelStencil 1");

    *detected*

  16. The Following User Says Thank You to J For This Useful Post:

    Skaterforeva1 (02-09-2014)

  17. #30
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by J View Post


    Come on man. You have to encrypt your strings, else the hack will be detected after a minute.

    Don't just do SetConsoleVariable("+SkelModelStencil 1");

    *detected*
    Quote Originally Posted by Skaterforeva1 View Post
    Yes, I have everything encrypted.
    Jeff can u red

    Oh no! Vortex is gay!

  18. The Following 3 Users Say Thank You to Saltine For This Useful Post:

    J (02-10-2014),Skaterforeva1 (02-10-2014),Timboy67678 (02-09-2014)

Page 2 of 3 FirstFirst 123 LastLast