ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

cardmani's Content

There have been 66 items by cardmani (Search limited from Jun 10, 2023)


By content type

See this member's


Sort by                Order  

#42793394 **SUMMER SALE** YOUTUBE PREMIUM UPGRADES⚡⚡100% LEGAL AND SAFE ⚡⚡ UPGRADE NOW!

Posted by cardmani on 31 May 2023 - 07:26 AM in Products

Will it work on accounts that previously had a subscription ? 




#42796277 What kind of business to open?

Posted by cardmani on 31 May 2023 - 03:10 PM in The Lounge

Insurance company 




#42796290 Nike Live Chat Refund

Posted by cardmani on 31 May 2023 - 03:11 PM in Social Engineering

Nice.

What other ways work with Nike? 




#42801440 Nike Live Chat Refund

Posted by cardmani on 01 June 2023 - 02:28 AM in Social Engineering

I really dont think that is more ways to deal with, cuz nowadays almost every method is patched, this is like a different way to pull the Partial, u wont say specifically that u didnt receive the order, you need to simulate that you want to make a question and afterwards you can try to "ask" for a refund.

 

I recommend to only do it this way or FTID, if u know how to do it.

 

DNA and EB gonna fail almost 100%.

 

Also aged accounts only, or make a new account do some cheap orders leave it 1 2 months and u can try it.

Thank you for the detailed reply. 
I’ve seen people to do same day / instant refund on a new account and I was wondering how they might go along doing it. 
I’ll look into FTID, Ive always wanted to know how ppl do it. 




#42801475 How would you feel if the LCS never returned?

Posted by cardmani on 01 June 2023 - 02:34 AM in League of Legends

Never watched it




#42801692 Dragged my balls through a mile of broken glass to hear her fart

Posted by cardmani on 01 June 2023 - 03:12 AM in Personal Life

There’s this fit girl at my gym and she likes it rough. 

 

Trust me when i say that her ass is biggggg. She hip thrusts tons and squats even more.

 

I rly wanted to see those cheeks jiggle but she didn’t want to fard and shidd unless I show that I’m worthy. And so I’ve dragged my balls through a mile of glass to hear her fart into a walkie talkie.




#42804146 Twitch Prime method request

Posted by cardmani on 01 June 2023 - 10:45 AM in The Lounge

You don't need the student one for loot. Just do the trial one with VCC




#42804155 I am looking for a professional email spammer

Posted by cardmani on 01 June 2023 - 10:47 AM in Service Requests

Are you looking for software or a service?




#42804198 [C++] [WINDOWS] - Getting HWID

Posted by cardmani on 01 June 2023 - 10:52 AM in C/C+

slap some cpu id, Mac addy and you all Gucci




#42804233 C+ Method quesiton. Anyone has this answer?

Posted by cardmani on 01 June 2023 - 10:59 AM in C/C+

The >> operator is overloaded in such a way that it considers spaces as delimiters between words, which makes it perfect for this use case. 

#include <sstream>
#include <string>

int countWords(const std::string& inputStr) {
    std::stringstream ss(inputStr);
    std::string word;
    int count = 0;
    while (ss >> word) {
        count++;
    }
    return count;
}

For the second one you can use QT. This below is just pseudocode cuz It would take me too long to write the whole thing.
 

#include <QApplication>
#include <QPushButton>
#include <QLineEdit>
#include <QMessageBox>
#include <QString>
#include <sstream>

int countWords(const std::string& inputStr) {
    std::stringstream ss(inputStr);
    std::string word;
    int count = 0;
    while (ss >> word) {
        count++;
    }
    return count;
}

void on_btnCheck_Clicked() {
    QString text = textBox->text();
    int count = countWords(text.toStdString());
    QMessageBox::information(this, "Word Count", "Number of words: " + QString::number(count));
}

int main(int argc, char *argv[]) {
    QApplication app(argc, argv);

    QLineEdit *textBox = new QLineEdit;
    QPushButton *button = new QPushButton("Check");

    QObject::connect(button, SIGNAL(clicked()), SLOT(on_btnCheck_Clicked()));

    // Add the widgets to a layout, show the window, etc.

    return app.exec();
}



#42804250 Looking for a programmer for a small project

Posted by cardmani on 01 June 2023 - 11:02 AM in General Chat

If you are still looking for someone msg me here for beets




#42805210 Hiring worker

Posted by cardmani on 01 June 2023 - 01:40 PM in Partnership & Hiring

You quit you don’t get paid Kekw




#42813923 Twitch Prime method request

Posted by cardmani on 02 June 2023 - 11:49 AM in The Lounge

Is it free? Or does the trial require you to pay for the month 

Free




#42828801 My cat sent messages and got replied by Jocker [+Screenshot] [Cat face reveal]

Posted by cardmani on 04 June 2023 - 12:54 AM in The Lounge

AI generated bro :D




#42976609 is there a software i can use to spy on someones macbook?

Posted by cardmani on 18 June 2023 - 06:28 PM in The Lounge

Yes, there are a bunch of rat builders online for free.

Bunch open source ones on gh