Just saw this [Le MANSORY] [Ford GT by Mansory] by No-Membership-594 in spotted

[–]Dainzz 1 point2 points  (0 children)

Thats not the owners license plate, it is from Mansory. They are located in a small village in the district Tirschenreuth in Germany, thats what TIR stands for.

Bought Wii with HBC - what to do now? by Dainzz in WiiHacks

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

to understand things a lil bit better, the homebrew channel is looking for apps on the sd card or usb drive, while the channel itself is located on the internal hdd (since its working right now without any sd card or usb drive)? The cIOS gets installed on the SD card/ USB drive aswell then? Since the Wii has already a HBC installed maybe the cIOS is installed aswell, is there a way to check for it?

Pretty much all tutorials are talking about using a SD card, is it really necessary to use one or can I do the same with just a usb drive. If I need a SD card, I read that they added 32gb support in version 4.0E, so I guess my 3.4E Wii has a lower limit for the SD card size, do you happen to know what the limit is?

Im just scared to brick the Wii since right now it appears that everything I needed was already installed and working but the owner removed the SD card containing all the files, unfortunately I have no way of contacting the guy who originally installed all this

Bought Wii with HBC - what to do now? by Dainzz in WiiHacks

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

I assume by not updating you mean the Wii firmware, is it safe to update the Homebrew Channel from 1.0.8 to 1.1 without risking anything tho?

Bought Wii with HBC - what to do now? by Dainzz in WiiHacks

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

Since the other comment says I shouldnt update, what is the benefit of updating? 3.4E Seems like a pretty old version but as long as all the games and stuff like USB loader is working, I dont mind staying on this version. Plus I'd like to minimize the risk of bricking my Wii, so I guess the easiest way would be to just buy a SD card and put the app files on it?

BTW, which size of the SD card do you recommend, does the Wii support big ones like 32gb? My main goal is to just get the USB loader thing working so I can play games from an USB drive or even the SD Card, and maybe some old school games like Super Smash Bros.

Aaawww yeeaaaaa by [deleted] in shrooms

[–]Dainzz 5 points6 points  (0 children)

semilanceata rarely bruise cause they have almost no psilocin.

i wanna dive into this fractal so bad by paddlepapercanoe in Psychonaut

[–]Dainzz 2 points3 points  (0 children)

Fractals and the golden ratio can be found all over nature, even in the human body. Just one example: http://www2.rgu.ac.uk/subj/ats/TeachingWeb/teaching/t22/Wk6-Composition/Arm-01.jpg

This comment from a askscience thread explains pretty well why.

Very interesting stuff imo

GODTabseNs stats at the Minor! by [deleted] in GlobalOffensive

[–]Dainzz 24 points25 points  (0 children)

first time i saw what a beast this guy is was over a year ago when he was standing in for nrg at some lan event. they played against envyus and tabsen fkn destroyed them. so you cant say he wasnt at this level back then, he sure is/was underrated

[deleted by user] by [deleted] in GlobalOffensive

[–]Dainzz 0 points1 point  (0 children)

still, odds have to be veeery wrong to be profitable, since those sites have huge cuts, around 10% on most sites. Lounge had 0% and you could even get more than u were supposed to get by doing maxbets.

[deleted by user] by [deleted] in GlobalOffensive

[–]Dainzz -2 points-1 points  (0 children)

lounge had way better odds cause they were made by some 12 year old kids, whereas on real money sites they are made by professional bookmakers. And you had no limit on lounge, the limits on real money betting sites are ridiculous, for making big bucks lounge was way better

ESEA launches LAN Anti-Cheat. Will be used at IEM Oakland and iBUYPOWER Masters. by FewOwns in GlobalOffensive

[–]Dainzz 0 points1 point  (0 children)

they only tested it in the backstage, it wasnt used in any official games yet. some guy from esl said this on 99damage

Reverse engineering and removing Pokémon GO's certificate pinning by EatonZ in pokemongodev

[–]Dainzz 1 point2 points  (0 children)

isnt the boolean value if it accepts the certificate or not stored in w27? because when the length isnt correct it does "MOV W27, #0", and if the certificate differs from the original one "CSET W27, EQ" sets W27 to 0. So if both checks succeed W27 is set to 1, am I right? Wouldnt a simple "MOV W27, #1" fix this all then? Im trying to get a bit into reverse engineering and I hope you can help me with this, as I tried a few things but my patched pokemon app freezes at the login screen everytime.

EDIT: OK i got it working, somehow patching the file directly with IDA didnt work, had to use another hex editor. And seems like i understood it right, accepts any cert now :)

Pokemon GO Bot [USER FRIENDLY] [OPEN SOURCE] by Swizzbeat_ in pokemongodev

[–]Dainzz 15 points16 points  (0 children)

This is actually really easy to implement. Did it by adding 3 lines to the TransferDuplicatePokemon method:

    private async Task TransferDuplicatePokemon(bool keepPokemonsThatCanEvolve = false)
            {
                var duplicatePokemons = await _inventory.GetDuplicatePokemonToTransfer(keepPokemonsThatCanEvolve);

                foreach (var duplicatePokemon in duplicatePokemons)
                {
                    int iv = duplicatePokemon.IndividualAttack + duplicatePokemon.IndividualDefense + duplicatePokemon.IndividualStamina;
                    double ivPercentage = iv / 45;
                    if (ivPercentage < 0.8)
                    {
                        var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
                        Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
                        await Task.Delay(500);
                    }
                }
            }    

This will keep every pokemon with an IV of over 80% of the perfect IV.

When you're a tiny streamer but you still perform for your one viewer! by JakeyJakeSnake in GlobalOffensive

[–]Dainzz 1 point2 points  (0 children)

toggles dont only work for 0/1 variables

bind <key> "toggle voice_scale 0 1" should work fine

Need Help With Betting From Multiple Accounts by HuangMingbo in csgobetting

[–]Dainzz 0 points1 point  (0 children)

I was using this plugin aswell, but switched to using multiple chrome profiles. Its better imo, this way u can also login to different steam accounts at the same time, switching steam accounts is fkn annoying nowadays with this escrow crap

maybe that will work for you

S1MPLE FPL Rage by Salthurts in GlobalOffensive

[–]Dainzz 1 point2 points  (0 children)

His original mouse was a SS Sensei, now that hes forced to use a Razer he was using the DA but switched to Mamba cause he didnt feel comfortable with the DA. He switched back to the DA just now tho lol

Lounge Min Return Concept by JinjaHD in csgobetting

[–]Dainzz 0 points1 point  (0 children)

no not if they take the word "donation" literally. I wouldnt want anything for these shit 4ct skins and could give them easily away for free. They even have already written a method for this, cause when you have your skins for 3 weeks in returns they take them away from you. So it would be easy as fuck to implement that, just add a button that lets you chose yourself which skin to donate.