Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › C++/C Programming › JetaEngine Development

JetaEngine Development

Posts 1–15 of 28 · Page 1 of 2
radnomguywfq3
radnomguywfq3
JetaEngine Development
You may find some segments of the code are a little messy, for example, when defining a new struct I go :
Struct sName;
sName.propertie = 50;
sName.propertie2 = 83;

etc, but it's to simplify debugging. There are a couple of compile warnings, that's due to my use of strcpy opposed to strncpy, and casting from float to integer warnings, that's because the RECT struct uses float properties, and I'm setting them with parameters given by the caller, which are int. I programmed all the classes, and there are one or two in there that aren't used. Anyway, I hope you find the classes useful

Important Notes :
When you download the source, winTest\ttest can be deleted along with winTest\ttest I used those projects with in my solution to test out several methods I made.


In some cpp files you will find a commented out header information, that was so I could scroll up and figure out which methods and variables I should be using. In GameEngineSettings.h, if debug is defined, it will look for all the files in C:\game\, otherwise it will look in the local directory. Have fun, and I hope you learn. BTW : These objects can be used to create a pretty epic d3d menu with a bit of modding if that gets you interested.

Download (9mb due to game files I assume): **********: Easy Filehosting

If you need any help, just post a reply. Make sure it's not a retarded question. I will be posting an ollyDbg debugging tutorial shortly.
#1 · edited 17y ago · 17y ago
u1111u
u1111u
wat does it do..?
#2 · 17y ago
Obama
Obama
Quote Originally Posted by u1111u View Post
wat does it do..?
It makes yogurt taste like ice cream.
#3 · 17y ago
Lolland
Lolland
Quote Originally Posted by jussofresh1 View Post
It makes yogurt taste like ice cream.
O RLY? I am totally gonna try this out.

Edit: It dun work! :@
#4 · 17y ago
arunforce
[MPGH]arunforce
You should really release it under a license, just in case shit happens.

Because... shit always happens. =_=
#5 · 17y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by arunforce View Post
You should really release it under a license, just in case shit happens.

Because... shit always happens. =_=
:X I will once I get the map editor completed. If I can get some devlopers to tag along with me, from there on it'll be a closed source project.
#6 · edited 17y ago · 17y ago
radnomguywfq3
radnomguywfq3
I'm uploading the latest version of the code Saturday. It should include a scripting call table, and an array of methods to load and execute scripts. The call table is actually quite neat. You defined a library, DLL, and then you go :
MethodNameUsedInScript:ExportedSymbolFromLibraryNa me
Be aware when using this that you must create your own .def files to prevent your compiler from decorating exported symbols. -_- Or you can just compile, and look at the dump for imports and use the decorated version :S
#7 · 17y ago
Lolland
Lolland
This time make it so that yogurt does taste like ice cream
#8 · 17y ago
AP
AppLett
Quote Originally Posted by lolland View Post
O RLY? I am totally gonna try this out.

Edit: It dun work! :@
Did you compile?
#9 · 17y ago
foodman
foodman
Quote Originally Posted by Obama View Post
It makes yogurt taste like ice cream.
lol wow xD
#10 · 17y ago
radnomguywfq3
radnomguywfq3
jetaEngine development team.
Currently, jetaEngine is an open source project. Later in development it will become close-sourced. The source-code to our project(the map maker at the moment) can be found at iviolate.co.uk . The map maker will be the base of our design. The scripting system, map format system and sprite loading system will be based off of it. Here's a more indepth description of the folders and files in the server :

(original) Bulk Solution:
The whole project, this isn't kept up to date though
game.rar :
The files the executable needs to be in to execute
sourcefiles :
Contains the latest headers\source files of the project to update the bulk solution.

If you want to apply as staff, please post a well formatted profile.

#11 · 17y ago
EN
[MPGH]EndRiT
I apply to be Official Tester when it gets implemented into a game.
#12 · 17y ago
GG2GG
GG2GG
Application
-----------------------
Name: Greg
Age: 16
Time Programing with C++: less than 24 hours
GFX Skills: Ok :O
What else can you bring to the group: i donated u hosting for development.
i can pwn at gfx when i want to.

i put my self on the mo effin dev team but that can be a template for ******s
#13 · 17y ago
Toymaker
Toymaker
In case you noticed I merged the Development threads together. I think we're going to start working hard on the engine and complimentary anticheat now. That means it'll soon be official who is and isn't in the team.
#14 · 17y ago
hotfudge2100
hotfudge2100
Is this a game or a engine like Cheat engine and MHS??
#15 · 17y ago
Posts 1–15 of 28 · Page 1 of 2

Post a Reply

Similar Threads

  • Direct-X Tutorials (Game Development)By Dave84311 in C++/C Programming
    12Last post 17y ago
  • Developing an aimbot that works with information stored in memory... Need assistanceBy ScottOwnsK in General
    2Last post 19y ago
  • Developer's Mode // GPS for those who requested it.By KenCat in WarRock - International Hacks
    22Last post 19y ago
  • Driver Development Kit/ PlzBy Stefanlg14 in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

#development#jetaengine