-
Posts
608 -
Joined
-
Last visited
Everything posted by .jpg
-
You gotta catch the Jewish Pokemon and give him to the holo-trainer @ pizza store
-
So I was cleaning my oven with oven cleaner, and then I got some in my eye. So I washed it out and noticed that....that eye now can see text further away. It's sharper around the corners around stuff so it's easy to recognise text and stuff. Maybe I am going to be rich
-
That's why I put [australia]
-
Other [Steam] VERIFY steam mobile without real phone!
.jpg replied to Kiroshima's topic in Other Stuff
Just a heads up A hacker can use this to hack on And get all other accounts using it banned -
bucqi by Bucqi Australia Pty Ltd https://appsto.re/au/ZNw6K.i 30$ Discount code: Limited until July 30
-
You you are sayin get rooted /thread
-
1. A Kiwi/Australian slang that is used in place of the more commonly used term "f**k." 1. You're rooted! (You're f**ked) 2. If ya wanna root just ask! (If ya wanna f**k just ask) 3. Roots Rocks! ( A slogan on a popular Canadian brand of clothing (Roots)
-
I JUST used one, and it works fine.
-
https://iosgods.com/index.php?s=fa0632b616cb09dc7369aabe04b25a06&app=googlecse#gsc.tab=0&gsc.q=Case%20clicker
-
-
My prediction You: uh hey! I accidently used my friends phone to buy something...but I forgot to sign out! Woops! plz giv me 200$ bous
-
/* Welcome freedom fighter. The liberation front has gained access to the * source code for a wire transfer program used by FIRST NATIONAL CYBER, a * bank used by the alliance for oppression and we need you to find a * vulnerability in this program and stea... er liberate the funds from an * operative named prince_john. * * The bank programmers have attempted to put in a number of defense checks * to prevent abuse of the bank wire network, but we suspect that deadlines * and corporate training programs have left them without the motivation * required to think of every possibility. * * It is imperative that you find a way to drain the account completely * otherwise they may be able to withdraw the remaining funds and go * underground before we can finish tracking them in the physical world. * * Good luck and as always, should you be detected your actions will be * blamed on the Chinese Government. * * ~~~0xDEADFEED~~~ * * To build and run the wire transfer program: * * $ cc -o wire_transfer wire_transfer.c * $ ./wire_transfer * */ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAXLEN 255 typedef struct Account { int balance; char owner[MAXLEN]; } Account; Account *init_account(const char *name, int balance); bool wiretransfer(Account *source, Account *dest, int amount); void display_balance(Account *account); void exit_if(bool condition, const char *message); void validate_heist(Account *target); int main(int argc, const char *argv[]) { unsigned int transfer_amount; char input[MAXLEN]; printf("----- WELCOME TO FIRST CYBER BANK -----\n"); printf("username: robin_hood\n"); printf("password: *****************\n"); printf("Logged In Successfully!\n"); printf("account> wiretransfer prince_john\n"); printf("----- BEGIN WIRE TRANSFER SETUP -----\n"); Account *yours = init_account("robin_hood", 10000); Account *theirs = init_account("prince_john", 500000); display_balance(yours); display_balance(theirs); while (true) { printf("Amount to transfer from your account to theirs: "); fgets(input, sizeof(input), stdin); transfer_amount = strtoul(input, NULL, 10); if ((long)transfer_amount > 0) { break; } printf("Invalid transfer amount!\n"); } printf("----- ATTEMPTING WIRE TRANSFER -----\n"); printf("Wire transfer status: "); printf("%s\n", wiretransfer(yours, theirs, transfer_amount) ? "SUCCESS" : "FAILURE"); display_balance(yours); display_balance(theirs); validate_heist(theirs); free(yours); free(theirs); return 0; } Account *init_account(const char *name, int balance) { Account *account = malloc(sizeof(Account)); exit_if(account == NULL, "Problem allocating memory"); if (account != NULL) { strncpy(account->owner, name, sizeof(account->owner) - 1); account->balance = balance; } return account; } bool wiretransfer(Account *source, Account *dest, int amount) { if (source == NULL || dest == NULL) return false; if (source->balance - amount < 0) return false; if (dest->balance + amount < 0) return false; source->balance -= amount; dest->balance += amount; return true; } void display_balance(Account *account) { if (account == NULL) return; printf("%s has $%d in their account.\n", account->owner, account->balance); } void exit_if(bool condition, const char *message) { if (condition) { perror(message); exit(EXIT_FAILURE); } } void validate_heist(Account *target) { if (target->balance == 0) { printf("Target funds liberated: You win \n"); } else { printf("Target still has operating funds, try again.\n"); } }
-
Say thanks if this gave you a knife (eventually) [hide] Website: https://csgo500.com COUPON1000 <----- use to get the 1$ worth of points [/hide]
-
Server sided They recently added new anti-cheat too
-
Rule of thumb, do not sell hacks. This has been discussed on many other topics, resulting in the same result...it not being made. For one, who ever knows this guy won't back away from the 'deal' and just take it and leave. Also on another side, this is against the rules as this takes away the focus on the regular people ( including VIP's ) I think this rule was implemented for a reason, being it known or not.
-
Hack Critical Ops v0.9.6+ (All Versions) iOS Wall Hack!
.jpg replied to caoyin's topic in Free Jailbreak Cheats
Pqtched -
MacBook + beats by Dre.. Err you sure do fall for marketing tactics for terrible products.
-
Memory editing on games isn't
-
http://www.bleepingcomputer.com/download/adwcleaner/ Download and run
-
Take a video.
-
We don't need to go into that type of hacking, for these reasons. -It is BLACK HAT hacking, which is illegal. This includes exploiting their MYSQL database -Members won't wanna do something highly complicated
-
root@ht:~/hashcat# ./hashcat -m 13800 -w 3 hash.txt -a 3 ?l?l?l?l?l?l?l --powertune-enable hashcat (v3.00-beta-148-g063abab+) starting... Device #1: Graphics Device, 2028/8112 MB allocatable, 20MCU Device #2: Graphics Device, 2028/8113 MB allocatable, 20MCU Device #3: pthread-AMD FX-6100 Six-Core Processor, skipped Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Applicable Optimizers: * Zero-Byte * Precompute-Init * Early-Skip * Not-Iterated * Single-Hash * Single-Salt * Brute-Force * Raw-Hash Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger disabled 95fc4680bcd2a5f25de3c580cbebadbbf256c1f0ff2e9329c58e36f8b914c11f:4471347156480581513210137061422464818088437334031753080747625028271635402815635172140161077854162657165115624364524648202480341513407048222056541500234214433548175101668212658151115765112202168288664210443352443335235337677853484573107775345675846323265745:hashcat Session.Name...: hashcat Status.........: Cracked Input.Mode.....: Mask (?l?l?l?l?l?l?l) [7] Hash.Target....: 95fc4680bcd2a5f25de3c580cbebadbbf256c1f0f... Hash.Type......: Windows 8+ phone PIN Time.Started...: Fri Jun 10 09:44:52 2016 (6 secs) Speed.Dev.#1...: 539.0 MH/s (98.86ms) Speed.Dev.#2...: 540.7 MH/s (99.02ms) Speed.Dev.#*...: 1079.8 MH/s Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts Progress.......: 5784263680/8031810176 (72.02%) Rejected.......: 0/5784263680 (0.00%) Restore.Point..: 8002560/11881376 (67.35%) Started: Fri Jun 10 09:44:52 2016 Stopped: Fri Jun 10 09:45:07 2016