Search:

Type: Posts; User: Sandwich

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    15,562

    [Source Code] This thread purposely only provides the function....

    This thread purposely only provides the function.

    You need a basic knowledge in C++. I nor any other developer (Unless they're extremely nice), will provide everything on a silver platter.
  2. Replies
    6
    Views
    2,872

    [Discussion] Extreme injector has been detected for year(s),...

    Extreme injector has been detected for year(s), since 2016 actually. Make your own or find a lowkey injector that hasn't been published wide spread.
  3. Replies
    1
    Views
    1,550

    [Help] You'll only receive a VAC or untrusted ban if the...

    You'll only receive a VAC or untrusted ban if the cheat is detected, or if you're using an internal and don't inject it properly.
  4. Replies
    1
    Views
    1,182

    Open console and you can see each individual...

    Open console and you can see each individual players IP address while you're in game. Pretty simple. I am not going to explain how to create a dump or botnet.
    Of course any major company is going...
  5. Replies
    1
    Views
    661

    [Discussion] You can still read and write memory using the...

    You can still read and write memory using the null base but I would highly recommend making a wpm / rpm function yourself or changing the signature of the program to avoid detection. Null's base is...
  6. Replies
    534
    Views
    192,638

    [Release] Seeing as you posted the same question in the...

    Seeing as you posted the same question in the CSGO Discussions forum, and didn't have the patience for someone to respond. Lmaochau provided the simple version of my explanation on your OG post. I...
  7. Replies
    1
    Views
    1,026

    [Help] Mind you I haven't touched CS:GO in over a year...

    Mind you I haven't touched CS:GO in over a year but if I remember correctly; Trust factor includes the total amount of reports, how many times "x" account has entered Overwatch, etc. I am thinking...
  8. Replies
    2
    Views
    224

    [Solved] I found my old phone but the battery is...

    I found my old phone but the battery is completely dead. I need to replace it to toggle the authenticator. :/
  9. Replies
    2
    Views
    224

    [Solved] 2FA - Sandwich

    Hi, I recently had my iPhone replaced and lost the google authenticator codes for everything. I know I've been a ghost for the past year; renovations, education, and family have taken priority. My...
  10. VAC bans will transfer to other connected...

    VAC bans will transfer to other connected accounts (ie. same email, prime phone number). Other than that, you most likely exceeded the maximum amount of reports needed to be sent to Overwatch. The...
  11. Replies
    5
    Views
    886

    [Discussion] Along with that comes the user(s) knowledge,...

    Along with that comes the user(s) knowledge, that's what I mean by "less user friendly". One mistake and you may need to reset windows :D. Other than initializing the driver, the overall cheat...
  12. Replies
    5
    Views
    886

    [Discussion] Simple Explanation: Driver based cheats take time...

    Simple Explanation: Driver based cheats take time and effort to maintain. Most developers would rather be payed for their work. They are also less user friendly.
  13. Replies
    8
    Views
    1,678

    [Info] What's a better method to implement engine radar?...

    What's a better method to implement engine radar? I am curious and I don't mean an actual radar.
  14. Replies
    5
    Views
    554

    [Help] To be honest don't even try to modify that...

    To be honest don't even try to modify that source. You won't have a clue on how to work with vectors if you don't even know what OOP stands for.
  15. Replies
    5
    Views
    554

    [Help] Browse the forums, watch some YouTube videoes,...

    Browse the forums, watch some YouTube videoes, and ask Google. There are tons of tutorials out there. I would suggest creating an external as your first project as they are much easier to code and...
  16. Replies
    5
    Views
    554

    [Help] Delete any cpp / header file you don't want and...

    Delete any cpp / header file you don't want and remove the includes of said files in the rest of the project to avoid errors. You may need to modify the source completely if you only want aimbot. It...
  17. Thread: how chams

    by Sandwich
    Replies
    3
    Views
    496

    [Help] CLR (Common Language Runtime) = Variable used to...

    CLR (Common Language Runtime) = Variable used to decide what color the chameleon skin should be.

    //Example
    if (entity.team == TEAM_COUNTER_TERRORIST &&
    entity.defusing)
    clr =...
  18. Replies
    8
    Views
    1,678

    [Info] You will need the following to create an external...

    You will need the following to create an external engine radar;


    1. Memory management class
    1a. Function to attach to a process and open a handle.
    1b. Generic function(s) to read and...
  19. [Source Code] The MemMan memory class is from GH and you're...

    The MemMan memory class is from GH and you're opening a handle to write to memory when you're already injected into the process. It's not necessary and all it does is increase your risk of being...
  20. [Source Code] Nice paste. Internal but still opens a handle and...

    Nice paste. Internal but still opens a handle and writes to memory... /facefloor
  21. Replies
    46
    Views
    15,632

    [Outdated] Thank you, finally an answer! I am working on a...

    Thank you, finally an answer! I am working on a fix now.
  22. Thread: how chams

    by Sandwich
    Replies
    3
    Views
    496

    [Help] mem.Write(entity.dwCEntity +...

    mem.Write<CRGBA>(entity.dwCEntity + offsets.m_clrRender, clr);

    CRGBA is a byte struct. You can convert external -> internal, I am lazy and you need more than copy pasta knowledge.
  23. Replies
    46
    Views
    15,632

    [Outdated] It's a common issue. Try restarting steam or your...

    It's a common issue. Try restarting steam or your PC. I am planning on removing the catch attempts in the upcoming version.
  24. Replies
    46
    Views
    15,632

    [Outdated] Can you please explain what about aimbot isn't...

    Can you please explain what about aimbot isn't working? I tested it, and it's fine. I don't know what I should fix if people keep leaving opened ended statements.
  25. Replies
    46
    Views
    15,632

    [Outdated] What about aimbot doesn't work?

    What about aimbot doesn't work?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4