cheat – Hackaday https://hackaday.com Fresh hacks every day Sat, 30 Apr 2022 06:29:30 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 156670177 Aimbot Does it in Hardware https://hackaday.com/2022/04/30/aimbot-does-it-in-hardware/ https://hackaday.com/2022/04/30/aimbot-does-it-in-hardware/#comments Sat, 30 Apr 2022 23:00:01 +0000 https://hackaday.com/?p=532725 Anyone who has played an online shooter game in the past two or three decades has almost certainly come across a person or machine that cheats at the game by …read more]]>

Anyone who has played an online shooter game in the past two or three decades has almost certainly come across a person or machine that cheats at the game by auto-aiming. For newer games with anti-cheat, this is less of a problem, but older games like Team Fortress have been effectively ruined by these aimbots. These types of cheats are usually done in software, though, and [Kamal] wondered if he would be able to build an aim bot that works directly on the hardware instead.

First, we’ll remind everyone frustrated with the state of games like TF2 that this is a proof-of-concept robot that is unlikely to make any aimbots worse or more common in any games. This is mostly because [Kamal] is training his machine to work in Aim Lab, a first-person shooter training simulation, and not in a real multiplayer videogame. The robot works by taking a screenshot of his computer in Python and passing the information through a computer vision algorithm which recognizes high-contrast targets. From there a PID controller is used to tell a series of omniwheels attached to the mouse where to point, and when the cursor is in the hitbox a mouse click is triggered.

While it might seem straightforward, building the robot and then, more importantly, tuning the PID controller took [Kamal] over two months before he was able to rival pro-FPS shooters at the aim trainer. It’s an impressive build though, and if one of his omniwheel motors hadn’t burned out it may have exceeded the top human scores on the platform. If you would like a bot that makes you worse at a game instead of better, though, head over to this build which plays Valorant by using two computers to pass game information between.

]]>
https://hackaday.com/2022/04/30/aimbot-does-it-in-hardware/feed/ 27 532725 hardware-aimbot-main
GTA V Mod Shows (And Cheats) Those Stunt Jump Hoops https://hackaday.com/2020/08/21/gta-v-mod-shows-and-cheats-those-stunt-jump-hoops/ https://hackaday.com/2020/08/21/gta-v-mod-shows-and-cheats-those-stunt-jump-hoops/#respond Fri, 21 Aug 2020 11:01:24 +0000 https://hackaday.com/?p=428063 While the recent announcement of Grand Theft Auto V for the upcoming next-generation game consoles was a disappointment for those fervently waiting for a successor in the infamous video game …read more]]>

While the recent announcement of Grand Theft Auto V for the upcoming next-generation game consoles was a disappointment for those fervently waiting for a successor in the infamous video game series, it shows that after almost seven years of its initial release, the epic title is still going strong — and rightfully so. But a game as varied and complex as GTA V isn’t without some quirks, especially if you’re going for 100% completeness.

The stunt jumps seem a particular pesky nut to crack here, so [Anthony Som] made it his mission to shed some light on what qualifies as a successful jump by reverse engineering the system and writing both a mod for displaying the landing zone and a cheat to instant success.

If you’re not familiar with the game, its vast open world map features a variety of side quests, one of them being stunt jumps, where certain locations allow you to launch the vehicle you’re driving into the air in hopes to land on an adjacent road or area — whether to evade the people chasing you, or just for fun. There’s no telling how to actually succeed though, the game just tells you if you did or not afterwards, causing some degree of frustration. As an avid speedrunner (as in finishing a game in the shortest possible time), [Anthony] was looking for a way to increase the success rate for those stunt jumps, and decided to dig into the code to find out how to get there. Of course, being a proprietary game, he had to resort to reverse engineering and utilizing GTA’s vivid modding scene to do so.

His initial outcome was a mod that displays the launch and landing area as rectangles inside the game itself, which was a great help. But well, after already getting that far, [Anthony] figured he might as well continue and add a cheat mode to teleport the car right inside that expected landing area and be done with second-guessing his attempts once and for all.

