Skip to content

Instantly share code, notes, and snippets.

@Jakads
Created July 28, 2021 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jakads/b0a9361b1ad027a65d3698c9c0f3c010 to your computer and use it in GitHub Desktop.
Save Jakads/b0a9361b1ad027a65d3698c9c0f3c010 to your computer and use it in GitHub Desktop.
legit
#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
int main() {
unsigned char ip[4];
srand(time(0));
system("color a");
while (true) {
for (int i = 0; i < 4; i++)
ip[i] = rand();
printf("SMASH THAT LIKE BUTTON IF THIS IS YOUR IP ADDRESS: %d.%d.%d.%d\n", ip[0], ip[1], ip[2], ip[3]);
}
}
@Hello202I
Copy link

first LOL

@Jakads
Copy link
Author

Jakads commented Jul 28, 2021

first LOL

ratio

@Hello202I
Copy link

nah

@Hello202I
Copy link

btw
don't be surprised but I'm top 100k on mania (keep in mind 4k) and I can pass 5* B)

@hiperion14
Copy link

btw
don't be surprised but I'm top 100k on mania (keep in mind 4k) and I can pass 5* B)

The 5*: gallaxy collapse + ht

@slofp
Copy link

slofp commented Jul 29, 2021

lol

@TheRealSuper678
Copy link

btw
don't be surprised but I'm top 100k on mania (keep in mind 4k) and I can pass 5* B)

[4K Capsaicin]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment