Results 1 to 15 of 94

Hybrid View

  1. #1
    ImStyL's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Antartica
    Posts
    145
    Reputation
    10
    Thanks
    2,063
    You should add an ini settings, so every time a user re-opens the hack he won't have to keep putting his settings.


     
    Code:
    LPCSTR Pathtest = ".//Settings.ini";
    
    int iniShit::Read(char* Section, char* Row)
    {
    	return GetPrivateProfileInt(Section, Row, NULL, ini->Pathtest);
    }
    void iniShit::Write(char* Section, char* Row, int Val)
    {
    	char szValue[255];
    	sprintf_s(szValue, "%d", Val);
    	WritePrivateProfileString(Section, Row, szValue, ini->Pathtest);
    }




    Got a question or need help?
    Click here to add me on Skype





  2. #2
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    Quote Originally Posted by ImStyL View Post
    You should add an ini settings, so every time a user re-opens the hack he won't have to keep putting his settings.


     
    Code:
    LPCSTR Pathtest = ".//Settings.ini";
    
    int iniShit::Read(char* Section, char* Row)
    {
    	return GetPrivateProfileInt(Section, Row, NULL, ini->Pathtest);
    }
    void iniShit::Write(char* Section, char* Row, int Val)
    {
    	char szValue[255];
    	sprintf_s(szValue, "%d", Val);
    	WritePrivateProfileString(Section, Row, szValue, ini->Pathtest);
    }
    Ohhh looks interesting


     

    Steam-TriggeredFemenazi
    CS:GO Rank-MG (but I'm a dirty cheater so who cares)
    Discord-ImWhacky#6260

    P.M. me if you have any questions.


  3. #3
    zunze's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    insert, too short

    - - - Updated - - -

    how exactly does the trigger works? i can't seem to get it to work somehow? is there any hotkey? thanks

Similar Threads

  1. [Detected] DAMN IT REALISE [BOX ESP, ESP HEALTH,RCS, GLOW ESP, TRIGGERBOT, BHOP, AUTOSTRAFE...]
    By SP1K3CSGO in forum Counter-Strike 2 Hacks
    Replies: 37
    Last Post: 05-19-2016, 05:22 AM
  2. [Outdated] DAMN IT REALISE. [BOX ESP, RCS, GLOW ESP, TRIGGERBOT, BHOP, AUTOSTRAFE...]
    By SP1K3CSGO in forum Counter-Strike 2 Hacks
    Replies: 33
    Last Post: 05-14-2016, 02:49 PM
  3. [Detected] Polyhack Suite | Glow ESP | Bunnyhop | NoFlash | RCS | Radar
    By T-800 in forum Counter-Strike 2 Hacks
    Replies: 861
    Last Post: 03-30-2016, 02:47 PM
  4. [Detected] chudakprofiiq's External ( Aim Assist, ESP, TriggerBot ,Bhop, Radar - Custom binds )
    By chudakprofiiq in forum Counter-Strike 2 Hacks
    Replies: 51
    Last Post: 01-21-2016, 11:42 AM
  5. [Outdated] Aim assist | Glow ESP | TriggerBot | Bhop
    By chudakprofiiq in forum Counter-Strike 2 Hacks
    Replies: 18
    Last Post: 01-18-2016, 07:17 AM