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

Awesome if you fix this - ThatonegamerX_YT #48

Closed
ghost opened this issue Oct 5, 2023 · 7 comments
Closed

Awesome if you fix this - ThatonegamerX_YT #48

ghost opened this issue Oct 5, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Oct 5, 2023

Hey! I'm writing this bug report to say that it is awesome, But there is one issue that stopped me from using it.

No runtime errors in your code, Nothing wrong with your code except the obfuscation part.

I tried to use your python script to obfuscate my program, But there was one issue.

Lag. Lots of lag. Way too much lag. Seconds to load one single "echo Welcome to Endless Clicker!"
My computer has very powerful hardware that is way more than enough to run a batch script.

I tried many settings in the "src\settings.json" but it would not let me.

There was also many errors that look to be related to Powershell.

Please fix this issue.

--- My Computer Hardware ---

CPU: Intel(R) Core(TM) i7 - 10700 CPU @ 2.90GHz

Ram: DDR3 32GB of RAM

GPU: NVIDIA Geforce GTX 1660

Network Type: Ethernet

Disk: 512GB

Windows

@ghost ghost added the bug Something isn't working label Oct 5, 2023
@ghost ghost assigned KingKDot Oct 5, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

If you need fast help join the server https://discord.gg/qvkC6kHqer

@KingKDot
Copy link
Owner

KingKDot commented Oct 5, 2023

Hey! I'm writing this bug report to say that it is awesome, But there is one issue that stopped me from using it.

No runtime errors in your code, Nothing wrong with your code except the obfuscation part.

I tried to use your python script to obfuscate my program, But there was one issue.

Lag. Lots of lag. Way too much lag. Seconds to load one single "echo Welcome to Endless Clicker!"

My computer has very powerful hardware that is way more than enough to run a batch script.

I tried many settings in the "src\settings.json" but it would not let me.

There was also many errors that look to be related to Powershell.

Please fix this issue.

--- My Computer Hardware ---

CPU: Intel(R) Core(TM) i7 - 10700 CPU @ 2.90GHz

Ram: DDR3 32GB of RAM

GPU: NVIDIA Geforce GTX 1660

Network Type: Ethernet

Disk: 512GB

Windows

Can you send your code so I can test on my machine?

@ghost
Copy link
Author

ghost commented Oct 7, 2023

Sure! Here's the code. I was testing some old code so don't judge how bad it is.

@echo off
title Endless Clicker
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
if not exist "C:\Users%username%\ThatTemp\EClicker\Save\sum" goto :Setup
goto :Start2

:Setup
cls
cd Users
cd %username%
if not exist "C:\Users%username%\ThatTemp" md ThatTemp
cd ThatTemp
if not exist "C:\Users%username%\ThatTemp\EClicker" md EClicker
cd Eclicker
if not exist "C:\Users%username%\ThatTemp\EClicker\Save" md Save
goto :Start2

:LoadFirst
set sum=0
goto :Game

:LoadSave
set /p sum=<C:\Users%username%\ThatTemp\EClicker\Save\sum
goto :Game

:Start2
cls
echo Welcome to Endless Clicker.
echo This game autosaves.
echo ---------------------------
echo Press P to play, Press E to erase save data.
set /P startOption=
if /I "%startOption%" EQU "P" goto :StartGameCheck
if /I "%startOption%" EQU "E" goto :EraseSave
cls
echo That's not an option...
pause
goto :Start2

:EraseSave
cls
echo Are you sure you want to erase your save?
echo (Y=Yes) (N=No)
set /P es=
if /I "%es%" EQU "Y" goto :ErasingSave
if /I "%es%" EQU "N" goto :Start2
goto :Start2

:ErasingSave
cls
echo Erasing...
timeout 3 /NOBREAK > nul
cd C:\Users%username%\ThatTemp\EClicker\Save
del sum
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cls
echo Done.
echo Press any key to go back.
pause > nul
goto :Start2

:StartGameCheck
if not exist "C:\Users%username%\ThatTemp\EClicker\Save\sum" goto :LoadFirst
if exist "C:\Users%username%\ThatTemp\EClicker\Save\sum" goto :LoadSave

:Game
cls
echo Clicks: %sum%
echo -------------------------
echo Press enter to add one, press G to go back.
set /P haha=
if "%haha%" EQU "G" set haha=lol & goto :Start2
set /A sum=%sum%+1
cd..
cd..
cd..
cd..
cd..
cd Users%username%\ThatTemp\EClicker\Save
if exist "C:\Users%username%\ThatTemp\EClicker\Save\sum" del sum
echo %sum% > sum
goto :Game

:unload
cls
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd..
cd Users
cd %username%
cd Desktop
goto :Start2

@ghost
Copy link
Author

ghost commented Oct 12, 2023

Sorry I have been a little inactive on this issue, My cat has lost their life to a deadly liver infection. I will be more active in a couple weeks.

@KingKDot
Copy link
Owner

Damn no worries

@quanmanss11
Copy link

you 'obs' for a reason and now you paste the code here ??

@KingKDot
Copy link
Owner

you 'obs' for a reason and now you paste the code here ??

What?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants