I hereby claim:
- I am quyendang on github.
- I am quyendang (https://keybase.io/quyendang) on keybase.
- I have a public key ASCsfJPMsQMUVt8-pItjGoUAjgcCTn1xtoOL2WXp38SwtQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
777 Brockton Avenue, Abington MA 2351 | |
30 Memorial Drive, Avon MA 2322 | |
250 Hartford Avenue, Bellingham MA 2019 | |
700 Oak Street, Brockton MA 2301 | |
66-4 Parkhurst Rd, Chelmsford MA 1824 | |
591 Memorial Dr, Chicopee MA 1020 | |
55 Brooksby Village Way, Danvers MA 1923 | |
137 Teaticket Hwy, East Falmouth MA 2536 | |
42 Fairhaven Commons Way, Fairhaven MA 2719 | |
374 William S Canning Blvd, Fall River MA 2721 |
Model(s) | Physical Size | Points (Standard) | Points (Zoomed) | Scale | Device Resolution | Screen Resolution |
---|---|---|---|---|---|---|
iPhone 14 Pro Max | 6.7" | 430 x 932 | 375 x 812 | @3x | 1290 x 2796 | 1290 x 2796 |
iPhone 14 Pro | 6.1" | 393 x 852 | 320 x 693 | @3x | 1179 x 2556 | 1179 x 2556 |
iPhone 14 Plus | 6.7" | 428 x 926 | 375 x 812 | @3x | 1284 x 2778 | 1284 x 2778 |
iPhone 14 | 6.1" | 390 x 844 | 320 x 693 | @3x | 1170 x 2532 | 1170 x 2532 |
iPhone 13 Pro Max | 6.7" | 428 x 926 | 375 x 812 | @3x | 1284 x 2778 | 1284 x 2778 |
iPhone 13, iPhone 13 Pro | 6.1" | 390 x 844 | 320 x 693 | @3x | 1170 x 2532 | 1170 x 2532 |
var countClick = 0; | |
function STOP() { | |
clearInterval(window.__interval); // Stop the loop | |
console.log('STOPPED') | |
} | |
function __SEND(endpoint, data) { | |
return new Promise(accept => { | |
fetch('https://clicker-api.joincommunity.xyz' + endpoint, { //API endpoint | |
method: 'POST', |
import Foundation | |
let setKey = "matkhau" | |
func xorEncryption(clearText: String) -> String { | |
if clearText.isEmpty { return "" } | |
var encrypted = [UInt8]() | |
let text = [UInt8](clearText.utf8) | |
let key = [UInt8](setKey.utf8) |
import Foundation | |
import Starscream | |
import UIKit | |
class GetGrassMiner: WebSocketDelegate { | |
func didReceive(event: Starscream.WebSocketEvent, client: Starscream.WebSocketClient) { | |
switch event { | |
case .connected(let headers): |