//Rondom Color In Native
int Colors[] = {0x53BB0C, 0x530826, 0x0FC3F4, 0xDC2855, 0x0A31DE, 0xBAA7FD, 0xCEDB3F, 0x286A45, 0x58F014, 0x45CAE6, 0x773702, 0xB0CEF0, 0x3C5F51, 0x453CD7, 0x364024, 0x439997, 0x4CB612, 0xC6B564, 0x17F250, 0xE41BC0, 0xAF8E27, 0x8E382E, 0x47A101, 0x9DAC33, 0x66F4CF, 0x59A9F0, 0x798D1A, 0x2EBB59, 0xBF66C3, 0x4BD8FB, 0xBBFA54, 0x6B9881, 0x144967, 0xBAA3AE, 0xE80B9D, 0x7BA552, 0x96A456, 0x17D7B4, 0x130C39, 0x3C06A8, 0x62737E, 0xA87E89, 0xB6D3E4, 0x66B77D, 0x66E304, 0x1B80E1, 0x7A06BC, 0xBFFB1B, 0x618506, 0x7E4D34};
long GetRandomColor(int index) {
srand(index);
auto a = 255;
auto r = ((Colors[rand() % sizeof(Colors)] & 0xFF0000) >> 16);
auto g = ((Colors[rand() % sizeof(Colors)] & 0x00FF00) >> 8);
auto b = (Colors[rand() % sizeof(Colors)] & 0x0000FF);
return ARGB(a, r, g, b);
}
//Credit:- @FreeOffset
int Colors[] = {0x53BB0C, 0x530826, 0x0FC3F4, 0xDC2855, 0x0A31DE, 0xBAA7FD, 0xCEDB3F, 0x286A45, 0x58F014, 0x45CAE6, 0x773702, 0xB0CEF0, 0x3C5F51, 0x453CD7, 0x364024, 0x439997, 0x4CB612, 0xC6B564, 0x17F250, 0xE41BC0, 0xAF8E27, 0x8E382E, 0x47A101, 0x9DAC33, 0x66F4CF, 0x59A9F0, 0x798D1A, 0x2EBB59, 0xBF66C3, 0x4BD8FB, 0xBBFA54, 0x6B9881, 0x144967, 0xBAA3AE, 0xE80B9D, 0x7BA552, 0x96A456, 0x17D7B4, 0x130C39, 0x3C06A8, 0x62737E, 0xA87E89, 0xB6D3E4, 0x66B77D, 0x66E304, 0x1B80E1, 0x7A06BC, 0xBFFB1B, 0x618506, 0x7E4D34};
long GetRandomColor(int index) {
srand(index);
auto a = 255;
auto r = ((Colors[rand() % sizeof(Colors)] & 0xFF0000) >> 16);
auto g = ((Colors[rand() % sizeof(Colors)] & 0x00FF00) >> 8);
auto b = (Colors[rand() % sizeof(Colors)] & 0x0000FF);
return ARGB(a, r, g, b);
}
//Credit:- @FreeOffset
//Rainbow
long Rainbow() {
static float x = 0, y = 0;
static float r = 0, g = 0, b = 0;
if (y >= 0.0f && y < 255.0f) {
r = 255.0f;
g = 0.0f;
b = x;
} else if (y >= 255.0f && y < 510.0f) {
r = 255.0f - x;
g = 0.0f;
b = 255.0f;
} else if (y >= 510.0f && y < 765.0f) {
r = 0.0f;
g = x;
b = 255.0f;
} else if (y >= 765.0f && y < 1020.0f) {
r = 0.0f;
g = 255.0f;
b = 255.0f - x;
} else if (y >= 1020.0f && y < 1275.0f) {
r = x;
g = 255.0f;
b = 0.0f;
} else if (y >= 1275.0f && y < 1530.0f) {
r = 255.0f;
g = 255.0f - x;
b = 0.0f;
}
x += 1.0f;
if (x >= 255.0f)
x = 0.0f;
y += 1.0f;
if (y > 1530.0f)
y = 0.0f;
return ARGB(255, (int) r, (int) g, (int) b);
}
//Credit:- @FreeOffset
long Rainbow() {
static float x = 0, y = 0;
static float r = 0, g = 0, b = 0;
if (y >= 0.0f && y < 255.0f) {
r = 255.0f;
g = 0.0f;
b = x;
} else if (y >= 255.0f && y < 510.0f) {
r = 255.0f - x;
g = 0.0f;
b = 255.0f;
} else if (y >= 510.0f && y < 765.0f) {
r = 0.0f;
g = x;
b = 255.0f;
} else if (y >= 765.0f && y < 1020.0f) {
r = 0.0f;
g = 255.0f;
b = 255.0f - x;
} else if (y >= 1020.0f && y < 1275.0f) {
r = x;
g = 255.0f;
b = 0.0f;
} else if (y >= 1275.0f && y < 1530.0f) {
r = 255.0f;
g = 255.0f - x;
b = 0.0f;
}
x += 1.0f;
if (x >= 255.0f)
x = 0.0f;
y += 1.0f;
if (y > 1530.0f)
y = 0.0f;
return ARGB(255, (int) r, (int) g, (int) b);
}
//Credit:- @FreeOffset
Google Play Console Free (Without 25$)
https://docs.google.com/forms/d/1nv9n2f_9oSgAJmz1iqx-7VCRgCxmecBh0Yxn6ErIirs/edit?usp=sharing
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
https://docs.google.com/forms/d/1nv9n2f_9oSgAJmz1iqx-7VCRgCxmecBh0Yxn6ErIirs/edit?usp=sharing
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
Google Docs
App Publish In Google Play Console
Publish Your App In Google Play Store ...
š1
NMM manager Read And Write Extra Large File
Link :-
https://www.programmer.ml/download/nmm-manager/
@FreeOffset
Link :-
https://www.programmer.ml/download/nmm-manager/
@FreeOffset
Binary Converter.apk
542.8 KB
Binary Converter
āŗ String To Binary
āŗ Binary To String
āŗ UI :- CLICK HERE
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
āŗ String To Binary
āŗ Binary To String
āŗ UI :- CLICK HERE
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
Hack And Build Lab š£
Binary Converter.apk
Code Used
//Text To Binary
public static StringBuilder Text_Binary(String Code){
try {
String text = Code;
byte[] bytes = text.getBytes();
StringBuilder binary = new StringBuilder();
for (byte b : bytes) {
int val = b;
for (int i = 0; i < 8; i++) {
binary.append((val & 128) == 0
? 0 : 1);
val <<= 1; }
binary.append(' ');
}
return binary;
}catch(Exception e){
return null;
}
}
//Binary To Text
public static String Binary_Text(String Code){
try {
String biner = Code;
String hasil = ""; char nextChar;
for(int i = 0; i <= biner.length()-8; i += 9) {
nextChar = (char)Integer.parseInt(biner.substring(i, i+8), 2);
hasil += nextChar;
}
return String.valueOf(hasil);
}catch(Exception e){
return null;
}
}
//Text To Binary
public static StringBuilder Text_Binary(String Code){
try {
String text = Code;
byte[] bytes = text.getBytes();
StringBuilder binary = new StringBuilder();
for (byte b : bytes) {
int val = b;
for (int i = 0; i < 8; i++) {
binary.append((val & 128) == 0
? 0 : 1);
val <<= 1; }
binary.append(' ');
}
return binary;
}catch(Exception e){
return null;
}
}
//Binary To Text
public static String Binary_Text(String Code){
try {
String biner = Code;
String hasil = ""; char nextChar;
for(int i = 0; i <= biner.length()-8; i += 9) {
nextChar = (char)Integer.parseInt(biner.substring(i, i+8), 2);
hasil += nextChar;
}
return String.valueOf(hasil);
}catch(Exception e){
return null;
}
}
ā¤1š1
All Translate Languages.apk
8.8 MB
All Translate Languages
āŗ All Language Available
āŗ beautiful Design
āŗ UI :- CLICK HERE
āŗ Scanned Added
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
āŗ All Language Available
āŗ beautiful Design
āŗ UI :- CLICK HERE
āŗ Scanned Added
Join For More:-
⢠@FreeOffset ⢠@FreeOffset
[Double Click Screen]
ā” āć ¤ āć ¤ ā²
˔ᶦįµįµ į¶įµįµįµįµāæįµ Ė¢įµįµįµ Ė¢Ź°įµŹ³įµ
š4