Author Topic: BATCH shortcut to enter YGG server  (Read 5033 times)

Offline Areeb

  • God Father
  • ******
  • Posts: 1031
  • ~_~
    • Areeb Beigh
  • In Game: M4Shooter / Euphinx
BATCH shortcut to enter YGG server
« on: January 09, 2016, 05:56:07 PM »
Hello people,

This is just a basic code you could add to your systems that makes life much easier :P! This code enables you to directly enter the YG server without the need to opening SA-MP and further stuff.



Let's get started

1. Right click on your desktop free space >> New >> Text Document

2. Rename the text document to YG (or whatever you want)

3. Open it in Notepad

4. Paste the following code in it:

Code: [Select]

@ECHO off
START "" "<M4Shooter is awesome>" "5.44.101.13:7777"


Replace the <> part with the path to your samp.exe file, in my case it is "C:\\Games\GTA-San Andreas\samp.exe"

NOTE: You can remove the "" but if your path has a space in the (eg: C:\\Games\GTA - San Andreas\samp.exe) then you much enclose them in ""

5. Click "File" and select "Save as.."

6. There you'll have a drop down menu named "Save as type" select the option "All files *.*" in it.

7. Set the file name as YG.bat and hit save.

If you did everything right then opening the BATCH file should directly open the SA-MP load screen and then connect you to YG-Gaming server.



This is just a basic way of calling samp.exe on the parameters [ip] [port], you can make various such "hack scripts" and play with stuff in batch, PM me if you need help with stuff.

Enjoy people.

Regards
M4Shooter
« Last Edit: January 09, 2016, 07:42:44 PM by M4Shooter »


My Works
1. Fusion Stunt (/stunt9)
2. Base Jump 4 (/bs4)
3. Base Jump 5 (/bs5)


My Website
Follow me on GitHub

Offline Snake

  • Mentally Insane
  • Retired Administrator
  • ****
  • Posts: 1387
  • PSN: Snakekeeper_
  • In Game: N/A
  • Discord: Personal
Re: BATCH shortcut to enter YGG server
« Reply #1 on: January 10, 2016, 02:20:43 AM »
Oh god. Batch files.... a relic from the past. lol
- Find me on ps4
PSN - Snakekeeper_

Offline Areeb

  • God Father
  • ******
  • Posts: 1031
  • ~_~
    • Areeb Beigh
  • In Game: M4Shooter / Euphinx
Re: BATCH shortcut to enter YGG server
« Reply #2 on: January 10, 2016, 10:04:50 AM »
Oh god. Batch files.... a relic from the past. lol
They're still cool tho.. Heh


My Works
1. Fusion Stunt (/stunt9)
2. Base Jump 4 (/bs4)
3. Base Jump 5 (/bs5)


My Website
Follow me on GitHub