batch launcher for an .exe and it will write ip there
Posted: 30 Dec 2011 12:54
Hi,i have some rcon hack for samp 0.3 made in c# but its so heavy that it crashes my internet if i run it for long time.I wanted to make a launcher so i will be able to play on server when it will run.I wanted to make it write ip 94.103.150.147 in the .exe program but i dont know how
Thats code i made
Is there a way to write the ip ? (i cant edit the exe file)
Thats code i made
Code: Select all
@echo off
title Launcher
:START1
echo launching
(OUT OF CODE:heres time for meto launch game)
(IN CODE NOW)
ping localhost -n 8>nul
start rconcracker.exe
(HERE i want to type the ip but i dont know how to write it)
ping localhost -n 18>nul
taskkill rconcracker.exe
exit
Is there a way to write the ip ? (i cant edit the exe file)