badboi123 said:1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Auto Signcheck
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): -
3. What do you want (the most important part, explain this carefully) Every hour we have to type a string of random intergers on the dialog box for confirming our paycheck , doing this automatically would be really cool as i've seen many players having it already
4. Details (add more details to your request) Make it toggable and fast thats it. heres the picture of the signcheck https://imgur.com/a/rIPsP
5. Need On/off key or command ?: Not necessary but would be a cool addition
6. Any picture or video: Not really , i saw 2 videos a week back but cant find their links
Thanks
[shcode=cpp]
{$CLEO .cs}
0000:
while not samp.Available()
wait 100
end
while true
wait 0
if
0B4C: samp is_dialog_active -1
then
wait 200
alloc 5@ 512 //alloc
0BD7: 5@ //get text
if
0ad4: $NOT_USED = scan 5@ "Check code: %d" 6@
then
alloc 0@ 8
format 0@ "%d" 6@
0B4B: samp set_current_dialog_editbox_text 0@
free 0@
wait 3000 // pause 3sec and then close dialog
0B47: samp close_current_dialog_with_button 1
end
end
end
[/shcode]