To my fellows looking for UPC NAG3 fix!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wmtdanimal
    Newbie
    • Nov 2009
    • 2

    #91
    Ok, look at it yourself ...

    Ok, you asked for it......
    Attached Files
    Last edited by wmtdanimal; 30 November, 2009, 05:18.

    Comment

    • sakiblateef
      DK Veteran
      • Jul 2008
      • 311

      #92
      @wmtdanimal

      I've had a quick look at the script and its states its for Rom 206 and to my knowledge these are N2 cards.

      '*************************************************
      ' Rom206 Hi Rev Glitcher - UTS
      ' High Revs Only Aka 785+
      '*************************************************

      Has anyone ran this script on their Rom 142?

      Comment

      • thospot
        Newbie
        • Jan 2009
        • 18

        #93
        where it says lets send some shit to the card LOL

        Lets Send Some Shit To The Card
        '================================================= ==================================
        sc.verbose=false
        sc.write("0830" & "20" & Hexstring(DelayG,4) & Hexstring(GlitchType,2) & "500000")
        Sc.Read(2)
        bytes = sc.getbyte(1)
        sc.read(bytes)
        If Bytes > 0 Then
        sc.print "."
        Bytes1 = sc.getbyte(0)
        If Bytes1 = &H55 Then
        Sc.Verbose = True
        Sc.Write("06 0E 30 0F"& "3000" & "00")
        sc.delay(3072)
        Sc.Read(12288)
        sc.Playsound("yessir.wav")
        sc.write("A1")
        sc.Print vbcr & "Delay:" & HexString(DelayG, 4) & " VCC:" & HexString(Vcc, 2) & " Glitch Type:" & HexString(GlitchType, 2) & vbCr
        sc.print "=======================================" & vbcr
        sc.print "=======================================" & vbcr
        sc.print "YES SIR" & vbcr
        sc.print "=======================================" & vbcr
        sc.print "=======================================" & vbcr
        exit sub
        end if
        else
        sc.print "+"
        end if
        attempts = attempts + 1
        if attempts > MaxAttempts Then
        attempts = 0
        Vcc = Vcc - 1
        end if
        If Vcc < VccEn Then
        Vcc = VccSt
        GlitchType = GlitchType + 1
        End if
        If GlitchType > GlitchTypeEn Then
        GlitchType = GlitchTypeSt
        DelayG = DelayG + 1
        Sc.print "Delay : " & hexstring(DelayG,4) & vbCr
        end if
        If DelayG > DelayEn Then
        DelayG = DelaySt
        Vcc = VccSt
        Sc.print "Glitch1 Restart" & vbcr
        end if
        Loop
        End Sub
        SUME SHIT LOL LOL

        Comment

        • duracell
          Junior Member
          • Aug 2008
          • 30

          #94
          Originally posted by wmtdanimal
          RX Data : 3F FF 95 00 FF 91 81 71 FF 47 00 44 4E 41 53 50
          32 30 36 20 44 73 68 37 38 39 79
          This a ATR string from a rom 206 n2 card. "DNASP206 Dsh789"

          This troll is posting bs for whatever reason I don't know.

          @wmtdanimal

          I've had a quick look at the script and its states its for Rom 206 and to my knowledge these are N2 cards.

          '*************************************************
          ' Rom206 Hi Rev Glitcher - UTS
          ' High Revs Only Aka 785+
          '*************************************************

          Has anyone ran this script on their Rom 142?
          . looks like he has some elite file renaming skillz.

          Surely, he deserves a ban for uploading this crap?

          Comment

          • red devil
            DK Veteran
            • Oct 2008
            • 690

            #95
            cant see any prov info or even any way that script would run let alone dump any card
            where is the cmd to glitch....my guess not even possible with that rev

            Comment

            Working...