RunFaps
GuidedHacking

GuidedHacking

patreon

GuidedHacking posts

Posts: 474 Files: 349
GuidedHacking post YouHacker Malware Analysis

YouHacker Malware Analysis

YouHacker is a new malware on the market that was discovered by Gi7Worm and was shared with me. YouHacker claims to have many different features that it is selling. The first features of the YouHacker malware is that it will take screenshots of a victims computer. It has a built in keylogger and the ability to steal passwords and other information from chrome. It also claims to steal from Steam, D...

GuidedHacking post RustLang CrackMe With ChatGPT

RustLang CrackMe With ChatGPT

With all the recent excitement around GPT-3, I figured I would see if the popular AI was up to the task of creating a simple crackme in Rust. In this video, I show the exact prompt I used to do just that. Afterward, I demonstrate compiling GPT-3's code into a release binary via VS Code, then I walk through how to successfully reverse engineer that binary via x64dbg.

Conquer Online 2 Botting

In this series of tutorials we're going to show you how to make a Conquer Online 2.0 bot. This tutorial is intended for game hacking beginners, like me, and will serve as a nice jump-off point from the GHB1 and GHB2. If you want to learn about Conquer Online 2.0 botting you're in the right place.Conquer Online 2.0, commonly abbreviated CQ2, is an MMORPG game distributed by TQ Digital. The ...

GuidedHacking post Analyzing RedLine C2 Communications

Analyzing RedLine C2 Communications

RedLine does not use a standard HTTP scheme for its C2 communications. Instead it uses SOAP over WCF to creates a channel to the C2 to pass over the exfiltrated data.Looking at a packet from a sandbox detonation of the malware in Wireshark we see that the malware will call out to the C2 and get the configuration for the malware that defines the software that it should steal from. The files and the...

GuidedHacking post Reverse Engineering Pokemon SBIN Files

Reverse Engineering Pokemon SBIN Files

In this article we're going to discuss file format reverse engineering, more specifically how to unpack an archive file. We're going to start with established file formats, and distinguish between packing and compression. At the end of this article we'll reverse engineer and unpack a real undocumented archive.

Lucky Patcher Custom Patches

In this article we're going to teach you how to make Lucky Patcher custom patches. Lucky Patcher is a utility used for loading patches, the core mechanic of these patches is pattern scanning a specified file, and then replacing the pattern with your own bytes. However, Lucky Patcher also provides "tags" used for patching libraries and non-executable files, toggling components and permi...

GuidedHacking post How Threat Actors Infect Each Other

How Threat Actors Infect Each Other

RedLine Stealer is a very common piece of malware that is used by many different threat actors. When preparing a different video for the Guided Hacking Youtube channel I downloaded a cracked version of RedLine Stealer to use for screenshots for the video. When looking at this cracked RedLine Stealer I saw that it was in fact created with a binder to infect the users that ran it. Learn more here

Steam Keys for GigaChads Only

The Escapists Steam Key GLOBAL2ETQ8-HGGIC-IW5BQAliens vs. Predator Collection Steam Key GLOBALCJNNA-V9V5K-Q49PJ

GuidedHacking post New Android Tutorial Series

New Android Tutorial Series

Android game hacking tutorials are notoriously bad, typically devoid of formatting and the authors are often incapable of speaking in complete sentences.We are trying to change that.How to Use Lucky Patcher Tutorial

How to Use LuckyPatcher

New Tutorial: Lucky Patcher is an Android application that can be used to apply code patches to other applications. Lucky Patcher is capable of applying a general set of patches to perform common tasks like remove advertisements, change permissions, and spoof in-app purchases. In this article you'll learn how to use Lucky Patcher and all of its features.We have many more Android tutorials here

GuidedHacking post How to Mod Unity Games Made With IL2CPP

How to Mod Unity Games Made With IL2CPP

In this video and accompanying article you'll learn how to hack IL2CPP games using MelonLoader. We'll take you from start to finish through the process that you need to follow for IL2CPP hacking. The video touches on a wide range of topics. First you'll learn how to MelonLoader, then we'll look at a popular melon (mod) called Unity Explorer. We browse through game code in dnSpy and...

GuidedHacking post GH Entity List Finder Tool

GH Entity List Finder Tool

Huge thank you to KISKE for making this First GH community project: GH Entity List Finder. It can be challenging to find the entity list so Guided Hacking made a tool that makes finding the entitylist in games like CSGO (counter strike global offensive) much easier. Written in C#, this tool is open source and uses the Squalr library. Guided Hacking is an online game hacking, reverse engineering & ...

Steam keys for patrons

Darksiders Warmastered Edition Steam Key GLOBALBT0EJ-T79MD-L656QWarhammer: Chaosbane (PC) - Steam Key - GLOBALDBGPW-GK86N-6EJJB

Bundling Squally With GH Subscriptions

We are now bundling Squally with our 4 year subscription, an added 25$ value. Squally is a game that teaches you the basics of assembly and game hacking in a fun way. You complete puzzles with assembly code and defeat enemies be solving binary operations.Buy here: https://guidedhacking.com/register/

GuidedHacking post Youtubers Targetted With Malware - Crypto Scams

Youtubers Targetted With Malware - Crypto Scams

RedLine Stealer is a malicious program sold on the dark web for either a one-time fee or a monthly subscription. It steals sensitive data from web browsers, including passwords, autofill data, and payment info.When running on a target machine, a system inventory is taken, including username, location, hardware, security software, etc. RedLine's newer versions can steal cryptocurrency, FTP/IM c...

GuidedHacking post Linux External Game Hack

Linux External Game Hack

This linux game hacking tutorial will teach you how to hack linux games. You can use the knowledge learned here to find offsets and make an aimbot for assault cube. Although it is not a c++ linux tutorial or trainer tutorial specifically, this linux tutorial provides the foundation for all these types of linux cheats. After completing this tutorial you will get an idea of how the linux cheatengine...

GuidedHacking post Hacking Electron Games 2 - JavaScript ModMenu

Hacking Electron Games 2 - JavaScript ModMenu

The Vampire Survivors hacking fun is far from over! In this tutorial, I'll be demonstrating how to create persistent cheats that you can use directly in-game without the need for external hacks or hooking. All you need to do is launch the game and then use the cheats within the game's window. No extra effort required!This time, instead of using Cheat Engine, we will be using Visual Studio ...

GuidedHacking post Exploit Development 6 - ROP Decoder

Exploit Development 6 - ROP Decoder

Using the encoders included in msfvenom is not the only way one could go - besides writing one's very own encoding routine and integrating the decoder stub into the shellcode, the decoding routine can also be integrated into the ROP chain which brings some advantages with it.In part 5 of the exploit development series where we wrote another DEP bypass using WriteProcessMemory, we encountered a...

GuidedHacking post LETS GOOOOOOOOOOOOO

LETS GOOOOOOOOOOOOO

GuidedHacking post GH Offset Dumper Review

GH Offset Dumper Review

In this Source Code Review - C++ HazeDumper Alternative tutorial you will learn how the alternative tool coded by Rake works and how it can benefit your reverse engineering endeavours.In this video tutorial you learn about key reverse engineering concepts used by many elite game hackers across the world. In computer game hacking an offset is where an array or data structure object indicates the di...

GuidedHacking post C++ Trampoline Hook

C++ Trampoline Hook

Learn how to perform an internal trampoline hook to redirect flow from one function to another. Simple code, fully explained. A detour can be placed anywhere and all it does is jump. In my mind, hooking better describes the art of hooking an entire function and directing it to your own function. What I have just described is what I think is best referred to as a trampoline hook. First off, a tramp...

GuidedHacking post OpenGL ESP Tutorial

OpenGL ESP Tutorial

🔥 Learn How to Make an OpenGL ESP 🔥✅ This is the 47th tutorial in the Game Hacking Bible☑️ Even if you have ZERO experience, if you follow the GHB step by step, you will become an AUTHORITATIVE EXPERT on every topic needed to make this.The game used in the video is Assault Cube or AC, even though it is old, the principles of an internal ESP are the same, this is true for an old game li...

GuidedHacking post LimeCrypter Malware Analysis

LimeCrypter Malware Analysis

LimeCrypter is a crypter that was developed by a well known malware developer named Nyan-x-Cat and the tool is available on GitHub under a repository under the same name. To understand how crypters work we will look at this lime crypter as a standard example of commonly used functionalities within these kinds of malicious tools.

GuidedHacking post dwForceJump & m_fFlags Explained

dwForceJump & m_fFlags Explained

For the past 18 years, hundreds of thousands of people have been creating bunnyhop hacks by overwriting a bitfield with a random integer without anyone caring enough to ask why.That pisses me off, so I went full retard on it as usualm_fFlags and dwForceJump are both bitfields​A bitfield is typically a 4 byte variable where each bit is a bitflag. A bitflag is a bit that represents a bool. Why? To...

GuidedHacking post Reverse Engineering TraceLine with IDA Pro

Reverse Engineering TraceLine with IDA Pro

We taught you how to find it in Source Engine. Now we teach you how to find it in Cube Engine.What is trace line?Trace line is a function which takes two positions in 3d space and discovers if there is a collision in between them. It does this by drawing a virtual line from the source to the destination and on each specific increment it detects if a collision with another object has been detected....

GuidedHacking post How to Hack Electron Games

How to Hack Electron Games

This text offers an overview of various techniques for hacking and modding electron-based games and applications. Topics covered include: identifying electron-based apps, using PowerGREP to search for data, pretty printing JavaScript files with DevTools, enabling remote debugging in Electron apps, finding data in the heap, creating hacks and cheats in CSS and JavaScript, exploring web application ...

GuidedHacking post DirectX9 Tutorial Series

DirectX9 Tutorial Series

This video will show you how to obtain the EndScene function address with the dummy device technique. Afterwards, we'll use the Trampoline function from the previous tutorial to hook it. Our hook will draw a box and a crosshair.EndScene() is the function used when the game is done drawing the next frame to display. Thus, any drawings we do will be on top of the finished scene. After our EndSce...

GuidedHacking post CSGO CreateInterface Tutorial

CSGO CreateInterface Tutorial

To build your own SDK without pasting, we previously taught you how to make a NetVar Manager. In this video we teach you how to call the game's function via their interface. You get the object address using CreateInterface()

Steam Keys for Kewl Dudes

One More Island (PC) - Steam Key - GLOBALRXHWC-XXW22-C22C9Warhammer 40,000: Mechanicus Omnissiah Edition Steam Key GLOBALLZPQ8-EIZ0Q-R3ZZY

GuidedHacking post LockBit Ransomware Analysis

LockBit Ransomware Analysis

The LockBit Ransomware is being spread through a malicious XLL document, which is a Dynamic Link Library (DLL) file that adds additional functionality to Microsoft Excel. To start the malware analysis, we will take a closer look at the XLL document to determine the malicious code it contains. The XLL document is designed to execute a dropper binary, which is a type of malicious software designed t...

More Models