Post: [1.13] All Client Jetpack Mod
03-05-2014, 12:37 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); UPDATED FOR 1.13
Updates Everywhere! lol. Anyways, I updated this as well as my button monitoring.

To use this, you're going to need a form of button handling. You must login or register to view this content. works great You must login or register to view this content.

Script:

    
public uint findPS(int client)
{
return 0xF444B0 + ((uint)client * 0x3700);
}

public void JetPack(int client)
{
float jH = Debug.Extension.ReadFloat(findPS(client));
jH += 100;
Debug.Extension.WriteFloat(findPS(client), jH);
}


That's it Smile and here is how to use it, in a timer or background worker!

    
if (ButtonPressed(0, Buttonz.Cross))
JetPack(0);


If you do not have a definition for Write/Read Float, I suggest using PS3Lib, it's helpful.

Credits:
    
Me - Making it.


I also, Do not allow this script on any other website!
Last edited by Black Panther ; 06-08-2014 at 07:54 PM. Reason: Updated to 1.13

The following 12 users say thank you to Black Panther for this useful post:

br0wniiez, coreconfusion, D3skm, Esker, ImPokerz, iNDMx, Notorious, xProvXKiller, RatchetBooty, Raz0rMind, Fatality, xROccOx
04-29-2014, 07:50 PM #11
Updated to 1.11

The following user thanked Black Panther for this useful post:

coreconfusion
04-29-2014, 08:51 PM #12
iNDMx
Do a barrel roll!
thats soo quickly <3 Good Job ..
04-30-2014, 02:40 PM #13
Deleted
Last edited by FusionIsDaName ; 05-01-2014 at 12:29 PM.
05-13-2014, 09:18 PM #14
Updated to 1.12
05-14-2014, 12:14 PM #15
Thank's ! Were Is button monitoring ? Please
05-14-2014, 04:08 PM #16
Originally posted by Romainb View Post
Thank's ! Were Is button monitoring ? Please


Look.
06-08-2014, 07:55 PM #17
Updated to 1.13

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo