-
Posts
1,324 -
Joined
-
Last visited
Everything posted by bR34Kr
-
Error with theos.
-
Returns the same thing, same errors
-
git submodule update --init --recursive When I execute this it says "https" error even if I have installed CURL.
-
Thanks! Did the setup but https doesn't work
-
That's the problem, I get https error when installing anyhthing.
-
Already have it. I reinstalled and nothing. Sorry to be annoying.
-
Probably, but I can't seem to find it in Cydia. What I find is cURL and that I have.
-
I deleted evrything in my vendor directory but now it says 'https' error
-
When I try make package it says vendor/lib and/or vendor/include do not exist so I ran git submodule update --init --recursive and it says bbReakMe:/var/theos root# git submodule update --init --recursive Cloning into '/private/var/theos/vendor/dm.pl'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/dm.pl.git' into submodule path '/private/var/theos/vendor/dm.pl' failed Failed to clone 'vendor/dm.pl'. Retry scheduled fatal: destination path '/private/var/theos/vendor/include' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/headers.git' into submodule path '/private/var/theos/vendor/include' failed Failed to clone 'vendor/include'. Retry scheduled fatal: destination path '/private/var/theos/vendor/lib' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/lib.git' into submodule path '/private/var/theos/vendor/lib' failed Failed to clone 'vendor/lib'. Retry scheduled Cloning into '/private/var/theos/vendor/logos'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/logos.git' into submodule path '/private/var/theos/vendor/logos' failed Failed to clone 'vendor/logos'. Retry scheduled fatal: destination path '/private/var/theos/vendor/nic' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/nic.git' into submodule path '/private/var/theos/vendor/nic' failed Failed to clone 'vendor/nic'. Retry scheduled Cloning into '/private/var/theos/vendor/dm.pl'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/dm.pl.git' into submodule path '/private/var/theos/vendor/dm.pl' failed Failed to clone 'vendor/dm.pl' a second time, aborting bbReakMe:/var/theos root# git submodule update --init --recursive Cloning into '/private/var/theos/vendor/dm.pl'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/dm.pl.git' into submodule path '/private/var/theos/vendor/dm.pl' failed Failed to clone 'vendor/dm.pl'. Retry scheduled fatal: destination path '/private/var/theos/vendor/include' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/headers.git' into submodule path '/private/var/theos/vendor/include' failed Failed to clone 'vendor/include'. Retry scheduled fatal: destination path '/private/var/theos/vendor/lib' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/lib.git' into submodule path '/private/var/theos/vendor/lib' failed Failed to clone 'vendor/lib'. Retry scheduled Cloning into '/private/var/theos/vendor/logos'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/logos.git' into submodule path '/private/var/theos/vendor/logos' failed Failed to clone 'vendor/logos'. Retry scheduled fatal: destination path '/private/var/theos/vendor/nic' already exists and is not an empty directory. fatal: clone of 'https://github.com/theos/nic.git' into submodule path '/private/var/theos/vendor/nic' failed Failed to clone 'vendor/nic'. Retry scheduled Cloning into '/private/var/theos/vendor/dm.pl'... fatal: Unable to find remote helper for 'https' fatal: clone of 'https://github.com/theos/dm.pl.git' into submodule path '/private/var/theos/vendor/dm.pl' failed Failed to clone 'vendor/dm.pl' a second time, aborting
-
Thanks!
-
Yes but I want to have it in Shell but I se I solved it because I'm running in an issue which I already posted.
-
Help/Support prevent app from writing data on a file
bR34Kr replied to Anonymonk's topic in Help & Support
Change the app's code where it says to write data on the file -
Your crash log says what crashed and nothing else...
-
Help/Support Is there any Game Trainer besides iGG for 10.3.2?
bR34Kr replied to bR34Kr's topic in Help & Support
Game Player works now. -
You should go in these games and wait. If a pop up appears login with your iOSGods account and triple tap. Enjoy!
-
Introduction Glad to be apart of the community
bR34Kr replied to Grantono's topic in Member Introductions
You downloaded Xtreme free browser -
Tutorial Play Rules of Survival on IOS using PS4 controller
bR34Kr replied to Rexb's topic in Help & Support
You need to get the inputs for RoS and assign them to your PS4 controller. -
This is my sed: sed -i -e 's%"money":%$CASH%"statistics":%p%g' /var/mobile/Containers/Data/$UUID/Documents/cp_$SLOT.dat And returns sed: -e expression #1, char 18: unknown option to `s' I have no clue on what's wrong because I replaced the slashes and it stills returns an error.
-
The problem with going in lines is that if multiple values are changed above, the lines can change by putting more text over it. EDIT: Nevermind
-
Hi. I have a .dat file which looks like this(very small portion of it just to show how it is) ,"roulette":{"ticketsToPlay":0,"balance":0,"lastNumbers":[],"coinflipBetAmount":0,"depositedItems":[],"betAmount":0},"money":9998.42,"statistics{"signedContracts":0,"boughtCollections":3,"roulettesLost":0,"crashProfit":0,"crashWon":0,"boughtSouvenirs":0,"boughtCollecti9ns":0,"totalClicks":109,"openedCapsules":0,"dailyRewards":0,"jackpotsWon":0,"watchedAds":0," What I want is to use Shell to go edit the value held by money in the .dat file but I have no clue how. I've searched the internet and found no ways to do what I want. I would want to go to statistics, go back 3 spaces and delete until "money": to have "money":$COINS,"statistics":
-
Is there any TuT out there about SAV?
-
So I have my script to hack a value in a file of the game but I don't know how to implement it to my tweak.xm. Do I just run the compiled script file location?
-
Help/Support How to hack specific file with patcher
bR34Kr replied to bR34Kr's topic in Help & Support
Ok then... -
I have a file under /Documents/ in my game which holds speed. Another one with power and so on. I want to hack these files at specific addresses with patcher but can I?