My Brute Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesRegisterLog in
Registration DOES NOT need an email verification.
Welcome to the biggest MyBrute forum on the internet.
Look at the sections' stickies: you'll find there everything you need to know about the game!

 

 Creating a reconnect.bat file

Go down 
+53
fulzio
abat-lm
Nemernic
Freez
huzzz
trh
GC.XVZ
Hades
Aurion101
YaniS
Feno
kenichiro
alex0113
Eumigen
Gavy™
davidloko210
fake
underestimated09
Aleodor121
wooloomooloo
trx ag
Rippraff
mpadosouza
moyjoy123
bad4eva
Stsin
silverx123
vollaufdienuesse
tackebong
inflames
SlapSlap
bamb@m
alex_abc
alizera
guncan
StileQ34
1of2neper7
curentatu
Death Str1ke
sowdarkman
Spider
Kisuke
baarker182
CiceX
BobTheBear
jonathanvadney
Bruzaholman
Crator
kristian08
apemaia
ShadoFlame
disappoint^
heroinmonkey
57 posters
Go to page : Previous  1, 2, 3, 4, 5, 6  Next
AuthorMessage
StileQ34
Forum Mod
Forum Mod
StileQ34


Posts : 603
Join date : 2009-05-13
Age : 33
Location : Austria

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 13:51

vollaufdienuesse wrote:
can it be that those options only work with dsl router and not with dsl modems ?
i tested all of it:

wget -> i dont have this connect path here.

curl -> doesnt find my modem.

ipconfig -> Invalid interface "Local Area Connection" has been specified.

Telnet scripting tool or routermanager -> router programms doesnt find my modem.

anyone got a solution ?
my modem is: arcor easy box a 400

I found a updated curl config for your Arcor Easy-Box 400:
Quote :
curl "http://%IP%/cgi-bin/login.exe" -d "user=%user%&pws=%pwd%"
curl "http://%IP%/cgi-bin/statusprocess.exe" -d "pvc=0&cur_if=11&disconnect.x=102&disconnect.y=5&disconnect=Reconnect"
curl "http://%IP%/cgi-bin/statusprocess.exe" -d "pvc=0&cur_if=3&connect.x=47&connect.y=10&connect=+Verbinden+"

http://www.googleisyourfriend.net
Back to top Go down
http://mike10188.mybrute.com/cellule
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 13:59

can u find one for zyxel plz? Sad
Back to top Go down
StileQ34
Forum Mod
Forum Mod
StileQ34


Posts : 603
Join date : 2009-05-13
Age : 33
Location : Austria

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 14:03

tackebong wrote:
can u find one for zyxel plz? Sad
You should find yours in the cURL database: http://homepage.bluewin.ch/weierles/
Back to top Go down
http://mike10188.mybrute.com/cellule
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 14:30

Quote :
curl http://username:123456@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLDisconnect=PPPoE+Trennung"
curl http://username:123456@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung"
this is my reconnect.bat (curl) (zyxel router so no username needed)
and then i ran my brutalcombo and it was stuck. these are the latest commands:
Quote :
INFO out: <SCRIPT language="JavaScript">
INFO out: <!--
INFO out: document.forms[0].LoginPassword.select();
INFO out: document.forms[0].LoginPassword.focus();
INFO out: // -->
INFO out: </SCRIPT>
INFO out:
INFO out: </body></html>
INFO out: C:\Documents and Settings\Chich Bong\My Documents\Downloads\Compressed\brutal-combo-1.2.00>curl http://username:0983718968@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung"
what can i do to solve this? :-/
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 14:33

can any1 create a reconnect.bat file (wget or cmd) for router zyxel plz??? Sad mine doesn't work!! Sad(
Back to top Go down
StileQ34
Forum Mod
Forum Mod
StileQ34


Posts : 603
Join date : 2009-05-13
Age : 33
Location : Austria

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 14:41

tackebong wrote:
can any1 create a reconnect.bat file (wget or cmd) for router zyxel plz??? Sad mine doesn't work!! Sad(
http://www.google.at/#hl=de&source=hp&q=zyxel+reconnect+bat&meta=&aq=1&fp=bc2a2103f9df6817 Creating a reconnect.bat file - Page 3 Evil
Back to top Go down
http://mike10188.mybrute.com/cellule
vollaufdienuesse
* * * * * * * * *
* * * * * * * * *
vollaufdienuesse


Posts : 768
Join date : 2009-08-21
Age : 36

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 14:56

[quote="StileQ34"]
I found a updated curl config for your Arcor Easy-Box 400:
Quote :
curl "http://%IP%/cgi-bin/login.exe" -d "user=%user%&pws=%pwd%"
curl "http://%IP%/cgi-bin/statusprocess.exe" -d "pvc=0&cur_if=11&disconnect.x=102&disconnect.y=5&disconnect=Reconnect"
curl "http://%IP%/cgi-bin/statusprocess.exe" -d "pvc=0&cur_if=3&connect.x=47&connect.y=10&connect=+Verbinden+"

thx it works and you dont need the 3rd line. but just the .bat file works.
if ill start it with BC it wont work. the login works but it doesnt disconnect even if the command is shown. then it stops.

Code:
INFO out: C:\Combo>curl "http://"ip"/cgi-bin/login.exe" -d "user="user"&pws="pwd""
INFO out: <HEAD><TITLE>302 Document moved</TITLE></HEAD>
INFO out: <BODY><H1>302 Document moved</H1>
INFO out: This document has moved <A HREF="http://"ip"/index.stm">here</A>.<P>
INFO out: </BODY>
INFO out:
INFO out: C:\Combo>curl "http://"ip"/cgi-bin/statusprocess.exe" -d "pvc=0&cur_if=11&disconnect.x=102&disconnect.y=5&disconnect=Reconnect"
thats the last post in the info box.

could it be a problem with the "statusprocess.exe" and BC ?
anyone an idea ?

€dit: wow figured it out alone. the curl.exe didnt quit after the command. if i did it manually -> it went on.
i just added a -s now.

you were right StileQ34

google was my friend lol!


Last edited by vollaufdienuesse on Mon 24 Aug 2009, 15:25; edited 1 time in total
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 15:24

StileQ34 wrote:
tackebong wrote:
can any1 create a reconnect.bat file (wget or cmd) for router zyxel plz??? Sad mine doesn't work!! Sad(
http://www.google.at/#hl=de&source=hp&q=zyxel+reconnect+bat&meta=&aq=1&fp=bc2a2103f9df6817 Creating a reconnect.bat file - Page 3 Evil
i don't understand that language, ok? Sad i am vietnamese so i only understand vietnamese or english. :-<
Back to top Go down
vollaufdienuesse
* * * * * * * * *
* * * * * * * * *
vollaufdienuesse


Posts : 768
Join date : 2009-08-21
Age : 36

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 15:27

try this:

http://www.google.com/intl/en/#q=zyxel+reconnect+bat&hl=en&lr=lang_en&ei=XrGSSvTSLYbqnAP-xNSnAQ&sa=X&oi=lrtip&ct=restrict&cad=8&fp=581e1ff68d6e6467
Back to top Go down
StileQ34
Forum Mod
Forum Mod
StileQ34


Posts : 603
Join date : 2009-05-13
Age : 33
Location : Austria

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeMon 24 Aug 2009, 15:29

tackebong wrote:
StileQ34 wrote:
tackebong wrote:
can any1 create a reconnect.bat file (wget or cmd) for router zyxel plz??? Sad mine doesn't work!! Sad(
http://www.google.at/#hl=de&source=hp&q=zyxel+reconnect+bat&meta=&aq=1&fp=bc2a2103f9df6817 Creating a reconnect.bat file - Page 3 Evil
i don't understand that language, ok? Sad i am vietnamese so i only understand vietnamese or english. :-<
Well, my bad just go to http://www.googleisyourfriend.net/ and type in "Zyxel reconnect.bat".
scratch
Back to top Go down
http://mike10188.mybrute.com/cellule
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeTue 25 Aug 2009, 11:41

the same results!!! Sad i don't understand, ok? could u just post the contain of the reconnect.bat file for me? i think it is not very hard for a pro like u! Sad
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeTue 25 Aug 2009, 13:10

tackebong wrote:
Quote :
curl http://username:123456@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLDisconnect=PPPoE+Trennung"
curl http://username:123456@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung"
this is my reconnect.bat (curl) (zyxel router so no username needed)
and then i ran my brutalcombo and it was stuck. these are the latest commands:
Quote :
INFO out: <SCRIPT language="JavaScript">
INFO out: <!--
INFO out: document.forms[0].LoginPassword.select();
INFO out: document.forms[0].LoginPassword.focus();
INFO out: // -->
INFO out: </SCRIPT>
INFO out:
INFO out: </body></html>
INFO out: C:\Documents and Settings\Chich Bong\My Documents\Downloads\Compressed\brutal-combo-1.2.00>curl http://username:0983718968@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung"
what can i do to solve this? :-/


try play with -s command....
cause im got same error , it stuck...
thank to vollaufdienuesse give some idea tu put -s at the end line....
but my router diffrent from him i need to add at first line after curl.

exmple.

curl -s http://username:0983718968@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung"

or test it

curl http://username:0983718968@192.168.1.1/Forms/DiagADSL_1 -d "LineInfoDisplay=&DiagDSLConnect=PPPoE+Verbindung" -s
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeTue 25 Aug 2009, 13:13

and this is my reconnet bat for router dslG604T dlink.

Code:
curl "http://admin:123@192.168.1.1/cgi-bin/webcm" -d "getpage=../html/advanced/adv_pppfile.htm&var:conid=encaps0&var:mycon=connection0&var:contype=pppoe"

curl -s "http://admin:123@192.168.1.1/cgi-bin/webcm" -d "getpage=../html/advanced/adv_pppfile.htm&encaps0:settings/manual_conn=0&var:conid=encaps0&var:mycon=connection0&var:contype=pppoe&connection0:pppoe:command/stop=&var:judge="

curl -s "http://admin:123@192.168.1.1/cgi-bin/webcm " -d "getpage=../html/advanced/adv_pppfile.htm&encaps0:settings/manual_conn=1&var:conid=encaps0&var:mycon=connection0&var:contype=pppoe&connection0:pppoe:command/start=&var:judge=1"
[center]
Back to top Go down
Stsin
* * * * * * * * *
* * * * * * * * *
Stsin


Posts : 889
Join date : 2009-07-18

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeTue 25 Aug 2009, 13:36

Thought I'd mention using a simple batch script for dynamic IPs. Meant to do so earlier.

Connect straight to modem.

open Command Prompt

type: ipconfig

Now look at the IP it displays.

Open browser and go to http://www.whatismyip.com/

Does the IP match up?

If not, then that modem is also a router and need to find a way to reset that router specifically, which about every router has to be done differently. Hopefully, find a program that knows how to communicate to that specific router. Telnet. Or some point and click program to reset it through it's webbed control panel. No use reading any further.

If it is the same, then you are lucky so far. And are ready to try the next simple commands.

In the Command Prompt, type:

ipconfig /release
(wait a bit)
ipconfig /renew

Will display the IP, and hope that it's different from the previous ipconfig command. Do this a few times, since may get same IP back.

If at anytime it is different, then you know for sure that a simple batch script will change your IP.
If it's the same, may still want to try this and hope it works:

Code:
ipconfig /release
netsh interface IP set address "Local Area Connection" static 1.2.3.4 255.0.0.0 1.2.3.5 1
netsh interface ip set address name="Local Area Connection" source=dhcp
ipconfig /renew

Line 2 is setting to static IP. Most of those numbers don't really mean much except that it has to be no larger than 255 since it's just used temporarily. Now you may want to copy your present IP settings and changing positions where 4 and 5 are slightly, if those simple numbers bother you.
Line 3 is setting back to DHCP. In otherwords, getting and using new IP from server.
Bildslash wrote:
And yes, switching from dynamic to static and back to dynamic makes the DHCP server to do a new assignment.
"Local Area Connection" is the default name of your network connection. Check on your system since it may be different.
The 'ipconfig /renew' line is redundant since it's getting new IP after switching back to DHCP, so if it works, try it without.
May also want to add a wait in between that may help select a larger step in range. There's a sleep.exe that can be found on first page.

So that's your simple script that works on dynamic IPs connected straight to modem.

If this doesn't work, then you have a static or sticky IP. As Bob said, if using cable, then 90% of the time it is. Either way, simple reconnects are not going to work for you. But all hope is not lost, look up changing mac address and/or proxies.

Spoiler:

Poster holds no responsibility of screwing up your system. Use at own risk.
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 12:54

my router is zyxel and i am behind the router, so all these methods don't work for me! Sad when i ran the reconnect.bat created as directed, my ip didn't change! all i can do is go to http://192.168.1.1 and type in the default password to go to the configurator then reset it manually. do u guys have any idea in this case? :-/
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 14:27

tackebong wrote:
my router is zyxel and i am behind the router, so all these methods don't work for me! Sad when i ran the reconnect.bat created as directed, my ip didn't change! all i can do is go to http://192.168.1.1 and type in the default password to go to the configurator then reset it manually. do u guys have any idea in this case? :-/

what is your router ver ?
i have new router zyxel p-660hw series and i have a working reconnect.bat.
if my ver same as you i can send it for you.... Surprised
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 14:44

i don't know for sure but it says P-660H-T1 v2 in the configurator. if it is the same ver as yours, i'll be thankful for your file reconnect.bat Very Happy
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 14:57

