Pokémon Uranium [REUPLOAD]

Upload your cheat tables here (No requests)
User avatar
Vee_
Expert Cheater
Expert Cheater
Posts: 256
Joined: Tue Mar 14, 2017 10:18 am
Reputation: 49

Pokémon Uranium [REUPLOAD]

Post by Vee_ »

This is an old table for Pokémon Uranium v1.03. Well at least that's the version i played lately maybe it's still working for future update, hehe :D
Oh, this game is created with RPG Game Maker VX so if you want to search some variable by yourself you need to add custom type, here is the code that DarkByte created. More info check this thread in CEF
Dark Byte wrote:

Code: Select all

alloc(TypeName,256)
alloc(ByteSize,4)
alloc(PreferedAlignment, 4)
alloc(ConvertRoutine,1024)
alloc(ConvertBackRoutine,1024)

TypeName:
db 'RPG VX type',0

ByteSize:
dd 4

PreferedAlignment:
dd 1


//The convert routine should hold a routine that converts the data to an nteger (in eax)
//function declared as: stdcall int ConvertRoutine(unsigned char *input);

//Note: Keep in mind that this routine can be called by multiple threads at the same time.

ConvertRoutine:
[32-bit]
push ebp
mov ebp,esp
push ecx
mov ecx,[ebp+8]
[/32-bit]

//at this point ecx contains the address where the bytes are stored

//put the bytes into the eax register
mov eax,[ecx] //second fun fact, addressing with 32-bit registers doesn't work in 64-bit, it becomes a 64-bit automatically (most of the time)
shr eax,1 //shift right by 1 bit (divide by 2)

//and now exit the routine
[64-bit]
ret
[/64-bit]
[32-bit]
pop ecx
pop ebp
ret 4
[/32-bit]

//The convert back routine should hold a routine that converts the given integer back to a row of bytes (e.g when the user wats to write a new value)
//function declared as: stdcall void ConvertBackRoutine(int i, unsigned char *output);
ConvertBackRoutine:
[32-bit]
push ebp
mov ebp,esp
push edx //save the registers
push ecx
mov edx,[ebp+0c]
mov ecx,[ebp+08]
[/32-bit]

//at this point edx contains the address to write the value to
//and ecx contains the value

push eax
push edx


mov edx,[edx] //edx now contains the original value
and edx,1 //only save the first bit

mov eax,ecx //eax gets the user input value
shl eax,1 //shift left by 1 bit (multiply by 2)
or eax,edx //add the bits of the original value

pop edx
mov [edx],eax //write the new value into the old value
pop eax

[64-bit]
//everything is back to what it was, so exit
ret
[/64-bit]

[32-bit]
//cleanup first
pop ecx
pop edx
pop ebp
ret 8
[/32-bit]
In this table:
  • Get Items
  • Get Pokemon
This table created by [Link]

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
Uranium.CT
(655.57 KiB) Downloaded 14453 times

shadowfang19
Expert Cheater
Expert Cheater
Posts: 75
Joined: Fri Mar 03, 2017 2:17 pm
Reputation: 13

Re: Pokémon Uranium [REUPLOAD]

Post by shadowfang19 »

can someone please update this table to version 1.1.0 thanks

User avatar
daniman
Expert Cheater
Expert Cheater
Posts: 62
Joined: Mon Apr 24, 2017 12:23 pm
Reputation: 7

Re: Pokémon Uranium [REUPLOAD]

Post by daniman »

i need iv/ev edit please someone

Seinra
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 14, 2017 4:41 pm
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by Seinra »

Can you update it please? The new version of the game is the 1.1.0... And don't forget the IV/EV editor!

kemenner
Cheater
Cheater
Posts: 36
Joined: Sun Sep 24, 2017 6:09 am
Reputation: 52

Re: Pokémon Uranium [REUPLOAD]

Post by kemenner »

Updated the table to the latest version (1.2.1)
Attachments
Uranium.CT
Version 1.2.1
(1.37 MiB) Downloaded 6269 times

manslaughter
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Sep 25, 2017 12:22 am
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by manslaughter »

kemenner wrote:
Sun Sep 24, 2017 6:12 am
Updated the table to the latest version (1.2.1)
The table does not work for me. Only the first option is able to be expanded, and the rest are just stuck. Here's what I mean:

Image

I'm completely unable to expand/select Items or Get Pokemon. Not to mention the Get Pokemon option does not recognize any Pokemon that appear or are selected (it just remains as question marks), only the items they hold. I've tried re-installing Cheat Engine and nothing changed. Is this an issue with the table or with my game? Thanks.

User avatar
afraidless
Expert Cheater
Expert Cheater
Posts: 153
Joined: Sat Sep 09, 2017 5:07 pm
Reputation: 10

Re: Pokémon Uranium [REUPLOAD]

Post by afraidless »

manslaughter wrote:
Mon Sep 25, 2017 12:28 am
kemenner wrote:
Sun Sep 24, 2017 6:12 am
Updated the table to the latest version (1.2.1)
The table does not work for me.
hey manslaughter. :) so, it's on your end. the table works fine on 1.2.1
check if you have da latest version. check for updates in main menu.
it's not cheat engine, but be sure it's run as admin anyway, i guess.
also read the read me to make sure youre doin everything correctly. ;)

User avatar
Gutie
Expert Cheater
Expert Cheater
Posts: 51
Joined: Sun Jul 23, 2017 12:47 am
Reputation: 2

Re: Pokémon Uranium [REUPLOAD]

Post by Gutie »

kemenner wrote:
Sun Sep 24, 2017 6:12 am
Updated the table to the latest version (1.2.1)
Awesome Really appreciate this. Now I can do a normal play and one one with this for items. :D

LordeDracus
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 08, 2017 2:16 am
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by LordeDracus »

The table does not work for some reason. Specifically IV/EV editor, the table will update the memory locations of the values but will not allow me change the "new values" section. I'm not doing anything wrong thus far, and I've followed the instructions word for word.

kemenner
Cheater
Cheater
Posts: 36
Joined: Sun Sep 24, 2017 6:09 am
Reputation: 52

Re: Pokémon Uranium [REUPLOAD]

Post by kemenner »

LordeDracus wrote:
Sun Oct 08, 2017 2:17 am
The table does not work for some reason. Specifically IV/EV editor, the table will update the memory locations of the values but will not allow me change the "new values" section. I'm not doing anything wrong thus far, and I've followed the instructions word for word.
The table works fine for me. So far, the only thing that I found doesn't work well 100% of the time is the item part. Sometimes it fails to the get the items correctly. But the IV/EV works perfect for me. Maybe your game version isn't 1.2.1, or maybe you're doing the math wrong. Remember that your IV's are ((IV*2)+1), same for EV. If for some reason you input an incorrect number, then the table won't find the IV's. You need to input all your pokemon IV's correctly.

IV's are easier to find than EV's, because IV's are unique for each pokemon. On the other hand, all pokemons start with all EV's at 0. Which means that if you input 1 for each EV, the table will find addresses that may or may not belong to the pokemon you want to edit. In this case try using in battle the pokemon that you want to edit, and use different abilities, that way its EV's are going to start increasing and differ from the EV's of the other pokemons you have.

Also, the addresses update when you switch the screen you're looking. In other words, when you're looking at a pokemon stats and then press the keyboard arrows to switch pages or switch to the next pokemon.

bruh
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Oct 20, 2017 3:27 am
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by bruh »

the table will not let me check any pointers no matter what i try

reticentAilurophile
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Nov 14, 2017 12:16 am
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by reticentAilurophile »

I opened pokemon uranium alongside the cheat engine and opened pokemon uranium in the process list. I load the table and although I am able to input the current iv, it does not allow me to change the new ev value. To my understanding, the new iv/ev value should be ?? before being edited and chage when the current iv is inputted, but it did not shows anything at all, double clicking where the value would be just send a ping sound. I already checked multiple times, I did the math correctly. So I closed it and try running it as an administrator and the ev,iv script cannot be expanded. I erased the table and redownloaded it but it only makes things worse: the get pokemon option wont expand either now. My pokemon uranium is version 1.2.1, the cheat table is for 1.2.1. Any idea what I should do?

uraniumNOob
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jan 24, 2018 9:34 pm
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by uraniumNOob »

please help i dont know whats happening
when i do so it comes up with question marks

mikikilla
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Mar 25, 2018 5:10 am
Reputation: 0

Re: Pokémon Uranium [REUPLOAD]

Post by mikikilla »

ahh this looks pretty great, however im curious if theres a way to change the gender of a pokemon exclusively? or at least, make it shiny? thanks <33

urthor
Expert Cheater
Expert Cheater
Posts: 69
Joined: Fri May 26, 2017 9:48 am
Reputation: 0

Pokémon Uranium [REUPLOAD]

Post by urthor »

Anyone made this work on 1.2.2? Item/EV menu isn't dropping down, which I usually find means the script isn't working for cheatengine releases

1527300488

Last edited by urthor on Thu Jan 01, 1970 12:00 am, edited 4 times in total.

Post Reply

Who is online

Users browsing this forum: AhrefsBot, dilde, Google [Bot], jothefu5, kkpcn001, loci22, meron, mocha, omega10114, Rantag, RJW, sataclutch, Skellybones0