Skip to content

Instantly share code, notes, and snippets.

@pich4ya
Created April 12, 2021 06:13
Show Gist options
  • Save pich4ya/2f20e4b8126d1539a355cbefac3aafb8 to your computer and use it in GitHub Desktop.
Save pich4ya/2f20e4b8126d1539a355cbefac3aafb8 to your computer and use it in GitHub Desktop.
// บอทปั้มเงิน TLM เกม Alien Worlds (เงินจะเอาไปแลกเงินจริงใน Binance ได้)
// ไว้ทดสอบเฉย ๆ อย่าเอาไปใช้จริง คนเขียนไม่รับผิดชอบต่อบั๊กใด ๆ ทั้งสิ้น
//
// วิธีใช้:
// 1. สมัคร + เข้า https://play.alienworlds.io/
// 2. ต้องเคย mine แบบ manual ก่อน 1 ครั้ง
// 3. ก๊อปสคริปท์นี้ไปแปะใน Console (F12)
// น่าจะมีบั๊กพวก rate limit อะไรทั้งหลาย กับ if/loop บางอันเอาออกได้
// ลองรันเล่น ๆ 5 ชม จาก user เปล่า ๆ ได้มา 8 TLM (ขึ้นกับดวงและอื่นๆด้วยมั่ง)
// ใครว่าง ๆ แก้เป็นยิงเข้า API โดยตรงไม่ผ่าน JS น่าจะเสถียรกว่าเยอะมาก
const delay = millis => new Promise((resolve, reject) => {
setTimeout(_ => resolve(), millis)
});
const userAccount = await wax.login();
account = userAccount;
unityInstance.SendMessage('Controller', 'Server_Response_LoginData', userAccount);
await delay(10000);
while(true){
var firstMine = true;
var previousMineDone = false;
var minedelay = 1;
do {
minedelay = await getMineDelay(account);
await delay(minedelay);
} while (minedelay !== 0 && (previousMineDone || firstMine))
console.log('just mine it!');
var balance = await getBalance(account, wax.api.rpc);
console.log('balance: (before mine)'+balance);
await background_mine(account).then((mine_work)=>{
unityInstance.SendMessage('Controller', 'Server_Response_Mine', JSON.stringify(mine_work));
console.log(`${mine_work.account} Pushing mine results...`);
const mine_data = {
miner: mine_work.account,
nonce: mine_work.rand_str,
};
console.log('mine_data', mine_data);
const actions = [{
account: mining_account,
name: 'mine',
authorization: [{
actor: mine_work.account,
permission: 'active',
}, ],
data: mine_data,
}, ];
wax.api.transact({
actions,
}, {
blocksBehind: 3,
expireSeconds: 90,
}).then((result)=>{
console.log('result is=', result);
var amounts = new Map();
if (result && result.processed) {
result.processed.action_traces[0].inline_traces.forEach((t)=>{
if (t.act.data.quantity) {
const mine_amount = t.act.data.quantity;
console.log(`${mine_work.account} Mined ${mine_amount}`);
if (amounts.has(t.act.data.to)) {
var obStr = amounts.get(t.act.data.to);
obStr = obStr.substring(0, obStr.length - 4);
var nbStr = t.act.data.quantity;
nbStr = nbStr.substring(0, nbStr.length - 4);
var balance = (parseFloat(obStr) + parseFloat(nbStr)).toFixed(4);
amounts.set(t.act.data.to, balance.toString() + ' TLM');
} else {
amounts.set(t.act.data.to, t.act.data.quantity);
}
}
}
);
unityInstance.SendMessage('Controller', 'Server_Response_Claim', amounts.get(mine_work.account));
firstMine = false;
previousMineDone = true;
}
}
).catch((err)=>{
unityInstance.SendMessage('ErrorHandler', 'Server_Response_SetErrorData', err.message);
previousMineDone = false;
}
);
}
);
var balance = await getBalance(account, wax.api.rpc);
console.log('balance (after mined): '+balance);
}
@Darklightsite
Copy link

Auto approve
This extension approve automat
Extract zip, enable extension developer mode and drag and drop extension folder to extension site
Anti captcha extension
Anti captcha account
Register account and deposit min 10$ (2$/1000 captcha)
Install 2 extension
And the bot work automat :)

@Darklightsite
Copy link

Can make IF statement to cpu error?

@martineix
Copy link

Please! I don't know much how about to use this code.
Can someone help me?

@Darklightsite
Copy link

Kérem! Nem sokat tudom, hogyan kell használni ezt a kódot.
Tudna nekem valaki segíteni?

Open play.alienworlds.io
Ctrl+shift+j (open console)
Put the script

Script is run

@progagamer
Copy link

progagamer commented May 16, 2021

@martineix > Please! I don't know much how about to use this code.
Can someone help me?

@martineix try mine, very detailed instructions

@Srenko
Copy link

Srenko commented May 18, 2021

Hi guys, who know how fix sopping script after CPU error? (sorry for my english)

@spiros3p
Copy link

Auto approve
This extension approve automat
Extract zip, enable extension developer mode and drag and drop extension folder to extension site
Anti captcha extension
Anti captcha account
Register account and deposit min 10$ (2$/1000 captcha)
Install 2 extension
And the bot work automat :)

it is not really working though, the extension

@LegalTR
Copy link

LegalTR commented May 22, 2021

Don't mind a parent comment. Cheat. I've studied the codes, he's sending nft, wax and tlm on his account.

@jotaro-cujoh
Copy link

https://github.com/HideYourFootprints/AlienWorlds-Bot-Multiaccount-FREE-AntiCaptcha

Hope I can help you guys just donate to me ----> piqdw.wam
THE PREMIUM ONE HAVE FREE PROXY KEY CONTACT ME ON DISCORD HideYourFootprints#6901

I sent you a DM on discord

Copy link

ghost commented May 24, 2021

If you want a free and working auto-claimer bot, pls view this video. It's the Community version located here. Please read the README file firstly.

In case that you want the Premium version, contact me through email autoalmosteverything.2021@gmail.com or Facebbok. For the demo, please review latest video.

@Darklightsite
Copy link

Ha ingyenes és működő botot szeretnél, akkor először nézd meg ezt a videót .

One time purchase or monthly?

Copy link

ghost commented May 24, 2021

One time purchase or monthly?

It's a one-time payment, my friend! ;)

image

Refer more here.

@cularis
Copy link

cularis commented May 25, 2021

https://github.com/HideYourFootprints/AlienWorlds-Bot-Multiaccount-FREE-AntiCaptcha

Hope I can help you guys just donate to me ----> piqdw.wam
THE PREMIUM ONE HAVE FREE PROXY KEY CONTACT ME ON DISCORD HideYourFootprints#6901

I cannot add friends through this account. HideYourFootprints#6901

@AlianWWW
Copy link

Welcome
asdasd

@Alekseyzhm
Copy link

Hi guys, was anyone able to make an automatic approve in the wax tab when claim tlm? Thanks

@rubyshop119
Copy link

any can help me use boost.wax when mine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment