← Home ← Back to /biz/

Thread 60622049

49 posts 6 images 20 unique posters /biz/
fingerboy (ID: B9ayoDE/) No.60622049 >>60622072 >>60623449 >>60623480
How the fuck is nobody abusing this?
Not shilling, just stumbled on this PvP typing site where you stake SOL against someone 1v1, winner takes the pot, loser sucks dick.

I know it’s legit, deposits/withdraws work instantly and no KYC.
Seen a bunch of TikToks and Reddit posts about it too, so figured I’d try.
I type around 130wpm and won a bit, but I feel like there’s gotta be a way to abuse this?
Anyone else here using the site, or anyone cracked at typing?

It’s maybe a month old so it’s already getting sweaty, but I swear someone’s gonna figure out a strat.
typepvp.com
Anonymous (ID: YMHvCuS/) No.60622065 >>60622084
I'm not playing your rigged game jeet fuck off
Anonymous (ID: YMHvCuS/) No.60622070
>is totally legit sar I am not using bot sar do the needful and play 30 USD so my village may be fed sar
Anonymous (ID: hXwcZHxB) No.60622072 >>60622090
>>60622049 (OP)
>chatgpt:

Simulated Performance
If I were allowed to "play" the game directly (no human speed limit), I could:

Instantly parse and type all words shown.

Maintain 100% accuracy.

The only limit would be how many words the site displays and how quickly it lets the next one load.

Estimation Based on Game Speed
Most typing games show 1 word at a time or a short queue of upcoming words. Assuming it feeds them as fast as I can "type":

I could realistically simulate 300–500 words in 30 seconds (≈ 600–1000 WPM), depending on UI speed.

On the site’s current design (usually ~1 word shown at a time), the rate would be bottlenecked by site rendering and word transitions.

So in a realistic web simulation, my estimated score might be:

Factor Estimate
Raw speed 1000+ WPM possible
UI-constrained speed ~300–500 WPM (150–250 words in 30s)
Accuracy 100%
Anonymous (ID: jG1ng+/c) No.60622084
>>60622065
Fpbp
/thread
fingerboy (ID: B9ayoDE/) No.60622087 >>60622114
yall faggots think anything is a scam, i'm up 9 sol, you're broke af, i just wanna know how i can script this or if anyone can help me do it
fingerboy (ID: B9ayoDE/) No.60622090 >>60622120
>>60622072
How do i get chatgpt to type for me though lmao
Anonymous (ID: YMHvCuS/) No.60622114 >>60622126
>>60622087
Anyone who doesn't from suffer severe mental retardation will immediately realize this "game" is just a contest to see who can write the best typing script.
Anonymous (ID: hXwcZHxB) No.60622120 >>60622132
>>60622090
You do not really need ai just a simple script to return what ever is in the text box you can ask chatgpt about this too surely you are a jeet acting obtuse
fingerboy (ID: B9ayoDE/) No.60622126 >>60622138 >>60622149
>>60622114
i havent seen ANYONE over 180 wpm, and thats 100% achievable , so help me make a script then if you know how?
fingerboy (ID: B9ayoDE/) No.60622132 >>60622147
>>60622120
So chatgpt suddenly helps you cheat on websites now? Last time i used it it didnt even want to tell me history about jews
Anonymous (ID: YMHvCuS/) No.60622138 >>60622145
>>60622126
No, I'm not writing you a script so you can rip people off. Learn to code, it might make the gears in your head turn a little faster.
fingerboy (ID: B9ayoDE/) No.60622145
>>60622138
Cuz your gears def spin fast as fuck typing jeet in every sentence like that makes your stupid ass make sense.
Anonymous (ID: hXwcZHxB) No.60622147 >>60622152
>>60622132
it did tell me it was illegal and i told it not to tell me that and it didn't anymore, getting around those things is pretty trivial
Anonymous (ID: hXwcZHxB) No.60622149 >>60622158
>>60622126
>chatgpt:
Step 1: Install Tampermonkey
Go to: https://www.tampermonkey.net/

Click “Download” and install for your browser (Chrome preferred)

After install, click the Tampermonkey icon Create a new script

Step 2: Paste This Script
// ==UserScript==
// @name TypePVP Auto Typer
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Automatically types words in TypePVP.com
// @match https://typepvp.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

function typeWord(word) {
const input = document.querySelector('input[type="text"]');
if (!input) return;
input.value = word;
input.dispatchEvent(new Event('input', { bubbles: true }));
input.dispatchEvent(new KeyboardEvent('keydown', { key: ' ', code: 'Space', keyCode: 32, which: 32, bubbles: true }));
}

const observer = new MutationObserver(() => {
const activeWord = document.querySelector('.current-word'); // May need to inspect and update selector
if (activeWord) {
const word = activeWord.innerText.trim();
typeWord(word);
}
});

observer.observe(document.body, { childList: true, subtree: true });
})();

Step 3: Adjust Selector (If Needed)
Right-click the word on the TypePVP screen and hit Inspect. Look for the current word class (e.g. .word, .current-word, etc). Replace .current-word in the script with the correct one.

Step 4: Go to https://typepvp.com, Start Game
If set up correctly, it will auto-type instantly as soon as a word appears.
fingerboy (ID: B9ayoDE/) No.60622152
>>60622147
Lmao alright guess i'll try the jewmachine
Anonymous (ID: hXwcZHxB) No.60622158 >>60622204
>>60622149
No idea if this works they probably have some type of cryptographic way obtuse the words idk i take no responsibility if something illegal happens glowies this is for education etc.
fingerboy (ID: B9ayoDE/) No.60622204 >>60622210 >>60622254
>>60622158
Na they kicked me out of the game, lost my bet
Anonymous (ID: hXwcZHxB) No.60622210 >>60622237
>>60622204
And your opponent... was I

