Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

George Floyd ESP #103

Open
puppygirlcoded opened this issue May 21, 2021 · 4 comments
Open

George Floyd ESP #103

puppygirlcoded opened this issue May 21, 2021 · 4 comments

Comments

@puppygirlcoded
Copy link

`if (variables::hacks::george_floyd_esp)
{
render::draw_filled_rect(bbox.x, bbox.y, bbox.w, bbox.h, entity->dormant() ? history : color(212, 212, 212));
render::draw_filled_rect(bbox.x + (bbox.w / 2) - (bbox.w / 4), bbox.y - 25, bbox.w / 2, 25, entity->dormant() ? history : color(51, 29, 0)); //head
render::draw_filled_rect(bbox.x + (bbox.w / 2) - (bbox.w / 4) + 2, bbox.y - 22, 8, 8, entity->dormant() ? history : color(255, 255, 255)); //left eye white
render::draw_outline(bbox.x + (bbox.w / 2) - (bbox.w / 4) + 2, bbox.y - 22, 8, 8, entity->dormant() ? history : color(0, 0, 0)); //left eye white outside
render::draw_filled_rect(bbox.x + (bbox.w / 2) - (bbox.w / 4) + 2 + (bbox.w / 4), bbox.y - 22, 8, 8, entity->dormant() ? history : color(255, 255, 255)); //right eye white
render::draw_outline(bbox.x + (bbox.w / 2) - (bbox.w / 4) + 2 + (bbox.w / 4), bbox.y - 22, 8, 8, entity->dormant() ? history : color(255, 255, 255)); //right eye white
render::draw_filled_rect(bbox.x - 20, bbox.y, 20, 20, entity->dormant() ? history : color(212, 212, 212)); //left shoulder
render::draw_filled_rect(bbox.x + bbox.w, bbox.y, 20, 20, entity->dormant() ? history : color(212, 212, 212)); //right shoulder
render::draw_filled_rect(bbox.x - 20, bbox.y + 20, 20, bbox.h - 40, entity->dormant() ? history : color(51, 29, 0)); //left arm
render::draw_filled_rect(bbox.x + bbox.w, bbox.y + 20, 20, bbox.h - 40, entity->dormant() ? history : color(51, 29, 0)); //right arm

	render::draw_filled_rect(bbox.x + 1, bbox.y + bbox.h, bbox.w / 4, bbox.h - 20, color(52, 127, 247)); //left leg
	render::draw_filled_rect(bbox.x + bbox.w - 1 - bbox.w / 4, bbox.y + bbox.h, bbox.w / 4, bbox.h - 20, color(52, 127, 247)); //right leg
	render::draw_filled_rect(bbox.x + 1, bbox.y + bbox.h + bbox.h - 20, bbox.w / 4, 20, color(0, 0, 0)); //left shoe
	render::draw_filled_rect(bbox.x + bbox.w - 1 - bbox.w / 4, bbox.y + bbox.h + bbox.h - 20, bbox.w / 4, 20, color(0, 0, 0)); //right shoe

	render::draw_line(bbox.x + bbox.w - 10, bbox.y - 20, bbox.x + bbox.w - 2, bbox.y - 35, color(255, 255, 255));
	render::draw_line(bbox.x + bbox.w - 10, bbox.y - 20, bbox.x + bbox.w + 4, bbox.y - 29, color(255, 255, 255));
	render::draw_outline(bbox.x + bbox.w - 2, bbox.y - 50, 150, 25, color(255, 255, 255));
	render::text(bbox.x + bbox.w + 2, bbox.y - 45, render::fonts::watermark_font, "i cant breathe", false, color(255, 255, 255));
}`

have fun

@designer1337
Copy link
Owner

breathtaking work

@puppygirlcoded
Copy link
Author

breathtaking work

very and good suggestion add fade rect and rounded rect yesyes

@Memz4u
Copy link

Memz4u commented Sep 27, 2021

it says bbox is undefined

@matix2
Copy link

matix2 commented Jul 30, 2022

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants