Forwarded from แดแดแดส แดกแดสแดแดส
all offsets 32bit 1.3 working
uWorld = 0x6CB087C
gName = 0x6EADC60
view wolrd = 0x7111E80
bone address = 0x308
bone Offset(matrix) = 0x590
health = 0x880
TeamID = 0x620
pvw = 0x2650
enjoyโค๏ธ
uWorld = 0x6CB087C
gName = 0x6EADC60
view wolrd = 0x7111E80
bone address = 0x308
bone Offset(matrix) = 0x590
health = 0x880
TeamID = 0x620
pvw = 0x2650
enjoyโค๏ธ
Forwarded from แดแดแดส แดกแดสแดแดส
Media is too big
VIEW IN TELEGRAM
Forwarded from Store Ace (ุงูููููุนูุจูุงูุณ)
esp [And-Lua].cpp
7 KB
แดsแด แดแดแด าแดส แดษดแด
สแดแด แดsแด [1.3]
แดาาsแดแดs แดแดแด แดแดแดแด
join/ุงูุถู
@Lga_j
แดาาsแดแดs แดแดแด แดแดแดแด
join/ุงูุถู
@Lga_j
Forwarded from ..... (๐๐ฏ๐ด๐๏ทผHAMZAH๏ทผ๐๐ฏ๐ด๐ุงูุฑูุงุญูโขโข {] ๐จ ๐บ ๐ป [}โขโขโข {] Jordan [}โขโขโข)
package com.mycompany.myapp;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.BasicResponseHandler;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.message.BasicNameValuePair;
import java.util.ArrayList;
import java.util.List;
class main extends Activity {
EditText et, pass;
TextView text1;
String send_num;
HttpPost httppost;
HttpResponse response;
HttpClient httpclient;
List<NameValuePair> nameValuePairs;
ProgressDialog dialog = null;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
et = (EditText) findViewById(R.id.user);
pass = (EditText) findViewById(R.id.pass);
text1 = (TextView) findViewById(R.id.text1);
}
public void onClick(View v) {
dialog = ProgressDialog.show(main.this, "",
"ุงูุชุญูู ู
ู ุงุณู
ุงูู
ุณุชุฎุฏู
...", true);
new Thread(new Runnable() {
public void run() {
login(); // ููุฐ ุงูุฏุงูุฉ ุฏุงุฎู ุงูุซุฑูุฏ ุงู ูู ุฎูููุฉ ุงูุชุทุจูู ..
}
}).start();
}
void login() {
try {
httpclient = new DefaultHttpClient();
httppost = new HttpPost("http://192.168.1.10/sync.php"); // ุฑุงุจุท ู
ุณุงุฑ ู
ูู ุงูุฑุจุท ุณูุงุก ูุงู ุนูู ุงูุณูุฑูุฑ ุงู ุงุณุชุถุงูุฉ ุฅูุฎ
//ุงุถุงูุฉ ุงูุจูุงูุงุช
nameValuePairs = new ArrayList<>(2);
// ุงูู
ุชุบูุฑุงุช ุงูุชู ูุชุจูุง ุงูู
ุณุชุฎุฏู
nameValuePairs.add(new BasicNameValuePair("username", et.getText().toString().trim()));
nameValuePairs.add(new BasicNameValuePair("password", pass.getText().toString().trim()));
httppost.setEntity(new UrlEncodedFormEntity(nameValuePairs));
//ุชูููุฐ HTTP
response = httpclient.execute(httppost);
// ุฌูุจ ุงูุฑุณุงูุฉ ุงูุชู ูุธูุฑูุง ู
ูู ุงูุฑุจุท ู
ุน ุงููุงุนุฏุฉ
ResponseHandler<String> responseHandler = new BasicResponseHandler();
final String response = httpclient.execute(httppost, responseHandler);
runOnUiThread(new Runnable() {
public void run() {
text1.setText(response); // ุถุน ุงูุฑุณุงูุฉ ุงูุชู ุชุฃุชู ู
ู ู
ูู ุงูุฑุจุท ู
ูุงู ุงููุต
dialog.dismiss();
}
});
if (response.equalsIgnoreCase("User Found")) { // ูุงุญุธ ุงูุฑุณุงูุฉ ููุง ูู ููุณูุง ุงูุชู ู
ูุฌูุฏุฉ ูู ู
ูู ุงูุฑุจุท ู
ุน ุงููุงุนุฏุฉ
runOnUiThread(new Runnable() {
public void run() {
Toast.makeText(main.this, "ุชู
ุชุณุฌูู ุงูุฏุฎูู ุจูุฌุงุญ", Toast.LENGTH_SHORT).show();
}
});
// ุงุฐุง ุชู
ุชุณุฌูู ุงูุฏุฎูู ุจูุฌุงุญ ุฃุฐูุจ ุฅูู ุงูุตูุญุฉ ุงูุฑุฆูุณูุฉ ูุฎุฐ ู
ุนู ุงุณู
ุงูู
ุณุชุฎุฏู
Intent i = new Intent(main.this, Activity_Main.class);
send_num = et.getText().toString();
i.putExtra("text", send_num);
startActivity(i);
} else {
}
} catch (Exception e) {
}
}
}
CODE :; java
Connection to PHP database
HAMZAH AL_REAHE
Forwarded from SOLO RANK PUSHER
3rd Party Bypass_1.0.apk
100.7 KB
Forwarded from SOLO RANK PUSHER
Media is too big
VIEW IN TELEGRAM
Forwarded from SOLO RANK PUSHER
No need firewall
@Learn_all_free back On fire modโ
Forwarded from MidSketch Learn
GFX Tool Ui.swb
64.4 KB
Forwarded from ็ธ็ซ๐ฑ
Forwarded from Deleted Account
Admin panal desgin.alp
392.5 KB
Forwarded from Store Ace (โงๆฐ z ฮฑ y ษ ฯ
ะธๆฐโง 8๊)
SparkLoader.alp
117.2 KB
Forwarded from Store Ace (โงๆฐ z ฮฑ y ษ ฯ
ะธๆฐโง 8๊)
This media is not supported in your browser
VIEW IN TELEGRAM