· 6 years ago · Jun 23, 2019, 05:56 PM
1-- SCRIPT MADE BY BERNARDOOO!
2-- GOVNOKOD EDITION!
3
4local sampev = require ('samp.events')
5
6function main()
7 repeat wait(0) until isSampAvailable()
8 sampAddChatMessage('{FF00D6} AUTOREG by Bernardooo! {00F4FF}SCRIPT HAS LOADED!! USE ',-1 )
9 wait(-1)
10end
11
12 --local email = ''
13 --math.randomseed(os.time())
14 --for i = 1, 15 do
15 --email = email .. string.char(math.random(97,122))
16 --end
17 --email = email .. '@gmail.com'--*
18
19 function sampev.onShowDialog(id, style, title, btn1, btn2, text)
20 if id == 9 then
21 sampSendDialogResponse(9, 0, n, '')
22 return true
23 elseif id == 10 then
24 sampSendDialogResponse(9, 0, n, '123123123')
25 return true
26 end
27 end