introduction:
this simple hack does all the mat running for you meaning it stores your current position then it teleports you to the mat pickup location and it gets mats for you using "/getmats" then teleports you to the place where you should drop the material packages... it does it forever(LOOPED)!!!
and when you disable it you get back to the same location where you started the hack!
this hack can be very useful in roleplay servers... it's my first cleo hope you enjoy it
Commands:
/MatrunBot: start/stop matrun bot
/MatrunBotHelp: display all commands
Bugs:
NONE
Source:
update log:
Now much slower of lower chance of getting banned and activates and deactivates with the same command
Credits:
opcode - creator of the hack
this simple hack does all the mat running for you meaning it stores your current position then it teleports you to the mat pickup location and it gets mats for you using "/getmats" then teleports you to the place where you should drop the material packages... it does it forever(LOOPED)!!!
and when you disable it you get back to the same location where you started the hack!
this hack can be very useful in roleplay servers... it's my first cleo hope you enjoy it
Commands:
/MatrunBot: start/stop matrun bot
/MatrunBotHelp: display all commands
Bugs:
NONE
Source:
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:EntryPoint
wait 0
SAMP.Available
jf @EntryPoint
0B34: samp register_client_command "MATRUNBOT" to_label @MatrunBot
0B34: samp register_client_command "stopMatrunBot" to_label @StopMatrunBot
0B34: samp register_client_command "MATRUNBOThelp" to_label @USEAGE
0@ = false
chatmsg "{0000FF} /MatrunBotHelp: {FFFFFF} to get help!" -1
:start
1@ = 0.0
2@ = 0.0
3@ = 0.0
:WAIT
wait 100
IF
0@ == TRUE
then
Player.CanMove($PLAYER_CHAR) = False
Actor.PutAt($PLAYER_ACTOR, 2390.61, -2007.88, 13.55)
wait 350
0AF9: samp say_msg "/getmats"
wait 200
Actor.PutAt($PLAYER_ACTOR, 2288.13, -1105.39, 37.98)
wait 450
end
goto @WAIT
:USEAGE
chatmsg "{0000FF} /MatrunBot: {FFFFFF} start matrun bot" -1
chatmsg "{0000FF} /sMatrunBot: {FFFFFF} stop matrun bot" -1
chatmsg "{0000FF} /MatrunBotHelp: {FFFFFF} display all commands" -1
chatmsg "{0000FF} matrun bot is made by opcode" -1
SAMP.CmdRet
jump @WAIT
:stopmatrunbot
0@ = false
Player.CanMove($PLAYER_CHAR) = True
Actor.PutAt($PLAYER_ACTOR, 1@, 2@, 3@)
chatmsg "{FF0000} MATRUNBOT Deactivated!" -1
0B43: samp cmd_ret
goto @start
:MatrunBot
chatmsg "{00FF14} MATRUNBOT ACTIVATED!" -1
04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 0.0 4 0.0
if
0@ == true
then
0@ = false
else
0@ = true
end
0B43: samp cmd_ret
update log:
Now much slower of lower chance of getting banned and activates and deactivates with the same command
Credits:
opcode - creator of the hack