Quote from: RussianWolf on Jul 10, 2025, 09:44 PMAndrostenone not A1-Androstadienone)
Ah okok, sorry, i read wrong!
Anyway what should happend with such high dose of androstenone?
Carrying on the mission of the original PheroTruth Forums
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: RussianWolf on Jul 10, 2025, 09:44 PMAndrostenone not A1-Androstadienone)
Quote from: Phero_SA on Jul 09, 2025, 01:40 PMSo you thought dosing pheromones would give you the axe commercial effect![]()
Wanna see if they actually work?
Dose yourself with 200 mcg of Enone and comeback to us
Quote from: smithiron on Feb 24, 2025, 12:14 PMI would caution you to not wear earbuds or headphones when listening to a subliminal file that's been encoded with the Nyquist Prompt script. The silent file is actually really loud and considered ultrasonic. I would advise listening only on speakers for this.
Quote from: Mr Level1 on Feb 21, 2025, 07:34 AMHaha, indeed kHz. Sorry for almost nuking you...
I got the plugin from the Audacity forum:
In this thread and this should be the download link.
---
You can also directly copy this code into the nyquist code prompt in Audacity:<;nyquist plug-in
;version 4
;type process
;preview enabled
;name "Subliminal"
;debugbutton disabled
;author "Steve Daulton"
;release 2.4.2
;copyright "GNU General Public License v2.0+"
;; License: GPL v2 or later
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
;;
;; An audio frequency AM encoder / decoder for speech.
;; This is a simple form of Steganography (hiding information
;; within another message or physical object). It is a
;; popular method for creating "Silent Subliminals".
;;
;; Disclaimer: The author makes no claims whatsoever regarding
;; the effectiveness or safety of "Silent Subliminals".
;; Copyright Steve Daulton. http://audionyq.com
;control ACTION "Encode or Decode" choice "Encode,Decode" 0
; Global constants
(psetq *cf* 16000 ; Carrier frequency
*lf* 300 ; Audio-band low frequency
*hf* 3000 ; Audio-band high frequency
*enc-gain* 5 ; Encoder gain
*dec-gain* 4) ; Decoder gain
(defun audio-filter (sig)
(setf sig (highpass8 sig *lf*))
(lowpass8 sig *hf*))
(defun modulate (sig)
(mult sig (hzosc *cf*)))
(defun sideband-filter (sig)
(dotimes (i 8 (mult *enc-gain* sig))
(setf sig (highpass8 sig (+ *cf* *lf*)))))
(defun encode (sig)
(setf audio (audio-filter sig))
(setf modulated (modulate audio))
(multichan-expand #'limit (sideband-filter modulated)))
(defun decode (sig)
(setf audio (mult *dec-gain* sig (hzosc *cf*)))
(setf audio (lowpass8 audio *hf*))
(multichan-expand #'limit audio))
(defun limit (sig &aux (limit 0.8) (hld 10.0))
(let* ((time (/ hld 3000.0)) ; lookahead time (seconds)
(samples (round (* time *sound-srate*)))
(peak-env (get-env sig samples time limit)))
(mult sig
(snd-exp
(mult -1 (snd-log peak-env))))))
(defun get-env (sig step lookahead limit)
(let* ((sig (mult (/ limit) sig))
(pad-time (* 3 lookahead)) ; padding required at start (seconds)
(pad-s (* 3 step)) ; padding samples
(padding (snd-const (peak sig pad-s) 0 *sound-srate* pad-time))
(extract 0 1
(s-max 1
(sim padding
(at-abs pad-time (cue peak-env)))))))
(cond ((< *sound-srate* 44100) "Error.\nTrack sample rate too low")
((= ACTION 0) (encode *track*))
(t (decode *track*)))>
Quote from: Mr Level1 on Feb 19, 2025, 02:06 PMI think I was misled by your phrase "so it seems i wasted money". For me that kind of said you did mind somehow about the money.
No worry, I understand you when you say that time is more precious then money. Same here. I did try some subliminal programs and I had the same feelings most of the time.
Plus, what I said, I don't like it when I don't know what affirmations are pumped in my head. Most subliminal makers don't reveal their affirmations.
So, I wrote my own. First reading about the basic rules. (Like: be positive, don't use words like 'not' and 'never' because your head filters those out, state things in the present, state things like they are already happened/exist.)
Then reading up from people who did add their own idea/way on top of that. (Like: use questions instead of statements, use 'me' instead of 'you', use your own voice or a computer voice, layer several series of affirmations on top of each other.)
I tried some different ways of making affirmations to find out what suits me best.
Once I had the affirmations right, I recorded them in audacity. With some nyquist prompt I could change the frequency to a barely perceptable level, to a frequency that's just within the human hearing, but is bearly detectable, between 15GHz and 20GHz. (I used mostly 17.5GHz.)
I think that works for me. I have positive results with this.
To test this concept, I did some recording with some general 'feeling good' affirmations, combined with some random simple instructions. I played this in public transport, on a speaker that's able to play that frequencies. It seemed that several people were following the instructions. On several occasions. (I did test it quite a bit, because it was funny to see and it gave me the feeling of having some weird power. I know, this last part is a bit dark, though it was a good way to test and proof my way of making these. And the instructions were quite harmless. ('Touch your nose', 'wiggle your foot', 'look at the person next to you', 'smile a lot'.)
I have documented most of the process and how I made these, so if you have any more questions, I might be able to answer them.
To be clear: this was not to keep it cheap, but to keep control. If I worked for money all the time I did put in making these subliminals, I probably could buy every sub in the store of IML.
In the end, instead of buying the fish, I learned myself fishing...
Quote from: DssMaster on Feb 16, 2025, 03:30 PMThe recommended 30-60 days per stage is a general recommendation. How long exactly, whether it be 30 days or 60 days, depends on you. If you still encounter discomfort (aka resistance), then you should listen to each stage for more than the minimum of 30 days. If you don't feel resistance towards the end of the 30 days, then it's ok for you to start the next stage, or perhaps extend it to the half-way point of 45 days.