Forum Replies Created

Deewarz

Home / Forums / Deewarz

0 replies
13 years, 7 months ago
#13321

[align=center:2f22hrgz]NOCLIP SCRIPT

USE WITH Injector[/align:2f22hrgz]

 

Use ZQSDAE for move on the map.

 

Press => enable/disable

 

(Tested on Injector V6)

 

— NOCLIP SCRIPT by Deewarz

— Be sure to be on the ground when you turn off the script or the fall will be fatal!!

— Just move or click to fall on the ground.

 

Player = game.game:GetActivePlayer()

 

if noclip==nil then

noclip=1

 

DelayBuffer:Insert(function(l_1_0)

Player:ShowModel(false)

 

Player:SetDemigod(true)

Player:EnableInjury(false)

Player.invulnerability = true

 

bindKey (“Z”,”p = Player:GetPos() p.y = p.y + 2 Player:SetPos(p)”)

bindKey (“Q”,”p = Player:GetPos() p.x = p.x – 2 Player:SetPos(p)”)

bindKey (“S”,”p = Player:GetPos() p.y = p.y – 2 Player:SetPos(p)”)

bindKey (“D”,”p = Player:GetPos() p.x = p.x + 2 Player:SetPos(p)”)

bindKey (“A”,”p = Player:GetPos() p.z = p.z + 2 Player:SetPos(p)”)

bindKey (“E”,”p = Player:GetPos() p.z = p.z – 2 Player:SetPos(p)”)

end,{l_1_0},250,1,false)

else

noclip=nil

 

DelayBuffer:Insert(function(l_1_0)

Player:ShowModel(true)

 

Player:SetDemigod(false)

Player:EnableInjury(true)

Player.invulnerability = false

 

bindKey (“Z”,””)

bindKey (“Q”,””)

bindKey (“S”,””)

bindKey (“D”,””)

bindKey (“A”,””)

bindKey (“E”,””)

end,{l_1_0},250,1,false)

end

13 years, 8 months ago
#12563

SztupY est le nom du programmeur

LuaDec le nom de son programme

 

Apparemment c’est le seul programme existant pour le d̮̩compilation de fichier Lua.

13 years, 8 months ago
#12560

Bien entendu, la d̮̩compilation reste partiel (il manque certains morceaux), cependant c’est faisable.

 

S0beit et HyperZ en ont d̮̩compil̮̩ une partie qui ÃÆÃ  servie ÃÆÃ  cr̮̩er la doc du wiki de MafiaScene.com

 

Ils ont utilis̮̩ LuaDec. Mais il en marche pas chez moi, je cherche une alternative ! <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>

 

 

Le PasteBin de HyperZ avec la WAYBACKMACHINE :

http://web.archive.org/web/201009060027 … m/NK44MbTA

13 years, 8 months ago
#12557

Encore plus simple pour cacher tout HUD d’un seul coup :

game.hud:Show(false)

 

Pour l’afficher :

game.hud:Show(true)

 

Soit en utilisant le code d’ eXistenZ34 :

if i==nil then i=1 game.hud:Show(false) else i=nil game.hud:Show(true) end

13 years, 8 months ago
#12496

@eXistenZ34 Pourquoi pr̮̩f̮̬re tu la V6 plut̮̫t que la V7 ?

13 years, 8 months ago
#12466

Thanks you, but this is not SDS Explorer.

This SDS Tool GUI.

 

I need SDS Explorer <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

 

 

EDIT: I found it, real name is Gibbed.Illusion.ExploreSDS also called Rick’s Tool.

You can find it here : http]