APP Release RakSAMP [v0.8.6-0.3.7-ALLRC]

P3ti

Active member
Joined
Feb 15, 2014
Messages
66
Reaction score
2
Hey, i've updated RakSAMP to 0.3.7 and added some functions.

ZIP File Password: ugbase.eu

RakSAMP is a fake client and server for SA-MP.

Commands:
!exit or !quit: exits client.
!reconnect: reconnects the server.
!reload: reloads settings.
!runmode: sets current runmode.
!stats: shows raknet statistics.
!players: shows list of players.
!npcs: show list of NPCs.
!login: login to RCON.
!rcon: send an RCON command.
!goto: go to players position.
!gotocp: go to the current checkpoint.
!autogotocp: toggle automatic checkpoint teleporter.
!imitate: change imitate name.
!vlist: shows list of vehicles.
!vdeath: send vehicle death notification.
!fu: send lost connection packet to server.
!spawn: spawns fake player.
!pickup: pick up a pickup by ID.
!class: select a class.
!menusel: selects an item from the GTA menu.
!kill: toggle fake kill flooder.
!lag: toggle server lagger.
!spam: toggle reconnect spammer.
!joinflood: toggle join flooder.
!chatflood: toggle chat flooder.
!classflood: toggle class selection flooder.
!bulletflood: flood the server with bullet sync packets to the players' positions.
!weapon: sets the current weapon in the fake player's hand.
!selplayer: sets the followed player's name.
!selveh: sets the fake player's vehicle.
!pos: sets the fake player's position.
!follow: sets the following offset.
!pulsator: pulse health & armor.
!change_server: connect to another server without restarting RakSAMPClient.
!change_name: change the fake player's name and reconnect/rejoin the game.
!dialogresponse: send a dialog response.
!logstatus: show log status.
!log: toggle logging objects/pickups/textlabels/textdraws.
!teleport: show the teleport menu.
!scmevent: send SCM event.
!fakekick: send vehicle enter notification with invalid vehicle id to get kicked.
!seltd: select a textdraw.
!sendrates: show sendrates.

Code:
[v0.8.1-0.3z] (Client)
- Updated InitGame both client and server-side.
- SendBulletData function added.
- Added a lots of RPC IDs.
- Manual spawn feature.
- Money and drunklevel implemented client-side.
- Sending ID_STATS_UPDATE packet in every seconds.
- FPS simulation.
- Lowered font size in the top info text.

Code:
[v0.8.2-0.3z] (Client)
- Compatible with the new 0.3z-R3 servers.
- The server can change your position in normal mode with SetSpawnInfo and SetPlayerPos.

Code:
[v0.8.3-0.3z] (Client)
- Server can now set the fake player's rotation, health, armour.
- Force mode.
- New commands: !runmode, !weapon, !selplayer, !selveh, !bulletflood, !pulsehealth, !followx, !followy, !followz
- The info label isn't updating if the info text wasn't changed.
- Added health, armor, x, y, z, rotation to the info label.
- The players' scores and pings are updated now.

[v0.8.3-0.3z] (Server)
- Bullet synchronization (lagcomp mode)
- Basic script (scripts/basic.lua) updated
- Loading text changed
- ScriptEvent_OnPlayerWeaponShot added
- ScriptEvent_OnPlayerCommand fixed
- ScriptEvent_OnPlayerDeath fixed
- setGameModeText added
- setMapName added
- setWebURL added
- setPlayerPos fixed
- setPlayerRotation fixed
- setPlayerInterior added
- setPlayerCameraPos added
- setPlayerCameraLookAt added
- setCameraBehindPlayer added
- givePlayerMoney fixed
- resetPlayerMoney fixed
- setPlayerHealth fixed
- setPlayerArmour fixed
- giveWeapon fixed
- setWeaponAmmo fixed
- clearPlayerWeapons fixed
- playAudioStreamForPlayer added
- stopAudioStreamForPlayer added
- sendDeathMessage added
- sendDeathMessageForPlayer added
- setGravity added
- setPlayerGravity added

Code:
[v0.8.4-0.3z] (Client)
- New command: !gotocp.
- New command: !autogotocp.
- New command: !changename.
- New command: !pos_x.
- New command: !pos_y.
- New command: !pos_z.
- Rewrote !goto because it desynced the player after use.
- Added password dialog type.
- Unique color for checkpoint alerts.

[v0.8.4-0.3z] (Server)
- Fixed the player ID mixing bug.
- The server won't drop the player at joining anymore.
- basic.lua script updated.
- New event: onPlayerRequestClass.
- New event: onPlayerEnterCheckpoint.
- New event: onPlayerLeaveCheckpoint.
- New function: setPlayerCheckpoint.
- New function: disablePlayerCheckpoint.
- New function: gameTextForAll.
- New function: gameTextForPlayer.

Code:
[v0.8.5-0.3z] (Client)
- Built-in gpci generation. (by bartekdvd)
- If the health or armour is higher than 200 'N/A' will be displayed in the info label.
- Current skin is displayed in the info label.
- Added intervals for !kill, !lag, !spam which can be set in the config.
- Added logging for objects & pickups which can be toggled in the config.
- The client version (gathered by GetPlayerVersion) can be set in the config.
- The position after spawn is set by the last RequestClass RPC.
- Color embeddings are removed from the displayed client messages.
- RakSAMPClient users can't be detected now by aim sync data.
- The bullets sent by the followed player will be sent by the fake player too.
- RakSAMPClient can be launched with parameters. (-h <IP> -p <Port> -n <Nickname> -z <Password (not required if no password)>)
- New command: !class.
- New command: !pickup.
- New command: !dialogresponse.

