-
Notifications
You must be signed in to change notification settings - Fork 9
singlefile v1.4 #13
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
base: old
Are you sure you want to change the base?
singlefile v1.4 #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! I didn’t think of using a constexpr here.
Hey @es3n1n, I was wondering if you had any experience with Surface::DrawFilledRectFade, because I'm trying to use it for color pickers. This works: I'll push my changes so far and please let me know if you see an issue. |
Oh haha thanks I didn't think this min/max. |
@exploitmafia is there any point in these 2 undefs? singlefile/SingleFile/main.cpp Line 48 in 4917659
singlefile/SingleFile/main.cpp Line 49 in 4917659
Asking because i've removed them and everything works fine 🤷 |
Uh I believe there was some collision with ID3DXFont's DrawText and GDI?'s (don't really remember)'s CreateFont. d3d9 is no longer included, but if it works that's great. |
Cool! This colorpicker will really increase the line count but I plan on adding chams and glow, which is why I'm bothering with the colorpicker so I think doubling the line maximum for now is fine. |
@zucarichard not sure what do you mean, please open an issue for that. This isn't related to this PR. |
i haven't forgot about this project, i've been very busy however i will continue work on singlefile at some point in the future. |
can you add a clantag changer using globalvars, im trying but my game starts getting high netvar values and lag. |
I'm using you mean using a clantag with a switch statement based on a modulo (%) operation to determine the tag. You cannot set a clantag just using global vars; you will probably use a pattern-scanning determined function pointer to a CS:GO function that will set your tag. The Osiris project has an example of this. Also, next time please make an issue for feature suggestion / help. |
I’m closing this as i’m working on SingleFile v2. I appreciate all of the work from other contributors, but I encourage anyone who wants to, to contribute to the new build. I’m not going to work that fast, but hopefully soon i’ll have some things dumb |
I will not push this to main until I have the following features working:
I may consider increasing the line count cap to 2500 or 5000 depending on this. I also might want to make a proper menu with tabs during this.