gg
fingerboy (ID: B9ayoDE/) No.60622237 >>60622241 >>60622254
>>60622210
100 bucks in the shitter
Anonymous (ID: hXwcZHxB) No.60622241 >>60622247
>>60622237
I wish I was actually that sneaky
Anonymous (ID: Wrdx0ZZR) No.60622246 >>60622249
Yeah this is stupid.
I have physical USB devices that could win this contest every time.
They can't detect fuckery at the hardware layer. Not from within a browser.
This site is probably rigged or fake somehow
fingerboy (ID: B9ayoDE/) No.60622247
>>60622241
U are for sure
fingerboy (ID: B9ayoDE/) No.60622249 >>60622301
>>60622246
What the fuck is that.
It's not rigged i'm up
Anonymous (ID: 88Phvb5T) No.60622254 >>60622262 >>60625541
>>60622204
>>60622237
Kek based retard doesn’t know websites log everything you do.
fingerboy (ID: B9ayoDE/) No.60622262
>>60622254
Why does it matter if they log my keypresses xD
That's what i'm supposed to do
Anonymous (ID: Wrdx0ZZR) No.60622301 >>60622312
>>60622249
It's a USB device that emulates a keyboard and types faster than humanly possible. Costs maybe $20
fingerboy (ID: B9ayoDE/) No.60622312 >>60625738
>>60622301
Does it know what to type, type shit?
Anonymous (ID: MLcNt36Q) No.60622500 >>60622512 >>60622558 >>60622649
I just gave it a try with a string of 5$ bets. I'm a 150 wpm typer and lost every single one.

Mods need to delete this thread and ban OP. I started typing 90 and gradually worked up to my peak. Each time, the other "user" beat me by just a few WPM.

There is a reason you can't actually click onto anyone's profiles. The entire thing is an elaborate scam and you are just playing realistic bots designed to drain you
Anonymous (ID: vDY4VWzr) No.60622512 >>60622720
>>60622500
kek, funny scam

village eatin good tonight
fingerboy (ID: B9ayoDE/) No.60622558 >>60622846
>>60622500
Uhm, i'm sorry bozo

I'll deadass drop a clip of me winning rn.

I've never seen a 150wpm typer in 5 buckie bets and i'm winning more often than not.
fingerboy (ID: B9ayoDE/) No.60622649 >>60622678 >>60622846
>>60622500
yeah you just suck, nice story though Mr. "150"

i would've won back to back to back but my uncle came in started pounding on me so i lost last.

CLIP (u just suck dude):
https://streamable.com/wtq2sh
Anonymous (ID: MLcNt36Q) No.60622678 >>60622707
>>60622649
Yeah, so what are you, the website owner?

I did 7 x 5$ bets and every one typed over 130. You get two sub 100s on big stakes? My ass
Anonymous (ID: q38XGtjb) No.60622707 >>60623480
I just tried it, two 10$, won both...
Seems legit 2 me lol>>60622678

127 words per minute.

We got the pajeeto fudder here?
Anonymous (ID: X7MP8xNs) No.60622720 >>60622814
>>60622512
jeets are getting more sophisticated with their scams every day
OP needs to play dumber and come up with better ideas
Anonymous (ID: GbL0X03R) No.60622724
ive seen people on reddit playing on this site seems like its gaining traction, i tried won a 5$ bet first try, not rly my thing though, although i type fast
Anonymous (ID: q9Tft5rL) No.60622743 >>60623480
Its free money with 130 wpm lol
Anonymous (ID: q38XGtjb) No.60622754
won another 5$, 110 wpm

wth is this lmaooo, IM HOOKED LFG
Anonymous (ID: uLoatscm) No.60622814 >>60622851
>>60622720
seems like a good scam idea
he can pretend that it's actually a game, maybe even allow people to win sometimes after losing a bunch
he can sell a bot later for his own site
and finally he can drain the wallets of anyone that connected to the bot or the site
then create a similar site with other games and start again
Anonymous (ID: QnrzEvZh) No.60622846
>>60622558
>>60622649
he's BUBBLIN and BOILIN now that his scam website is exposed
Anonymous (ID: q38XGtjb) No.60622851 >>60622860
>>60622814
OR, WE can copy his site, make it an actual scam and then complete your todolist
Anonymous (ID: QnrzEvZh) No.60622860 >>60622989
>>60622851
his site is an actual scam you retard. clear whatever wallet you linked to it
Anonymous (ID: 9n/XTuft) No.60622864
>thread not deleted
Now I know this is a scam .
Anonymous (ID: 5aFN8JKK) No.60622989
>>60622860
Nah i won, imma leave it there for a week, and we'll find out xP
Anonymous (ID: jN4LqEb7) No.60623449
>>60622049 (OP)
Someone needs to make something like this with a frame work that ties it to real games.
Anonymous (ID: z3jxb1Zx) No.60623480
>>60622743
>>60622707
>>60622049 (OP)
Reminder this is Lebanon the serial scammer, he ruined this board and is a mod.
Goes by Breakroom on /pol/
Anonymous (ID: 88Phvb5T) No.60623930
>sweat your balls off to risk $5-100 just to double your money
Anonymous (ID: cMn48Rva) No.60625541
>>60622254
You're calling people retards while speaking of "websites" as if they're some arcane thing only owned and operated by "them"

No, "websites" actually don't "log everything you do"
Anonymous (ID: sdT87zjA) No.60625738
>>60622312
It used to be free to make a Rubber Ducky USB with downloaded software from the Internet. Now it looks like Hak5 wants $100 a pop for a USB they send to you. You would still need to program a payload script as well. Asking a chatbot like chatgpt or claude.ai for a ducky payload script would likely be your best bet.