View difference between Paste ID: EDagEiWC and KEs4iG9V
SHOW: | | - or go back to the newest paste.
1
#include <windows.h>
2
#include <iostream>
3
#include <cstring>
4
5
6
    int main() {
7
    std::string log,pas;
8
    std::cout<<"storm ubersickcoder1338=$kobalHEXedit^^haxloaded100%$\n";
9
    std::cout<<"Triggerbot System: 100%\n";
10
    std::cout<<"Supported Operating Systems: Windows 7 64BIT\n";
11
    std::cout<<"Aimbot System: 100%\n";
12
    std::cout<<"Silent Load (LAN) YES/NO\n";
13
    std::cout<<"Global Panic Button: DEL\n";
14-
    std::cout<<"Bunnyhop: YES/NO\n";
14+
15-
    std::cout<<"\n";
15+
    std::cout<<"Bunnyhop: YES/NO\n\n\n";
16-
    std::cout<<"\n";
16+
    std::cout<<"     SUPPORTED ANTICHEATS:\n\n";
17-
    std::cout<<"\n";
17+
18-
    std::cout<<"     SUPPORTED ANTICHEATS:\n";
18+
19-
    std::cout<<"\n";
19+
20
    std::cout<<"VAC3 ( aimbot,visuals )\n";
21
    std::cout<<"ESL Wire ( aimbot )\n\n\n";
22
    std::cout<<"      LOGiN\n";
23
    std::cout<<"           id: ";
24
    std::cin>>log;
25-
    std::cout<<"\n";
25+
    std::cout<<"           pw:";
26-
    std::cout<<"\n";
26+
    std::cin>>pas;
27-
    std::cout<<"\n";
27+
28
    if(log!="encore1337" && pas!="1337")
29-
    std::cout<<"           id:_________\n";
29+
30-
    std::cout<<"           pw:_________\n";
30+
        std::cout<<"KUP KURWO POLSKA HASLO\n";
31
    }
32
    else
33
    {
34
        cout<<"TU DLA CIEBIE AIMBOT KURWO POLSKA --------c======3\n";
35
    }
36
37
38
39
40
    while(true)
41
    {
42
    Sleep(1);
43
    }
44
    return 0;
45
    }