Skip to content

Instantly share code, notes, and snippets.

@codesbandit
codesbandit / goowa
Created October 11, 2023 07:09
send message goowa
$token = "xxxx";
$phone= "62812xxxxxx"; //untuk group pakai groupid contoh: 62812xxxxxx-xxxxx
$message = "Testing by API Goowa";
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://goowa.id/api/send_message',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
@codesbandit
codesbandit / contracts...wacoco.sol
Created July 11, 2022 16:25
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.15+commit.e14f2714.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: Unlicensed
/**
#Created by Wacoco Team
----------------------------------------------
On Buy
1% Redistribute To All Holders
1% fee auto add to the liquidity pool.
3% fee auto moved to Marketing wallet
1% fee auto moved to Charity wallet
@codesbandit
codesbandit / dogetweet1.sol
Created July 10, 2022 08:33
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.15+commit.e14f2714.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2022-05-18
*/
/*
Website: https://dogetweet.co/
Twitter: https://twitter.com/dogetweet
Telegram: https://t.me/dogetweettele
*/
@codesbandit
codesbandit / contracts...kbc.sol
Created July 10, 2022 08:31
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.15+commit.e14f2714.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: Unlicensed
/**
#Created by Cobra Team
----------------------------------------------
On Buy
1% Redistribute To All Holders
1% fee auto add to the liquidity pool.
3% fee auto moved to Marketing wallet
1% fee auto moved to Charity wallet
@codesbandit
codesbandit / dogetweetold.sol
Last active July 10, 2022 08:33
Old DogeTweet SourceCode
/**
*Submitted for verification at BscScan.com on 2022-05-24
*/
/**
https://t.me/DogeTweet
🔅liquidity Fee: 1%
🔅Marketing: 5%

Keybase proof

I hereby claim:

  • I am codesbandit on github.
  • I am pandu0 (https://keybase.io/pandu0) on keybase.
  • I have a public key whose fingerprint is 121B EB26 0227 AD2D 91CC AD9D 5D53 25FF 84A6 F6C8

To claim this, I am signing this object:

@codesbandit
codesbandit / lat_return_value.js
Created September 3, 2019 13:48
Basic JavaScript: Return a Value from a Function with Return
//https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/return-a-value-from-a-function-with-return
function kali(args1,args2){
var result = args1 * args2;
return result;
}
function tambah(args1, args2){
var result = args1 + args2;
Verifying my Blockstack ID is secured with the address 1EFkmx24Jvoxm6fQBThmX1kSD98EkcZqgG https://explorer.blockstack.org/address/1EFkmx24Jvoxm6fQBThmX1kSD98EkcZqgG
@codesbandit
codesbandit / add.js
Last active June 4, 2021 09:26
Auto Add Friend FB
javascript:var delayInput = prompt("Delay between actions (ms)", "1000");var stopAfter = prompt("Stop after how many friend requests are sent?", "5000");var workDelay = parseInt(delayInput, 10);var loading = document.createElement("div");loading.setAttribute("id", "noni_loading");loading.setAttribute("style", "position: fixed; background: rgba(255,255,255,0.8); top: 0; left: 0; width: 100%; 24px; z-index: 1000; padding: 12px;");document.body.appendChild(loading);document.getElementById("noni_loading").innerHTML = "No friends added.";var inputs = document.querySelectorAll('.FriendRequestAdd:not(.hidden_elem)');var i=0;var delay=0;var cont=true;var stopAfterNumber=0;if(parseInt(stopAfter, 10)>inputs.length) { stopAfterNumber=inputs.length;} else { stopAfterNumber=parseInt(stopAfter, 10);}function addFriends(max){ if(inputs.length<=0) { document.getElementById("noni_loading").setAttribute("style", "position: fixed; background: rgba(140,60,60,0.8); top: 0; left: 0; width: 100%; 24px; color: #fff; z-index: 1000; p
@codesbandit
codesbandit / 3.xml
Created October 10, 2018 03:34
Tugas XML 3
<LinearLayout
android:layout_height="match_parent"
android:layout_width="match_parent"
android:orientation="vertical">
<ImageView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:scaleType="centerCrop"
android:layout_weight="9"