Forwarded from Genshin-Sama
โ
แแโ Satan โฆ๐น๐ฝ๐, [03.10.20 17:00]
Code : 2D Top Down Player Movement in Unity including Dash
Join Channels([[
@CloudOfficial1 @PUBGHUCKERS
@a_m_i_n_e_TV
@LuaSATAN
@SniperSTMyt
]])
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerMovement : MonoBehaviour
{
Rigidbody2D body;
float horizontal;
float vertical;
public float dashSpeed;
public float dashDuration;
public float runSpeed = 10.0f;
void Start()
{
body = GetComponent<Rigidbody2D>();
}
void Update()
{
//Vector2 mousePos = Camera.main.ScreenToWorldPoint(Input.mousePosition);
horizontal = Input.GetAxisRaw("Horizontal");
vertical = Input.GetAxisRaw("Vertical");
}
private void FixedUpdate()
{
body.velocity = new Vector2(horizontal * runSpeed, vertical * runSpeed);
if (Input.GetKey(KeyCode.Space))
{
body.velocity = new Vector2(horizontal * dashSpeed - dashDuration, vertical * dashSpeed - dashDuration);
}
}
}
By : [" @TTTZBY "]Code : 2D Top Down Player Movement in Unity including Dash
Join Channels([[
@CloudOfficial1 @PUBGHUCKERS
@a_m_i_n_e_TV
@LuaSATAN
@SniperSTMyt
]])
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from close or ะทะฐะบัััะพ (๐A๐N๐G๐E๐L๐(CLOSED))
Forwarded from close or ะทะฐะบัััะพ (๐A๐N๐G๐E๐L๐(CLOSED))
MY enc Fix(1).lua
19 KB
Forwarded from close or ะทะฐะบัััะพ (๐A๐N๐G๐E๐L๐(CLOSED))
Forwarded from Sabin Xd (leave) (โฉปแสฯแโฉผ go brrrrrr)
Media is too big
VIEW IN TELEGRAM
๐ฅLuaR Decompiler in a lua script without using unluac
How does it work?
It first uses the gameguardian lasm and then the script tries to re-create the original script from those lasm codes
I will post it once i fix some bugs and i add better decryption
How does it work?
It first uses the gameguardian lasm and then the script tries to re-create the original script from those lasm codes
I will post it once i fix some bugs and i add better decryption
Forwarded from (๐๐๐๐๐๐ค๐) ๐๐๐๐๐๐๐๐ ๐ถโ๐๐๐๐๐ (โ
๐๐โ ๐๐๐๐๐๐ ๐)
(Unknown)Ultra Aimbot Aim Fix.lua
7.4 KB
Forwarded from ุณุชูเขชูุงุช ุงูุณุชุงุง (โ
แแโ OnlyMe ST)
using UnityEngine;
using Random = UnityEngine.Random;
public class CameraShake : MonoBehaviour
{
public Transform camTransform;
private static float shakeDuration = 0f;
private static float shakeAmount = 0.7f;
private float vel;
private Vector3 vel2 = Vector3.zero;
Vector3 originalPos;
void Awake()
{
if (camTransform == null)
{
camTransform = transform;
}
originalPos = camTransform.localPosition;
}
public static void ShakeOnce(float lenght, float strength)
{
shakeDuration = lenght;
shakeAmount = strength;
}
void Update()
{
if (shakeDuration > 0)
{
Vector3 newPos = originalPos + Random.insideUnitSphere * shakeAmount;
camTransform.localPosition = Vector3.SmoothDamp(camTransform.localPosition, newPos, ref vel2, 0.05f);
shakeDuration -= Time.deltaTime;
shakeAmount = Mathf.SmoothDamp(shakeAmount, 0, ref vel, 0.7f);
}
else
{
camTransform.localPosition = originalPos;
}
}
}Code : Camera Shake In Unity
By : [" @TTTZBY "]
Join Channels([[
@PUBGHUCKERS
@CloudOfficial1
@a_m_i_n_e_TV
@LuaSATAN
@SNIPERSTMYT
]])
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
Send me script , I will decipher
@Angel_luaโโ
@Angel_luaโโ
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
[๐ฟ๐๐ ๐ผ๐ฃ๐๐๐ก]load_0000007.lua
9 KB
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
[๐ฟ๐๐ ๐ผ๐ฃ๐๐๐ก]load_0000020.lua.Dec.lua
61.4 KB
Today I'll post the way u make random string
Note .. the enc have a few errors and it's weak i don't recommend u to use it's only for education
Note .. the enc have a few errors and it's weak i don't recommend u to use it's only for education
random.lua
7 KB
๐How To Make A Random String enc
๐This File Contains 4 Strings
๐ Open source for educational
๐Inspired From Konzlet Enc
By : [" @Jone2000 "]
Note .. the enc have a few errors and it's weak i don't recommend u to use it's only for education
Join Channels([[
@LuaSATAN
@PUBGHUCKERS
@CloudOfficial1
@a_m_i_n_e_TV
]])
๐This File Contains 4 Strings
๐ Open source for educational
๐Inspired From Konzlet Enc
By : [" @Jone2000 "]
Note .. the enc have a few errors and it's weak i don't recommend u to use it's only for education
Join Channels([[
@LuaSATAN
@PUBGHUCKERS
@CloudOfficial1
@a_m_i_n_e_TV
]])
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
[๐ฟ๐๐ ๐ผ๐ฃ๐๐๐ก]load_0000001.lua
339.9 KB
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
my script angel.(ENC).lua
627.9 KB
Forwarded from close or ะทะฐะบัััะพ (๐๐ง๐ ๐๐ฅ)
Send me your script I will encrypt it for you
@Angel_lua
@Angel_lua
Forwarded from NCO [CODES]
Nco Script New vip....๐ฎ....lua
188.9 KB
Nco Script New vip....๐ฎ....lua
New vip SCRipt Free
Use only safe hacks
No data on off need
Feedback @ncogamer
๐ฎChannel @ncoscripts
๐ฎChannel @VirusChannelJordan
๐ฎChannel @XU_UQ
๐ฎEnc by @ALiAl_Qaisi
SUPPORT BY MY BRO
New vip SCRipt Free
Use only safe hacks
No data on off need
Feedback @ncogamer
๐ฎChannel @ncoscripts
๐ฎChannel @VirusChannelJordan
๐ฎChannel @XU_UQ
๐ฎEnc by @ALiAl_Qaisi
SUPPORT BY MY BRO
My format + Bydz /000 + Blocker By Peadiag
All of this ppl are from WS Team
Yeh we are Noobs๐๐
All of this ppl are from WS Team
Yeh we are Noobs๐๐
This is my last useless post about useless ppl
In the Future I'll be just like before post helpful post and helpful codes๐
In the Future I'll be just like before post helpful post and helpful codes๐