Jump to content

Recommended Posts

<?php
# Game Info #
$game_link = "http://mob-dynamic-lb".rand(1,5).".mobsters0".rand(1,9).".com/mob/";
//$id2 = 548685167;
# ID / Auth Key file info #
$filename = "auth-keys111.txt";
$fp = file($filename);
foreach($fp as $cwb){
  list($id,$auth) = explode(" ",$cwb);
$a = file_get_contents($game_link."attack?user_id=".$id."&target_id=548685167&punch_in_face=true&auth_key=".$auth);
echo "WTF!";
  ////////////////////////////////////////////
////////////////////////////////////////////
$a = file_get_contents($game_link."attack?user_id=".$id."&target_id=548685167&punch_in_face=true&auth_key=".$auth);
$b = file_get_contents($game_link."top_mob_gift?user_id=".$id."&target_id=".$id."&auth_key=".$auth);
$c = file_get_contents($game_link."remove_top_mob?user_id=".$id."&target_id=548685167&auth_key=".$auth);
echo "WTF?!";}
?>

 

everything is correct for $game_link and all that.. but its not workin.. Any ideas?

do you truley own all the URL's mobsters0".rand(1,9).com and may I ask why you do that? Is it to bypass blocks? because that will still get blocked because it is still going to the same Ip address.

 

Thanks,

Colton Wagner

Given the fact that the script includes a user id and a reference to an auth file, then passes that information via the URL, I'd guess that he's an authorized user of the system.

Given the fact that the script includes a user id and a reference to an auth file, then passes that information via the URL, I'd guess that he's an authorized user of the system.

 

Correct. now, any idea why it is not wanting to load the links?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.