Copy and paste and junk code

Posts 115 of 15 · Page 1 of 1
Copy and paste and junk code
I'm trying to make my own copy and paste and for the junk code is this fine for the code
Code:
void CMiscHacks::Junk()
{
float pJunkcode = 53219789111453;
    pJunkcode = 134111111189242;
    if (pJunkcode = 17111111132425)
        pJunkcode = 183211111111425;
    pJunkcode = 17321111111425;
    pJunkcode = 111178978911;
    if (pJunkcode = 3492511173490534);
    pJunkcode = 23048921893748943;
    pJunkcode = 4390751390453;
    if (pJunkcode = 1713892425)
        pJunkcode = 1838912425;
    pJunkcode = 17324118925;
    pJunkcode = 43578195346534;
    if (pJunkcode = 34921523473490534);
    pJunkcode = 230489213748943;
    pJunkcode = 4390751390453;
    if (pJunkcode = 1732189342425)
        pJunkcode = 18345132543425;
    pJunkcode = 1732423198465;
    pJunkcode = 435789513416534;
    if (pJunkcode = 3493462517349053474);
    pJunkcode = 2304892371148943346;
    pJunkcode = 439043753910453;
}
Anything is helpful
yes just change it up every time and add a shit tone of lines and you'll be fine
Quote Originally Posted by flowwwww View Post
yes just change it up every time and add a shit tone of lines and you'll be fine
So should I go into ever CPP file and add a class to every one of them?
Yea. an FYI of how many you need to make, I took a basic source. Added 50 new Junk classes (spread out in every source file), all different and it only changed the sig by 25% of the original build (without the junk)... Best bet is to remove or add features you don't need or you want, on top of the junk. Removing and changing code changes the signature more than junk code (for the most part).
Instead of being the one you have right there try doing this:
hastebin.com/vonucozori.cpp

and do it in Hooks, MiscHacks, ESP, Chams, RageBot, LegitBot, DLLMain, and all the .cpp files that are being used alot.
I tested this way and its undetected.
Quote Originally Posted by nertigelts View Post
Instead of being the one you have right there try doing this:
hastebin.com/vonucozori.cpp

and do it in Hooks, MiscHacks, ESP, Chams, RageBot, LegitBot, DLLMain, and all the .cpp files that are being used alot.
I tested this way and its undetected.
Ok thank you ill try it and get a new acc to try on cuz i dont have one

Edit:I have to add Junk(); though right

- - - Updated - - -

Quote Originally Posted by flowwwww View Post
yes just change it up every time and add a shit tone of lines and you'll be fine
Do you know which don't work and which do
Quote Originally Posted by adnaan99 View Post
Ok thank you ill try it and get a new acc to try on cuz i dont have one

Edit:I have to add Junk(); though right

- - - Updated - - -



Do you know which don't work and which do


You just change the values of the floats. also when you make more than one junk void you change the name.... so if you had void Junk() {} in your Aimbot, add another and call it void Junk2() {} , etc... You don't necessarily need to add the junk(); but it wont hurt. I don't paste much so I do not know if not calling Junk() would ignore the voids, however it SHOULDNT.
Quote Originally Posted by Ares Ninja View Post
You just change the values of the floats. also when you make more than one junk void you change the name.... so if you had void Junk() {} in your Aimbot, add another and call it void Junk2() {} , etc... You don't necessarily need to add the junk(); but it wont hurt. I don't paste much so I do not know if not calling Junk() would ignore the voids, however it SHOULDNT.
Ya I'm still tinkering with my hack right now to see whats working and what isn't before adding the junk.
Quote Originally Posted by adnaan99 View Post
Ya I'm still tinkering with my hack right now to see whats working and what isn't before adding the junk.
Which base are you using?
Quote Originally Posted by adnaan99 View Post
Ok thank you ill try it and get a new acc to try on cuz i dont have one

Edit:I have to add Junk(); though right

- - - Updated - - -



Do you know which don't work and which do
bit late reply but
if your Junk Function is in a different cpp from the one your calling from then Go in the samename as the cpp .h and add external void Junk(); then do #include "name here.h" in the one your calling from

else if junk is in .h file then just do #include "name here.h" in the one your calling from

else if junk is in the same file as your calling from then just make sure the junk function is above the one your calling it from
Quote Originally Posted by hotted1135 View Post
bit late reply but
if your Junk Function is in a different cpp from the one your calling from then Go in the samename as the cpp .h and add external void Junk(); then do #include "name here.h" in the one your calling from

else if junk is in .h file then just do #include "name here.h" in the one your calling from

else if junk is in the same file as your calling from then just make sure the junk function is above the one your calling it from
Kinda but this will help to make it easier thanks
Quote Originally Posted by nertigelts View Post
Instead of being the one you have right there try doing this:
hastebin.com/vonucozori.cpp

and do it in Hooks, MiscHacks, ESP, Chams, RageBot, LegitBot, DLLMain, and all the .cpp files that are being used alot.
I tested this way and its undetected.
Whenever I try to build my cheat i get Junk(); is undefined
Add more lines junk. 6k.
Quote Originally Posted by An0m4ly_15 View Post
Add more lines junk. 6k.
shit thats alot
Quote Originally Posted by adnaan99 View Post
shit thats alot
Joke but min. 50 rows i thinkl
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?