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 › Main › General › JevaEngine -- A glimpse of what I've been working on.

JevaEngine -- A glimpse of what I've been working on.

Posts 1–15 of 37 · Page 1 of 3
radnomguywfq3
radnomguywfq3
JevaEngine -- A glimpse of what I've been working on.
The engine is actually written in Java. There are several reasons for this, and I'll state them before being questioned about it.
1. programming my anti-hack driver was making me insane, I needed a break from anything C\C++ related.
2. We're taking some classes on it in school, so I'd thought I'd review a bit of it.
3. Portability(not a big one, not like I give a shit about you mac users)
4. There isn't much of a need to write a graphics engine, the game is simple enough that it won't require much processing by the host computer.

Essentially, I've setup a server that queries information about accounts from an Sql database(whether they exist, their permissions, banned or not, etc..). Most of the networking is setup(chatting system, player movement), I still need to sync the player movement. There's also some small and rare glitches with the rendering which need to be fixed. You guys might want to look into it next(or next next) week, maybe the week after. I'll be holding some map\object making contests if you're interested(nothing to win though D: ) I plan to keep this closed source because I may be able to use it for future projects in school.

I'll show you the map, the reason it has no surrounding interface is because I've coppied the game and the mapping part over to another project so I can test the mapping system without having to start the server and login. You don't want to see the interface anyway, it's ugly as hell atm, just colored rectangles\squares. I did all the crappy graphics myself, my brother says they don't look too bad, so do I, but hell, you people see graphics in a completely different way then I.

Btw: Ignore the blue dot, that's a marker to check if my screen to world methods are working.

#1 · 17y ago
Toxin
[MPGH]Toxin
.
#2 · 17y ago
theexploited1
theexploited1
Quote Originally Posted by Jetamay View Post
The engine is actually written in Java. There are several reasons for this, and I'll state them before being questioned about it.
1. programming my anti-hack driver was making me insane, I needed a break from anything C\C++ related.
2. We're taking some classes on it in school, so I'd thought I'd review a bit of it.
3. Portability(not a big one, not like I give a shit about you mac users)
4. There isn't much of a need to write a graphics engine, the game is simple enough that it won't require much processing by the host computer.

Essentially, I've setup a server that queries information about accounts from an Sql database(whether they exist, their permissions, banned or not, etc..). Most of the networking is setup(chatting system, player movement), I still need to sync the player movement. There's also some small and rare glitches with the rendering which need to be fixed. You guys might want to look into it next(or next next) week, maybe the week after. I'll be holding some map\object making contests if you're interested(nothing to win though D: ) I plan to keep this closed source because I may be able to use it for future projects in school.

I'll show you the map, the reason it has no surrounding interface is because I've coppied the game and the mapping part over to another project so I can test the mapping system without having to start the server and login. You don't want to see the interface anyway, it's ugly as hell atm, just colored rectangles\squares. I did all the crappy graphics myself, my brother says they don't look too bad, so do I, but hell, you people see graphics in a completely different way then I.

Btw: Ignore the blue dot, that's a marker to check if my screen to world methods are working.

ummmm kool? so is it guna be a game? or what cuz if it is lol id rather play runescape lol no offence

Edit: if its your first time doing java then its great but if its not then you suck lol no offence
#3 · 17y ago
radnomguywfq3
radnomguywfq3
Yes it's going to be a game. And you haven't played it, all you've seen is a poorly decorated map(because I haven't written a map maker yet, and it has to be done manually via text editor).

And obviously you've never written a game -- or anything to be frank to say that.
#4 · 17y ago
theexploited1
theexploited1
Quote Originally Posted by Jetamay View Post
Yes it's going to be a game. And you haven't played it, all you've seen is a poorly decorated map(because I haven't written a map maker yet, and it has to be done manually via text editor)
yeah i know lol im just giving you a hard time lol it look good lol
#5 · 17y ago
Sjoerd
Sjoerd
jeta i can go in closed beta rite?
#6 · 17y ago
theexploited1
theexploited1
Quote Originally Posted by Jetamay View Post
Yes it's going to be a game. And you haven't played it, all you've seen is a poorly decorated map(because I haven't written a map maker yet, and it has to be done manually via text editor).

And obviously you've never written a game -- or anything to be frank to say that.
accualy i did write a java script game it turned out good but before i could put it on blast for open bata my hard drive died so yeah.... never written one sence lol
#7 · 17y ago
iHolyElement
iHolyElement
Quote Originally Posted by theexploited1 View Post
ummmm kool? so is it guna be a game? or what cuz if it is lol id rather play runescape lol no offence
-agreed

-runs
#8 · 17y ago
radnomguywfq3
radnomguywfq3
Sijla, all of MPGH can, it still has a bit of work that needs to be done on it. Like player equip system(although I already have that half way considering the point system is already integrated). Also needs a hella more map objects. Maybe in the next week or so.
#9 · 17y ago
Czar
Czar
Damn..
All ive used when it comes to game making is.. Eclipse, Crystal space, Blender, and flash..
Nice work as always Jeta..
I look forward to hearing more..
Keep up the good work.
^-^
#10 · 17y ago
Toxin
[MPGH]Toxin
Make Czar help.
#11 · 17y ago
radnomguywfq3
radnomguywfq3
iHolyElement, theexploited1, Jagax is probably a group of several programmers -- professional programmers probably two times my age with a lot more money then I. It's not a fair comparison.
#12 · 17y ago
Czar
Czar
Quote Originally Posted by Toxin View Post
Make Czar help.
Other then the fact i'm a novice at java thats a great idea.
... I could only help with gfx..
#13 · 17y ago
iHolyElement
iHolyElement
Quote Originally Posted by Jetamay View Post
iHolyElement, theexploited1, Jagax is probably a group of several programmers -- professional programmers probably two times my age with a lot more money then I. It's not a fair comparison.
Runescape will be compition, im just saying. Runescape is more... advanced?
#14 · 17y ago
theexploited1
theexploited1
Quote Originally Posted by Jetamay View Post
iHolyElement, theexploited1, Jagax is probably a group of several programmers -- professional programmers probably two times my age with a lot more money then I. It's not a fair comparison.
lol dude did you see what i typed?!?!?!?! i said i was just f*cking!!! with !!!! you!!! lol it looks good lol stop getting heated lol
#15 · 17y ago
Posts 1–15 of 37 · Page 1 of 3

Post a Reply

Similar Threads

  • Here is what I have been working on so far...By Allan990 in Combat Arms Discussions
    2Last post 16y ago
  • What GodHack2 has been up toBy GodHack2 in Combat Arms Discussions
    20Last post 16y ago
  • What I've been up toBy Haze in General
    9Last post 15y ago
  • What Obama has been doin.By Hagerad in General
    11Last post 16y ago
  • What have you been banned for?..:PBy omghechams in CrossFire Discussions
    21Last post 15y ago

Tags for this Thread

#glimpse#jevaengine#working