Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    KingJsi123's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    Hey can i have your facebook/skype to ask?

  2. #17
    viking911's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    ViKiNGHOOK
    Posts
    214
    Reputation
    10
    Thanks
    2,219
    My Mood
    Devilish
    use the "for int" function and draw it with fillrgb
    FAKEEDGEBOY$ - B4RB0$$4

  3. #18
    APREY's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    did you fixed it? if yes please say how ^^

  4. #19
    Madness7331's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    84
    Yes I actually got everything working perfectly, heres what everything looks like rn:
    gyazo .com/c5e8e854992c9543f05506de5e4d8571.jpg
    Never thought I could make ayyware look this way and actually be good overall, although everything is possible guys just try to find as many sources as u can and search them for the feature ure looking for and redo it in ayyware thats what i didnt most of the times.

    Quote Originally Posted by APREY View Post
    did you fixed it? if yes please say how ^^
    As for healthbar, enjoy pasta
    Code:
    void CEsp::DrawHealth(IClientEntity* pEntity, CEsp::ESPBox size, Color color)
    {
    	int health = pEntity->GetHealth();
    
    	if (health > 100)
    		health = 100;
    
    	int r = 255 - health * 2.55;
    	int g = health * 2.55;
    
    	int healthBar = size.h / 100 * health;
    	int healthBarDelta = size.h - healthBar;
    
    	int iClampedHealth = pEntity->GetHealth();
    	if (iClampedHealth >= 100)
    		iClampedHealth = 100;
    
    	Render::Outline(size.x - 4, size.y + 1, 1, size.h * 0.01 * iClampedHealth, Color(r, g, 0, 255));
    	Render::Outline(size.x - 5, size.y - 1, 3, size.h + 2, Color(0, 0, 0, 150));
    }
    Quote Originally Posted by KingJsi123 View Post
    Hey can i have your facebook/skype to ask?
    And my skype is obi123321, my steam is id/-spinning
    Last edited by Madness7331; 02-01-2017 at 04:06 PM.

  5. #20
    SimonDerKing2409's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    deutsches reich
    Posts
    17
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Madness7331 View Post
    Yes I actually got everything working perfectly, heres what everything looks like rn:
    gyazo .com/c5e8e854992c9543f05506de5e4d8571.jpg
    Never thought I could make ayyware look this way and actually be good overall, although everything is possible guys just try to find as many sources as u can and search them for the feature ure looking for and redo it in ayyware thats what i didnt most of the times.



    As for healthbar, enjoy pasta
    Code:
    void CEsp::DrawHealth(IClientEntity* pEntity, CEsp::ESPBox size, Color color)
    {
    	int health = pEntity->GetHealth();
    
    	if (health > 100)
    		health = 100;
    
    	int r = 255 - health * 2.55;
    	int g = health * 2.55;
    
    	int healthBar = size.h / 100 * health;
    	int healthBarDelta = size.h - healthBar;
    
    	int iClampedHealth = pEntity->GetHealth();
    	if (iClampedHealth >= 100)
    		iClampedHealth = 100;
    
    	Render::Outline(size.x - 4, size.y + 1, 1, size.h * 0.01 * iClampedHealth, Color(r, g, 0, 255));
    	Render::Outline(size.x - 5, size.y - 1, 3, size.h + 2, Color(0, 0, 0, 150));
    }


    And my skype is obi123321, my steam is id/-spinning

    looks great and nice menu btw.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] Main is LEM | Need a 5 man for my last placement game | LEM/SUPREME ELO/MMR PLS
    By opyrozzz in forum Counter-Strike 2 Boosting
    Replies: 0
    Last Post: 07-23-2015, 12:30 AM
  2. Need 2 Boost's for Ranked pls
    By xheisenberg08 in forum Counter-Strike 2 Boosting
    Replies: 3
    Last Post: 06-19-2015, 01:32 PM
  3. I need CS:GO steam key can anyone give it to me for free pls
    By dorianjepametan in forum Game Serial Keys
    Replies: 0
    Last Post: 04-30-2014, 03:56 PM
  4. [Request] Pls Help Me I Need wallhack or aimbot for K.O.S
    By kentjanven in forum Hack Requests
    Replies: 7
    Last Post: 10-22-2012, 09:19 AM
  5. Need cmd code help for vindi pls
    By lolwut o_O in forum Vindictus Help
    Replies: 6
    Last Post: 04-12-2012, 07:04 AM