summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorspv <aquaticvegetable@gmail.com>2022-04-20 16:10:53 -0400
committerspv <aquaticvegetable@gmail.com>2022-04-20 16:10:53 -0400
commit503c758f9273b59d7a3a3d75a74e1b73b3b924b4 (patch)
tree5581d3ac8dec786c800419c7fba0a0c4cfdd237f /js
parentea60e7e9213244e8e5fc630e1c4e7534ddeb9daa (diff)
lol
Diffstat (limited to 'js')
-rw-r--r--js/main.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index b7be826..7a4a449 100644
--- a/js/main.js
+++ b/js/main.js
@@ -57,9 +57,11 @@ function main() {
// call4arg(call4arg(dlsym_addy + shc_slide, 0xfffffffe, 0x14a000, 0, 0), 10, 0x1, 0x2, 0x3);
// }
+ var i = 0;
while (true) {
call4arg(call4arg(dlsym_addy + shc_slide, 0xfffffffe, 0x149000, 0, 0), 0x28, 0x148000, i, 0x3);
- call4arg(call4arg(dlsym_addy + shc_slide, 0xfffffffe, 0x14a000, 0, 0), 10, 0x1, 0x2, 0x3);
+ call4arg(call4arg(dlsym_addy + shc_slide, 0xfffffffe, 0x14a000, 0, 0), 1, 0x1, 0x2, 0x3);
+ i++;
// call4arg(call4arg(dlsym_addy + shc_slide, 0xfffffffe, 0x149000, 0, 0), 0x148000, i, 0x2, 0x3);
}