Fhernd

baseDifference.js

Mar 6th, 2026
12,707
0
Never
16
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.98 KB | Source Code | 0 0
  1. function baseDifference(array, values, iteratee, comparator) {
  2.   let index = -1;
  3.   let length = array.length;
  4.   let result = [];
  5.  
  6.   let includes = arrayIncludes;
  7.   let isCommon = true;
  8.  
  9.   if (!length) {
  10.     return result;
  11.   }
  12.  
  13.   if (iteratee) {
  14.     values = values.map(iteratee);
  15.   }
  16.  
  17.   if (comparator) {
  18.     includes = arrayIncludesWith;
  19.     isCommon = false;
  20.   } else if (values.length >= 200) {
  21.     includes = cacheHas;
  22.     isCommon = false;
  23.     values = new SetCache(values);
  24.   }
  25.  
  26.   outer:
  27.   while (++index < length) {
  28.     let value = array[index];
  29.     let computed = iteratee == null ? value : iteratee(value);
  30.  
  31.     if (isCommon && computed === computed) {
  32.       let valuesIndex = values.length;
  33.       while (valuesIndex--) {
  34.         if (values[valuesIndex] === computed) {
  35.           continue outer;
  36.         }
  37.       }
  38.       result.push(value);
  39.     } else if (!includes(values, computed, comparator)) {
  40.       result.push(value);
  41.     }
  42.   }
  43.  
  44.   return result;
  45. }
