Giter VIP home page Giter VIP logo

cheatarchive's Introduction

Tags

internal data hack discord driver external ioctl cheats cracked fortnite spoofer fortnitehack fortnite-esp valorant-driver spoofer-eac spoofer-valorant fortniteexternal fortnite-driver-source fortnit-driver-leak fortnitedriver

Fortnite Cheatarchive

Some leaked sources. Fortnite ext/int, Spoofer perm/temp Valorant ext/int.

Note

These sources are all leaked nothing here is "UD" or updated you will have to change some stuff to make it good.

Warning

Doublecheck for rats! These sources are just reposted and sorted out (check .vcxproj file for externally downloads, .lib files)

The sources are heavily outdated after the newest update so you will have to implement this into your paste to get it working.

Main.cpp: (code to read out "dynamic_uworld" this it very important!)

int64 va_text = 0;
for (int i = 0; i < 25; i++)
	if ((driver.read<int32>(base_address + (i * 0x1000) + 0x250)) == 0x260E020B)
	{
		va_text = base_address + ((i + 1) * 0x1000);
		dynamic_uworld = offset::uworld + va_text; //offset::uworld or 0x129DEDD8 (19.06.24)
	}

Cache.h (read uworld using the premade "dynamic_uworld")

arrays->uworld = driver.read<uintptr_t>(dynamic_uworld);

Offsets.h (just definition (you can also define it somewhere else))

__int64 dynamic_uworld;
dynamic_uworld tested (24.06.24)
state: Working

Credits

Enigmasolutions

Support Discord: @ndyjan1336 or https://discord.com/users/1252627679392305162

cheatarchive's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.