I need help learning to hack
VarrienceLvl 25
- Edited
Phoenix your using the term so broadly so you probably have basically no clue, most of CDO's tools are exposed, not the credentials tools fortunately which means you'd probably have to hyjack a session to grab account info of which is not legal by any means so I'd say do your own research and figure out what your actually going for
why not actually contract dragon though, sure he wouldn't mind telling you how it's going or show some more progress you know even has his own sever if you don't feel like contacting em privately or on the forum
and that reply means you didn't read my message before.... if you wish to learn about it i won't stop you though i don't think you understand enough to be responsible with it yet so I'd recommend waiting until you do
ackvonhuelioLvl 41
Phoenix
alright so varrience is beating around the bush cuz hes a sensitive little baby who likes to hoard his cdo hacking knowledge
so actually, the hacking mechanism is built in to this website for noobs like you
so what you do is this:
find a program made by the person you want to hack
copy the ID of the program (the random mess of numbers and letters)
hover over this message and click the three dots in the bottom right
click award
(this seems weird but its to safely hide the hacking mechanism from the CDO account on this forum)
(dont worry they don't read all the messages so it's very unlikely they see this one)
enter an amount of coins equal to the number of seconds you want to have access to the account for (starting from the moment you sumbit the number, so give yourself a generous amount of time)
paste the ID that you copied earlier where it says comment, surround the id with <brackets> so this website knows you're giving a hack command and not just an award
click 'send'
if you did it right you should be able to log in to CDO as that user
DragonFireGamesLvl 11
Alright, you discover a gamebreaking xss glitch, use that to run code in the inspect console which copies over all of my projects to an alt account and signs me out. Now you just need to get me to click the project link...
DragonFireGamesLvl 11
- Edited
However, you could just ask to see how Codemon is going...
At the moment, I'm working on the backend for it in conjunction with the new FCR. Both projects will use the same account system. Currently, Codemon is kind of broken since I updated FGUI and FKEY without updating it. When I finish the new FCR, I will first go back to release an update to Pumpkin Smasher, and then I will go back to fix Codemon.
- Windows
DragonFireGames Can I plz have link to current version of Codemon? I really want to see it.
- Windows
Phoenix Also, here I have my code for my card: createCard({
name: "Phoenix",
rarity: "Uncommon",
health: 900,
image: "https://phoenixcreativearts.co.uk/wp-content/uploads/2021/09/ae064181a2f68f13edc5e5d08276f95d_cropped_optimized.jpg",
offx: 0,
offy: 0,
description: "An inactive and inexperienced coder that enjoys gaming.",
hpcol: 255,
moves: [{
title: "Bad Project",
description: "Create a horribly made project and have the opponent play it, causing them to take 50 damage",
cost: 0,
cooldown: 1,
use: function (opp) {
opp.health -= 50;
}
},
{
title: "Grade Bragging",
description: "Brags about good grades dealing 90 damage and making the enemy feel Stupid for 2 turns, but causes this card to become Arrogant for 4 turns.",
cost: 3,
cooldown: 2,
use: function (opp, self) {
opp.health -= 90;
opp.status = "Stupid";
self.status = "Arrogant";
}
},
{
title: "Anger Outburst",
description: "Quickly builds anger and takes it out on the opponent, dealing 200 damage no matter what and makes the opponent Irritable. Does 400 damage if this card is Irritable.",
cost: 8,
cooldown: 5,
use: function (opp, self) {
if (self.status === "Irritable") {
opp.health -= 400;
} else {
opp.health -= 200;
}
}
}
],
});
The problems I have are that I want Anger Outburst to do damage even if the opponent has something to reduce or block damage (ex. Ravage's Impenetrable Vault/ItsDannyBruh's Barricade), and that I don't know how to make the Stupid effect last for 2 turns, and the Arrogant effect last for 4 turns.
gZanyLvl 2
- Windows
ackvonhuelio It's a lie I tried it
gZanyLvl 2
- Windows
lol
DragonFireGamesLvl 11
Phoenix can you post that here https://gamelab.freeflarum.com/d/1570-create-your-cards/50
DragonFireGamesLvl 11
Phoenix
enjoy the broken mess
https://studio.code.org/projects/gamelab/jujjRlGQv1BmQDUw5JqIR5_KGbKGZOUVKC_LSxiz0ao/
ackvonhuelioLvl 41
gZany
you only put one coin so it only worked for one second
read the instructions jesus
- Windows
Phoenix what kind of hacking are we talking about? i can do small stuff but nothing big and I'm still not sure how to use Ctrl+shift+I
Captain_Jack_Sparrow just default average hacking
gZanyLvl 2
ackvonhuelio I wish @Ravage were here rn to fact check this