Thread: [ PI ] Account Security Pin Interface (NEW)

Results 1 to 6 of 6
  1. #1 [ PI ] Account Security Pin Interface (NEW) 
    Donator

    Join Date
    Apr 2016
    Posts
    143
    Thanks given
    23
    Thanks received
    13
    Rep Power
    33
    Hey Rune-Server,

    So here is the deal I said the next basic interface I build I will release into Rune-Server only for all the help that I have found while designing my server. So feel free to do as please besides release it to other communities.

    This interface can be used as a Bank Pin, Account Security Pin, Loot Safe, ect. The "0" could be set to a string and changed to a word like a puzzle or something cool. Someone will find this useful I hope if not maybe someone will in the future yah never know. xD

    Permission:

    - Please do not re-release this is a Rune-Server upload only!
    - I do allow re-building or modifications with-out re-upload!
    - If you want a specific interface built simply pm me details and we can talk. Low prices!


    --------------------------------------------
    Attached image

    Download Link:
    Code:
    https://www.dropbox.com/s/uxxrk8ts62h9y89/Security.zip?dl=0
    Code:
    		public static void AccountLock(RSFont[] TDA) {
    		RSInterface Interface = addInterface(41000);
    		addSprite(41001, 0, "Interfaces/Security/background");
    		addText(41002,  "Account Security Protection", 0xd67b29, true, true, 52, TDA, 2);
    		addHoverButton(41003, "Interfaces/Security/Arrow", 0, 43, 29, "Rotate Left",
    				-1, 41004, 1);
    		addHoveredButton(41004, "Interfaces/Security/Arrow", 2, 43, 29, 41005);
    		addHoverButton(41006, "Interfaces/Security/Arrow", 1, 43, 29, "Rotate Right",
    				-1, 41007, 1);
    		addHoveredButton(41007, "Interfaces/Security/Arrow", 3, 43, 29, 41008);
    		
    		addHoverButton(41009, "Interfaces/Security/Arrow", 0, 43, 29, "Rotate Left",
    				-1, 41010, 1);
    		addHoveredButton(41010, "Interfaces/Security/Arrow", 2, 43, 29, 41011);
    		addHoverButton(41012, "Interfaces/Security/Arrow", 1, 43, 29, "Rotate Right",
    				-1, 41013, 1);
    		addHoveredButton(41013, "Interfaces/Security/Arrow", 3, 43, 29, 41014);
    
    		addHoverButton(41015, "Interfaces/Security/Arrow", 0, 43, 29, "Rotate Left",
    				-1, 41016, 1);
    		addHoveredButton(41016, "Interfaces/Security/Arrow", 2, 43, 29, 41017);
    		addHoverButton(41018, "Interfaces/Security/Arrow", 1, 43, 29, "Rotate Right",
    				-1, 41019, 1);
    		addHoveredButton(41019, "Interfaces/Security/Arrow", 3, 43, 29, 41020);
    		
    		addHoverButton(41021, "Interfaces/Security/Arrow", 0, 43, 29, "Rotate Left",
    				-1, 41022, 1);
    		addHoveredButton(41022, "Interfaces/Security/Arrow", 2, 43, 29, 41023);
    		addHoverButton(41024, "Interfaces/Security/Arrow", 1, 43, 29, "Rotate Right",
    				-1, 41025, 1);
    		addHoveredButton(41025, "Interfaces/Security/Arrow", 3, 43, 29, 41026);
    		
    		addHoverButton(41027, "Interfaces/Security/BUTTON", 0, 120, 26, "Forgot Pin",
    				-1, 41028, 1);
    		addHoveredButton(41028, "Interfaces/Security/BUTTON", 1, 120, 26, 41029);
    		addHoverButton(41030, "Interfaces/Security/BUTTON", 0, 120, 26, "Enter Pin",
    				-1, 41031, 1);
    		addHoveredButton(41031, "Interfaces/Security/BUTTON", 1, 120, 26, 41032);
    		addText(41033,  "0", 0xd67b29, true, true, 52, TDA, 1);
    		addText(41034,  "0", 0xd67b29, true, true, 52, TDA, 1);
    		addText(41035,  "0", 0xd67b29, true, true, 52, TDA, 1);
    		addText(41036,  "0", 0xd67b29, true, true, 52, TDA, 1);
    		addText(41037,  "Enter account key code to continue.", 0xd67b29, true, false, 52, TDA, 0);
    		addText(41038,  "Attempting multi. tries will disable your account!", 0xd67b29, true, false, 52, TDA, 0);
    		addText(41039,  "", 0xFF0000, true, false, 52, TDA, 0);
    		addText(41040,  "Forgot PIN", 0xd67b29, true, true, 52, TDA, 2);
    		addText(41041,  "Enter PIN", 0xd67b29, true, true, 52, TDA, 2);
    		setChildren(31, Interface);
    		Interface.child(0, 41001, 0, 8); // Background
    		Interface.child(1, 41002, 256, 39); //Title
    		Interface.child(2, 41003, 10, 216); //left button
    		Interface.child(3, 41004, 10, 216); //left button
    		Interface.child(4, 41006, 83, 216); //right button
    		Interface.child(5, 41007, 83, 216); //right button
    		Interface.child(6, 41009, 134, 216); //left button
    		Interface.child(7, 41010, 134, 216); //left button
    		Interface.child(8, 41012, 207, 216); //right button
    		Interface.child(9, 41013, 207, 216); //right button
    		Interface.child(10, 41015, 258, 216); //left button
    		Interface.child(11, 41016, 258, 216); //left button
    		Interface.child(12, 41018, 331, 216); //right button
    		Interface.child(13, 41019, 331, 216); //right button
    		Interface.child(14, 41021, 382, 216); //left button
    		Interface.child(15, 41022, 382, 216); //left button
    		Interface.child(16, 41024, 455, 216); //right button
    		Interface.child(17, 41025, 455, 216); //right button
    		Interface.child(18, 41027, 10, 257); //Forgot?
    		Interface.child(19, 41028, 10, 257); //Forgot?
    		Interface.child(20, 41030, 379, 257); //Enter
    		Interface.child(21, 41031, 379, 257); //Enter
    		Interface.child(22, 41033, 68, 125); //Pin_1
    		Interface.child(23, 41034, 192, 125); //Pin_2
    		Interface.child(24, 41035, 316, 125); //Pin_3
    		Interface.child(25, 41036, 440, 125); //Pin_4
    		Interface.child(26, 41037, 254, 255); //Alert_Message1
    		Interface.child(27, 41038, 254, 265); //Alert_Message2
    		Interface.child(28, 41039, 254, 275); //Alert_Message3
    		Interface.child(29, 41040, 69, 262); //Forgot_Alert
    		Interface.child(30, 41041, 441, 262); //Enter_Alert
    	}
    Spoiler for Looking for a Unique 317?:

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member Slatum.'s Avatar
    Join Date
    Apr 2017
    Posts
    125
    Thanks given
    23
    Thanks received
    13
    Rep Power
    16
    Not a huge fan of the interface, but I like the concept. Thanks for the snippet!
    Reply With Quote  
     

  3. #3  
    ¦¦¦ RuneTimes ¦¦¦

    RainDropzZ's Avatar
    Join Date
    Oct 2010
    Posts
    389
    Thanks given
    31
    Thanks received
    108
    Rep Power
    556
    Nice interface bud, thanks for sharing. The only thing i dont like is the grey background, in my opinion you should have went with the classical brownish interface back.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2019
    Posts
    41
    Thanks given
    23
    Thanks received
    4
    Rep Power
    36
    Quote Originally Posted by RainDropzZ View Post
    Nice interface bud, thanks for sharing. The only thing i dont like is the grey background, in my opinion you should have went with the classical brownish interface back.
    I agree man, looks nice but would be 100 times better with the original brownish background! thanks for sharing none the less!
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Apr 2016
    Posts
    143
    Thanks given
    23
    Thanks received
    13
    Rep Power
    33
    Quote Originally Posted by _Bryan View Post
    I agree man, looks nice but would be 100 times better with the original brownish background! thanks for sharing none the less!
    This interface wasn't anything to special. Very little was actually re-designed. The original interface can be found 'here', as well as the introduction to the interface 'here'.

    Any other simple requests can be sent to me via P.M.
    Spoiler for Looking for a Unique 317?:

    Attached image
    Reply With Quote  
     

  6. #6  
    COMMING SOON

    Fluxious's Avatar
    Join Date
    Jan 2019
    Posts
    388
    Thanks given
    195
    Thanks received
    198
    Rep Power
    502
    Looks very good! Thankyou
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] [317] How to add NEW log in interface ??
    By Illusionps in forum Help
    Replies: 1
    Last Post: 03-18-2017, 04:39 AM
  2. {pi} account pin help
    By _Patrick_ in forum Requests
    Replies: 3
    Last Post: 02-22-2014, 01:50 PM
  3. Replies: 0
    Last Post: 02-27-2013, 03:27 AM
  4. Replies: 0
    Last Post: 02-27-2013, 03:23 AM
  5. Replies: 3
    Last Post: 01-10-2013, 02:12 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •