· 5 years ago · Jul 10, 2020, 01:30 AM
1<?php
2date_default_timezone_set("Asia/Makassar");
3$date = date("j-M-Y h:i:s a", time());
4system('clear');
5$nn = "\e[1;36m[=]";
6$tbt = "\e[1;36m[\e[1;33m?\e[1;36m]";
7$ckl = "\e[1;36m[\e[1;33m+\e[1;36m]";
8$blc = "\e[1;36m[\e[1;33m$\e[1;36m]";
9$bl0 = "\e[2;30m";
10$r1 = "\e[1;31m";
11$h2 = "\e[1;32m";
12$k3 = "\e[1;33m";
13$br4 = "\e[1;34m";
14$u5 = "\e[1;35m";
15$br6 = "\e[1;36m";
16$w7 = "\e[1;37m";
17$banner = "\r{$br6} ____ ___ _ _ _______ __ {$w7}_
18\r{$br6}/ ___| / _ \| \ | | ____\ \/ /{$w7}| |_ ___ _ __
19\r{$br6}\___ \| | | | \| | _| \ / {$w7}| __/ _ \| '_ \
20\r{$w7} ___) | |_| | |\ | |___ / \ {$br6}| || (_) | |_) |
21\r{$w7}|____/ \___/|_| \_|_____/_/\_{$h2}(_){$br6}__\___/| .__/
22\r |_|\r";
23$bnr = "\r {$h2}AUTO CLAIM GH/S SONEX.TOP\r
24\r{$h2}++{$k3}____________________________________________________________________{$h2}++\r
25\r{$nn}{$h2} creator{$br6} :{$w7} elang\r
26\r{$nn}{$h2} telegram{$br6} :{$w7} @mph_su{$k3}\r
27\r{$nn}{$h2} group {$br6}:{$w7} @Ghost_Currency\r
28\r{$nn}{$h2} donasi doge{$br6} :{$w7} DQedftUKSPbBmNhP2ufb31kP2WSL42KS6K\r
29\r{$h2}++{$k3}____________________________________________________________________{$h2}++\r\n";
30system('clear');
31if(!file_exists("password.txt")){
32file_put_contents('password.txt', $xx);
33}
34$pw = explode("\n", file_get_contents('password.txt'));
35$pw = $pw[0];
36if($pw == 'Thanks For Suport Guys'){
37}else{
38echo $bnr;
39echo "\n\n";
40sleep(1);
41echo "{$h2}dapatkan password {$w7}https://bit.ly/3iHQVcW\n";
42echo "{$h2}masukan password{$br6} : {$w7}";
43$inp = trim(fgets(STDIN, 1024));
44file_put_contents('password.txt', $inp);
45$pw = explode("\n", file_get_contents('password.txt'));
46$pw = $pw[0];
47if($pw == "Thanks For Suport Guys"){
48sleep(2);
49echo "{$h2} password benar!\n";
50sleep(1);
51echo "{$br6}thanks for suport guys";
52sleep(1);
53}else{
54echo "{$r1} password salah!!!\n";
55sleep(1);
56sleep(1);
57echo "{$k3} Coba Lagi...!!\n";
58echo "{$h2}masukan password{$br6} : {$w7}";
59$inp = trim(fgets(STDIN, 1024));
60file_put_contents('password.txt', $inp);
61$pw = explode("\n", file_get_contents('password.txt'));
62$pw = $pw[0];
63if($pw == "Thanks For Suport Guys"){
64sleep(2);
65echo "{$h2} password benar!\n";
66sleep(1);
67echo "{$br6}thanks for suport guys";
68sleep(1);
69}else{
70echo "\n{$r1} password salah Lagi!!!\n";
71echo "\n{$k3}coba ambil ulang password pada link di atas\n";
72sleep(1);
73system('rm password.txt');
74exit;
75}
76}
77}
78system('clear');
79if(!file_exists("login.txt")){
80file_put_contents('login.txt', $xx);
81}
82$pl = explode("@", file_get_contents('login.txt'));
83$pl = $pl[0];
84$pc1 = explode("@", file_get_contents('login.txt'));
85$pc = explode("\n", $pc1[1]);
86$ps = explode("\n", file_get_contents('login.txt'));
87$ps = $ps[1];
88if($pc[0] == 'gmail.com'){
89}else{
90echo $banner;
91echo "\n\n";
92sleep(2);
93echo "{$h2}belum memiliki akun sonextop??\n";
94echo "{$h2}buat akun pada link di bawah\n";
95echo "{$w7}https://sonex.top/?ref=fachrie07072017\n\n";
96echo "{$h2} Login ke akun sonex.top\n";
97echo "{$h2}Masukan email :{$w7} ";
98$email = fgets(STDIN, 1024);
99echo "{$h2}masukan sandi :{$w7} ";
100$sandi = fgets(STDIN, 1024);
101file_put_contents('login.txt', $email.$sandi);
102}
103$pl = explode("@", file_get_contents('login.txt'));
104$pl = $pl[0];
105$pc1 = explode("@", file_get_contents('login.txt'));
106$pc = explode("\n", $pc1[1]);
107$ps = explode("\n", file_get_contents('login.txt'));
108$ps = $ps[1];
109$hd = array("user-agent: Mozilla/5.0 (Linux; Android 9; Redmi 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36");
110$lgr = "https://sonex.top/login";
111$lg = "https://sonex.top/users/login";
112$dt = "username=".$pl."%40".$pc[0]."&password=".$ps."";
113$cl = "https://sonex.top/bonus/get_bonus";
114$cb = "https://sonex.top/cabinet";
115system('clear');
116echo $banner;
117echo "\n";
118echo $bnr;
119echo "{$h2}Link yg di garap script ini 👇\n";
120echo "\r{$w7} https://sonex.top/?ref=fachrie07072017\r\n\n";
121function masuk($lg, $hd, $dt, $h2, $br6, $k3, $ckl, $nn, $r1){
122$ch = curl_init();
123curl_setopt($ch, CURLOPT_URL, $lg);
124curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
125curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
126curl_setopt($ch, CURLOPT_POST, 1);
127curl_setopt($ch, CURLOPT_REFERER, $lgr);
128curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
129curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
130curl_setopt($ch, CURLOPT_POSTFIELDS, $dt);
131curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
132curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
133$result = curl_exec($ch);
134curl_close($ch);
135$a = explode(',"desc":"',$result);
136$b = explode('","style":"success","redirect":"https:\/\/sonex.top\/cabinet"}', $a[1]);
137$c = explode('"username":"', $result);
138$d = explode('","password":', $c[1]);
139$waktu = date("l, h:i:s a", time());
140echo "\n\n\r {$w7}Memulai claim auto......!!!\n";
141echo "\e[1;37m".$waktu;
142echo "{$r1} ++{$h2}____________________________________________________________________{$r1}++\n";
143if ($b[0] == 'Successful authorization'){
144echo "{$ckl} {$h2}login {$k3}".$b[0]."\n";
145echo "{$nn} {$h2}your email {$br6}: {$k3}".$d[0]."\n";
146}else{
147echo " \e[1;31mLogin gagal!!!\n";
148echo " \e[1;32mperiksa kembali koneksi internet atau data login anda!!!\n\n\n";
149sleep(2);
150exit;
151}
152}
153function mula($lg, $hd, $dt){
154$ch = curl_init();
155curl_setopt($ch, CURLOPT_URL, $lg);
156curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
157curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
158curl_setopt($ch, CURLOPT_POST, 1);
159curl_setopt($ch, CURLOPT_REFERER, $lgr);
160curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
161curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
162curl_setopt($ch, CURLOPT_POSTFIELDS, $dt);
163curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
164curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
165$result = curl_exec($ch);
166curl_close($ch);
167}
168function cabin($cb, $hd){
169$ch = curl_init();
170curl_setopt($ch, CURLOPT_URL, $cb);
171curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
172curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
173curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
174curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
175curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
176curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
177$result = curl_exec($ch);
178curl_close($ch);
179}
180function horek($cl, $hd, $k3, $br6, $ckl, $h2){
181$ch = curl_init();
182curl_setopt($ch, CURLOPT_URL, $cl);
183curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
184curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
185curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
186curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
187curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
188curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
189$result = curl_exec($ch);
190curl_close($ch);
191$i = explode('{"desc":" ', $result);
192$j = explode(' GH\/s",', $i[1]);
193if($j[0] == true){
194echo "{$ckl}{$br6} claim Success\e[1;37m : {$h2}".$j[0]." {$br6}GH/s\e[1;35m ≈> ";
195}else{
196echo "\e[1;36m[\e[1;33m?\e[1;36m]{$h2} claim gagal lagi{$br6} : \e[1;31mtidak ada koneksi internet!\n";
197echo "\n\e[1;31mMohon periksa kembali koneksi internet anda!!!";
198exit;
199}
200}
201function claim($cl, $hd, $k3, $br6, $ckl, $h2){
202$ch = curl_init();
203curl_setopt($ch, CURLOPT_URL, $cl);
204curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
205curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
206curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
207curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
208curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
209curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
210$result = curl_exec($ch);
211curl_close($ch);
212$i = explode('{"desc":" ', $result);
213$j = explode(' GH\/s",', $i[1]);
214if($j[0] == true){
215echo "{$ckl}{$br6} claim Success\e[1;37m : {$h2}".$j[0]." {$br6}GH/s\e[1;35m ≈> ";
216}else{
217echo "\e[1;36m[\e[1;33m?\e[1;36m]{$h2} claim gagal{$br6} : \e[1;31mtidak ada koneksi internet!\n";
218echo " \e[1;33mMencoba claim ulang...!!!\n";
219for ($d = 10; $d > -1; $d--){
220echo "\r\e[1;36m[\e[1;33m?\e[1;36m]\033[1;32m claim \e[1;36m".$d."\033[1;32m detik \r";
221sleep(1);
222}
223horek($cl, $hd, $k3, $br6, $ckl, $h2);
224}
225}
226function cabinet($cb, $hd, $h2, $k3, $blc, $br6){
227$ch = curl_init();
228curl_setopt($ch, CURLOPT_URL, $cb);
229curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
230curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
231curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
232curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
233curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
234curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
235$result = curl_exec($ch);
236curl_close($ch);
237$e = explode('<p class="m-b0 total gh">', $result);
238$f = explode('Gh/s</p>', $e[1]);
239echo "{$blc} {$br6}Your Power\e[1;37m : {$h2}".$f[0]."{$br6}GH/s\n";
240}
241$ch = curl_init();
242curl_setopt($ch, CURLOPT_URL, $lg);
243curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
244curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
245curl_setopt($ch, CURLOPT_POST, 1);
246curl_setopt($ch, CURLOPT_REFERER, $lgr);
247curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
248curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
249curl_setopt($ch, CURLOPT_POSTFIELDS, $dt);
250curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
251curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
252$result = curl_exec($ch);
253curl_close($ch);
254$a = explode(',"desc":"',$result);
255$b = explode('","style":"success","redirect":"https:\/\/sonex.top\/cabinet"}', $a[1]);
256$c = explode('"username":"', $result);
257$d = explode('","password":', $c[1]);
258if($b[0] == 'Successful authorization'){
259$waktu = date("l, h:i:s a", time());
260echo "\n\n\r {$w7}Memulai claim auto......!!!\n";
261echo "\e[1;37m".$waktu;
262echo "{$r1} ≽{$h2}──────────────────────────────────────────────────────────────{$r1}≽\n";
263echo "{$ckl} {$h2}login {$k3}".$b[0]."\n";
264echo "{$nn} {$h2}your email {$br6}: {$k3}".$d[0]."\n";
265}else{
266masuk($lg, $hd, $dt, $h2, $br6, $k3, $ckl, $nn, $r1);
267}
268$ch = curl_init();
269curl_setopt($ch, CURLOPT_URL, $cb);
270curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
271curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
272curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
273curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
274curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
275curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
276$result = curl_exec($ch);
277curl_close($ch);
278$e = explode('<p class="m-b0 total gh">', $result);
279$f = explode('Gh/s</p>', $e[1]);
280echo "{$blc} {$h2}your power{$br6} : {$k3}".$f[0]."GH/s\n";
281$ch = curl_init();
282curl_setopt($ch, CURLOPT_URL, $cl);
283curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
284curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
285curl_setopt($ch, CURLOPT_HTTPHEADER, $hd);
286curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
287curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt");
288curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
289$result = curl_exec($ch);
290curl_close($ch);
291$i = explode('{"desc":" ', $result);
292$j = explode(' GH\/s",', $i[1]);
293$k = explode('"amount_usd":', $result);
294$l = explode(',"redirect":', $k[1]);
295if($j[0] == true){
296echo "{$ckl}{$h2} success claiming bonus{$br6} : {$k3}".$j[0]." GH/s = ".$l[0]." USD\n";
297}else{
298echo "\e[1;36m[\e[1;33m?\e[1;36m]{$h2} bonus{$br6} : \e[1;33manda sudah mengclaim bonus,\n";
299echo " \e[1;33mtunggu beberapa menit lagi untuk claim selanjutnya.\n";
300}
301echo "{$r1}++{$h2}____________________________________________________________________{$r1}++\n";
302echo "\n \033[1;37m".$date." \e[1;36mbanjarmasin\n\n";
303for ($j = 00; $j > - 1; $j--){
304for ($m = 50; $m > -1; $m--){
305for ($d = 60; $d > -1; $d--){
306echo "\r \e[1;36m[\e[1;33m?\e[1;36m]\033[1;32m claim bonus selanjutnya \e[1;36m".$m."\e[1;33m:\e[1;36m".$d."\033[1;32m detik \r";
307sleep(1);
308}
309}
310}
311while (true){
312mula($lg, $hd, $dt);
313cabin($cb, $hd);
314claim($cl, $hd, $k3, $br6, $ckl, $h2);
315cabinet($cb, $hd, $h2, $k3, $blc, $br6);
316for ($j = 00; $j > - 1; $j--){
317for ($m = 50; $m > -1; $m--){
318for ($d = 59; $d > -1; $d--){
319echo "\r \e[1;36m[\e[1;33m?\e[1;36m]\033[1;32m claim \e[1;36m".$m."\e[1;33m:\e[1;36m".$d."\033[1;32m detik \r";
320sleep(1);
321}
322}
323}
324}
325?>