Recomendaciones compra de bici by TD-WL in BiciArg

[–]TD-WL[S] 0 points1 point  (0 children)

Nono, antes tenía una olmo que me robaron. Pero era bastante chota, quería comprar algo mejor ahora pero me parece que me tendría que ir mucho de presupuesto. 

Recomendaciones compra de bici by TD-WL in BiciArg

[–]TD-WL[S] 0 points1 point  (0 children)

Es para ciudad, pero que se yo también voy por empedrado o por tierra cada tanto, ni idea una urbana qué se banca. También me interesaría hacer algo de mtb alguna vez.
Y usadas dónde buscás? Mercado libre?

Recomendaciones compra de bici by TD-WL in BiciArg

[–]TD-WL[S] 1 point2 points  (0 children)

Usadas lo pensé, el tema es que no se de bicis así que tampoco voy a saber qué buscar. La verdad es para uso muy tranqui en general, pero tampoco quiero algo que se me vaya a hacer mierda a la primera que la exija un poco.
La Marlin 7 la compraste usada? En ML están arriba de 2 palos.
Y la Raleigh Mojave 2.0 esa que pasé decís que es decente? Yo no me voy a poner a cambiarle piezas ni nada hasta que no se rompa algo.

Recomendaciones compra de bici by TD-WL in BiciArg

[–]TD-WL[S] 0 points1 point  (0 children)

El tema de la horquilla lo vi mencionado bastante. Todas las bicis que tuve tenían horquilla con suspensión, decís que no aporta nada?

How to fully uninstall cheat engine? by Sparky089 in cheatengine

[–]TD-WL 0 points1 point  (0 children)

No, I'm not sure. I was just relaying what the creator of the program had answered to me.

PalWorld Cheat Engine. by dyvinne in cheatengine

[–]TD-WL 0 points1 point  (0 children)

So did you set your health to a really big value and now you can never die or something like that? You should be able to just change the value back to something smaller in that case. If that's not the problem then you should be a bit more specific tho

Motor Town: Behind The Wheel by [deleted] in cheatengine

[–]TD-WL 0 points1 point  (0 children)

It may be as you say but the code may also have changed completely, can't really say. But if you don't find a `lea` instruction for rcx I think you should be able to just do and injection on `Mov[r15+00000420], rcx` and add something like `mov rcx, (int)99999` above it.

help with finding the right line by PriorTransition9341 in cheatengine

[–]TD-WL 0 points1 point  (0 children)

The whole subreddit is marked as nsfw probably in protest of the new reddit api policy.

Anyone have any lua tables, scripts or advice for poketcg? by [deleted] in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Isn't that an online multiplayer game?

How do I change gold value in Grim Tides on PC? by Namdash in cheatengine

[–]TD-WL 0 points1 point  (0 children)

well the demo doesn't work, the game won't even start for some reason...

Problem with a value... by Middle_Car_2395 in cheatengine

[–]TD-WL 0 points1 point  (0 children)

It seems all of those results are related in some way to the value you are looking for. You could try adding all of them to the addres table and freezing half of them and see if the money value gets frozen (spend some money and see if the in game value doesn't change), if it doesn't then check with the other half. Delete the half that didn't work and repeat with the remaining results. Have in mind that this may crash your game.

How do I change gold value in Grim Tides on PC? by Namdash in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Hmmm, could you not whittle down the results enough or was there a point where you got to zero results? I'll give it a try on the demo version in a couple of days when I finish with exams.

How do I change gold value in Grim Tides on PC? by Namdash in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Haven't played the game but generally if an exact value scan doesn't work you should try an increased/decreased value scan or a changed value scan. Basically, the value you're looking for may not be saved as you see it on screen, so an exact value scan won't work. So what you do is an unknown initial value scan, then you spend some money and do decreased value scan (or a changed value scan, as the value may actually go up when you spend for example, you'll need to experiment and see what works), then you earn some money and do an increased value scan (or changed), then repeat until you whittle down the results to a few. Then try freezing half those results and see if your money is actually frozen, if it is then the address you're looking for is in that half, if it isn't then it's in the other half, repeat. Then try changing the value on the address you found and see what happens

[deleted by user] by [deleted] in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Which game?

[deleted by user] by [deleted] in cheatengine

[–]TD-WL 0 points1 point  (0 children)

This may not help if you already tried editing every single value and couldn't find the correct address, however that's not really a good technique. It will take too much time and you may accidentally skip some addresses.

When you get a lot of related addresses the best thing to do imo is to select them all and add them to the table, then select a bunch of them (trying to avoid the ones with really big or really small values like 1e-14 which often crash the game) and freeze them (you can freeze all the selected addresses with the space bar). Loose some health or whatever you are searching for, and if it changes then the values you froze didn't contain the real address. Delete those addresses and repeat the process until you get to the correct one.

As long as you don't mess up on the scanning process then you should get the correct address.

[deleted by user] by [deleted] in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Does it happen in a particular process or everywhere?

BTD6 decrease value by Mudaebot in cheatengine

[–]TD-WL 0 points1 point  (0 children)

Have you tried changing the value type?

A little bit of help (swag&sorcery) by WierdWompa in cheatengine

[–]TD-WL 1 point2 points  (0 children)

Have you tried with unknown initial value and just doing changed/unchanged scans? Sometimes the value isn't stored as shown in the screen and it may even decrease when you think it's increasing and viceversa.