Code:
@echo off
Echo Router reset: ZyXel P-660HW
curl -s "http://:admin@192.168.1.1/Forms/rpAuth_1" -d "LoginPassword=ZyXEL+ZyWALL+Series&hiddenPassword=125wd1254d6w51ds18dw4awd465dw86&Prestige_Login=Login" -c "cookies.txt"
curl -s "http://:admin@192.168.1.1/Forms/DiagADSL_1" -d "LineInfoDisplay=Start+to+reset+ADSL<br>0ALoading+ADSL+modem+F/W...&DiagResetADSL=Reset+ADSL+Line" -b "cookies.txt"
-s sleep 3
curl -s "curl "http://192.168.1.1/Logout.html"
if exist cookies.txt del cookies.txt
echo Created with: Curl Router Reconnect (c) by Dirk Paehl (www.paehl.de)

ok here we go... but you must change your IP address and password.
my router pass is admin and ip 192.168.1.1
also curl.exe must at the same folder... good luck... Very Happy
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 15:11

wow, it does work!!! thanks a lot my buddy! Very Happy now could u show me how to make bc run automatically when i go to school? :)
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeWed 26 Aug 2009, 15:18

and now we should go to this post.
https://mybrute.forumotion.com/cheats-scripts-f13/newprogram-creates-student-french-t2713.htm


IV) Configure the IP swapping = Edit the configuration file config.xml - ipResetter
V) Fill the opponents list
VI) Configuring the default pupil parameters (optional)

run bot actions > creation automatique
Back to top Go down
bad4eva
*
*
bad4eva


Posts : 3
Join date : 2009-08-19
Age : 34
Location : Runin' N Ma way

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeThu 27 Aug 2009, 03:56

need some help guys ,

My router Is
Speedtouch 585
Software Release: 6.1.0.5

Already Have A Dynamic Ip And All I need To Recode The Bat File Correctly

Thats What I Wrote Init According To The Explaination

Code:
@echo
echo %time%
wget.exe --delete-after http://route:route@192.168.1.254 192.168.1.254/http://192.168.1.254/?ce=1&be=0&l0=1&l1=1&13=Internet to disable
ping 192.168.1.254 -n 1 > NUL
wget.exe --delete-after http://route:route@192.168.1.254 192.168.1.254/http://192.168.1.254/?ce=1&be=0&l0=1&l1=1&12=Internet  to enable
ping 192.168.1.254 -n 18 > NUL
Back to top Go down
http://www.designawy.com
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeThu 27 Aug 2009, 04:23

@silverx: how many secs are there in your "delay" section if using this reconnect.bat file?
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeThu 27 Aug 2009, 04:31

in config.xml

<property name="delay" value="60" />
<property name="template1">

dont know what funtion is that but im leave as default value.
and my conection can do 1minute/2pupil (difrent master)
Back to top Go down
silverx123
* * * * * * * * *
* * * * * * * * *
silverx123


Posts : 532
Join date : 2009-08-05

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeThu 27 Aug 2009, 04:39

bad4eva wrote:
need some help guys ,

My router Is
Speedtouch 585
Software Release: 6.1.0.5

Already Have A Dynamic Ip And All I need To Recode The Bat File Correctly

Thats What I Wrote Init According To The Explaination

Code:
@echo
echo %time%
wget.exe --delete-after http://route:route@192.168.1.254 192.168.1.254/http://192.168.1.254/?ce=1&be=0&l0=1&l1=1&13=Internet to disable
ping 192.168.1.254 -n 1 > NUL
wget.exe --delete-after http://route:route@192.168.1.254 192.168.1.254/http://192.168.1.254/?ce=1&be=0&l0=1&l1=1&12=Internet  to enable
ping 192.168.1.254 -n 18 > NUL


does know it same or not.
try curl
http://homepage.bluewin.ch/weierles/?cat_select=Speedtouch&show=Speedtouch_585
Back to top Go down
tackebong
* * * * * * *
* * * * * * *



Posts : 177
Join date : 2009-08-07

Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitimeSun 30 Aug 2009, 03:54

@silverx: sometimes the reconnect.bat file doesn't run as expected. it shows many commands and then stuck. what should i do to solve that? :-/
Back to top Go down
Sponsored content





Creating a reconnect.bat file - Page 3 Empty
PostSubject: Re: Creating a reconnect.bat file   Creating a reconnect.bat file - Page 3 Icon_minitime

Back to top Go down
 
Creating a reconnect.bat file
Back to top 
Page 3 of 6Go to page : Previous  1, 2, 3, 4, 5, 6  Next
 Similar topics
-
» Simple Reconnect.bat File Explanation
» Reconnect.Bat file for Globe Broadband Users
» creating a new account
» Creating brutes
» Creating pupils .DE without spend IPs

Permissions in this forum:You cannot reply to topics in this forum
My Brute Forum :: Guides & Info :: Cheats & Scripts-
Jump to: