[Crimes2.0] Shoplifting Watcher v0.3
-
Posted on 12:55:04 - 12/03/24 (1 year ago)Post link copied to clipboard Copy post linkCould you take a look at the way you put in the APIKey?
The line shows `let APIKey = localStorage.getItem("APIKey") || ""`, and I've heard some players may incorrectly put their APIs to replace the `APIKey`.
Instead, you should put the key just between the latter quotatiom mark.
And a success update for APIKey should like this:
let APIKey = localStorage.getItem("APIKey") || "" -
-
Posted on 16:30:43 - 12/03/24 (1 year ago)Post link copied to clipboard Copy post linkYea confirmed notifications are on and a bunch of security are currently down - no alerts from script =/
-
-
Posted on 18:53:14 - 12/03/24 (1 year ago)Post link copied to clipboard Copy post linkWell thanks! I did have them over where it said APIKey instead of in the second set of quotes.
-
-
Posted on 03:14:55 - 13/03/24 (1 year ago)Post link copied to clipboard Copy post linkHaha, this is a common issue now.
I will add a more convenient GUI to let you set the API in the future. But it depends. -
-
Posted on 09:46:07 - 19/03/24 (1 year ago)Post link copied to clipboard Copy post linkIs it just me, or is the GUI broken? The script has been working like a dream up till today. Now the icon is missing (although I still get notifications).
-
-
Posted on 15:18:52 - 19/03/24 (1 year ago)Post link copied to clipboard Copy post linkWeird. I can still see the GUI now.
If you can get notification, I think the script is not blocked by itself. So do you open multiple tabs? You can examine each page to fine the one in which script is running. -
-
Posted on 00:07:49 - 08/04/24 (1 year ago)Post link copied to clipboard Copy post linkI've installed this script now and can finally see the icon in the top left. When I click it however to set which store I want alerts for nothing happens.
I've disabled my scripts to see if anything is affecting but still nothing happens upon clicking the icon, any help? -
-
Posted on 00:06:37 - 09/04/24 (1 year ago)Post link copied to clipboard Copy post linkIve placed my API but when i click the icon it says no public API with nothing else in the boxHi<-- Please report this URL to -Clansdancer if you see it -->
-
-
Posted on 04:46:50 - 27/04/24 (11 months ago)Post link copied to clipboard Copy post linkIm not getting any Icon on TornPDA. I've copied and reinstalled it twice. Tried both Start and End injections. I have also made sure my Public API key is in the right spot.Last edited by rottenstock on 04:52:03 - 27/04/24 (11 months ago)
-
-
Posted on 10:22:33 - 30/04/24 (11 months ago)Post link copied to clipboard Copy post linkWhere exactly did you put the API key?
The line:
let API = localStorage.getItem("APIKey") || "";
After editing it should look something like:
let API = localStorage.getItem("APIKey") || "kjndsihjfdihjdfhi984joj98j";
NOTE: "kjndsihjfdihjdfhi984joj98j" is not a real API key (I hope, I just randomly hit keys). -
-
Posted on 14:34:21 - 04/05/24 (11 months ago)Post link copied to clipboard Copy post linkI can't access the menu anymore. I was able to use it once, and every time I tap the icon, nothing happens. I'm using PDA. I even tried erasing and reloading the script several times, and got nothing.
-
-
Posted on 09:20:15 - 06/05/24 (11 months ago)Post link copied to clipboard Copy post linkHow the Notification looks like?
-
-
Posted on 19:03:57 - 29/05/24 (10 months ago)Post link copied to clipboard Copy post link
same here
Last edited by beastlywerewolf on 19:04:21 - 29/05/24 (10 months ago) -
-
Posted on 20:56:30 - 28/07/24 (8 months ago)Post link copied to clipboard Copy post link
does this still work? i never get any notifications
-
-
Posted on 18:29:47 - 04/12/24 (4 months ago)Post link copied to clipboard Copy post link
Little bugfix for when you release the next script update (I have added it manually to mine)
Added line 8:
// @exclude https://www.torn.com/loader.php?sid=attack*
Without this the watcher will eventually crash your attack page from too much RAM.
-
-
Posted on 14:39:03 - 08/12/24 (4 months ago)Post link copied to clipboard Copy post link
After adding to API key in editor , how to save to active? It is not working yet. Seem it is not saved in editor
-