Results 1 to 1 of 1
  1. #1
    gspartn's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    4
    My Mood
    Relaxed

    Cool External NoFlash

    Simple Cpp no flash

    bool enabled = false;

    Code:
     DWORD localplayer = ReadMemory<DWORD>(client + m_dwLocalPlayer);
    		if (enabled)
    		{
    			if (ReadMemory<float>(localplayer + m_flFlashMaxAlpha) > 0.0f)
    			{
    				WriteMemory<float>(localplayer + m_flFlashMaxAlpha, 0.0f);
    			}
    		}
    		else if (ReadMemory<float>(localplayer + m_flFlashMaxAlpha) == 0.0f)
    		{
    			WriteMemory<float>(localplayer + m_flFlashMaxAlpha, 1.0f);
    		}
    - - - Updated - - -

    ps. add a sleep timer (not larger than 20 otherwise it won't pick up the flashbang)
    Last edited by gspartn; 03-22-2020 at 07:39 PM.

Similar Threads

  1. [Outdated] DoomWare | Public | External | Bhop, Noflash, Aimbot, BodyAim And More
    By sagaantheepic4 in forum Counter-Strike 2 Hacks
    Replies: 49
    Last Post: 05-19-2017, 08:41 AM
  2. [Outdated] EXTERNAL: ExR4dar++(V0.4) Undetected | Bhop, Trigger, Radar, Noflash
    By Foxxy Boxxy in forum Counter-Strike 2 Hacks
    Replies: 48
    Last Post: 01-06-2017, 08:03 AM
  3. [Outdated] xCal [Multihack] Triggerbot, Bhop, NoFlash, SlowAim, Radar (External)
    By ImWhacky in forum Counter-Strike 2 Hacks
    Replies: 41
    Last Post: 03-24-2016, 02:18 PM
  4. [Detected] CreamyMeme v3.2 [Fully External] [Multi-Colour Glow] [Health-Based] [NoFlash]
    By HitByParkedCar in forum Counter-Strike 2 Hacks
    Replies: 44
    Last Post: 10-30-2015, 11:36 AM
  5. [Detected] Creme De La Meme [Fully External] [Team ESP, Enemy ESP, NoFlash]
    By HitByParkedCar in forum Counter-Strike 2 Hacks
    Replies: 52
    Last Post: 10-20-2015, 04:58 PM