Skip to content

Commit

Permalink
3.1.1 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
erruqie committed Jan 30, 2021
1 parent b727abf commit 4f06788
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 16 deletions.
9 changes: 9 additions & 0 deletions FileInstall/Web/css/shit.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
user-select: none;
}

.cheat-info{
position: absolute;
color: #1d97aa;
left: 135px;
width: 230px;
top: 50px;
white-space: pre-line;
word-wrap: break-all;
}


body {
Expand Down
29 changes: 29 additions & 0 deletions FileInstall/Web/js/shit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ function GetSelectedCheat()
function CheatButtonClicked()
{
document.getElementById("inject_button").disabled = false;
GetCheatStatus(GetSelectedCheat());
GetCheatAbout(GetSelectedCheat());
}
function BypassButtonClicked()
{
Expand All @@ -28,3 +30,30 @@ function toggleTheme() {
setTheme(theme_light, "#000000")
}
}
function GetCheatAbout(zaebalo)
{
var bruh = parseINIString(inifile)["info"][zaebalo];
console.log(bruh);
document.getElementById("shit228").textContent = bruh;
return
}
function GetCheatStatus(zaebalo) {
var status = parseINIString(inifile)["status"][zaebalo];
console.log(status);
if (status == "Use at own risk")
{
document.getElementById("shit").textContent = "Use at own risk";
document.getElementById("cheatstatus").className = "text-warning";
}
if (status == "DETECT")
{
document.getElementById("shit").textContent = "DETECT";
document.getElementById("cheatstatus").className = "text-danger";
}
if (status == "UNDETECT")
{
document.getElementById("shit").textContent = "UNDETECT";
document.getElementById("cheatstatus").className = "text-success";
}
return
}
56 changes: 44 additions & 12 deletions FileInstall/Web/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,44 @@
<body>
<script>
// ебучий нейтрон сука умри нахуй
var inifile = "[cheats]\r\n\
OTC2=otc.dll\r\n\
OTC3=otv3.vmp.dll\r\n\
Osiris=Osiris.dll\r\n\
OsirisHvH=osiris.hvh.dll\r\n\
FTC=ftc.dll\r\n\
Pandora=memedora.dll\r\n\
Millionware=millionmapper.dll\r\n\
DORKSENSE=dorksense.dll\r\n\
Aurora=aurora.dll\r\n\
[cheatlist]\r\n\
cheatlist=OTC2|OTC3|Osiris|OsirisHvH|FTC|Pandora|CornerStone|Millionware|Aurora|DORKSENSE|Custom";
var inifile = "[cheats]\r\n\
OTC2=otc.dll\r\n\
OTC3=otv3.vmp.dll\r\n\
Osiris=Osiris.dll\r\n\
OsirisHvH=osiris.hvh.dll\r\n\
FTC=ftc.dll\r\n\
Pandora=memedora.dll\r\n\
Millionware=millionmapper.dll\r\n\
DORKSENSE=dorksense.dll\r\n\
Aurora=aurora.dll\r\n\
Reborn=reborn.dll\r\n\
[cheatlist]\r\n\
cheatlist=OTC2|OTC3|Osiris|OsirisHvH|FTC|Pandora|CornerStone|Millionware|Aurora|DORKSENSE|Reborn|Custom\r\n\
[status]\r\n\
OTC2=Use at own risk\r\n\
OTC3=DETECT\r\n\
Osiris=UNDETECT\r\n\
OsirisHvH=UNDETECT\r\n\
FTC=Use at own risk\r\n\
Pandora=Use at own risk\r\n\
Millionware=Use at own risk\r\n\
aurora=UNDETECT\r\n\
DORKSENSE=Use at own risk\r\n\
Custom=Use at own risk\r\n\
Reborn=DETECT\r\n\
[info]\r\n\
OTC2=Onetap V2 crack, Legit + Rage\r\n\
OTC3=Onetap V3 crack, Legit + Rage. Less features but good JS API. Everything depends on your config\r\n\
Osiris=Free cross-platform Legit + Semi-rage cheat\r\n\
OsirisHvH=Osiris with separate Rage tab (not so good in most cases)\r\n\
FTC=Crack of fatality.win 2019, Legit + Rage\r\n\
Pandora=Fine Legit + Rage cheat, better than OTC3, can show some good results against private cheats\r\n\
Millionware=Best movement cheat\r\n\
CornerStone=Free external legit cheat\r\n\
Aurora=Free Legit cheat with good UI\r\n\
DORKSENSE=???\r\n\
Custom=Your own DLL. (if you want more integrated DLLs then PM me in tlgrm: @clownl3ss)\r\n\
Reborn=Crack of RebornHack";
</script>
<header>
<div class="d-flex align-items-stretch bg-dark text-white">
Expand Down Expand Up @@ -71,6 +97,12 @@
}
createCheatsButtons();
</script>
<div id="cheatstatus">
<span class="detect-status" id="shit"></span>
</div>
<div id="cheatinfo">
<span class="cheat-info" id="shit228"></span>
</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion FileInstall/cheats
Submodule cheats updated 2 files
+16 −1 cheats.ini
+ reborn.dll
6 changes: 3 additions & 3 deletions loader.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
;@Ahk2Exe-SetDescription A simple cheats loader written in AHK.
;@Ahk2Exe-SetCopyright Copyright (C) 2021 CodISH inc.
;@Ahk2Exe-SetCompanyName CodISH Inc.
;@Ahk2Exe-SetProductVersion 3.1.0.0
;@Ahk2Exe-SetVersion 3.1.0.0
;@Ahk2Exe-SetProductVersion 3.1.1.0
;@Ahk2Exe-SetVersion 3.1.1.0
;@Ahk2Exe-SetMainIcon icon.ico
;@Ahk2Exe-UpdateManifest 1
global script = "FET Loader YG"
global version = "v3.1.0"
global version = "v3.1.1"
global build_status = "release"
global times = 3 ; piece of shit, don't touch

Expand Down

0 comments on commit 4f06788

Please sign in to comment.