Results 1 to 14 of 14
  1. #1
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool Mizzle420420: Teleportation Between Floors [SA] [Sqf]

    Dedicated to Moho for being an absolute retard.

    How it works:
    • Use inside a multi-level building

    • Teleports you Up or Down a Floor

    • Keybinds are Numpad 8 for Up, Numpad 2 for Down


    Credits:
    • Mizzle420420



    Code:
    	
    	comment "Keybind: Numpad 8";
    	(findDisplay 46) displayAddEventHandler ['KeyDown', 'if ((_this select 1) == 0x48) then
    	{
    		call MiZ_Floor_TP_Up;
    	}'];
    	comment "Keybind: Numpad 2";
    	(findDisplay 46) displayAddEventHandler ['KeyDown', 'if ((_this select 1) == 0x50) then
    	{
    		call MiZ_Floor_TP_Down;
    	}'];
    	MiZ_Floor_TP_Up =
    	{
    		_pos = player modeltoworld [0,0,4.5];
    		player setVehiclePosition [_pos, [], 0];
    		systemchat "Necromancy: Teleported Up One Floor";
    	};
    	MiZ_Floor_TP_Down =
    	{
    		_pos = player modeltoworld [0,0,-4];
    		player setVehiclePosition [_pos, [], 0];
    		systemchat "Necromancy: Teleported Down One Floor";
    	};

  2. The Following 3 Users Say Thank You to Mizzle420420 For This Useful Post:

    KingKull2112 (07-29-2015),the305 (07-29-2015),unsub (08-03-2015)

  3. #2
    atrainggg's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    how tf do u get a sqf injector lmao
    Last edited by atrainggg; 07-29-2015 at 05:47 AM.

  4. #3
    WhippyV7's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    76
    Reputation
    28
    Thanks
    35
    My Mood
    Cool
    Quote Originally Posted by atrainggg View Post
    how tf do u get a sqf injector lmao
    You develop shit from shit and then u know people and u get famous and then people give u free shit

  5. The Following User Says Thank You to WhippyV7 For This Useful Post:

    Declared (07-29-2015)

  6. #4
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by WhippyV7 View Post
    You develop shit from shit and then u know people and u get famous and then people give u free shit
    Shit dawg that was deep.

  7. #5
    unsub's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Oregon
    Posts
    683
    Reputation
    39
    Thanks
    41
    My Mood
    Breezy
    OH YAY
    Now all i need is an executer. xD

    It's not a fucking game...

  8. #6
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by unsub View Post
    OH YAY
    Now all i need is an executer. xD
    I might release one soon.

  9. The Following User Says Thank You to Kosmo For This Useful Post:

    unsub (08-03-2015)

  10. #7
    unsub's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Oregon
    Posts
    683
    Reputation
    39
    Thanks
    41
    My Mood
    Breezy
    Quote Originally Posted by Sebastian_420 View Post


    I might release one soon.
    Hook a brother up a few days in advance? Would love a few undetected days. c:

    It's not a fucking game...

  11. #8
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by unsub View Post
    Hook a brother up a few days in advance? Would love a few undetected days. c:
    Possibly. I'll see.

  12. The Following User Says Thank You to Kosmo For This Useful Post:

    unsub (08-03-2015)

  13. #9
    denis200191's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    10
    bro how to change the color of the text in the menu. I want to change the color names in the ESP.

  14. #10
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by denis200191 View Post
    bro how to change the color of the text in the menu. I want to change the color names in the ESP.
    omg denis your such a haker


    - - - Updated - - -

    just look for the color code, its in html code for the esp.

  15. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    denis200191 (08-09-2015)

  16. #11
    denis200191's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    10
    tell me how to put on Key Binds num4 num5 nim6.
    the code for those keys

    - - - Updated - - -

    Quote Originally Posted by Mizzle420420 View Post


    omg denis your such a haker


    - - - Updated - - -

    just look for the color code, its in html code for the esp.
    thank. You helped me

  17. #12
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by denis200191 View Post
    tell me how to put on Key Binds num4 num5 nim6.
    the code for those keys

    - - - Updated - - -

    thank. You helped me
    https://resources.bisimulations.com/wiki/DIK_KeyCodes

  18. #13
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by denis200191 View Post
    tell me how to put on Key Binds num4 num5 nim6.
    the code for those keys
    I literally just made a tutorial on this for you, you should have no issues understanding. I'm hoping this post was made before I made the tut.

  19. #14
    denis200191's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    10
    thank you friend. I just decided to completely redo your menu Nekromansy. add scripts, color, and KeybindZ. your work very much like me. for non-steam version very good

  20. The Following User Says Thank You to denis200191 For This Useful Post:

    Mizzle420420 (08-11-2015)

Similar Threads

  1. [Release] Teleporter v1.1
    By dezer in forum WarRock - International Hacks
    Replies: 15
    Last Post: 07-03-2007, 05:14 AM
  2. [Release] Teleporter v1.0
    By dezer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-01-2007, 12:42 PM
  3. Teleport (X/Y) [help pls]
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-29-2007, 04:44 PM
  4. differen between Europe and USA
    By 1h1a1i in forum General
    Replies: 25
    Last Post: 07-06-2006, 12:59 AM
  5. Teleportation Turret
    By Dreimos in forum WarRock - International Hacks
    Replies: 15
    Last Post: 06-01-2006, 11:54 AM

Tags for this Thread