Show posts

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.

Messages - Deewarz

1
eXistenZ34's Mods / Mafia II : LUA command
June 28, 2012, 11:31:28 AM
[align=center:2f22hrgz]NOCLIP SCRIPT
[/size]





USE WITH Injector[/align:2f22hrgz]


 




Use ZQSDAE for move on the map.


 




Press => enable/disable


 




(Tested on Injector V6)


 







Quote-- 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







2
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.
3
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 src="/wp-content/uploads/invision_emoticons/wink.png" alt="" 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
4
Mafia II mods / I would like a Mod
June 04, 2012, 02:21:57 PM
Encore plus simple pour cacher tout HUD d'un seul coup :







Quotegame.hud:Show(false)

 




Pour l'afficher :







Quotegame.hud:Show(true)

 




Soit en utilisant le code d' eXistenZ34 :







Quoteif i==nil then i=1 game.hud:Show(false) else i=nil game.hud:Show(true) end
5
@eXistenZ34 Pourquoi pr̮̩f̮̬re tu la V6 plut̮̫t que la V7 ?
6
Mafia II mods / [FOUND] SDS Explorer
May 31, 2012, 04:10:02 PM
Thanks you, but this is not SDS Explorer.




This SDS Tool GUI.


 




I need SDS Explorer  <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" 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]
7
Mafia II mods / [FOUND] SDS Explorer
May 31, 2012, 03:11:30 PM
Bonjour,


 




Je suis ÃÆà la recherche du logiciel SDS Explorer.




Je n'ai pas reussi ÃÆà le trouver sur Internet mais j'ai vu que eXistenZ34 l'utilisait.




(D'ou mon poste dans cette rubrique mais aussi pour le faire en fran̮̤ais)


 




J'aurai pr̮̩f̮̩r̮̩ le contacter par MP mais apparement le syst̮̬me est d̮̩sactiv̮̩.


 




Merci d'avance,




Deewarz









EDIT
: Je l'ai trouv̮̩, son vrai nom est Gibbed.Illusion.ExploreSDS qui fait partie du package Rick's Tool.




Vous pouvez le trouver ici : http]


 


 




EDIT: I found it, real name is Gibbed.Illusion.ExploreSDS from the package called Rick's Tool.




You can find it here : [url=/downloads/viewdownload/4-mafia-tools/17-rick-tools]http]
8
Mafia Mod Request / [MAFIA II] Entities ?
June 03, 2012, 07:42:19 PM
What are these entities please?


 




[ul]




  • wp0201




  • wp0101




  • wp0201




  • [/ul]


     




    Where I can find the others?




    (Like NPC)


     




    Thanks you,
9
Hello,


 




I tried to use LuaDec, but it seem not work on my PC.


 




Do you know any other way ?


 




Thanks you
10
Hello,


 




I want to know how to spawn a car near me ?


 




Do you know if it's possible ?


 




Thanks you


 


 


 




EDIT :



 




Like this :


 




[video width=425 height=344 type=youtube]9hVH-gIQ6sQ


 




Comme d'hab eXistenZ  " data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">