Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing: bat script on windows 10 #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion run-server.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SET /P email= Digite seu email da grobo:
SET /P senha= Digite sua senha da grobo:
echo "prior | manu | mari"
SET /P voto= Escolha sua vitima:

SET /P voto= Digite sua senha da grobo [prior | manu | mari]:
node src/index.js %voto% %email% %senha%
12 changes: 6 additions & 6 deletions src/config/contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ smmmmmdhhddo. \`/hmmmmmds- \`:.
\`+s.
HE4RT DEVELOPERS
DISCORD.IO/HE4RT
`;
`

const links = {
loginUrl: 'https://minhaconta.globo.com',
Expand All @@ -25,7 +25,7 @@ const links = {
challengeAcceptedUrl:
'https://royale.globo.com/polls/8e81660d-89b5-4777-a324-6f2da878c5c7',
mainApi: 'http://bots.heartdevs.com/'
};
}

const XPathContents = {
email:
Expand All @@ -34,16 +34,16 @@ const XPathContents = {
'/html/body/div[1]/main/div[2]/div/div/div/div[2]/div[1]/form/div[3]/div[1]/input',
loginBtn:
'/html/body/div[1]/main/div[2]/div/div/div/div[2]/div[1]/form/div[6]/button',
revoteBtn: '/html/body/div[2]/div[4]/div/div[3]/div/div/div[1]/div[2]/button',
revoteBtn: '/html/body/div[1]/div[4]/div/div[3]/div/div/div[1]/div[2]/button',
captchaImage:
'/html/body/div[2]/div[4]/div/div[1]/div[4]/div[2]/div[2]/div/div/div[2]/div/div[2]/img'
};
}

const users = [
'/html/body/div[2]/div[4]/div/div[1]/div[4]/div[1]/div',
'/html/body/div[2]/div[4]/div/div[1]/div[4]/div[2]/div',
'/html/body/div[2]/div[4]/div/div[1]/div[4]/div[3]/div'
];
]

/*
PRIOR = 0
Expand All @@ -56,4 +56,4 @@ module.exports = {
XPathContents,
logoAscii,
users
};
}
Loading