If you’re curious about modding GTA yourself, his write-up has a few good pointers for that, and of course features some real examples of it. Whether this is a good idea for the self-driving AI that uses GTA as learning environment is probably a different story though.

]]>
https://hackaday.com/2020/08/21/gta-v-mod-shows-and-cheats-those-stunt-jump-hoops/feed/ 0 428063 gta-stuntjumps
Pokemon Go Egg Incubator Takes Your Eggs For A Spin https://hackaday.com/2016/07/18/pokemon-go-egg-incubator-takes-your-eggs-for-a-spin/ https://hackaday.com/2016/07/18/pokemon-go-egg-incubator-takes-your-eggs-for-a-spin/#comments Mon, 18 Jul 2016 18:31:22 +0000 http://hackaday.com/?p=214505 Pokemon Go has done a great service to the world health. Or would’ve done, if we wouldn’t hack it all the time. The game suggests, you breed Pokemon eggs by walking them …read more]]>

Pokemon Go has done a great service to the world health. Or would’ve done, if we wouldn’t hack it all the time. The game suggests, you breed Pokemon eggs by walking them around, but [DannyMcMurray] has a better idea: Strapping your smartphone to the propeller of a fan and taking them for spin that way.

He shows how he built a Pokemon incubator using just a rubber band and a fan. This little trick saves you from physically leaving the house, but the process is still painstakingly slow: The time-lapse spin in the video results in about 0.01 km of progress, 0.5 % of the required 2 km. You need to spin your phone for over two hours until the little fellow hatches.

That said, we’re still left scratching our heads. Pokemon Go depends heavily on GPS. Why would the egg incubator not be constrained to this as well. If you have the answer, or have tried this and can confirm that it works, we want to hear from you in the comments below.

Need an assist for better PokeBall throws? Check out this papercraft guide rail that works every time.

]]>
https://hackaday.com/2016/07/18/pokemon-go-egg-incubator-takes-your-eggs-for-a-spin/feed/ 65 214505 pokemon_incubator_featured
Cheat your way through the original Prince of Persia https://hackaday.com/2012/06/28/cheat-your-way-through-the-original-prince-of-persia/ https://hackaday.com/2012/06/28/cheat-your-way-through-the-original-prince-of-persia/#comments Thu, 28 Jun 2012 11:01:31 +0000 http://hackaday.com/?p=78190 …read more]]>

If you don’t have the patience to play through the original Prince of Persia perhaps you should just cheat? [BLuRry] has made this easy for us, by building Prince of Persia cheats into JACE, the Java Apple Computer Emulator.

He shows off the emulator and the cheats he added in the video after the break. We saw the ability to teleport anywhere, kill enemies immediately, and open gates and exits. All of this happens with the click of a mouse. But there’s also a configuration screen used to enable the cheats that offers a handful of other cheat options that weren’t original to the game. [BLuRry] managed to roll these cheats into the emulator after some thoughtful study of the original source code which [Jordan Mechner] recently released after the once-lost floppy discs storing the ancient digital gem were discovered.

You know, we always see people running doom on various types of hardware. Maybe we should start using PoP as our go-to novelty game?

]]>
https://hackaday.com/2012/06/28/cheat-your-way-through-the-original-prince-of-persia/feed/ 3 78190 cheating-on-prince-of-persia
Cheating RockBand (again) https://hackaday.com/2009/10/30/cheating-rockband-again/ https://hackaday.com/2009/10/30/cheating-rockband-again/#comments Fri, 30 Oct 2009 13:16:10 +0000 http://hackaday.com/?p=17916 …read more]]> [youtube http://www.youtube.com/watch?v=T0mIkkwUq0g&feature=player_embedded%5D

Sure making a robot that plays the game RockBand for you seems a little cheap at first, but no human can possibly hit that 30 triplet note straight ending in a button mashing contest. To finally get his high score [Joe] made a setup to play the game for him, on the iPhone. We’ve seen some very different Guitar Hero hacks before, but none that had to get around the touch capacitance screen on the iPhone. What version of the game should be hacked next? We think Football Hero would be a good start.

[via Make]

]]>
https://hackaday.com/2009/10/30/cheating-rockband-again/feed/ 17 17916