Thread: RCS

Results 1 to 7 of 7
  1. #1
    RGERGAErgeargaergrargg's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2

    Question RCS

    I have tryed many thing from different forums but nothing worked for me.

    Now I am asking for help because since 5 day I am destroying my head to get RCS back to work.

    Source C++
    Code:
    rcs(local_player->getAngles());
    
    void rcs(float* angles)
    {
    	float MyPunch[2];
    
    	MyPunch[0] = local_player->getPunch()[0];
    	MyPunch[1] = local_player->getPunch()[1];
    	angles[0] = local_player->getAngles()[0] - (MyPunch[0] - old[0]) * 2.f;
    	angles[1] = local_player->getAngles()[1] - (MyPunch[1] - old[1]) * 2.f;
    	angles[2] = 0.0f;
    
    	util->clampAngles(angles);
    
    	old[0] = MyPunch[0];
    	old[1] = MyPunch[1];
    
    	local_player->setAngles(angles);
    
    	Sleep(1);
    }
    Last edited by RGERGAErgeargaergrargg; 03-31-2017 at 10:43 AM.

  2. #2
    certmemer's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Location
    Southampton
    Posts
    2,511
    Reputation
    104
    Thanks
    25,994
    MyPunch[0] = local_player->getPunch()[0]* 2.f;
    MyPunch[1] = local_player->getPunch()[1]* 2.f;
    angles[0] = local_player->getAngles()[0] - (MyPunch[0] - old[0]) ;
    angles[1] = local_player->getAngles()[1] - (MyPunch[1] - old[1]) ;
    idk try this

  3. #3
    RGERGAErgeargaergrargg's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by certmemer View Post
    MyPunch[0] = local_player->getPunch()[0]* 2.f;
    MyPunch[1] = local_player->getPunch()[1]* 2.f;
    angles[0] = local_player->getAngles()[0] - (MyPunch[0] - old[0]) ;
    angles[1] = local_player->getAngles()[1] - (MyPunch[1] - old[1]) ;
    idk try this
    Nope nothing did changed still no RCS

  4. #4
    WildAssassinz's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    502
    Reputation
    30
    Thanks
    467
    My Mood
    Angry
    why dont you people ever use a vector class???
    Current Projects:
    TurtleCheat GlowESP BunnyHop
    HelixGlow (With Permission from nullptr_t)

  5. #5
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    How can an RCS Source code become outdated it didn't change at all????? And why would you ask "your friend" if he wrote this?

  6. #6
    affe2626's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    Sweden
    Posts
    552
    Reputation
    146
    Thanks
    151
    My Mood
    Angelic
    xDD how come nobody has told him to update his offsets?
    It has nothing to do with that rcs function, that works for sure but your offsets are outdated I believe.

    Always PM me when trading, I've been hacked on my Skype previously
    [img]https://**********.com/addskype/affe2626.png[/img]

  7. #7
    RGERGAErgeargaergrargg's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by affe2626 View Post
    xDD how come nobody has told him to update his offsets?
    It has nothing to do with that rcs function, that works for sure but your offsets are outdated I believe.
    Nope they aren't everything else is working

Similar Threads

  1. [Detected] Sepox0 CS:GO Simple External [ESP][RCS][1.2]
    By The Czar in forum Counter-Strike 2 Hacks
    Replies: 539
    Last Post: 01-08-2015, 09:31 PM
  2. [Detected] Sepox0 CS:GO Simple External [ESP][RCS][1.1]
    By The Czar in forum Counter-Strike 2 Hacks
    Replies: 534
    Last Post: 12-23-2014, 01:28 PM
  3. RCS, UD forever?
    By mikez411 in forum Counter-Strike 2 Discussions
    Replies: 0
    Last Post: 12-02-2014, 05:29 AM
  4. [Release] [RCS] Realm Cursor Script v1.3 - Click effect, like in livestreams!
    By GoldCoder in forum Realm of the Mad God Hacks & Cheats
    Replies: 15
    Last Post: 02-04-2014, 08:38 AM
  5. [WTT] 650k GP For R870 RCS MOD
    By Tunieh in forum Combat Arms Selling / Trading / Buying
    Replies: 5
    Last Post: 07-01-2013, 01:05 PM