Advertisement
Comments
  • mshibo
    151 days
    # text 9.93 KB | 0 0
    1. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    2.  
    3. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    4.  
    5. If you got scammed, report it to authorities!
    6.  
    7. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    8. .
    9. .
    10. .
    11. .
    12. .
    13. .
    14. .
    15. .
    16. .
    17. .
    18. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    19.  
    20. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    21.  
    22. If you got scammed, report it to authorities!
    23.  
    24. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    25. .
    26. .
    27. .
    28. .
    29. .
    30. .
    31. .
    32. .
    33. .
    34. .
    35. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    36.  
    37. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    38.  
    39. If you got scammed, report it to authorities!
    40.  
    41. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    42. .
    43. .
    44. .
    45. .
    46. .
    47. .
    48. .
    49. .
    50. .
    51. .
    52. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    53.  
    54. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    55.  
    56. If you got scammed, report it to authorities!
    57.  
    58. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    59. .
    60. .
    61. .
    62. .
    63. .
    64. .
    65. .
    66. .
    67. .
    68. .
    69. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    70.  
    71. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    72.  
    73. If you got scammed, report it to authorities!
    74.  
    75. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    76. .
    77. .
    78. .
    79. .
    80. .
    81. .
    82. .
    83. .
    84. .
    85. .
    86. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    87.  
    88. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    89.  
    90. If you got scammed, report it to authorities!
    91.  
    92. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    93. .
    94. .
    95. .
    96. .
    97. .
    98. .
    99. .
    100. .
    101. .
    102. .
    103. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    104.  
    105. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    106.  
    107. If you got scammed, report it to authorities!
    108.  
    109. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    110. .
    111. .
    112. .
    113. .
    114. .
    115. .
    116. .
    117. .
    118. .
    119. .
    120. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    121.  
    122. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    123.  
    124. If you got scammed, report it to authorities!
    125.  
    126. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    127. .
    128. .
    129. .
    130. .
    131. .
    132. .
    133. .
    134. .
    135. .
    136. .
    137. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    138.  
    139. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    140.  
    141. If you got scammed, report it to authorities!
    142.  
    143. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    144. .
    145. .
    146. .
    147. .
    148. .
    149. .
    150. .
    151. .
    152. .
    153. .
    154. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    155.  
    156. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    157.  
    158. If you got scammed, report it to authorities!
    159.  
    160. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    161. .
    162. .
    163. .
    164. .
    165. .
    166. .
    167. .
    168. .
    169. .
    170. .
    171. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    172.  
    173. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    174.  
    175. If you got scammed, report it to authorities!
    176.  
    177. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    178. .
    179. .
    180. .
    181. .
    182. .
    183. .
    184. .
    185. .
    186. .
    187. .
    188. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    189.  
    190. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    191.  
    192. If you got scammed, report it to authorities!
    193.  
    194. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    195. .
    196. .
    197. .
    198. .
    199. .
    200. .
    201. .
    202. .
    203. .
    204. .
    205. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    206.  
    207. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    208.  
    209. If you got scammed, report it to authorities!
    210.  
    211. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    212. .
    213. .
    214. .
    215. .
    216. .
    217. .
    218. .
    219. .
    220. .
    221. .
    222. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    223.  
    224. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    225.  
    226. If you got scammed, report it to authorities!
    227.  
    228. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    229. .
    230. .
    231. .
    232. .
    233. .
    234. .
    235. .
    236. .
    237. .
    238. .
    239. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    240.  
    241. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    242.  
    243. If you got scammed, report it to authorities!
    244.  
    245. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    246. .
    247. .
    248. .
    249. .
    250. .
    251. .
    252. .
    253. .
    254. .
    255. .
    256. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    257.  
    258. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    259.  
    260. If you got scammed, report it to authorities!
    261.  
    262. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    263. .
    264. .
    265. .
    266. .
    267. .
    268. .
    269. .
    270. .
    271. .
    272. .
    273. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    274.  
    275. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    276.  
    277. If you got scammed, report it to authorities!
    278.  
    279. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    280. .
    281. .
    282. .
    283. .
    284. .
    285. .
    286. .
    287. .
    288. .
    289. .
    290. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    291.  
    292. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    293.  
    294. If you got scammed, report it to authorities!
    295.  
    296. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    297. .
    298. .
    299. .
    300. .
    301. .
    302. .
    303. .
    304. .
    305. .
    306. .
    307. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    308.  
    309. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    310.  
    311. If you got scammed, report it to authorities!
    312.  
    313. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    314. .
    315. .
    316. .
    317. .
    318. .
    319. .
    320. .
    321. .
    322. .
    323. .
    324. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    325.  
    326. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    327.  
    328. If you got scammed, report it to authorities!
    329.  
    330. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    331. .
    332. .
    333. .
    334. .
    335. .
    336. .
    337. .
    338. .
    339. .
    340. .
    341. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    342.  
    343. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    344.  
    345. If you got scammed, report it to authorities!
    346.  
    347. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    348. .
    349. .
    350. .
    351. .
    352. .
    353. .
    354. .
    355. .
    356. .
    357. .
    358. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    359.  
    360. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    361.  
    362. If you got scammed, report it to authorities!
    363.  
    364. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    365. .
    366. .
    367. .
    368. .
    369. .
    370. .
    371. .
    372. .
    373. .
    374. .
    375. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    376.  
    377. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    378.  
    379. If you got scammed, report it to authorities!
    380.  
    381. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    382. .
    383. .
    384. .
    385. .
    386. .
    387. .
    388. .
    389. .
    390. .
    391. .
    392. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    393.  
    394. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    395.  
    396. If you got scammed, report it to authorities!
    397.  
    398. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    399. .
    400. .
    401. .
    402. .
    403. .
    404. .
    405. .
    406. .
    407. .
    408. .
    409. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    410.  
    411. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    412.  
    413. If you got scammed, report it to authorities!
    414.  
    415. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    416. .
    417. .
    418. .
    419. .
    420. .
    421. .
    422. .
    423. .
    424. .
    425. .
    426. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    427.  
    428. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    429.  
    430. If you got scammed, report it to authorities!
    431.  
    432. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    433. .
    434. .
    435. .
    436. .
    437. .
    438. .
    439. .
    440. .
    441. .
    442. .
    443. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    444.  
    445. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    446.  
    447. If you got scammed, report it to authorities!
    448.  
    449. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    450. .
    451. .
    452. .
    453. .
    454. .
    455. .
    456. .
    457. .
    458. .
    459. .
    460. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    461.  
    462. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    463.  
    464. If you got scammed, report it to authorities!
    465.  
    466. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    467. .
    468. .
    469. .
    470. .
    471. .
    472. .
    473. .
    474. .
    475. .
    476. .
    477. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    478.  
    479. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    480.  
    481. If you got scammed, report it to authorities!
    482.  
    483. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    484. .
    485. .
    486. .
    487. .
    488. .
    489. .
    490. .
    491. .
    492. .
    493. .
    494. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    495.  
    496. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    497.  
    498. If you got scammed, report it to authorities!
    499.  
    500. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    501. .
    502. .
    503. .
    504. .
    505. .
    506. .
    507. .
    508. .
    509. .
    510. .
    511. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    512.  
    513. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    514.  
    515. If you got scammed, report it to authorities!
    516.  
    517. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    518. .
    519. .
    520. .
    521. .
    522. .
    523. .
    524. .
    525. .
    526. .
    527. .
    528. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    529.  
    530. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    531.  
    532. If you got scammed, report it to authorities!
    533.  
    534. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    535. .
    536. .
    537. .
    538. .
    539. .
    540. .
    541. .
    542. .
    543. .
    544. .
    545. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    546.  
    547. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    548.  
    549. If you got scammed, report it to authorities!
    550.  
    551. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    552. .
    553. .
    554. .
    555. .
    556. .
    557. .
    558. .
    559. .
    560. .
    561. .
    562.  
  • mshibo
    151 days
    # text 9.93 KB | 0 0
    1. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    2.  
    3. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    4.  
    5. If you got scammed, report it to authorities!
    6.  
    7. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    8. .
    9. .
    10. .
    11. .
    12. .
    13. .
    14. .
    15. .
    16. .
    17. .
    18. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    19.  
    20. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    21.  
    22. If you got scammed, report it to authorities!
    23.  
    24. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    25. .
    26. .
    27. .
    28. .
    29. .
    30. .
    31. .
    32. .
    33. .
    34. .
    35. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    36.  
    37. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    38.  
    39. If you got scammed, report it to authorities!
    40.  
    41. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    42. .
    43. .
    44. .
    45. .
    46. .
    47. .
    48. .
    49. .
    50. .
    51. .
    52. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    53.  
    54. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    55.  
    56. If you got scammed, report it to authorities!
    57.  
    58. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    59. .
    60. .
    61. .
    62. .
    63. .
    64. .
    65. .
    66. .
    67. .
    68. .
    69. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    70.  
    71. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    72.  
    73. If you got scammed, report it to authorities!
    74.  
    75. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    76. .
    77. .
    78. .
    79. .
    80. .
    81. .
    82. .
    83. .
    84. .
    85. .
    86. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    87.  
    88. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    89.  
    90. If you got scammed, report it to authorities!
    91.  
    92. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    93. .
    94. .
    95. .
    96. .
    97. .
    98. .
    99. .
    100. .
    101. .
    102. .
    103. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    104.  
    105. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    106.  
    107. If you got scammed, report it to authorities!
    108.  
    109. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    110. .
    111. .
    112. .
    113. .
    114. .
    115. .
    116. .
    117. .
    118. .
    119. .
    120. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    121.  
    122. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    123.  
    124. If you got scammed, report it to authorities!
    125.  
    126. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    127. .
    128. .
    129. .
    130. .
    131. .
    132. .
    133. .
    134. .
    135. .
    136. .
    137. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    138.  
    139. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    140.  
    141. If you got scammed, report it to authorities!
    142.  
    143. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    144. .
    145. .
    146. .
    147. .
    148. .
    149. .
    150. .
    151. .
    152. .
    153. .
    154. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    155.  
    156. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    157.  
    158. If you got scammed, report it to authorities!
    159.  
    160. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    161. .
    162. .
    163. .
    164. .
    165. .
    166. .
    167. .
    168. .
    169. .
    170. .
    171. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    172.  
    173. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    174.  
    175. If you got scammed, report it to authorities!
    176.  
    177. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    178. .
    179. .
    180. .
    181. .
    182. .
    183. .
    184. .
    185. .
    186. .
    187. .
    188. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    189.  
    190. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    191.  
    192. If you got scammed, report it to authorities!
    193.  
    194. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    195. .
    196. .
    197. .
    198. .
    199. .
    200. .
    201. .
    202. .
    203. .
    204. .
    205. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    206.  
    207. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    208.  
    209. If you got scammed, report it to authorities!
    210.  
    211. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    212. .
    213. .
    214. .
    215. .
    216. .
    217. .
    218. .
    219. .
    220. .
    221. .
    222. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    223.  
    224. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    225.  
    226. If you got scammed, report it to authorities!
    227.  
    228. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    229. .
    230. .
    231. .
    232. .
    233. .
    234. .
    235. .
    236. .
    237. .
    238. .
    239. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    240.  
    241. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    242.  
    243. If you got scammed, report it to authorities!
    244.  
    245. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    246. .
    247. .
    248. .
    249. .
    250. .
    251. .
    252. .
    253. .
    254. .
    255. .
    256. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    257.  
    258. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    259.  
    260. If you got scammed, report it to authorities!
    261.  
    262. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    263. .
    264. .
    265. .
    266. .
    267. .
    268. .
    269. .
    270. .
    271. .
    272. .
    273. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    274.  
    275. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    276.  
    277. If you got scammed, report it to authorities!
    278.  
    279. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    280. .
    281. .
    282. .
    283. .
    284. .
    285. .
    286. .
    287. .
    288. .
    289. .
    290. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    291.  
    292. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    293.  
    294. If you got scammed, report it to authorities!
    295.  
    296. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    297. .
    298. .
    299. .
    300. .
    301. .
    302. .
    303. .
    304. .
    305. .
    306. .
    307. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    308.  
    309. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    310.  
    311. If you got scammed, report it to authorities!
    312.  
    313. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    314. .
    315. .
    316. .
    317. .
    318. .
    319. .
    320. .
    321. .
    322. .
    323. .
    324. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    325.  
    326. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    327.  
    328. If you got scammed, report it to authorities!
    329.  
    330. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    331. .
    332. .
    333. .
    334. .
    335. .
    336. .
    337. .
    338. .
    339. .
    340. .
    341. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    342.  
    343. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    344.  
    345. If you got scammed, report it to authorities!
    346.  
    347. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    348. .
    349. .
    350. .
    351. .
    352. .
    353. .
    354. .
    355. .
    356. .
    357. .
    358. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    359.  
    360. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    361.  
    362. If you got scammed, report it to authorities!
    363.  
    364. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    365. .
    366. .
    367. .
    368. .
    369. .
    370. .
    371. .
    372. .
    373. .
    374. .
    375. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    376.  
    377. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    378.  
    379. If you got scammed, report it to authorities!
    380.  
    381. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    382. .
    383. .
    384. .
    385. .
    386. .
    387. .
    388. .
    389. .
    390. .
    391. .
    392. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    393.  
    394. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    395.  
    396. If you got scammed, report it to authorities!
    397.  
    398. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    399. .
    400. .
    401. .
    402. .
    403. .
    404. .
    405. .
    406. .
    407. .
    408. .
    409. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    410.  
    411. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    412.  
    413. If you got scammed, report it to authorities!
    414.  
    415. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    416. .
    417. .
    418. .
    419. .
    420. .
    421. .
    422. .
    423. .
    424. .
    425. .
    426. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    427.  
    428. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    429.  
    430. If you got scammed, report it to authorities!
    431.  
    432. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    433. .
    434. .
    435. .
    436. .
    437. .
    438. .
    439. .
    440. .
    441. .
    442. .
    443. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    444.  
    445. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    446.  
    447. If you got scammed, report it to authorities!
    448.  
    449. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    450. .
    451. .
    452. .
    453. .
    454. .
    455. .
    456. .
    457. .
    458. .
    459. .
    460. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    461.  
    462. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    463.  
    464. If you got scammed, report it to authorities!
    465.  
    466. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    467. .
    468. .
    469. .
    470. .
    471. .
    472. .
    473. .
    474. .
    475. .
    476. .
    477. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    478.  
    479. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    480.  
    481. If you got scammed, report it to authorities!
    482.  
    483. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    484. .
    485. .
    486. .
    487. .
    488. .
    489. .
    490. .
    491. .
    492. .
    493. .
    494. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    495.  
    496. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    497.  
    498. If you got scammed, report it to authorities!
    499.  
    500. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    501. .
    502. .
    503. .
    504. .
    505. .
    506. .
    507. .
    508. .
    509. .
    510. .
    511. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    512.  
    513. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    514.  
    515. If you got scammed, report it to authorities!
    516.  
    517. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    518. .
    519. .
    520. .
    521. .
    522. .
    523. .
    524. .
    525. .
    526. .
    527. .
    528. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    529.  
    530. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    531.  
    532. If you got scammed, report it to authorities!
    533.  
    534. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    535. .
    536. .
    537. .
    538. .
    539. .
    540. .
    541. .
    542. .
    543. .
    544. .
    545. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    546.  
    547. This scam replaces BTC address on SIMPLESWAP which results in your money being sent to the scammer!
    548.  
    549. If you got scammed, report it to authorities!
    550.  
    551. ⚠️ SCAM ALERT ⚠️ SIMPLESWAP Exploit is a SCAM ⚠️
    552. .
    553. .
    554. .
    555. .
    556. .
    557. .
    558. .
    559. .
    560. .
    561. .
    562.  
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Xorfidar
    128 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment