[COMPLETED] [Request] Firestone Idle RPG

Ask about cheats/tables for single player games here
User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rysefox »

knoelfons wrote:
Sat Sep 28, 2019 4:00 pm
Rysefox wrote:
Fri Sep 27, 2019 7:48 pm
snip
edit:
based on rysefox' daily login reward cheat:
by searching for "InitializeDailyRewards" and changing the values you can literally give yourself Gems. You can also just look for item variable names and replace them and get whatever you want through the daily.
Image
Perfect, before you check in the daily reward, change gem to 999999 and youre done with the game^^

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rysefox »

cfemen wrote:
Sat Sep 28, 2019 2:36 pm
to contribute something :
for the case someone is banned and dont know how to use dnSpy:

use Anti-Ban Script in my table and you are free :D
based of the method from Rysefox :mrgreen:

coz its mono it may have a chance that its not working

and this are the checks while the game loads:
Image

change both
if (SpecialGameStatistics.IsCheater)
to
if (!SpecialGameStatistics.IsCheater)

and remove:

Code: Select all

		if (BuildSettings.platform == BuildSettings.Platform.Kartridge)
			{
			 bla bla
			}
this complete from the code

recompile and you can submit your stats even when you flagged as cheater :D

edit:
updated table with auto. Anti-Ban for everything :mrgreen:

How to use:
Start Game
Dont press play! on the Configuration Menu!
Open Table
Activate Finde.exe Script
Wait 1 Sec
Activate Main Script
Activate all 3 Anti-Bans Script
Press play!
Good work!

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1509

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by cfemen »

Rysefox wrote:
Sat Sep 28, 2019 6:17 pm
cfemen wrote:
Sat Sep 28, 2019 2:36 pm
to contribute something :
for the case someone is banned and dont know how to use dnSpy:

use Anti-Ban Script in my table and you are free :D
based of the method from Rysefox :mrgreen:

coz its mono it may have a chance that its not working

and this are the checks while the game loads:
Image

change both
if (SpecialGameStatistics.IsCheater)
to
if (!SpecialGameStatistics.IsCheater)

and remove:

Code: Select all

		if (BuildSettings.platform == BuildSettings.Platform.Kartridge)
			{
			 bla bla
			}
this complete from the code

recompile and you can submit your stats even when you flagged as cheater :D

edit:
updated table with auto. Anti-Ban for everything :mrgreen:

How to use:
Start Game
Dont press play! on the Configuration Menu!
Open Table
Activate Finde.exe Script
Wait 1 Sec
Activate Main Script
Activate all 3 Anti-Bans Script
Press play!
Good work!
:)

if you want you can add it to your table, then is everything combined :) sharing power!! :mrgreen:

knoelfons
Noobzor
Noobzor
Posts: 5
Joined: Sat Sep 28, 2019 3:52 pm
Reputation: 0

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by knoelfons »

Rysefox wrote:
Sat Sep 28, 2019 6:15 pm
Perfect, before you check in the daily reward, change gem to 999999 and youre done with the game^^
unfortunately i used up all my days for testing purposes and i haven't found a way to reset them yet. still looking into it but should you stumble over something or have any idea how to do it, let me know^^

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rysefox »

cfemen wrote:
Sat Sep 28, 2019 7:01 pm
Rysefox wrote:
Sat Sep 28, 2019 6:17 pm
cfemen wrote:
Sat Sep 28, 2019 2:36 pm
to contribute something :
for the case someone is banned and dont know how to use dnSpy:

use Anti-Ban Script in my table and you are free :D
based of the method from Rysefox :mrgreen:

coz its mono it may have a chance that its not working

and this are the checks while the game loads:
Image

change both
if (SpecialGameStatistics.IsCheater)
to
if (!SpecialGameStatistics.IsCheater)

and remove:

Code: Select all

		if (BuildSettings.platform == BuildSettings.Platform.Kartridge)
			{
			 bla bla
			}
this complete from the code

recompile and you can submit your stats even when you flagged as cheater :D

edit:
updated table with auto. Anti-Ban for everything :mrgreen:

How to use:
Start Game
Dont press play! on the Configuration Menu!
Open Table
Activate Finde.exe Script
Wait 1 Sec
Activate Main Script
Activate all 3 Anti-Bans Script
Press play!
Good work!
:)

if you want you can add it to your table, then is everything combined :) sharing power!! :mrgreen:
Done :!: :)

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1509

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by cfemen »

knoelfons wrote:
Sat Sep 28, 2019 8:07 pm
Rysefox wrote:
Sat Sep 28, 2019 6:15 pm
Perfect, before you check in the daily reward, change gem to 999999 and youre done with the game^^
unfortunately i used up all my days for testing purposes and i haven't found a way to reset them yet. still looking into it but should you stumble over something or have any idea how to do it, let me know^^
i gave it a quick look and found it^^

Image

search VariousVariables and change the get to 1 from CheckInDayCurrent and LastDayCheckedIn

@Rysefox

nice! combined power :mrgreen:

edit: @knoelfons
forget to mention -> if CheckInDayCurrent and LastDayCheckedIn = 1 you can reward this day infinitely :mrgreen:
save and exit game and remove in the assembly:
CheckInDayCurrent/LastDayCheckedIn = 1
start game again and your day will still be day 1 and you can claim like usual :)

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1509

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by cfemen »

Rysefox wrote:
Sat Sep 28, 2019 8:25 pm

