- 14
- 2 573
IoSilverAway
United States
เข้าร่วมเมื่อ 9 ส.ค. 2020
I play Suroi.io :)
วีดีโอ
Suroi.io Solo squads challenge: 1 gun only
มุมมอง 9014 วันที่ผ่านมา
idk how i won a game in 2 attempts lol #suroi music used: th-cam.com/video/lP6mK2-nLIk/w-d-xo.html th-cam.com/video/mSLuJYtl89Y/w-d-xo.html
Annoying Hacker/scripter
มุมมอง 87หลายเดือนก่อน
WARNING: TURN YOUR VOLUME DOWN IF YOU DONT WANT TO GO DEAF!
I Sold A High Kill Game In Suroi.io
มุมมอง 559หลายเดือนก่อน
Music: Lensko - lets go Jim Yosef - Speed #suroi
Suroi.io New gamemode
มุมมอง 832 หลายเดือนก่อน
An introduction to the new Halloween game mode (yes i know i'm a few days late)
Suroi.io New gamemode (and some gameplay)
มุมมอง 1632 หลายเดือนก่อน
i got 10 kills in the new gamemode :) #suroi
I broke the unbreakable pumpkin in suroi.io!
มุมมอง 1282 หลายเดือนก่อน
I broke the unbreakable pumpkin in suroi.io :p #suroi
Suroi.io No Gun Challenge
มุมมอง 2482 หลายเดือนก่อน
I won a game of suroi.io without any guns :p #suroi
Suroi.io 17 kill Solo squads
มุมมอง 3302 หลายเดือนก่อน
I got 17 kills while playing solo squads :) #suroi #solovssquad music used: NCS - Sky high NCS - Hellcat
Suroi.io Solo Squads
มุมมอง 742 หลายเดือนก่อน
I won a game of Suroi.io squads while playing solo (aka solo squads) #suroi #solosquad
Suroi.io 9mm only Challenge
มุมมอง 562 หลายเดือนก่อน
i challenged myself to win a game of Suroi.io while only using 9mm guns, it was a bit difficult. if you enjoyed, please consider subscribing! #suroi
Suroi.io Squads Gameplay
มุมมอง 562 หลายเดือนก่อน
If you enjoyed, please consider subscribing! #suroi
If imma be real with you, you could just do both. Player count is seriously not a good excuse.
fairs
Also, I knew I was being recorded. The moment you were freezing I was like: L + cope.
Nice challenge, also you put effort in editing unlike others, well done! Someone did a 1 Glock challenge only, which was harder btw. Unfortunately, they patched the ping spam scripts, by adding the delay to it after 27 subsequent pings ☠
no problem ! I love both games :)
0:12 "Dont Care + ratio" is wild 💀
man, love the clutch at the end
your video editing skills are getting better every new video, keep going.
warawara
Double vykhlop is crazy i still miss harvest mode tho
Harvest had no ars :(
PS: Sacha Szkudlarek started first with this.
It was me doing it. Coded in autohotkey. Here's the script: #Persistent SetBatchLines, -1 ; Improves script performance for high-speed loops. SetMouseDelay, 0 ; Ensures minimal delay between mouse actions. toggleP := false ; Toggle for the P loop toggleO := false ; Toggle for the O loop toggleI := false ; Toggle for the O loop ; Loop for P key p:: toggleP := !toggleP ; Toggle the loop state. if toggleP { SetTimer, LoopActionP, 0 ; Start the loop for P } else { SetTimer, LoopActionP, Off ; Stop the loop for P } return LoopActionP: ; Randomly select x1 and y1 for P Random, x1, 189, 1700 Random, y1, 299, 850 ;Click, Right, x1, y1 Down ; Press and hold the right mouse button at (x1, y1). ;Sleep, 10 ; Pause for 10 milliseconds. ; Randomly choose one of the four directions for dragging Random, direction, 1, 4 if (direction = 1) MouseClickDrag, Right, 500, 500, 400, 500 ; Drag to the left else if (direction = 2) MouseClickDrag, Right, 500, 500, 500, 400 ; Drag up else if (direction = 3) MouseClickDrag, Right, 500, 500, 600, 500 ; Drag to the right else if (direction = 4) MouseClickDrag, Right, 500, 500, 500, 600 ; Drag down Sleep, 10 ; Pause for 10 milliseconds. ;Click, Right Up ; Release the right mouse button. ;Sleep, 10 ; Pause for another 10 milliseconds. return ; Loop for O key o:: toggleO := !toggleO ; Toggle the loop state. if toggleO { SetTimer, LoopActionO, 0 ; Start the loop for O } else { SetTimer, LoopActionO, Off ; Stop the loop for O } return LoopActionO: ; Randomly select x1 and y1 for O Random, x1, 170, 1500 Random, y1, 250, 890 ;Click, Right, 500, 500 Down ; Press and hold the right mouse button at (500, 500). ;Sleep, 10 ; Pause for 10 milliseconds. ; Randomly choose one of the four directions for dragging Random, direction, 1, 4 if (direction = 1) MouseClickDrag, Right, x1, y1, % x1 - 100, y1 ; Drag to the left else if (direction = 2) MouseClickDrag, Right, x1, y1, x1 , % y1 - 100 ; Drag to the left else if (direction = 3) MouseClickDrag, Right, x1, y1, % x1 + 100, y1 ; Drag to the left else if (direction = 4) MouseClickDrag, Right, x1, y1, x1 , % y1 + 100 ; Drag to the left Sleep, 10 ; Pause for 10 milliseconds. ;Click, Right Up ; Release the right mouse button. ;Sleep, 10 ; Pause for another 10 milliseconds. return ; Loop for O key i:: toggleI := !toggleI ; Toggle the loop state. if toggleI { SetTimer, LoopActionI, 0 ; Start the loop for O } else { SetTimer, LoopActionI, Off ; Stop the loop for O } return LoopActionI: ; Randomly select x1 and y1 for O Random, x1, 170, 1500 Random, y1, 250, 890 ;Click, Right, 500, 500 Down ; Press and hold the right mouse button at (500, 500). ;Sleep, 10 ; Pause for 10 milliseconds. ; Randomly choose one of the four directions for dragging Random, direction, 1, 4 if (direction = 1) MouseClickDrag, Right, x1, y1, % x1 - 100, y1 ; Drag to the left else if (direction = 2) MouseClickDrag, Right, x1, y1, % x1 - 100, y1 ; Drag to the left else if (direction = 3) MouseClickDrag, Right, x1, y1, % x1 - 100, y1 ; Drag to the left else if (direction = 4) MouseClickDrag, Right, x1, y1, % x1 - 100, y1 ; Drag to the left Sleep, 10 ; Pause for 10 milliseconds. ;Click, Right Up ; Release the right mouse button. ;Sleep, 10 ; Pause for another 10 milliseconds. return
bruh
Dude wha-
💀
google Autohotkey, use chatgpt and u'll see it's no cap, and then press "o" "p" or "i" while holding in "c" to spam emotes in suroi. It works!
Hope you guys enjoyed my pings, esp the medical ones are very healthy for your ears!
Dang it’s been over a week since these have started ;-;
they need to add an emote delay after a couple times
like surviv had
5:20 I read “proceeds to kiss every shot” for some reason ;-;
But WHY IS AWM-S VARIENT SO COMMON HUH??!?!?!!
Bc u lost that u go naughty corner >:(
noice :)
start was crazy
So close!!!
gameio doest use red skin bro :)
I know
nice :)
The people talking in the video is my squad
Cant find any suroi mobile players… anyone?
Wdym?
nice you killed a hacker at 2:51
I didnt notice 😭
I thought it was a mobile player
I like it how do you record your gameplay?
?
Ngl kinda wanted to see if storm did dmg lol
It does do dmg
Oh ok ty!
Bro these r funny I subbed :)
👍
Sorry for the color blindness ahh thunbnail
Nice :D also dang usas is crazy
3:59 sas :(
oof lmao
@@iosilveraway_19 lol
LMAO
1:47 why is blud spamming the emojis
Cus
lmaooo this happened to me too but in survev :D
i thought this game was dead
its not by a long shot (except at night)
Good video ❤
Thank you :)
yo can we play together and can you teach me quickswitch? if you want to we can make it a yt vid lol
play on pc, switch quicklly by Space key or scroll mouse
👍
No way :0
Gg 👍🏻
gg
Nice editing and great gameplay :)
Thanks, i will continue to improve my editing skills so that i can produce higher quality videos :)
Bro's video was watermarked by CapCut 💀
How to remove it
@@iosilveraway_19 haha
nice 16 subs for you :p, you are growing faster than my channel was when I created it👍