Notes From Updater:Hey guys, I am pretty new to this community and have involved myself in the poly meme project. I have asked permission from HitByParkedCar to update it and here it is. He is taking a break from the project to do some things with direct x so I have decided to update a few things. In the future he will probably maintain the project again, or at least post it.
What is a PolyHack and why is it superior to other hacks?
A PolyHack is a regular CS:GO hack, but it utilizes Merccy's PolyLoader's string swapping and encryption. It makes it very hard for VAC to detect the cheat, as every hack you load is different to another person's, so the signature keeps changing.
What's New?
Signature Update
Small Fixes/Optimizations
Features
Triggerbot HOLD ALT
SlowAim
Health Based ESP
Crosshair ESP
Radar
AutoPistol (Left Mouse)
Bunnyhop
Videos
Instructions
INSTRUCTIONS 1. Download PolyLoader and follow ALL the instructions here. PolyLoader
1a. Ensure that you have installed Visual Studio 2013 Express For Desktop because so many people miss out on this crucial step.
2. Move PolyLoader into the same file location as the .zip
3. Run PolyLoader as ADMIN
4. Compile hack
5. Profit??
Credits:
HitByParkedCar
WasserEsser for some things
Adri308 for commenting code + bug fixing
ViKiNG
Steady
& Lord Helios a bit for updating ;)
nice! can u add so we can change buttons for triggerbot?
Looks Good can't Wait
Originally Posted by affe2626
nice! can u add so we can change buttons for triggerbot?
You can change it in the source code before compiling.
Im confused do you not need to show virus scans for this?
im pretty sure open source means you can look at script
Ah you might be right
Originally Posted by IncredibleMoose
Im confused do you not need to show virus scans for this?
I do not because it is just source code that you compile yourself using PolyLoader.
- - - Updated - - -
Originally Posted by EverythingEZ
im pretty sure open source means you can look at script
It is not a script, but it is code that is compiled using Poly Loader.
oh yea i forgot it was opensource, but still it would be good for new ppl if it already was implemented in the cheat but stil nice cheat!
/Approved. Post back results. Also, @Lord Helios, next time please scan the content with Virus Total and Jotti's malware scan and post the links of the scans here. Added them for you this time.
Originally Posted by Hunter
/Approved. Post back results. Also, @Lord Helios, next time please scan the content with Virus Total and Jotti's malware scan and post the links of the scans here. Added them for you this time.
In previous PolyMeme posts some staff said that the virus scan did not need to be posted because it is just source code.
I thought PolyHacks were died for a while!
I still used the one by Radu97 for a while, so if anyone never tried a polyhack, this is the kind of hack for you, it lasted for 3 weeks (and still more) and still no detection.
Anyway, nice work!
Originally Posted by Marco Federici
I thought PolyHacks were died for a while!
I still used the one by Radu97 for a while, so if anyone never tried a polyhack, this is the kind of hack for you, it lasted for 3 weeks (and still more) and still no detection.
Anyway, nice work!
No problem! I mainly just updated the offsets, and most of the work is done by @HitByParkedCar but he is taking a break from PolyMeme.
im new to csgo mods/hacks how do i install these??
Originally Posted by zebrice
im new to csgo mods/hacks how do i install these??
There's a spoiler called 'Instructions' in this post.
- - - Updated - - -
Originally Posted by affe2626
nice! can u add so we can change buttons for triggerbot?
If you are interested in changing the buttons, download devc++ (or any c++ editor), open PolyMeme v8.2_mpgh.net.zip with WinRAR, go into the 'src' folder and open Source.cpp with the editor.
Scroll down until you see this:
Now edit the if (GetAsyncKeyState(button) & Pressed) condition of the function you want to edit with the button you want to.
You can find the virtual key codes here.