Help score farming ...

rider MARS

Member
Joined
Aug 26, 2014
Messages
6
Reaction score
0
i created 2 accountes on my pc
i opened samp with the first acc (name used tmp1)
and i opened it again by the other acc (name used tmp2)
when i am using the first acc i see tmp2 afk
so is there a way to minimize samp without pressinc esc and being afk ?
:angry: :kidding: :bawww: :celeral_guy: :celeral_spitting: :stoned:
llalalallallal lololololololololl lallalllall lolloololol
nice idea to farm score right
i amma still a genious
:youdontsay: :watchout: :urtheman: :lol: :iknowwhatyoudid: :imoverit:
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
Finn link said:
how to "anti pause" using samp funcs 4 ?
Good question, idk xd

Edit: Actually just go to your gta folder, open sampfuncs_settings and change AntiPause=false into AntiPause=true
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
It looks like the antipause does not work for me because my second player is afk. But there's a way to get the score anyway. I just used the following script to fake death by my second player and he still gained the score, it's very easily detectable though because everyone can see the kill list.

/killby <ID>

Code:
{$CLEO}
0000: NOP
0B34: samp register_client_command "killby" to_label @activate
31@ = 0

:First
wait 0
if 31@ == 1
jf @First
0BCC: samp send_take_damage issuerid 24@ damage 46 weapon 24 bodypart 6
0BCC: samp send_take_damage issuerid 24@ damage 46 weapon 24 bodypart 6
0BCC: samp send_take_damage issuerid 24@ damage 8 weapon 24 bodypart 6
0AFE: samp send_death_by_player 24@ with_reason 24                                                                  
print "done" 1000
31@ = 0
jump @First



:activate
wait 0
0B35: samp 25@ = get_last_command_params

if
0AD4: 26@ = scan_string 25@ format "%d" 24@ //IF and SET
then
    if
    0B23:  samp is_player_connected 24@
    then
    31@ = 1
    end
end        
samp.CmdRet





Edit: The antipause didn't work with full screen minimalised but in windowed mode it works well, to turn on windowed mode use alt+enter and adjust the edges (which is not that easy;p)

aWnxowf.jpg
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
There are no score hacks or cleos or cheats, the only way you can cheat some score is through fake kills and fast kills on yourself, but that depends on the server AC too.
 
Top