![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-03 19:25 |
48,038 topics / 350,123 posts / today 0 new / 48,251 members |
| DOS批处理 & 脚本技术(批处理室) » Batch processing to crack the Pubwin.exe charging system in internet cafes! |
| Printable Version 2,095 / 11 |
| Floor1 429499381 | Posted 2007-01-25 18:10 |
| 中级用户 Posts 202 Credits 452 | |
|
Been learning DOS for nearly half a year, and I feel it's not satisfying. I've decided to use a project to practice. Since I'm a network administrator and the internet isn't allowed at night in the internet café!! So I wrote a batch script to crack the charging system to test how much I've improved!!!
This batch script may not execute correctly for directories below the 2nd level, and it needs to be improved!!! Also, when an error occurs during execution, it will also show success!!! See the main code below!! setlocal EnableDelayedExpansion @echo off & cd\ & cls &title Don't mess around!!! echo Pubwin.exe cracking script!! 1:Crack the system echo. echo Test version V01 2:Restore the system echo. echo Producer: Chun Chun 3:Exit echo. set/p p= Please press a key to select if "%p%"=="3" goto :c if "%p%"=="1" (goto :a) else (goto :b) :a echo Task is being executed!!! taskkill /im pubwin.exe /im run1l32.exe /im reclock.exe set o=cdef for /l %%a in (0,1,4) do ( for /f %%b in ("!o:~%%a,1!") do ( for /f %%c in ('dir/s/b "%%b:pubwin.exe"') do ( set i=%%~dpc ) ) ) md e:windows\%date:~1,10% & copy %i%* e:windows\%date:~1,10% & cls echo Task completed........... ping -n 3 172.1>nul & exit :b copy e:windows\%date:~1,10% %i%* rd /s /q c:windows\%date:~1,10% echo The system has been restored ping -n 3 172.1>nul & exit :c echo Exiting ping -n 3 172.1>nul |
|
| Floor2 lxmxn | Posted 2007-01-25 19:25 |
| 版主 Posts 4,938 Credits 11,386 | |
|
The code for traversing the hard disk by the poster is a bit interesting, but there are still many imperfect places, especially in the way of representing paths. For example, e:windows should be written as E:\Windows; the backslash symbol should also be added after the drive letter, such as %%b:pubwin.exe here; md E:\windows\%date:~1,10% can first set dir1=E:\windows\%date:~1,10%, and then md %dir1%, because this path is used more later, which will be more convenient. |
|
| Floor3 429499381 | Posted 2007-01-25 20:03 |
| 中级用户 Posts 202 Credits 452 | |
|
What you said makes sense, but I mainly solve the efficiency problem!!! It will take a long time to get information when searching on the D drive in the internet café!!! Is there any other way!!!
Attachments 破解.rar (609 bytes) |
|
| Floor4 lxmxn | Posted 2007-01-25 23:20 |
| 版主 Posts 4,938 Credits 11,386 | |
|
Helped you modify it: |
|
| Floor5 bob1989 | Posted 2007-01-26 06:45 |
| 中级用户 Posts 144 Credits 322 | |
|
taskkill /im pubwin.exe /im run1l32.exe /im reclock.exe
/IM only needs one to be written |
|
| Floor6 qasa | Posted 2007-01-26 15:42 |
| 高级用户 Posts 311 Credits 959 From 广东-LianJiang | |
|
Interested in the file name of the attachment posted by the owner. Why use an empty name?
|
|
| Floor7 qasa | Posted 2007-01-26 15:50 |
| 高级用户 Posts 311 Credits 959 From 广东-LianJiang | |
|
Haha, I tried it and know how to change it. It's so simple originally. I didn't think of it before.
|
|
| Floor8 429499381 | Posted 2007-02-01 13:25 |
| 中级用户 Posts 202 Credits 452 | |
Originally posted by bob1989 at 2007-1-25 05:45 PM: The 3 processes are related. If any one is closed, the other 2 will restart the closed one or restart = shut down |
|
| Floor9 429499381 | Posted 2007-02-01 13:30 |
| 中级用户 Posts 202 Credits 452 | |
|
Everything is for learning, somewhat malicious!!!
The popular version will have usage restrictions!!! If I can make it!!! Hehe, friends who support, please give a thumbs up!!! |
|
| Floor10 chainliq | Posted 2007-02-01 20:54 |
| 高级用户 Posts 244 Credits 635 From 广西贵港 | |
|
Now the new version of Pubwin.exe seems to be unbreakable. It's like this here. Before, we could crack it by changing the IP. Now if the server finds a machine with a changed IP, it immediately issues a command to lock... I don't know if anyone knows how to crack the Real-name Authentication Filter King in internet cafes. Recently, our internet cafe has installed the Real-name Authentication Filter King. It's not a big deal if the internet speed is slowed down. The most important thing is that sometimes the synchronization with the three parties fails, which makes me so busy that I'm dizzy...
|
|
| Floor11 bthecs | Posted 2007-03-16 11:29 |
| 新手上路 Posts 1 Credits 2 | |
|
I have no points! What should I do, brother, help me out
|
|
| Floor12 zhxy9804 | Posted 2007-03-16 22:31 |
| 中级用户 Posts 97 Credits 208 | |
|
Once detected, it will restart. Here I am Zuǒlún. Ending Zuǒlún also restarts. See how arrogant you are!!!
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |