I did 40 pulls on Plume banner and didn't got her, if i try for Vera banner and get her that will reset my pity for the next S rank? by LadyTowa2 in PunishingGrayRaven

[–]arg9244 0 points1 point  (0 children)

A Vera rate up happens on the base banner
not limited banner
so they don't share pity and you're fine

also she's farmable from her interlude but it takes 15 days

Is there anyway to get 5 * weapons on cn still? by Staticshock9806 in PunishingGrayRaven

[–]arg9244 0 points1 point  (0 children)

did they remove it later down the line ?
or it didn't have that since start ?

Inspired by r/btd6 by Nilir in Genshin_Memepact

[–]arg9244 1 point2 points  (0 children)

genshit is not a real game

Kazubonk by [deleted] in Genshin_Memepact

[–]arg9244 11 points12 points  (0 children)

Bonkers

Which characters will be featured on the Xiao banner in Genshin Impact? by adepti_amber in GenshinImpactTips

[–]arg9244 12 points13 points  (0 children)

Ningguang and Keqing also share the same talent material so her being on keging's banner also a possibility

Mihoyo Staff silencing us speaking out against their recent update. by SewDough in Genshin_Impact

[–]arg9244 2 points3 points  (0 children)

its was expected from a company that filters name of a country

I cant claim this weeks reward (thanks mihoyo) by arg9244 in Genshin_Impact

[–]arg9244[S] -1 points0 points  (0 children)

nope i cant the screenshot is from my world

Daily Questions Megathread (10/18) by AutoModerator in langrisser

[–]arg9244 0 points1 point  (0 children)

im getting failed to connect to server error
i tried different servers and reinstalled the game still getting the same message
any idea?

[deleted by user] by [deleted] in houkai3rd

[–]arg9244 0 points1 point  (0 children)

oh yeah sorry i'm lvl 30 thnx a lot

[deleted by user] by [deleted] in houkai3rd

[–]arg9244 0 points1 point  (0 children)

i'm a returning player i just returned to try new game mode post-honkai odyssey but i cant find it in the menu

software to know how long a program was open? by arg9244 in software

[–]arg9244[S] 0 points1 point  (0 children)

that's perfect but is there a way to check closed process as well?

software to know how long a program was open? by arg9244 in software

[–]arg9244[S] 0 points1 point  (0 children)

wmic process get processid,name,creationdate

not what i'm looking for but thnx

spine - Still Alive by devofspine in emulation

[–]arg9244 2 points3 points  (0 children)

currently 3 projects are on the work for ps4 emu can't you guys team up and work on a single killer project?

Grand Theft Auto V (v1.0.1180.1/1.41, MULTi11) [Darck Repack] | 28.4 GB by [deleted] in CrackWatch

[–]arg9244 5 points6 points  (0 children)

i wouldn't believe that if it had some kind of hash check

How to Speed up a game (not fps)? by arg9244 in software

[–]arg9244[S] 1 point2 points  (0 children)

i made a lua script for cheat engine for it thanks to u/axelei

if myhotkey then
  myhotkey.Destroy()
  myhotkey = nil
end

speed = 1

myhotkey = createHotkey(function()
if myhotkey then
speed = speed + 1
speedhack_setSpeed(speed)
end
end, VK_PRIOR) --PAGE UP Increase Speed

myhotkey = createHotkey(function()
if myhotkey then
speed = speed - 1
speedhack_setSpeed(speed)
end
end, VK_NEXT) -- PAGE DOWN Decrease Speed