oh i see theres a bit of a "logic" error in the combined script ^^

The user must click on Launch Mono first, but this will give an error if he dont have already Firestone.exe attached.
i made the find.exe script to make sure that the user will attach the .exe while the config menu is open,before the game launches, and the exe its not like usual on "applications"
coz this i made this auto. find&attach from the processes list, to prevent that the user chooses the wrong one :mrgreen:

knoelfons
Noobzor
Noobzor
Posts: 5
Joined: Sat Sep 28, 2019 3:52 pm
Reputation: 0

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by knoelfons »

@cfemen
awesome, thanks.
tomorrow i will have a go at making it into a script that you (or anybody) can add to their table for getting gems and other stuff.

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rysefox »

cfemen wrote:
Sat Sep 28, 2019 8:57 pm
knoelfons wrote:
Sat Sep 28, 2019 8:07 pm
Rysefox wrote:
Sat Sep 28, 2019 6:15 pm
Perfect, before you check in the daily reward, change gem to 999999 and youre done with the game^^
unfortunately i used up all my days for testing purposes and i haven't found a way to reset them yet. still looking into it but should you stumble over something or have any idea how to do it, let me know^^
i gave it a quick look and found it^^

Image

search VariousVariables and change the get to 1 from CheckInDayCurrent and LastDayCheckedIn

edit: @knoelfons
forget to mention -> if CheckInDayCurrent and LastDayCheckedIn = 1 you can reward this day infinitely :mrgreen:
save and exit game and remove in the assembly:
CheckInDayCurrent/LastDayCheckedIn = 1
start game again and your day will still be day 1 and you can claim like usual :)
Holy shit this Dev team is so shit

User avatar
Rrezz_
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Sep 29, 2019 1:09 am
Reputation: 0

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rrezz_ »

Cant get chest speed to work, gives me a bunch of errors when I try to compile.

Edit: Same with the Chat bypass. Also the CE Table blocks progression now, when I hit floor 675 mobs stopped spawning on wave 10 so I couldn't progress. When I restarted without the CE Table I could progress farther.
Last edited by Rrezz_ on Sun Sep 29, 2019 8:30 am, edited 1 time in total.

knoelfons
Noobzor
Noobzor
Posts: 5
Joined: Sat Sep 28, 2019 3:52 pm
Reputation: 0

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by knoelfons »

Image

seems they cought onto me^^
i assume it's an ip ban or a ban of the associated steam acc since cfemens unblock script ain't working on this. will try the good old vpn but if it's a steam acc ban, there's nothing i can do and i'll let the game be. can't be arsed to make new steam accounts just to fuck with the devs.

edit: nope nothing works, seems it's a proper ban to the associated steam id. guess i'm done with the game.

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Rysefox »

I do not know what do you did:

Its weird that I dont get banned:
[Link]

Coolback
Cheater
Cheater
Posts: 37
Joined: Mon Sep 23, 2019 9:59 am
Reputation: 3

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by Coolback »

Hahaha not lucky knoelfons.
For this moment i'm not banned, maybe later, maybe not, for now i'll going inactive and just pray to don't get banned.

For sure, devs are anxious, be arrogant with their : "el famoso" CE is a joke now try to cheat it's not possible.

Fucking big lol to see the game totally destroyed less than 1 day.
U R HUGE GUYS !!!

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1509

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by cfemen »

knoelfons wrote:
Sun Sep 29, 2019 8:26 am
Image

seems they cought onto me^^
i assume it's an ip ban or a ban of the associated steam acc since cfemens unblock script ain't working on this. will try the good old vpn but if it's a steam acc ban, there's nothing i can do and i'll let the game be. can't be arsed to make new steam accounts just to fuck with the devs.

edit: nope nothing works, seems it's a proper ban to the associated steam id. guess i'm done with the game.
you cant play at all?
or this message only shows if you open chat?

coz theres a check in the OpenMenu before the IsCheater check:

Code: Select all

		if (!ServerAPI.serverHasAccess)
		{
			TechnicalMessagePopup.SetMessage(TechnicalMessagePopup.serverblockedNoAccess, TechnicalMessagePopup.serverblockedNoAccessHeader, TechnicalMessagePopup.MessageTypeActions.None);
			return;
		}
if thats fixes the problem, then i can add it to the Anti-Ban Table :mrgreen:

edit : tested it, this shows if i trigger it:
Image

if thats your problem, then its easy to fix^^

edit 2:

k made it quick as a script :

Code: Select all

{ Game   : Firestone.exe
  Version: 
  Date   : 2019-09-29
  Author : cfe

  This script does blah blah blah
}

define(address,ChatMechanism:OpenMenu+48 )
define(bytes,85 C0 75 31 8D 6D 00)

[ENABLE]

address:
  db 39 D0
return:

[DISABLE]

address:
  db 85 C0
  // test eax,eax
  // jne ChatMechanism:OpenMenu+7d
  // lea ebp,[ebp+00]

dealloc(newmem)
try this :D

edit :
script is added to the combined table from Rysefox and me :mrgreen:
Last edited by cfemen on Sun Sep 29, 2019 9:26 pm, edited 2 times in total.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1509

Re: [COMPLETED] [Request] Firestone Idle RPG

Post by cfemen »

How to get UNMUTABLE :mrgreen: :

SubmitChatMessage() -> and if you know how to code: fake user infos to random.
Last edited by cfemen on Sun Sep 29, 2019 8:33 pm, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: joyy, yeyuhe2846