Tutorials & Guides

Hello ugbase comunity, since i saw recently some guys asking anout npc bots for samp , decided to explain how eassy you can add npc's into servers using samp-npc.exe  You can get the binaries from here basically you can execute cmd from windows, place on the same folder with samp-npc.exe and paste that line:  samp-npc.exe -h IP -p PORT -n NPC NAME -m SCRIPT NAME You can also build your own application for joing them: //c++ solution use CreateProcess if you want pass the arguments  https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425(v=vs.85).aspx //vb solution  Dim procNPC As Process = System.Diagnostics.Process.Start("samp-npc.exe", "-h IP -p PORT -n NPC NAME -m SCRIPT NAME")
VPN on Windows step by step guide (Using SoftEther VPN) 1. Install SoftEther VPN Client with VPN Gate Client Plug-in (only once at the first time) Download the special version of SoftEther VPN with the VPNGate Client Plug-in: Download Extract all of the contents you have downloaded to a new folder. As the above figure, a setup program and some DLL files are extracted. Execute the setup program which the filename begins with "vpngate-client-", and proceed with installation. The installer should be like this: You have to choose "SoftEther VPN Client" in the "Select Software Components to Install" window. You can also install "SoftEther VPN Client Manager" to host your own VPN. (more on that later). After the installation...
Many of you probably C+P'ed the "addClientCommand" out of mod_sa, it's easy to use and has one annoying thing to it.. It is the internal SA:MP limit of commands, you can actually bypass this pretty easy and do your own "command handler" which will also classify you as !337 l33t hax0r. First you need to know how SA:MP handles commands, basically if the input text of the editcontrol on the chatgui contains a "/" it scans through the internal list of commands and if it can't find one it'll send the request to the server. This is where we come in, it's actually pretty easy to go between the call and do your own magic. Today I will present you how, you should have a little experience tho I won't bother explaining everything here. Step one...
Hello, everyone it's HapeHD here. Today I'm going to teach you guys how to successful ban evade from every SA-MP server. What we need for this is atleast a: Linksys Router or you need Frosty VPN (( Thanks to StyleRxd for releasing Frosty VPN - Frosty VPN is attached in the Download Files )) How to ban evade with a Linksys Router 1. Go your Web Browser - This is for everyone different but just choose your default web browser such as Chrome or Firefox or InterDerpExplorer ^^ 2. Now go to the URL bar and type in the following thing: [192.168.1.1] - (( ATTENTION : This could be changed by someone! So if you want to make sure it's not changed go to: CMD ->> ipconfig ->> Look at Default Gateway and it should be something like: 192.168.x.x...
Here is how are all those 'magical' Godmodes made: Shitty one: :LOOP wait 0 if 0ADC:  test_cheat "SHH" // Key Enabled / Disabled else_jump @MAIN if 31@ == 0 then 31@ = 1 018C: play_sound 1083 at 0.0 0.0 0.0 0ACD: show_text_highpriority "ACTIVATED" time 1337 else 31@ = 0 018C: play_sound 1084 at 0.0 0.0 0.0      0ACD: show_text_highpriority "DEACTIVATED" time 1337 end :MAIN wait 0 if 31@ == 1 // on jf @LOOP if not Actor.Stopped($PLAYER_ACTOR) jf @LOOP 21@ = Actor.Health($PLAYER_ACTOR) wait 300 22@ = Actor.Health($PLAYER_ACTOR) if 0029:  21@ >= 22@ jf @LOOP Actor.Health($PLAYER_ACTOR) = 21@ 0ACD: show_text_highpriority "PROTECTED" time 300 jump @LOOP Better one: :LOOP wait 0 if 0ADC:  test_cheat "Opcode69" // Key Enabled /...
Top