top of page

LOTS of little things

  • Writer: James Shearin
    James Shearin
  • Mar 20, 2020
  • 1 min read

Algorithms

  • Merge-Sort

Example: If you were to enter (2 3 1 2 10 22 11 00001) into the console you would get back (00001 1 2 2 3 10 11 22) from the console.

  • Quick-Sort

Quick-Sort will give you back the same thing as Merge-Sort but will process faster and is slightly more difficult to implement.

Memory Editing

This program accesses the memory addresses within a game called Assault Cube (made to teach this kind of stuff) and sets the ammo every-tick to 1000. It also makes the gun fire-rate extremely faster and reads all the surrounding memory addresses to further increase the potential of the program.

WARNING: FLASHES

Color Bot for multiple uses

Example: I use to click the cookie in cookie clicker.

OpenGL Render Engine in C++

A tri-force rotate rotating around (input model here)

Thank you for your time.

 
 
 

Comentarios


bottom of page