[v0.8.5-0.3z] (Server)
- Vehicle damage sync.
- Dialog style IDs are added to the internal script.
- setPlayerPos added.
- getPlayerPos added.
- getPlayerVehicleID added.
- repairVehicle added.
- setVehicleHealth added.
- showPlayerDialog added.
- ScriptEvent_OnPlayerDamageVehicle added.
- ScriptEvent_OnPlayerClickMap.
- ScriptEvent_OnDialogResponse.

Code:
[v0.8.6-0.3z] (Client)
- Customizable teleport menu.
- 3D textlabel logging.
- New commands: !pos, !follow, !scmevent, !logstatus, !log, !teleport, !npcs, !fakekick, !seltd, !sendrates, !change_server.
- Textdraw logging.
- Custom sendrates.
- Patched povargek's RakSAMP crasher.
- !change_server command.
- ClientJoin RPC flooder. (!joinflood)
- Chat flooder. (!chatflood)
- Class selection flooder. (!classflood)
- Fakekill flood improved.
- Bulletflood improved.
(!pulsehealth -> !pulsator | !changename -> !change_name)

[v0.8.6-0.3z] (Server)
- Fixed a critical bug in the server's lower level networking layer, thanks to n3ptun0.
- New scripting events: onPlayerInteriorChange, onScmEvent.
- New scripting functions: getPlayerInterior, broadcastScmEvent.

Code:
[v0.8.6-0.3.7] (Client)
- Spectator mode.
- !players & !npcs improved.

Code:
[v0.8.6-0.3.7-R2] (Client)
- 0.3.7-R2 auth keys have been added. (contribution of spmn)

Authors: jlfm, bartekdvd, P3ti.
Special thanks to balika011, .silent, n3ptun0.

Binaries are in the attachment. (VirusTotal)
Source code: http://github.com/P3ti/RakSAMP/
 

Attachments

  • RakSAMP-v0.8.6-0.3.7-ALLRC.zip
    469.9 KB · Views: 1,569
Last edited by a moderator:

KingOfZion

Well-known member
Joined
Feb 20, 2013
Messages
208
Reaction score
4
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Work !  :youdontsay: Many thanks man... !  :not_bad:
 

inZ

Well-known member
Joined
Apr 6, 2013
Messages
270
Reaction score
1
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Works on XP?
 

lagat2203

Active member
Joined
May 30, 2014
Messages
185
Reaction score
0
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

what does raksamp do exactly? im kinda new to this . :imoverit:
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

[member=9752]P3ti[/member]
You gonna keep this Updated?
If yes ill probably stick this topic as it's usefule for many peps.
 

P3ti

Active member
Joined
Feb 15, 2014
Messages
66
Reaction score
2
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

0x688 link said:
[member=9752]P3ti[/member]
You gonna keep this Updated?
Yes.

inZ./ link said:
Works on XP?
Probably, it has been compiled with VS 2008.
 

Min

Well-known member
Joined
Jun 13, 2014
Messages
220
Reaction score
1
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

is it still working ? i dunt know how to do this. i really need a bot spawner :yesyes: :yesyes:
 

ClausBear

Expert
Joined
Aug 19, 2013
Messages
647
Reaction score
0
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Wow very nice works perfectly
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Finally on XP , thanks a lot .
 

inZ

Well-known member
Joined
Apr 6, 2013
Messages
270
Reaction score
1
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Works :)
 

Simon98

Well-known member
Joined
Feb 18, 2014
Messages
287
Reaction score
0
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Nice
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

Its Working, Thanks Man.
 

bluesoviet

New member
Joined
Jun 5, 2014
Messages
3
Reaction score
0
Re: RakSAMP [v0.8.2-0.3z] (Compatible with 0.3z-R3 servers!)

good work thanks man
 

P3ti

Active member
Joined
Feb 15, 2014
Messages
66
Reaction score
2
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

Thank you guys for the nice feedback. :forever_hurra:

:urtheman: v0.8.3-0.3z is just released!
 

wassil31

Active member
Joined
Jan 19, 2014
Messages
28
Reaction score
0
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

can you help me why my bot dont follow sometimes i like to kill him  :angry: but thx  :somuchwin:
 

Harertz

Member
Joined
Apr 22, 2014
Messages
5
Reaction score
0
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

Why invalid password ??  :red_eyes:
 

MJCErixson

Active member
Joined
May 20, 2014
Messages
36
Reaction score
3
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

finally a version that works  :looky:  :eek:hgodwhy: :dont_care: :me_gusta:
Dude thank you best release ever  :fuck_you: :fuck_you: :fuck_you:
i love the releasers  :fuck_you:  :fuck_you:
thanks again  :lol:  :youdontsay: :fuck_you: :fuck_you:
 

hasin1

Active member
Joined
Jan 22, 2014
Messages
55
Reaction score
0
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

Harertz link said:
Why invalid password ??  :red_eyes:
Password for all attachments on THIS WEBSITE is: ugbase.eu
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

can you tell me guys how this work? and what it does do? and why it would be helpful to me?

sorry for bitches like me :me_gusta: i dont really know the main porpuse of raksamp.
 

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
Re: RakSAMP [v0.8.3-0.3z] (Compatible with 0.3z-R3 servers!)

Xer link said:
can you tell me guys how this work? and what it does do? and why it would be helpful to me?

sorry for bitches like me :me_gusta: i dont really know the main porpuse of raksamp.

Its a program/console or like IRC and you can fucked up the server! Watch youtube tutorials if you want to learn this!
 
Top