Skip to content

Commit 9d3470a

Browse files
authored
ngr #1
1 parent 05abe09 commit 9d3470a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

run.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
/** End Arguments Usage */
5151

5252
/** Select */
53-
$input_pilih = $climate->br()->shout()->input('> Enter your choice (1-29) : ');
53+
$input_pilih = $climate->br()->shout()->input('> Enter your choice sob (1-29) : ');
5454

5555
$pilih = $input_pilih->prompt();
5656
/** End Select */
5757

5858
if($pilih>29 OR $pilih<1){
59-
$climate->br()->error('Options not available, please choose existing ones!');
59+
$climate->br()->error('Options is not available, please choose existing ones!');
6060

6161
/** Enter Select return */
6262
$input_pilih = $climate->br()->shout()->input('> Enter your choice (1-29) : ');
@@ -155,10 +155,10 @@
155155
$namatools = "\e[1;32mbrute force Member Group by ID\e[0m";
156156
}
157157
if($type=="wahyuarifpurnomo"){
158-
$climate->br()->error("You don't choose anywhere tools.");
158+
$climate->br()->error("You don't choose anywhere tools, please choose.");
159159
}else{
160-
$climate->br()->info('You have selected tools ' . $namatools);
161-
$climate->br()->info('load the tool you requested');
160+
$climate->br()->info('You have selected the tools ' . $namatools);
161+
$climate->br()->info('we load the tool you requested');
162162
$climate->br();
163163
progress($progress);
164164

@@ -175,4 +175,4 @@
175175
* If you want to be appreciated by others, then don't change anything in this script.
176176
* Please respect me for making this tool from the beginning.
177177
*/
178-
?>
178+
?>

0 commit comments

Comments
 (0)