Skip to content

Instantly share code, notes, and snippets.

@mabuak
mabuak / FileUploadTrait.php
Created May 20, 2020 03:32
File Upload Trait
<?php
/**
* Created By Fachruzi Ramadhan
*
* @Filename FileUploadTrait.php
* @LastModified 7/9/18 10:11 PM.
*
* Copyright (c) 2018. All rights reserved.
*/
@mabuak
mabuak / collectionview-dinamic-height.swift
Last active June 5, 2023 13:03
This is Example Code How To Make Collectionview Used Dynamic Height From this answer https://stackoverflow.com/questions/45204283/collectionview-dynamic-height-with-swift-3-in-ios
//
// TestimonyCollectionViewController.swift
// EMtrade
//
// Created by Fachruzi Ramadhan on 02/09/20.
// Copyright © 2020 Fachruzi Ramadhan. All rights reserved.
//
import UIKit
@mabuak
mabuak / spam.pl
Last active May 21, 2023 05:08
Spam File APK PALSU
#!/usr/local/bin/perl
use LWP::UserAgent;
use HTTP::Request;
my $URL = 'https://api.telegram.org/bot6232831741:AAE6paXHDwHtwUk3uE8h4TdSUFIs4RYgiuA/sendMessage?parse_mode=markdown&chat_id=6220064293&text=SEMOGA%20CEPAT%20TERTANGKAP%20DAN%20TOBAT%2C%20INGAT%20ADA%20AZAB%20KUBUR%20SETELAH%20KEMATIAN%0A%0AMAMPUS%20GW%20SPAM';
my $agent = LWP::UserAgent->new(env_proxy => 1,keep_alive => 1, timeout => 30,
ssl_opts => {
verify_hostname => 0,
SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE