Money Hack ?

Status
Not open for further replies.

drkekz

New member
Joined
May 21, 2014
Messages
1
Reaction score
0
Anyone can create a Money Hack for samp 0.3z ?  :forever_hurra:

If anyone have a method to get easy money tell me please  :somuchwin:
 

DuFF

Member
Joined
Apr 5, 2014
Messages
20
Reaction score
0
I played on some shitty server.. and this script worked well.
{$CLEO .cs}

thread 'Money'

:Load
wait 300
if
  SAMP.Available
else_jump @Load

0B34: samp register_client_command "mmoney" to_label @MONEY1

while true
    wait 0
    if
    2@ > 0
    then
        0A8C: write_memory 0xB7CE50 size 4 value 2@ virtual_protect 0   
    end
end

:MONEY1
0B35: samp 0@ = get_last_command_params
if
0AD4: 1@ = scan_string 0@ format "%d" 2@
then 
else
    0AF8: samp add_message_to_chat "Usage: /money <amount>" color -1
end
SAMP.CmdRet()

Use /money <amount> and go reconnect. But good servers have protection and this works just on primitive servers.
 

idanasd149

Member
Joined
Oct 21, 2014
Messages
21
Reaction score
0
DuFF link said:
I played on some shitty server.. and this script worked well.
{$CLEO .cs}

thread 'Money'

:Load
wait 300
if
  SAMP.Available
else_jump @Load

0B34: samp register_client_command "mmoney" to_label @MONEY1

while true
    wait 0
    if
    2@ > 0
    then
        0A8C: write_memory 0xB7CE50 size 4 value 2@ virtual_protect 0   
    end
end

:MONEY1
0B35: samp 0@ = get_last_command_params
if
0AD4: 1@ = scan_string 0@ format "%d" 2@
then 
else
    0AF8: samp add_message_to_chat "Usage: /money <amount>" color -1
end
SAMP.CmdRet()

Use /money <amount> and go reconnect. But good servers have protection and this works just on primitive servers.
Do u can give download? thanks.
 
Status
Not open for further replies.
Top