Results 1 to 3 of 3
  1. #1
    raymondfather's Avatar
    Join Date
    Nov 2014
    Gender
    female
    Posts
    26
    Reputation
    10
    Thanks
    3

    Question Ghost in the Shell Assault Online - Running Code?

    Hey guys so this is a question and a sort of release. I do not take any credit for this code because I didn't make it and found it on another forum. I am sorry if I posted in the wrong section. I am new to this forum. I have this code and am not sure how to run it. If someone could send me to a guide or tell me that'd be perfect. Feel free to use the code if you know how to. Thanks for reading!

    Code:
    auto &weapon = game::player->weapon;
    if (weapon && weapon->slot < 2 && weapon->info)
    {
    	auto &weapon_info = weapon->info;
    	weapon_info->punch = { 0.f, 0.f };
    	weapon_info->spread = weapon_info->inaccuracy = 0.f;
    }
    --This is a no recoil script

  2. #2
    SetruX's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Calling C++ "script.

    topkek

    You want a guide? Learn the basics of C++ coding:
    learncpp.com
    amazon.com/dp/0321992784

  3. #3
    raymondfather's Avatar
    Join Date
    Nov 2014
    Gender
    female
    Posts
    26
    Reputation
    10
    Thanks
    3
    Thank you I will definitely take an extensive look into this!

Similar Threads

  1. Ghost in the Shell: First Assault - boost
    By igo2waruk in forum Other First Person Shooter Hacks
    Replies: 6
    Last Post: 12-03-2016, 12:53 AM
  2. Ghost in the Shell: First Assault (GitS) private farming lobby.
    By Rampant_uterus in forum Other First Person Shooter Hacks
    Replies: 10
    Last Post: 12-03-2016, 12:53 AM
  3. [Request] Ghost in the Shell: Stand Alone Complex - First Assault Online
    By lordopes16 in forum Other First Person Shooter Hacks
    Replies: 38
    Last Post: 10-21-2016, 11:00 AM
  4. [Preview] Ghost in the Shell: First Assault - Hacks and Skins
    By Kitsune94 in forum Other First Person Shooter Hacks
    Replies: 24
    Last Post: 10-02-2016, 03:01 AM
  5. Ghost In The Shell
    By Thane. in forum Anime
    Replies: 4
    Last Post: 03-29-2011, 06:53 AM