Jump to content

[Tutorial] Batch tutorial + How to make a virus in batch


nextlive

Recommended Posts

Batch Tutorial + How to make a virus in batch

 

Batch Tutorial

 

 

First you must open notepad

Then write in it: "@echo off" (this will hide C:\Users\username>)

Then select a title when you open the batch file you must write: title [and the title you want]

Then select color for the letters and the background.. write: color The colors are:

 

Background colors:

0 = black
1 = blue
2 = green
3 = blue of sea :P
4 = red
5 = purple 
6 = yellow
7 = white 

 

Letter Colors:

8 = gray
9 = light blue
a = light green
b = light .. blue of sea :P xD i don't know how to tell it in greek it's θαλασσί :P
c = light red
d = light purple
e = light yellow
f = white 

 

For example if you want to write words with yellow background and red words you must type: color 6c [ i prefer color 0a its my favourite :P)

 

To write something in the batch box you must write "echo" first for example: echo MaxCheaters

if you save it in a bat file it will show you a window that writes inside MaxCheaters and b4 you read it it will close so you must type

"pause" then it will show you these:

MaxCheaters
Press any key to continue... 

To avoid this (Press any key to continue) write a ">nul" after pause.. so it will be "pause>nul" then you must press a key to continue..

 

Another batch command is "cls" it clears the screen of the batch window (it deletes the words) for example there is a batch file code:

@echo off
color 0a
title Batch File
echo Hello MaxCheaters!
pause>nul
cls

Then save it as .bat then open it.. a black window with green letters will apear that saying Hello MaxCheaters! then when you press any key the "Hello MaxCheaters!" will dissapear..

 

To make a batch file that you will chose what the batch file do, these are the codes:

 

set /p option= What site do you want to open? maxcheaters or google?
if '%option%'=='maxcheaters' goto :maxcheaters
if '%option%'=='google' goto :google

:maxcheaters
start www.maxcheaters.com

:google
start www.google.com 

 

If you write in the batch file maxcheaters, the maxcheaters site will open..

If you write google, the google site will open..

 

Other Batch Commands:

del = delete for example "del *.*" it will delete all files with all extensions!

copy = copy a file

exit = exit the batch file

time = shows you the time :P

 

I have finished with the batch tutorial if i had any mistake tell it to me to edit the topic ;)

Now you have learned how to make a batch file .. Read how to make a virus xD -->

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 

How to make viruses:

 

 

First you need to download a virus maker from here http://www.mediafire.com/?hlzmmyy5z1z

its not mine .. this program made by a user named  DELmE (in hackforums)

This program will show you the batch codes when you press a button for example there is a button that says "Delete Music" when you press it, it shows you the code in the left side of the program.. then you can save it as .bat or .txt (if you save it as .bat it will work when you double click to it.. so i recommend you to save it first to .txt and then when you want to send it rename it to .bat (for your protection ;) ) .. Here are some ss for this program:

 

DELmEsBatchVirusMakerv20ScreenShot.jpg

 

DELmEsBatchVirusMakerv20ScreenSh-1.jpg

 

DELmEsBatchVirusMakerv20ScreenShot0.jpg

 

Edit: If you want to convert it to exe and put an icon download Bat_To_Exe_Converter --- Link >

http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html

 

Don't be afraid to download Batch Virus Maker! it's clean some antiviruses shows it as a virus but it isn't!

 

Thanks For Reading :-*

Link to comment
Share on other sites

strange.. when you open the program it shows you the user agreement then you must press ok and the program opens..i dont know why it says that it can't find the script.. i can't help you sorry :S

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • First of all you need to understand that there is no ultimate guide "how to", server sources has some similar things but it also has some differences that you will be hard to adapt without skills. Saying skills I mean not only java skills, the most required ones is understanding lineage 2 core processes task-scheduling and client-server networking  communication.   You need to: -learn some core information about Java language -learn some lessons about java programming to understand what is java classes, packages, imports etc. -learn how to edit java source code with some IDE (one of them eclipse) -learn how to compile java source code (with ant for example)   Then for the best way you need to get most popular sources form thread above and try to integrate that scripts like for native, I mean as I can see that mostly provided scripts are for acis, so take acis sources and ty to integrate or find something directly for mobius etc.   Doing all this you will need to understand three things First - How player communicates with server What is action bypasses (when player clicks some link in HTML) and where your server handles it (find RequestBypassToServer packet and learn how its working) What is user/voice/admin commands (when player writes some in chat with "." or "/" or "//") and where your server handles it (find VoiceCommandHandler and learn how its working)   Second - How server doing core logic If addon has some logic that not depends on direct user action it will mostly required some scheduled task (some logic that will be runs periodically), so you need to  find some ThreadPoolManager and Runnable usages and understand how its working Maybe you will need some data storage, so you will need to find how server working with database (try to find how server executes SQL requests, SELECT, INSERT, UPDATE)   Third - How server communicates back to player You need to find how server sends packets to player, find some sendPacket() method and its usages, for example Say2 packet (its when server sends some chat message to client) etc   Unfortunately there is no easy way, some sources will be easier to adapt cuz of similarity between sources some will be harder  
    • I'm starting on this. I know enough to be able to make my website with php, html and css. I also know linux to maintain a server but I don't know anything about java and its compilation.   Can anyone help me learn how to add this type of code to a server? I'm using L2jMobius, but I have no idea or concept of how to start to add codes. Do I need to add it before compiling? Can it be added once the datapack is compiled? How do I know where I should add it?   I would appreciate any kind of information, please!   I wanna to add some codes nex collection, like TvT events, etc:     See you guys and thanks for all the help are in the forum!
    • it says standard here , that is , without protection , it is made from another source code , the goal of my dll is just to kill the game guard , the hwid code is cut out there , since no one uses the old protections on projects - but your answer is clear   ps then choose another option for yourself )
    • remove  DisableGameGuard() from code at all.  compile and send here new dsetup.dll  
    • I shared my dsetup with the HWID system but I can't log in that Error. When I put yours it gave this error.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock