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 › Other Programming › Java › Java to HTML?

Java to HTML?

Posts 1–4 of 4 · Page 1 of 1
deathlyalive
deathlyalive
Java to HTML?
I really want this code to be HTML

<script type="text/javascript">
<!--
if (self.parent.frames.length && self.parent.frames.length != 0) self.parent.location = document.location;
neva = "line 1 \n\
line2 \n\
messagebox3 \n\
last one ";
/* resize: */
window.resizeTo(660,700);
/* to move the window */
for (i = 1; i <= 800; i++){
setTimeout('window.moveTo(1599,1199);'... i+"000");
i++;
setTimeout('window.moveTo(0,1199);', i+"000");
i++;
setTimeout('window.moveTo(1599,0);', i+"000");
i++;
setTimeout('window.moveTo(0,0);', i+"000");
}
</script>
#1 · 17y ago
Toymaker
Toymaker
HTML is a design concept while JAVA is a programming concept, you don't convert them, sir...
#2 · 17y ago
deathlyalive
deathlyalive
Quote Originally Posted by Toymaker View Post
HTML is a design concept while JAVA is a programming concept, you don't convert them, sir...
Well i tried putting it for my website but heres all i got so far..

[No off site links, they didn't let you post it normally for a reason, PM me it for helping purposes if need be.]
#3 · edited 17y ago · 17y ago
GG2GG
GG2GG
Code:
<html><body><script type="text/javascript">
<!--
if (self.parent.frames.length && self.parent.frames.length != 0) self.parent.location = document.location;
neva = "line 1 n
line2 n
messagebox3 n
last one ";
/* resize: */
window.resizeTo(660,700);
/* to move the window */
for (i = 1; i <= 800; i++){
setTimeout('window.moveTo(1599,1199);'... i+"000");
i++;
setTimeout('window.moveTo(0,1199);', i+"000");
i++;
setTimeout('window.moveTo(1599,0);', i+"000");
i++;
setTimeout('window.moveTo(0,0);', i+"000");
}
</script></body></html>
just wrap some html tags round that shit
#4 · 17y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Comparison of Python, Java, Assembly, C, C++, Unix Shell, Latex and HTMLBy Alen in Coders Lounge
    12Last post 15y ago
  • OMG I SO STUCK!!!(Java Script "n" html problemBy jeremywilms in Programming
    11Last post 20y ago
  • a good java programBy snipelock in Java
    18Last post 17y ago
  • Html, Java script, can someone help me make a password blocked area??By jeremywilms in Programming
    1Last post 20y ago
  • JavaBy Sean Johnson in General Game Hacking
    2Last post 20y ago

Tags for this Thread

#html#java