echo
|
Last Activity: 01/17/2010 22:06
Mentions
| 12/26/2025 |
| 00:12 - rewrewrewrwer mentioned echo in post New Cheese Release ...ypass arguments
start "" "Paladins.exe" -homedir=paladinslive -EACALT -seekfreeloadingpcconsole -allow64 -EACALT -allow64 -pid=402 -eac-nop-loaded -replayfile= -COOKFORDEMO
echo Game launched!
:: Close
exit |
| 11/10/2025 |
| 09:29 - Deleted Posts |
| 09:29 - romio100 mentioned echo in post GS problem ...ery 6 hours.
Change restart interval:
- Edit the script and set SLEEP_SECONDS to:
- 3 hours = 10800
- 6 hours = 21600 (default)
- 12 hours = 43200
echo off
title romio100 - Protected AutoRestart GameServer
color 0a
setlocal enabledelayedexpansion
:: ================================================
:: romio100.bat - Script... |
| 10/05/2025 |
| 21:07 - Descentralizado mentioned echo in post Zygor Classic | Retail & Other Addons ...s.
⚙️ Optional: One-Click Backup Script
You can automate backups with a simple Windows .bat file. Save this code as BackupUI.bat inside your WoW folder:
echo off
set src=%~dp0_retail_
set dest=%USERPROFILE%\Desktop\WoW_UI_Backup.zip
echo Creating backup...
powershell Compress-Archive -Path "%src%\WTF","%src%\Interface" -Destina... |
| 05/29/2025 |
| 22:19 - [DEV]_Yûko mentioned echo in post Ideal code for csv modify for all dev echo off
setlocal EnableDelayedExpansion
:: === Configuration ===
set "FILE=NpcQuest.csv"
set "TEMP=temp.csv"
:: === Descriptions ===
set "desc[0]=Unique ID"
set "desc[1... |
| 22:17 - [DEV]_Yûko mentioned echo in post Ideal code for csv modify for all dev https://www.youtube.com/watch?v=EHa4W8Nc4Ik
copy and add to ideal.bat :handsdown: |
| 21:57 - [DEV]_Yûko mentioned echo in post Ideal code for csv modify echo off
setlocal EnableDelayedExpansion
:: === Configuration ===
set "FILE=NpcQuest.csv"
set "TEMP=temp.csv"
:: === Descriptions ===
set "desc[0]=Unique ID"
set "desc[1... |
| 01/07/2025 |
| 07:51 - Howellster mentioned echo in post 9.5.2 Support ...st of the answers I needed when I got stuck.)
------------------------------------------------------------------------------------
My SQL Server Config Launch Script.Bat
echo off
echo Starting SQL Server services...
:: Start SQL Server Analysis Services (INSTANCE NAME HERE)
echo Starting SQL Server Analysis Services (INSTANCE NAME HERE)...
ne... |
| 10/03/2024 |
| 02:39 - RashedGM mentioned echo in post [Help Thread] Please post your questions here. ...b.auth.thread:350
S db.thread:350
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.md5_key:2011
N db.auth.use_md5:1
N db.auth.use_md5_for_security_no:0
RD Launcher
echo off title Rappelz Launcher [RD]
rem ============== You can edit this part ============== SeT ip=10.147.17.46 SeT country=ME
rem =====================================... |
| 05/11/2024 |
| 06:47 - zawqavini mentioned echo in post ARCHINE , ARIDEK , EDGEY Spoofer ...and avm.
Edgey has REALLY unrealistic serials. Their EFI loaders are terrible. Here is an example of their startup script (i removed a few digits in case can be traced)
echo off
goto SPOOFSERIAL
:SPOOFSERIAL
AMIDEEFIx64.efi /BS TGW8TQxxxxxKGP7
goto SPOOFUUID
:SPOOFUUID
AMIDEEFIx64.efi /SU 1Dxxx4777A880xxxxx57AC65242336CC
goto SPOOF1... |
| 01/30/2024 |
| 20:42 - SlashRX mentioned echo in post Atlantica Online 3.23.14 Plug And Play Server VMware Eddition ...d, my discord is "AxlRose" I have other things I wanted to request from you in private if possible, this is what I did for the batch to stop the server, does it look OK?:
echo off
cd /d "C:\Server"
echo Stopping servers, please wait...
:: Gracefully close the Front Server first
taskkill /im FrontServer.exe /t
timeout /t 5 /nobreak >nul
:: Then th... |
| 07/22/2023 |
| 11:09 - MultiMinerAres mentioned echo in post MultiMinerAres - command line miner for NVIDIA/AMD. Support CPU+GPU. ...ions.
"setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_USE_SYNC_OBJECTS 1 setx GPU_SINGLE_ALLOC_PERCENT 100 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
echo off cd %~dp0 cls
AresProject.exe --disable-cpu --algorithm memehash_apepepow --pool apepe.sg.ekapool.com:16666 --wallet apepepow-wallet pause"
Requirements
Install Po... |
| 06/15/2023 |
| 09:16 - Deleted Posts |
| 02/23/2023 |
| 12:00 - Heggeg mentioned echo in post How could you bypass the old Metin2 torrent patcher back in the day? ...e. I also have no way to look at the .eix and .epk files. I cannot unzip or view them. Tested with a current version of PackMakerLite.
The batch script looks like this:
@ echo off
echo 116807 >> 003254
set /a key = 781072347 + (%TIME:~3,2% * 2) + 2
metin2client.bin %key%
I know that there were clever minds that managed to launch metin2client.bin w... |
| 12/19/2022 |
| 13:59 - *removed* |
| 02/17/2022 |
| 09:53 - ...ot Games\
Run CC Cleaner
You might want to use a string finder, the following function will search all directories and subdirectories for a given string.
StringFinder.bat
echo off
set RESULT_FILE="result.txt"
set /p "var1=Enter the String to Find: "
pushd %~p0
type NUL > %RESULT_FILE%.tmp
for /f "delims=" %%a in ('dir /B /S *.txt') do (
for /f ... |
| 12/22/2021 |
| 10:57 - Musikta mentioned echo in post Server Source Problem ... -d' ' -f3 | cut -d'-' -f1)
BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1)
default: libthecore libpoly libgame liblua libsql libserverkey db game
echo "--------------------------------------"
echo "Build Done"
echo "--------------------------------------"
libserverkey: .
touch $@/Depend
$(MAKE) -C $@ dep
$(MA... |
| 05/26/2021 |
| 04:37 - JustSleepy mentioned echo in post [Tool Release] Auto Record OPGG This is a small python tool that will automatically send requests for a game to be recorded on OP.GG for the specified summoners every two minutes.
Requirements
1. Python 3.7+ (C... |
| 04/28/2021 |
| 09:13 - Eule mentioned echo in post VPN/Proxy | Biete PP / Überweisung ...1.exe -> gameclient1.exe eigene ip
launcher2.exe -> gameclient2.exe eigene ip
die umbenennung kannst du mit scripts oder windowstitel changer probieren.
scripts z.B
echo off
cd c://path
start verknuepfung_gameclient1.exe
im path aus gameclient.exe eine verknüpfung erstellen und diese verknuepfung_gameclient1.exe nennen
die script da... |
| 03/07/2021 |
| 22:04 - Selfo# mentioned echo in post Valorant HWID Unban by Selfo# 2.0 (NO PAYMENT, FREE) ...m.
Step #4: Open Rufus, make ur usb bootable (FAT32)
Step #5: Create a .BAT file with following name: AUTOEXEC.BAT and following code in it without the "( )": (@)echo off
cls
afudos.exe bios.rom /GAN
Step #6: Put the AFUDOS.exe the bios.rom file and the BAT File in the USB.
Start flashing with ur USB.
You will have a new mo... |





